Skip to content

Commit dca5db9

Browse files
committed
Invenio v1.0.6
Signed-off-by: Tibor Simko <[email protected]>
1 parent f636213 commit dca5db9

File tree

5 files changed

+84
-63
lines changed

5 files changed

+84
-63
lines changed

AUTHORS

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,21 @@ The CERN development team currently consists of:
3232
- Ludmila Marian <[email protected]>
3333
Citerank family of ranking methods. Fixes to numerous modules.
3434

35-
- Jaime Garcia Llopis <[email protected]>
36-
Improvements to the BibCirculation module.
37-
3835
- Flavio Costa <[email protected]>
3936
Contributions to the Italian translation.
4037

4138
- Jiri Kuncar <[email protected]>
4239
Fix for demo site installation. Contributions to the Czech
4340
translation.
4441

42+
- Lars Holm Nielsen <[email protected]>
43+
Updates to mail cookie expiration mechanism.
44+
4545
- Jan Aage Lavik <[email protected]>
4646
Improvements to BibMatch with remote matching capabilities,
4747
improvements to plot extractor, improvements to harvesting and
4848
other small fixes.
4949

50-
- Piotr Praczyk <[email protected]>
51-
OAI harvesting from arXiv. Test harvesting interface, for
52-
BibHarvest. Record comparison library functions, for BibRecord.
53-
Numerous improvements to BibEdit, e.g. holding pen, copy/paste,
54-
undo/redo.
55-
5650
- Samuele Carli <[email protected]>
5751
Fixes for basket export facility and adding external items to
5852
baskets.
@@ -84,9 +78,6 @@ currently consists of:
8478
- Alberto Accomazzi <[email protected]>
8579
Team leader.
8680

87-
- Giovanni Di Milia <[email protected]>
88-
Recognition of /record/sysno URLs, ADS formatting.
89-
9081
- Jay Luker <[email protected]>
9182
Improvements to the emergency notification sending facility.
9283

@@ -98,6 +89,18 @@ students, diploma students, summer students) contributed to the
9889
project since 2002. In an approximately decreasing chronological
9990
order:
10091

92+
- Jaime Garcia Llopis <[email protected]>
93+
Improvements to the BibCirculation module.
94+
95+
- Piotr Praczyk <[email protected]>
96+
OAI harvesting from arXiv. Test harvesting interface, for
97+
BibHarvest. Record comparison library functions, for BibRecord.
98+
Numerous improvements to BibEdit, e.g. holding pen, copy/paste,
99+
undo/redo.
100+
101+
- Giovanni Di Milia <[email protected]>
102+
Recognition of /record/sysno URLs, ADS formatting.
103+
101104
- Chris Montarbaud <[email protected]>
102105
Multimedia and photo management.
103106

INSTALL

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About
55
=====
66

77
This document specifies how to build, customize, and install Invenio
8-
v1.0.5 for the first time. See RELEASE-NOTES if you are upgrading
8+
v1.0.6 for the first time. See RELEASE-NOTES if you are upgrading
99
from a previous Invenio release.
1010

1111
Contents
@@ -216,13 +216,13 @@ Contents
216216
----------------
217217

218218
$ cd $HOME/src/
219-
$ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz
220-
$ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.md5
221-
$ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.sig
222-
$ md5sum -c invenio-1.0.5.tar.gz.md5
223-
$ gpg --verify invenio-1.0.5.tar.gz.sig invenio-1.0.5.tar.gz
224-
$ tar xvfz invenio-1.0.5.tar.gz
225-
$ cd invenio-1.0.5
219+
$ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz
220+
$ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5
221+
$ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.sig
222+
$ md5sum -c invenio-1.0.6.tar.gz.md5
223+
$ gpg --verify invenio-1.0.6.tar.gz.sig invenio-1.0.6.tar.gz
224+
$ tar xvfz invenio-1.0.6.tar.gz
225+
$ cd invenio-1.0.6
226226
$ ./configure
227227
$ make
228228
$ make install
@@ -265,19 +265,19 @@ Contents
265265
sources. (The built files will be installed into different
266266
"target" directories later.)
267267

268-
$ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz
269-
$ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.md5
270-
$ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.sig
268+
$ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz
269+
$ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5
270+
$ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.sig
271271

272272
Fetch Invenio source tarball from the distribution server,
273273
together with MD5 checksum and GnuPG cryptographic signature
274274
files useful for verifying the integrity of the tarball.
275275

276-
$ md5sum -c invenio-1.0.5.tar.gz.md5
276+
$ md5sum -c invenio-1.0.6.tar.gz.md5
277277

278278
Verify MD5 checksum.
279279

280-
$ gpg --verify invenio-1.0.5.tar.gz.sig invenio-1.0.5.tar.gz
280+
$ gpg --verify invenio-1.0.6.tar.gz.sig invenio-1.0.6.tar.gz
281281

282282
Verify GnuPG cryptographic signature. Note that you may
283283
first have to import my public key into your keyring, if you
@@ -289,11 +289,11 @@ Contents
289289
warning that may follow after the signature has been
290290
successfully verified.
291291

292-
$ tar xvfz invenio-1.0.5.tar.gz
292+
$ tar xvfz invenio-1.0.6.tar.gz
293293

294294
Untar the distribution tarball.
295295

296-
$ cd invenio-1.0.5
296+
$ cd invenio-1.0.6
297297

298298
Go to the source directory.
299299

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,7 @@ update-v1.0.3-tables: # from v1.0.3 to v1.0.4
539539
update-v1.0.4-tables: # from v1.0.4 to v1.0.5
540540
@echo "Nothing to do; table structure did not change between v1.0.4 and v1.0.5."
541541

542+
update-v1.0.5-tables: # from v1.0.5 to v1.0.6
543+
@echo "Nothing to do; table structure did not change between v1.0.5 and v1.0.6."
544+
542545
CLEANFILES = *~ *.pyc *.tmp

NEWS

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

9+
Invenio v1.0.6 -- released 2014-01-31
10+
-------------------------------------
11+
12+
*) BatchUploader: avoid tempfile.tempdir redefinition (#1594)
13+
14+
*) BibRank: temporary file storage in CFG_TMPDIR (#1594)
15+
16+
*) BibUpload: FFT replace warning in guide
17+
18+
*) dbquery: closes redundant connection
19+
20+
*) global: language value always in link URLs
21+
22+
*) installation: fix autotools rsync instructions; pip requirements;
23+
pip requirement version updates
24+
25+
*) intbitset: no crash when intbitset is on rhs (#1287)
26+
27+
*) WebSearch: asciification of `oe` grapheme (#1582); correct record
28+
sums from hosted colls (#1651); nonexisting record API test case
29+
fix (#1692); space between records in MARC HTML
30+
31+
*) WebSession: fix mail cookie expiration (#1596)
32+
33+
*) WebSubmit: fix for typo in Shared_Functions
34+
935
CDS Invenio v0.99.9 -- released 2014-01-31
1036
------------------------------------------
1137

RELEASE-NOTES

Lines changed: 25 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,46 @@
11
--------------------------------------------------------------------
2-
Invenio v1.0.5 is released
3-
August 19, 2013
2+
Invenio v1.0.6 is released
3+
January 31, 2014
44
http://invenio-software.org/
55
--------------------------------------------------------------------
66

7-
Invenio v1.0.5 was released on August 19, 2013.
7+
Invenio v1.0.6 was released on January 31, 2014.
88

99
This is a bugfix release update for Invenio v1.0 release series. It
10-
is recommended to all Invenio sites using v1.0.4 or previous releases.
10+
is recommended to all Invenio sites using v1.0.5 or previous releases.
1111

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

15-
*) BibClassify: escape keywords in tag cloud and MARCXML
15+
*) BatchUploader: avoid tempfile.tempdir redefinition (#1594)
1616

17-
*) BibDocFile: support new magic library
17+
*) BibRank: temporary file storage in CFG_TMPDIR (#1594)
1818

19-
*) BibFormat: additional fulltext file display in HB; fix CLI call to
20-
old PHP-based formatter; format_element initialisation fix
19+
*) BibUpload: FFT replace warning in guide
2120

22-
*) BibIndex: better wording for stemming in admin UI
21+
*) dbquery: closes redundant connection
2322

24-
*) BibKnowledge: /kb/export 500 error fix
23+
*) global: language value always in link URLs
2524

26-
*) BibUpload: FMT regression test case fix; indicators in strong tags
25+
*) installation: fix autotools rsync instructions; pip requirements;
26+
pip requirement version updates
2727

28-
*) errorlib: hiding bibcatalog info in exception body
28+
*) intbitset: no crash when intbitset is on rhs (#1287)
2929

30-
*) global: test suite nosification
30+
*) WebSearch: asciification of `oe` grapheme (#1582); correct record
31+
sums from hosted colls (#1651); nonexisting record API test case
32+
fix (#1692); space between records in MARC HTML
3133

32-
*) installation: fix collectiondetailedrecordpagetabs; support for
33-
Apache-2.4
34+
*) WebSession: fix mail cookie expiration (#1596)
3435

35-
*) WebAccess: IP-based rules and offline user fix; replacement of CDS
36-
Invenio by InveniO
37-
38-
*) WebComment: escape review "title"
39-
40-
*) WebSearch: respect default `rg` in Advanced Search
41-
42-
*) WebSession: fix for list of admin activities; login_method changes
43-
44-
*) WebSubmit: new websubmitadmin CLI
36+
*) WebSubmit: fix for typo in Shared_Functions
4537

4638
Download:
4739
---------
4840

49-
<http://invenio-software.org/download/invenio-1.0.5.tar.gz>
50-
<http://invenio-software.org/download/invenio-1.0.5.tar.gz.md5>
51-
<http://invenio-software.org/download/invenio-1.0.5.tar.gz.sig>
41+
<http://invenio-software.org/download/invenio-1.0.6.tar.gz>
42+
<http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5>
43+
<http://invenio-software.org/download/invenio-1.0.6.tar.gz.sig>
5244

5345
Installation notes:
5446
-------------------
@@ -58,31 +50,28 @@ Please follow the INSTALL file bundled in the distribution tarball.
5850
Upgrade notes:
5951
--------------
6052

61-
If you are upgrading from Invenio v1.0.4, then:
53+
If you are upgrading from Invenio v1.0.5, then:
6254

6355
a) Stop your bibsched queue and your Apache server.
6456

6557
b) Install the update:
6658

67-
$ tar xvfz invenio-1.0.5.tar.gz
68-
$ cd invenio-1.0.5
59+
$ tar xvfz invenio-1.0.6.tar.gz
60+
$ cd invenio-1.0.6
6961
$ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
7062
$ sh /opt/invenio/etc/build/config.nice
7163
$ make
7264
$ make check-custom-templates
73-
$ make update-v1.0.4-tables
65+
$ make update-v1.0.5-tables
7466
$ sudo -u www-data make install
7567
$ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
7668
$ sudo rsync -a /opt/invenio/etc.OLD/ \
7769
--exclude invenio-autotools.conf \
78-
--exclude bibformat/format_templates/Default_HTML_brief.bft \
7970
/opt/invenio/etc/
8071

8172
c) Restart your Apache server and your bibsched queue.
8273

83-
*** NOTE The items below will go into v1.0.6 release announcement ***
84-
85-
x) If your records may contain `oe` UTF-8 graphemes, please schedule
74+
d) If your records may contain `oe` UTF-8 graphemes, please schedule
8675
reindexing of concerned indexes at a convenient time, for example:
8776

8877
$ sudo -u www-data /opt/invenio/bin/bibindex -w title -f100000 -R

0 commit comments

Comments
 (0)