--------------------------------------------------------------------
Invenio v1.1.1 is released
December 21, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.1.1 was released on December 21, 2012.

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

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

 *) BatchUploader: error reporting improvements

 *) BibAuthorID: arXiv login upgrade; fix for small bug in claim
    interface

 *) BibConvert: fix bug with SPLITW function; target/source CLI flag
    description fix

 *) BibDocFile: better error report for unknown format; explicit
    redirection to secure URL; fix for file upload in submissions

 *) BibEdit: 'bibedit' CSS class addition to page body

 *) BibFormat: clean Default_HTML_meta template; fix for js_quicktags
    location; ISBN tag update for meta format; "ln" parameter in
    bfe_record_url output; meta header output fix; relator code filter
    in bfe_authors; fix for reformatting by record IDs

 *) errorlib: register_exception improvements

 *) global: login link using absolute URL redirection

 *) installation: aidUSERINPUTLOG consistency upgrade; bigger
    hstRECORD.marcxml size; fix for wrong name in tabcreate; inclusion
    of JS quicktags in tarball; mark upgrade recipes as applied;
    rephrase 1.1 upgrade recipe warning; safer upgrader bibsched
    status parse; strip spaces in CFG list values

 *) jQuery: tablesorter location standardisation

 *) mailutils: authentication and TLS support

 *) OAIRepository: Edit OAI Set page bug fix; fix for OAI set editing;
    print_record() fixes

 *) plotextractor: washing of captions and context

 *) pluginutils: fix for failing bibformat test case

 *) solrutils: addition of files into release tarball

 *) WebAccess: admin interface usability improvement; guest unit tests
    for firerole

 *) WebAlert: new regression tests for alerts

 *) WebComment: cleaner handling of non-reply comments

 *) WebJournal: better language handling in widgets; CERN-specific
    translation; explicit RSS icon dimensions; fix for
    CFG_TMPSHAREDDIR; fix for retrieval of deleted articles; search
    select form by name

 *) WebSearch: fix for webcoll grid layout markup;
    get_all_field_values() typo; next-hit/previous-hit numbering fix;
    respect output format content-type; washing of 'as' argument

 *) WebSession: fix for login-with-referer issue; fix for
    merge_usera_into_userb()

 *) 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: display login link on /submit page; fix for
    Send_APP_Mail function; fix the approval URL for publiline

 *) WebUser: fix for referer URL protocol

Download:
---------

  <http://invenio-software.org/download/invenio-1.1.1.tar.gz>
  <http://invenio-software.org/download/invenio-1.1.1.tar.gz.md5>
  <http://invenio-software.org/download/invenio-1.1.1.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.1.tar.gz
     $ cd invenio-1.1.1
     $ 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.conf \
         --exclude bibformat/format_templates/Default_HTML_meta.bft \
         /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.

- end of file -

Reply via email to