Skip to content

Commit 3137856

Browse files
committed
Invenio v0.99.7
1 parent 2692c57 commit 3137856

6 files changed

Lines changed: 58 additions & 30 deletions

File tree

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
CDS Invenio v0.99.7 (released 2012-12-18)
2+
=========================================
3+
4+
2012-12-18 Tibor Simko <tibor.simko@cern.ch>
5+
6+
I18N: PO file update for the release of v0.99.7
7+
8+
2012-10-26 Theodoropoulos Theodoros <theod@lib.auth.gr>
9+
10+
WebStyle: Google Analytics documentation update
11+
12+
2012-10-25 Theodoropoulos Theodoros <theod@lib.auth.gr>
13+
14+
BibConvert: target/source CLI flag description fix
15+
16+
2012-10-18 Tibor Simko <tibor.simko@cern.ch>
17+
18+
installation: fix for date in RELEASE-NOTES
19+
120
CDS Invenio v0.99.6 (released 2012-10-18)
221
=========================================
322

INSTALL

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ Contents
183183
----------------
184184

185185
$ cd /usr/local/src/
186-
$ wget http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz
187-
$ wget http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz.md5
188-
$ wget http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz.sig
189-
$ md5sum -v -c cds-invenio-0.99.6.tar.gz.md5
190-
$ gpg --verify cds-invenio-0.99.6.tar.gz.sig cds-invenio-0.99.6.tar.gz
191-
$ tar xvfz cds-invenio-0.99.6.tar.gz
192-
$ cd cds-invenio-0.99.6
186+
$ wget http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz
187+
$ wget http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz.md5
188+
$ wget http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz.sig
189+
$ md5sum -v -c cds-invenio-0.99.7.tar.gz.md5
190+
$ gpg --verify cds-invenio-0.99.7.tar.gz.sig cds-invenio-0.99.7.tar.gz
191+
$ tar xvfz cds-invenio-0.99.7.tar.gz
192+
$ cd cds-invenio-0.99.7
193193
$ ./configure
194194
$ make
195195
$ make install
@@ -232,20 +232,20 @@ Contents
232232
CDS Invenio. (The built files will be installed into
233233
different "target" directories later.)
234234

235-
$ wget http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz
236-
$ wget http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz.md5
237-
$ wget http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz.sig
235+
$ wget http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz
236+
$ wget http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz.md5
237+
$ wget http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz.sig
238238

239239
Fetch CDS Invenio source tarball from the CDS Software
240240
Consortium distribution server, together with MD5 checksum
241241
and GnuPG cryptographic signature files useful for verifying
242242
the integrity of the tarball.
243243

244-
$ md5sum -v -c cds-invenio-0.99.6.tar.gz.md5
244+
$ md5sum -v -c cds-invenio-0.99.7.tar.gz.md5
245245

246246
Verify MD5 checksum.
247247

248-
$ gpg --verify cds-invenio-0.99.6.tar.gz.sig cds-invenio-0.99.6.tar.gz
248+
$ gpg --verify cds-invenio-0.99.7.tar.gz.sig cds-invenio-0.99.7.tar.gz
249249

250250
Verify GnuPG cryptographic signature. Note that you may
251251
first have to import my public key into your keyring, if you
@@ -257,11 +257,11 @@ Contents
257257
warning that may follow after the signature has been
258258
successfully verified.
259259

260-
$ tar xvfz cds-invenio-0.99.6.tar.gz
260+
$ tar xvfz cds-invenio-0.99.7.tar.gz
261261

262262
Untar the distribution tarball.
263263

264-
$ cd cds-invenio-0.99.6
264+
$ cd cds-invenio-0.99.7
265265

266266
Go to the source directory.
267267

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,7 @@ update-v0.99.4-tables:
266266
update-v0.99.5-tables:
267267
@echo "Nothing to do; table structure did not change between v0.99.5 and v0.99.6."
268268

269+
update-v0.99.6-tables:
270+
@echo "Nothing to do; table structure did not change between v0.99.6 and v0.99.7."
271+
269272
CLEANFILES = *~

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ releases. For more information about the current release, please
66
consult RELEASE-NOTES. For more information about changes, please
77
consult ChangeLog.
88

9+
CDS Invenio v0.99.7 -- released 2012-12-18
10+
------------------------------------------
11+
12+
*) Google Analytics documentation update (WebStyle)
13+
14+
*) target/source CLI flag description fix (BibConvert)
15+
916
CDS Invenio v0.99.6 -- released 2012-10-18
1017
------------------------------------------
1118

RELEASE-NOTES

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
--------------------------------------------------------------------
2-
CDS Invenio v0.99.6 is released
3-
October 18, 2012
2+
CDS Invenio v0.99.7 is released
3+
December 18, 2012
44
http://invenio-software.org/
55
--------------------------------------------------------------------
66

7-
CDS Invenio v0.99.6 was released on October 18, 2012.
7+
CDS Invenio v0.99.7 was released on December 18, 2012.
88

9-
This is a minor bugfix release only. It is recommended to all CDS
10-
Invenio sites using v0.99.5 or previous releases.
9+
This is a minor documentation update release only. It is recommended
10+
to all CDS Invenio sites using v0.99.6 or previous releases.
1111

1212
What's new:
1313
-----------
1414

15-
*) improved XSS safety in external collection searching (WebSearch)
15+
*) Google Analytics documentation update (WebStyle)
1616

17-
*) verbose level in the search results pages is now available only to
18-
admins, preventing potential restricted record ID disclosure even
19-
though record content would remain restricted (WebSearch)
17+
*) target/source CLI flag description fix (BibConvert)
2018

2119
Download:
2220
---------
2321

24-
<http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz>
25-
<http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz.md5>
26-
<http://invenio-software.org/download/cds-invenio-0.99.6.tar.gz.sig>
22+
<http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz>
23+
<http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz.md5>
24+
<http://invenio-software.org/download/cds-invenio-0.99.7.tar.gz.sig>
2725

2826
Installation notes:
2927
-------------------
@@ -33,13 +31,13 @@ Please follow the INSTALL file bundled in the distribution tarball.
3331
Upgrade notes:
3432
--------------
3533

36-
If you are upgrading from CDS Invenio v0.99.5, then:
34+
If you are upgrading from CDS Invenio v0.99.6, then:
3735

3836
- please stop your bibsched queue and your Apache server
3937

4038
- install the update:
4139

42-
$ cd cds-invenio-0.99.6
40+
$ cd cds-invenio-0.99.7
4341
$ cp -a /opt/cds-invenio/etc /opt/cds-invenio/etc.OLD
4442
$ sh /opt/cds-invenio/etc/build/config.nice
4543
$ make install
@@ -52,6 +50,6 @@ If you are upgrading from CDS Invenio v0.99.5, then:
5250

5351
If you are upgrading from previous CDS Invenio releases (e.g. from
5452
v0.92.1), then please see a dedicated Invenio Upgrade wiki page at
55-
<https://twiki.cern.ch/twiki/bin/view/CDS/InvenioUpgrade>.
53+
<http://invenio-software.org/wiki/Installation/Upgrade>.
5654

5755
- end of file -

THANKS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ contributed to the project:
3838

3939
- Theodoros Theodoropoulos <theod@physics.auth.gr>
4040
Contributions to the Greek translation, Greek stopword list,
41-
XML RefWorks output format.
41+
XML RefWorks output format, Google Analytics documentation update,
42+
BibConvert target/source CLI flag description fix.
4243

4344
- Vasyl Ostrovskyi <vo@imath.kiev.ua>
4445
Contributions to the Ukrainian translation.

0 commit comments

Comments
 (0)