--------------------------------------------------------------------
Invenio v1.0.2 is released
October 19, 2012
http://invenio-software.org/
--------------------------------------------------------------------
Invenio v1.0.2 was released on October 19, 2012.
This is a minor bugfix release only. It is recommended to all Invenio
sites using v1.0.1 or previous releases.
What's new:
-----------
*) BibConvert: fix for static files in admin guide
*) BibEdit: regression test case fix
*) BibFormat: fix call to bfe_primary_report_number; revert fix for
format validation report
*) BibHarvest: OAI harvesting via HTTP proxy
*) BibRank: begin_date initialisation in del_recids(); INSERT DELAYED
INTO rnkPAGEVIEWS; user-friendlier message for similar docs
*) BibUpload: clarify correct/replace mode help
*) WebJournal: catch ValueError when reading cache; use
CFG_TMPSHAREDDIR in admin UI
*) WebSearch: allow webcoll to query hidden tags; external collection
search fix; external search XSS vulnerability fix; fix for
parentheses inside quotes; get_collection_reclist() fix; more uses
of `rg` configurable default; 'verbose' mode available to admins
only; XSS and verbose improvements
*) WebSession: fix possibly undefined variables; prevent nickname
modification
*) WebStyle: workaround IE bug with cache and HTTPS
*) WebSubmit: configurable Document File Manager; fix JS check for
mandatory fields; unoconv calling fix
*) bibdocfile: guess_format_from_url() improvement;
guess_format_from_url() improvements; INSERT DELAYED INTO
rnkDOWNLOADS
*) global: removal of psyco
*) I18N: Spanish and Catalan updates to Search Tips; updates to
German translation
*) installation: fix for jQuery UI custom; fix md5sum example
arguments; new index on session.session_expiry
*) intbitset: fix memory leak
*) inveniogc: tmp directory removal improvements
*) urlutils: MS Office redirection workaround
Download:
---------
<http://invenio-software.org/download/invenio-1.0.2.tar.gz>
<http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5>
<http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig>
Installation notes:
-------------------
Please follow the INSTALL file bundled in the distribution tarball.
Upgrade notes:
--------------
If you are upgrading from Invenio v1.0.1, then:
a) Stop your bibsched queue and your Apache server.
b) Install the update:
$ tar xvfz invenio-1.0.2.tar.gz
$ cd invenio-1.0.2
$ 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.1-tables
$ 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/Default_HTML_brief.bft \
/opt/invenio/etc/
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 <http://invenio-software.org/wiki/Installation/Upgrade>.
- end of file -