--------------------------------------------------------------------
Invenio v1.1.3 is released
February 25, 2014
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.1.3 was released on February 25, 2014.

This stable release contains a number of minor fixes and improvements.
It is recommended to all Invenio sites using v1.1.2 or previous stable
release series (v0.99, v1.0).

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

 *) BatchUploader: rights to ::1 for robot upload; avoid
    tempfile.tempdir redefinition (#1594)

 *) BibCatalog: no newlines in subject for RT plugin

 *) BibDocFile: RHEL6 magic bindings support (#1466)

 *) BibFormat: fix for BibTeX regression tests; better BibTeX title
    and collaboration

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

 *) BibSword: author MARC tag definition fix

 *) BibUpload: FFT replace warning in guide

 *) I18N: PO file update for the release of v1.1.3; PO file update for
    the release of v1.0.6; PO file update for the release of v0.99.9;
    collection demo names for new translations

 *) OAIHarvest: for for bad exception handling

 *) OAIRepository: optional support for --notimechange

 *) Travis CI: initial release of configuration

 *) WebSearch: nonexisting record API test case fix (#1692); correct
    record sums from hosted colls (#1651); space between records in
    MARC HTML; fix for BibTeX regression tests; field-filtered MARCXML
    API output (#1591); more complete API regression test suite;
    get_fieldvalues_alephseq_like() utils; asciification of `oe`
    grapheme (#1582); bug fix for SPIRES date math search

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

 *) WebSubmit: fix for typo in Shared_Functions; optional pdftk
    regression tests

 *) dbquery: closes redundant connection

 *) git: addition of compile to gitignore; new entry in gitignore

 *) global: language value always in link URLs

 *) installation: pip requirement version updates; pip requirements;
    no user prompt for warnings; empty Travis configuration; location
    of jquery-1.7.1.min.js; location of flot; information about
    unidecode; fix autotools rsync instructions

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

 *) inveniocfg: fix for mod_headers

 *) kwalitee: list comprehensions instead of lambdas; compatibility
    with pylint 1.0.0

Download:
---------

  <http://invenio-software.org/download/invenio-1.1.3.tar.gz>
  <http://invenio-software.org/download/invenio-1.1.3.tar.gz.md5>
  <http://invenio-software.org/download/invenio-1.1.3.tar.gz.sig>

Installation notes:
-------------------

Please follow the INSTALL file bundled in the distribution tarball.

Upgrade notes:
--------------

Please proceed as follows:

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.1.3.tar.gz
     $ cd invenio-1.1.3
     $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
     $ sh /opt/invenio/etc/build/config.nice
     $ make
     $ make check-upgrade
     $ sudo -u www-data make install
     $ sudo rsync -a /opt/invenio/etc.OLD/ \
         --exclude invenio-autotools.conf \
         /opt/invenio/etc/
       # Note: if you are upgrading from previous stable release
       # series (v0.99 or v1.0), please don't rsync but diff, in order
       # to inspect changes and adapt your old configuration to the
       # new v1.1 release series.
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --upgrade

 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

- end of file -

Reply via email to