-------------------------------------------------------------------- Invenio v1.0.1 is released June 28, 2012 http://invenio-software.org/ -------------------------------------------------------------------- Invenio v1.0.1 was released on June 28, 2012. This is a minor bugfix release only. It is recommended to all Invenio sites using v1.0.0 or previous releases. What's new: ----------- *) BibFormat: fix format validation report; fix opensearch prefix exclusion in RSS; fix retrieval of collection identifier *) BibIndex: new unit tests for the Greek stemmer *) BibSched: improve low level submission arg parsing; set ERROR status when wrong params; task can stop immediately when sleeping *) BibSword: remove dangling documentation *) BibUpload: fix setting restriction in -a/-ir modes *) WebAlert: simplify HTML markup *) WebComment: only logged users to use report abuse *) WebJournal: hide deleted records *) WebSearch: adapt test cases for citation summary; fix collection order on the search page; look at access control when webcolling; sorting in citesummary breakdown links *) WebSession: simplify HTML markup *) WebSubmit: capitalise doctypes in Doc File Manager; check authorizations in endaction; check for problems when archiving; ensure unique tmp file name for upload; fix email formatting; fix Move_to_Done function; remove 8564_ field from demo templates; skip file upload if necessary; update CERN-specific config *) bibdocfile: BibRecDocs recID argument type check *) data cacher: deletes cache before refilling it *) dbquery: fix dbexec CLI WRT max allowed packet *) I18N: updates to Greek translation *) installation: fix circular install-jquery-plugins; fix demo user initialisation; fix jQuery tablesorter download URL; fix jQuery uploadify download URL; more info about max_allowed_packet; remove unneeded rxp binary package Download: --------- Installation notes: ------------------- Please follow the INSTALL file bundled in the distribution tarball. Upgrade notes: -------------- If you are upgrading from Invenio v1.0.0, then: a) Stop your bibsched queue and your Apache server. b) Install the update: $ tar xvfz invenio-1.0.1.tar.gz $ cd invenio-1.0.1 $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/ $ sh /opt/invenio/etc/build/config.nice $ make $ make check-custom-templates $ sudo -u www-data make install $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all $ sudo rsync -a /opt/invenio/etc.OLD/ \ --exclude bibformat/format_templates/RSS.xsl \ --exclude bibconvert/config/DEMOBOOcreate.tpl \ --exclude bibconvert/config/DEMOPICcreate.tpl \ --exclude bibconvert/config/DEMOTHEcreate.tpl \ /opt/invenio/etc/ FIXME: add note about need to run bibdocfile --fix-bibdocfsinfo-cache c) Restart your Apache server and your bibsched queue. If you are upgrading from a previous Invenio release (notably from v0.99 release series), then please see a dedicated Invenio Upgrade wiki page at . - end of file -