Skip to content

Invenio v1.0.6

Compare
Choose a tag to compare
@tiborsimko tiborsimko released this 22 Jun 10:52
· 5976 commits to master since this release
v1.0.6
--------------------------------------------------------------------
Invenio v1.0.6 is released
January 31, 2014
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.6 was released on January 31, 2014.

This is a bugfix release update for Invenio v1.0 release series.  It
is recommended to all Invenio sites using v1.0.5 or previous releases.

What's new:
-----------

 *) BatchUploader: avoid tempfile.tempdir redefinition (#1594)

 *) BibRank: temporary file storage in CFG_TMPDIR (#1594)

 *) BibUpload: FFT replace warning in guide

 *) dbquery: closes redundant connection

 *) global: language value always in link URLs

 *) installation: fix autotools rsync instructions; pip requirements;
    pip requirement version updates

 *) intbitset: no crash when intbitset is on rhs (#1287)

 *) WebSearch: asciification of `oe` grapheme (#1582); correct record
    sums from hosted colls (#1651); nonexisting record API test case
    fix (#1692); space between records in MARC HTML

 *) WebSession: fix mail cookie expiration (#1596)

 *) WebSubmit: fix for typo in Shared_Functions

Download:
---------

  <http://invenio-software.org/download/invenio-1.0.6.tar.gz>
  <http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5>
  <http://invenio-software.org/download/invenio-1.0.6.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.5, then:

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.6.tar.gz
     $ cd invenio-1.0.6
     $ 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.5-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 invenio-autotools.conf \
         /opt/invenio/etc/

 c) Restart your Apache server and your bibsched queue.

 d) If your records may contain `oe` UTF-8 graphemes, please schedule
    reindexing of concerned indexes at a convenient time, for example:

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

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 -