Skip to content

Releases: inveniosoftware/invenio

Invenio v1.0.8

22 Jun 10:03
v1.0.8
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.8 is released
March 2, 2015
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.8 was released on March 2, 2015.

This old stable release update is recommended to all Invenio sites
using v1.0.7 or previous releases.

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

 *) docker: initial release (#2736)

 *) docs: initial release of CONTRIBUTING guide (#2163)

 *) installation: MathJax distribution location update (#2732);
    disable SSLv2/SSLv3 in Apache config (#2515)

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.8.tar.gz
     $ cd invenio-1.0.8
     $ 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.7-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.

- end of file -

Invenio v1.1.4

22 Jun 10:03
v1.1.4
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.1.4 is released
August 31, 2014
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.1.4 was released on August 31, 2014.

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

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

 *) BibDocFile: FFT comment/description documentation (#635);
    duplicate docname fix (#1930); convert files and icons
    asynchronously (#1428)

 *) BibEncode: fix video-encoded files synchro to DB (#1647)

 *) BibRank: (Overflow|ZeroDivision)Error usability (#105 #2146)

 *) BibSched: authorization typo fix in BibTasklet (#1746); more
    customizable icon creation tasklet; icons creation tasklet

 *) BibSort: `last_updated` column name typo fix (#1408 #1742)

 *) OAIRepository: OAI-PMH handler URL documented (#1027 #2152)

 *) WebComment: attachments in multi-node setup

 *) WebJournal: update demo "Article Header" style

 *) WebSearch: disable meta tags for deleted records (#1680)

 *) WebSession: CSRF token in API key settings form (#1855); CSRF
    tokens in account settings forms (#1855); Python-2.4 combatibility
    issue fix

 *) WebSubmit: file stamper option to copy metadata (#1569); new
    Create_Modify_Interface parameters; value escaping for
    modifications (#1578); better value escaping (#1578); more
    customizable Link_Records function; no double-submit (#1020)

 *) installation: GnuPG key server location update; location of
    jquery.treeview

 *) jQuery: fix for DataTables dependency URL location (#2078)

 *) sequtils: more robust cnum generation (#2119)

 *) I18N: fix gender problem in a French translation (#2089)

Download:
---------

  <http://invenio-software.org/download/invenio-1.1.4.tar.gz>
  <http://invenio-software.org/download/invenio-1.1.4.tar.gz.md5>
  <http://invenio-software.org/download/invenio-1.1.4.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.4.tar.gz
     $ cd invenio-1.1.4
     $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
     $ sh /opt/invenio/etc/build/config.nice
     $ make
     $ make check-upgrade # (1)
     $ sudo -u www-data make install
     $ sudo rsync -a /opt/invenio/etc.OLD/ \
         --exclude invenio-autotools.conf \
         /opt/invenio/etc/ # (2)
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --upgrade

    Notes:

    (1) If you have customised your session templates
        (`websession_templates.py`) in your site-specific overlay,
        then you will need to add a new `csrf_token` parameter to
        several of your templates (e.g. `tmpl_user_preferences()`).
        Running `make check-upgrade` will warn you about this
        necessity, should it be applicable.

    (2) If you are upgrading from previous stable release series
        (v0.99 or v1.0), please don't run this rsync command but diff,
        in order to inspect changes and adapt your old configuration
        to the new v1.1 release series.

 c) Restart your Apache server and your bibsched queue.

- end of file -

Invenio v1.0.7

22 Jun 10:04
v1.0.7
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.7 is released
August 31, 2014
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.7 was released on August 31, 2014.

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

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

 *) BibDocFile: FFT comment/description documentation (#635);
    duplicate docname fix (#1930)

 *) BibRank: (Overflow|ZeroDivision)Error usability (#105 #2146)

 *) WebSession: CSRF tokens in account settings forms (#1855)

 *) installation: GnuPG key server location update; location of
    jquery.treeview

 *) I18N: fix gender problem in a French translation (#2089)

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.7.tar.gz
     $ cd invenio-1.0.7
     $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
     $ sh /opt/invenio/etc/build/config.nice
     $ make
     $ make check-custom-templates # (1)
     $ make update-v1.0.6-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/

    Notes:

    (1) If you have customised your session templates
        (`websession_templates.py`) in your site-specific overlay,
        then you will need to add a new `csrf_token` parameter to
        several of your templates (e.g. `tmpl_user_preferences()`).
        Running `make check-custom-templates` will warn you about this
        necessity, should it be applicable.

 c) Restart your Apache server and your bibsched queue.

- end of file -

Invenio v1.1.3

22 Jun 10:05
v1.1.3
Compare
Choose a tag to compare
--------------------------------------------------------------------
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 -

Invenio v1.0.6

22 Jun 10:52
v1.0.6
Compare
Choose a tag to compare
--------------------------------------------------------------------
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 -

Invenio v0.99.9

22 Jun 10:52
v0.99.9
Compare
Choose a tag to compare
--------------------------------------------------------------------
CDS Invenio v0.99.9 is released
January 31, 2014
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.9 was released on January 31, 2014.

This is a bugfix release update for CDS Invenio v0.99 release series.
It is recommended to all CDS Invenio sites using v0.99.8 or previous
releases.

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

 *) temporary file storage in CFG_TMPDIR (BibRank)

Download:
---------

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

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.9
     $ 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
<http://invenio-software.org/wiki/Installation/Upgrade>.

- end of file -

Invenio v1.1.2

22 Jun 10:53
v1.1.2
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.1.2 is released
August 19, 2013
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.1.2 was released on August 19, 2013.

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

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

 *) BibAuthorID: fix in name comparisons (#1313 #1314); improvements
    and fixes; improvements, fixes and optimizations; UI and backend
    improvements

 *) BibCatalog: removal of print statement (#1337)

 *) BibClassify: escape keywords in tag cloud and MARCXML

 *) BibDocFile: better JS washing in web UI; display file upload
    progress (#1020 #1021); display "Restricted" label correctly
    (#1299); fix check-md5 with bibdocfsinfo cache (#1249); fix
    check-md5 with bibdocfsinfo cache (#1249); fix error in calling
    register_download (#1311); handling of exceptions in Md5Folder
    (#1060); revert md5 property patch (#1249); support new magic
    library (#1207)

 *) BibEncode: minor fix in process_batch_job()

 *) BibFormat: additional fulltext file display in HB (#1219); checks
    for bibformat bin; fix CLI call to old PHP-based formatter; fixes
    unit tests (#1320); fix for fulltext file format; fix snippets for
    phrase queries (#1201); format_element initialisation fix; passing
    of user_info for Excel format; replacement of CDS Invenio by
    Invenio; setUp/tearDown in unit tests (#1319); skip hidden icons
    in OpenGraph image tag

 *) BibIndex: better wording for stemming in admin UI; replacement of
    CDS Invenio by Invenio; synonym indexing speed up (#1484); use
    human friendly index name (#1329)

 *) BibKnowledge: /kb/export 500 error fix; optional memoisation of
    KBR lookups (#1484)

 *) BibMerge: delete cache file on submit

 *) BibSched: bibupload max_priority check; bugfix for high-priority
    monotasks; increases size of monitor columns;
    parse_runtime_limit() fix (#1432); parse_runtime_limit() tests fix
    (#1432)

 *) BibUpload: FMT regression test case fix (#1152); indicators in
    strong tags (#939)

 *) CKEditor: updated to version 3.6.6

 *) dateutils: strftime improvement (#1065); strptime for Python-2.4
    compatibility

 *) errorlib: hiding bibcatalog info in exception body

 *) global: test suite nosification

 *) htmlutils: fix single quote escaping; improve js string escaping;
    MathJax 2.1 (#1050)

 *) I18N: updates to Catalan and Spanish translations

 *) installation: fix collectiondetailedrecordpagetabs (#1496); fix
    for jQuery hotkeys add-on URL (#1507); fix for MathJax OS X
    install issue (#1455); support for Apache-2.4 (#1552)

 *) inveniocfg: tests runner file closure fix (#1327)

 *) InvenioConnector: fix for CDS authentication; mechanize dependency

 *) inveniogc: consider journal cache subdirs

 *) memoiseutils: initial release

 *) OAIHarvest: fix path for temporary authorlists; holding-pen UI
    bugfixes (#1401)

 *) OAIRepository: CFG_OAI_REPOSITORY_MARCXML_SIZE; no bibupload -n

 *) RefExtract: replacement of CDS Invenio by Invenio

 *) WebAccess: fix variable parsing in robot auth (#1456); IP-based
    rules and offline user fix (#1233); replacement of CDS Invenio by
    InveniO

 *) WebApiKey: renames unit tests to regression tests (#1324)

 *) WebAuthorProfile: fix XSS vulnerability

 *) WebComment: escape review "title"; escape review "title"

 *) WebSearch: 410 HTTP code for deleted records; advanced search
    notification if no hits; better cleaning of word patterns; fix
    infinite synonym lookup cases (#804); handles "find feb 12"
    (#948); nicer browsing of fuzzy indexes (#1348); respect default
    `rg` in Advanced Search; SPIRES date math search fixes (#431
    #948); SPIRES invalid date search fix (#1467); tweaks SPIRES
    two-digit search; unit test disabling for CFG_CERN_SITE; unit test
    update (#1326)

 *) WebSession: fix for list of admin activities (#1444); login_method
    changes; unit vs regression test suite cleanup

 *) WebStat: use CFG_JOURNAL_TAG instead of 773/909C4 (#546)

 *) WebSubmit: new websubmitadmin CLI (#1334); replacement of CDS
    Invenio by Invenio; use PyPDF2 if available

Download:
---------

  <http://invenio-software.org/download/invenio-1.1.2.tar.gz>
  <http://invenio-software.org/download/invenio-1.1.2.tar.gz.md5>
  <http://invenio-software.org/download/invenio-1.1.2.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.2.tar.gz
     $ cd invenio-1.1.2
     $ 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 bibformat/format_templates/Default_HTML_brief.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) Update your MathJax and CKeditor plugins:

     $ sudo -u www-data make install-mathjax-plugin
     $ sudo -u www-data make install-ckeditor-plugin

 d) Restart your Apache server and your bibsched queue.

- end of file -

Invenio v1.0.5

22 Jun 10:54
v1.0.5
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.5 is released
August 19, 2013
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.5 was released on August 19, 2013.

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

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

 *) BibClassify: escape keywords in tag cloud and MARCXML

 *) BibDocFile: support new magic library

 *) BibFormat: additional fulltext file display in HB; fix CLI call to
    old PHP-based formatter; format_element initialisation fix

 *) BibIndex: better wording for stemming in admin UI

 *) BibKnowledge: /kb/export 500 error fix

 *) BibUpload: FMT regression test case fix; indicators in strong tags

 *) errorlib: hiding bibcatalog info in exception body

 *) global: test suite nosification

 *) installation: fix collectiondetailedrecordpagetabs; support for
    Apache-2.4

 *) WebAccess: IP-based rules and offline user fix; replacement of CDS
    Invenio by InveniO

 *) WebComment: escape review "title"

 *) WebSearch: respect default `rg` in Advanced Search

 *) WebSession: fix for list of admin activities; login_method changes

 *) WebSubmit: new websubmitadmin CLI

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.5.tar.gz
     $ cd invenio-1.0.5
     $ 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.4-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 -

Invenio v0.99.8

22 Jun 10:54
v0.99.8
Compare
Choose a tag to compare
--------------------------------------------------------------------
CDS Invenio v0.99.8 is released
August 19, 2013
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.8 was released on August 19, 2013.

This is a bugfix release update for CDS Invenio v0.99 release series.
It is recommended to all CDS Invenio sites using v0.99.7 or previous
releases.

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

 *) escape keywords in tag cloud and MARCXML (BibClassify)

 *) fix CLI call to old PHP-based formatter; fix format_element
    initialisation (BibFormat)

 *) better wording for stemming in admin UI (BibIndex)

 *) IP-based rules and offline user fix (WebAccess)

 *) escape review "title" (WebComment)

 *) fix collectiondetailedrecordpagetabs (installation)

Download:
---------

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

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.8
     $ 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
<http://invenio-software.org/wiki/Installation/Upgrade>.

- end of file -

Invenio v1.1.1

22 Jun 10:55
v1.1.1
Compare
Choose a tag to compare
--------------------------------------------------------------------
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 -