-------------------------------------------------------------------- Invenio v1.0.3 is released December 19, 2012 http://invenio-software.org/ -------------------------------------------------------------------- Invenio v1.0.3 was released on December 19, 2012. This is a minor bugfix release only. It is recommended to all Invenio sites using v1.0.2 or previous releases. What's new: ----------- *) BatchUploader: error reporting improvements *) BibConvert: fix bug with SPLITW function; target/source CLI flag description fix *) BibEdit: 'bibedit' CSS class addition to page body *) BibFormat: fix for js_quicktags location *) jQuery: tablesorter location standardisation *) WebComment: cleaner handling of non-reply comments *) WebJournal: explicit RSS icon dimensions; fix for CFG_TMPSHAREDDIR; fix for retrieval of deleted articles *) WebSearch: external search pattern_list escape fix; respect output format content-type; washing of 'as' argument *) WebStyle: dumb page loading fix; Google Analytics documentation update; memory leak fix in session handling; new /ping handler; removal of excess language box call; req.is_https() fix *) WebSubmit: fix for Send_APP_Mail function *) WebUser: fix for referer URL protocol Download: --------- Installation notes: ------------------- Please follow the INSTALL file bundled in the distribution tarball. Upgrade notes: -------------- If you are upgrading from Invenio v1.0.2, then: a) Stop your bibsched queue and your Apache server. b) Install the update: $ tar xvfz invenio-1.0.3.tar.gz $ cd invenio-1.0.3 $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/ $ sh /opt/invenio/etc/build/config.nice $ make $ make check-custom-templates $ make update-v1.0.2-tables $ sudo -u www-data make install $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all $ sudo rsync -a /opt/invenio/etc.OLD/ \ /opt/invenio/etc/ c) Update your jQuery tablesorter library: $ sudo -u www-data make install-jquery-plugins d) 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 -