11--------------------------------------------------------------------
2- CDS Invenio v0.99.3 is released
3- December 13, 2010
2+ CDS Invenio v0.99.4 is released
3+ December 19, 2011
44http://invenio-software.org/
55--------------------------------------------------------------------
66
7- CDS Invenio v0.99.3 was released on December 13, 2010 .
7+ CDS Invenio v0.99.4 was released on December 19, 2011 .
88
99This is a minor bugfix release only. It is recommended to all CDS
10- Invenio sites using v0.99.2 or previous releases.
10+ Invenio sites using v0.99.3 or previous releases.
1111
1212What's new:
1313-----------
1414
15- *) fixed issues in the harvesting daemon when harvesting from more
16- than one OAI repository (BibHarvest)
15+ *) fixed double stemming during indexing (BibRank)
1716
18- *) fixed failure in formatting engine when dealing with
19- not-yet-existing records (BibFormat)
17+ *) fixed collection translation in admin UI (WebSearch)
2018
21- *) fixed traversal of final URL parts in the URL dispatcher
22- (WebStyle)
23-
24- *) improved bibdocfile URL recognition upon upload of MARC files
25- (BibUpload)
26-
27- *) fixed bug in admin interface for adding authorizations (WebAccess)
28-
29- *) keyword extractor is now compatible with rdflib releases older
30- than 2.3.2 (BibClassify)
31-
32- *) output of `bibsched status' now shows the queue mode status as
33- AUTOMATIC or MANUAL to help queue monitoring (BibSched)
19+ *) fixed UP and DOWN functions for UTF-8 strings (BibConvert)
3420
3521Download:
3622---------
3723
38- <http://invenio-software.org/download/cds-invenio-0.99.3 .tar.gz>
39- <http://invenio-software.org/download/cds-invenio-0.99.3 .tar.gz.md5>
40- <http://invenio-software.org/download/cds-invenio-0.99.3 .tar.gz.sig>
24+ <http://invenio-software.org/download/cds-invenio-0.99.4 .tar.gz>
25+ <http://invenio-software.org/download/cds-invenio-0.99.4 .tar.gz.md5>
26+ <http://invenio-software.org/download/cds-invenio-0.99.4 .tar.gz.sig>
4127
4228Installation notes:
4329-------------------
@@ -47,19 +33,24 @@ Please follow the INSTALL file bundled in the distribution tarball.
4733Upgrade notes:
4834--------------
4935
50- If you are upgrading from CDS Invenio v0.99.2 , then:
36+ If you are upgrading from CDS Invenio v0.99.3 , then:
5137
5238 - please stop your bibsched queue and your Apache server
5339
5440 - install the update:
5541
56- $ cd cds-invenio-0.99.3
42+ $ cd cds-invenio-0.99.4
5743 $ cp -a /opt/cds-invenio/etc /opt/cds-invenio/etc.OLD
5844 $ sh /opt/cds-invenio/etc/build/config.nice
5945 $ make install
6046 $ /opt/cds-invenio/bin/inveniocfg --update-all
6147 $ cp -a /opt/cds-invenio/etc.OLD /opt/cds-invenio/etc
6248
49+ - in order to apply the double-stemming fix for the indexer,
50+ reindexing of those indexes that use stemming is recommended:
51+
52+ $ bibindex -u admin --reindex
53+
6354 - restart your Apache server and your bibsched queue
6455
6556 - you are done
0 commit comments