Skip to content

Invenio v0.99.2

Compare
Choose a tag to compare
@tiborsimko tiborsimko released this 22 Jun 11:02
· 7856 commits to master since this release
v0.99.2
--------------------------------------------------------------------
CDS Invenio v0.99.2 is released
October 20, 2010
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.2 was released on October 20, 2010.

This is a bugfix release only.  It is recommended to all CDS Invenio
sites using v0.99.1 or previous releases.

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

 *) stricter checking of access to restricted records: in order to
    view a restricted record, users are now required to have
    authorizations to access all restricted collections the given
    record may belong to (WebSearch)

 *) strict checking of user query history when setting up email
    notification alert, preventing URL mangling attempts (WebAlert)

 *) fixed possible Unix signal conflicts for tasks performing I/O
    operations or running external processes, relevant notably to
    full-text indexing of remote files (BibSched)

 *) fixed full-text indexing and improved handling of files of
    `unexpected' extensions (BibIndex, WebSubmit)

 *) streaming of files of `unknown' MIME type now defaults to
    application/octet-stream (WebSubmit)

 *) fixed addition of new MARC fields in the record editor (BibEdit)

 *) fixed issues in full-text file attachment via MARC (BibUpload)

 *) fixed authaction CLI client (WebAccess)

 *) ... plus other minor fixes and improvements

Download:
---------

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

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

Please follow the INSTALL file bundled in the distribution tarball.

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

If you are upgrading from CDS Invenio v0.99.1, then:

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.2
     $ cp -a /opt/cds-invenio/etc /opt/cds-invenio/etc.OLD
     $ sh /opt/cds-invenio/etc/build/config.nice
     $ make install
     $ /opt/cds-invenio/bin/inveniocfg --update-all
     $ cp -a /opt/cds-invenio/etc.OLD /opt/cds-invenio/etc

 - restart your Apache server and your bibsched queue

 - you are done

If you are upgrading from previous CDS Invenio releases (e.g. from
v0.92.1), then please see a dedicated Invenio Upgrade wiki page at
<https://twiki.cern.ch/twiki/bin/view/CDS/InvenioUpgrade>.

- end of file -