Skip to content

Releases: inveniosoftware/invenio

Invenio v1.0.4

22 Jun 10:56
v1.0.4
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.4 is released
December 21, 2012
http://invenio-software.org/
--------------------------------------------------------------------

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

This release fixes notably an installation problem in v1.0.3 that
ommitted a file from the release tarball.  The release also introduces
two minor improvements.  The release is recommended to all Invenio
sites using v1.0.2 or previous versions.

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

 *) installation: inclusion of JS quicktags in tarball

 *) bibdocfile: better error report for unknown format

 *) WebAccess: admin interface usability improvement

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.4.tar.gz
     $ cd invenio-1.0.4
     $ 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.2-tables
     $ sudo -u www-data make install
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
     $ sudo rsync -a /opt/invenio/etc.OLD/ \
                  /opt/invenio/etc/

 c) Update your jQuery tablesorter library:

     $ sudo -u www-data make install-jquery-plugins

 d) 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 v1.0.3

22 Jun 10:56
v1.0.3
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.3 is released
December 19, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.3 was released on December 19, 2012.

This is a minor bugfix release only.  It is recommended to all Invenio
sites using v1.0.2 or previous releases.

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

 *) BatchUploader: error reporting improvements

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

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

 *) BibFormat: fix for js_quicktags location

 *) jQuery: tablesorter location standardisation

 *) WebComment: cleaner handling of non-reply comments

 *) WebJournal: explicit RSS icon dimensions; fix for
    CFG_TMPSHAREDDIR; fix for retrieval of deleted articles

 *) WebSearch: external search pattern_list escape fix; respect output
    format content-type; washing of 'as' argument

 *) 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: fix for Send_APP_Mail function

 *) WebUser: fix for referer URL protocol

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.3.tar.gz
     $ cd invenio-1.0.3
     $ 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.2-tables
     $ sudo -u www-data make install
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
     $ sudo rsync -a /opt/invenio/etc.OLD/ \
                  /opt/invenio/etc/

 c) Update your jQuery tablesorter library:

     $ sudo -u www-data make install-jquery-plugins

 d) 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.7

22 Jun 10:56
v0.99.7
Compare
Choose a tag to compare
--------------------------------------------------------------------
CDS Invenio v0.99.7 is released
December 18, 2012
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.7 was released on December 18, 2012.

This is a minor documentation update release only.  It is recommended
to all CDS Invenio sites using v0.99.6 or previous releases.

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

 *) Google Analytics documentation update (WebStyle)

 *) target/source CLI flag description fix (BibConvert)

Download:
---------

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

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.7
     $ 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.0

22 Jun 10:57
v1.1.0
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.1.0 is released
October 21, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.1.0 was released on October 21, 2012.

This release introduces new Invenio release series v1.1.  Invenio v1.1
brings over 1200 commits on top of Invenio v1.0, authored by over 20
new co-authors and contributors.  Invenio v1.1 series contains many
new features such as new automatic upgrader of Invenio installations,
new media encoder library, new author disambiguator and paper claiming
tool, new full-text snippet tool and support for Solr indexing, new
in-memory record sorter, new user-signed web API key facility, new
synonym support for searching and indexing, new micro format support
for web crawlers, and more.  Invenio v1.1 is recommended to all
Invenio sites using v1.0 or previous release series.

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

 *) BatchUploader: RESTful interface, runtime checks, TextMARC input,
    job priority selection

 *) BibAuthorID: new automatic author disambiguation and paper
    claiming facility

 *) BibCatalog: storage of ticket requestor, default RT user

 *) BibCirculation: security fixes

 *) BibClassify: UI improvements and refactoring

 *) BibConvert: new BibTeX-to-MARCXML conversion, new oaidmf2marcxml
    conversion, fixes for WORDS

 *) BibDocFile: new filesystem cache for faster statistics, caseless
    authorisation, disable HTTP range requests, improve file format
    policies, and more

 *) BibEdit: new options related to preview and printing, reference
    curation, autocompletion, record and field template manager,
    editing fields and subfields, per-collection authorisations, use
    of knowledge bases, and more

 *) BibEditMulti: new actions with conditions on fields, partial
    matching for subfields, faster preview generation, and more

 *) BibEncode: new audio and video media file processing tool, new
    Video demo collection

 *) BibFormat: new full-text snippet display facility, new
    configuration for I18N caching, updates to EndNote, Excel, Dublin
    Core and other formats, updates to formatting elements such as
    DOI, author, updates to podcast output, updates to XSLT
    processing, and more

 *) OAIHarvest: new configurable workflow with reference extraction,
    new author list extraction post process, upload priority, OpenAIRE
    compliance, better handling of timeouts, and more

 *) BibIndex: new full-text indexing via Solr, new support for author
    ID indexing, better author tokeniser

 *) BibKnowledge: dynamic knowledge bases for record editor, support
    for JSON format

 *) BibMatch: new matching of restricted collections

 *) BibMerge: subfield order in slave record, confirmation pop up,
    record selection bug fix

 *) BibRank: new index term count ranking method, new support for flot
    graphs, updates to citation graphs

 *) BibRecord: new possibility to use lxml parser, sanity checks

 *) BibSched: new motd-like facility for queue monitor, new
    continuable error status for tasks, new tasklet framework, new
    multi-node support, new monotask support, new support for task
    sequences, improvements to scheduling algorithm

 *) BibSort: new in-memory fast sorting tool using configurable
    buckets

 *) BibUpload: new automatic generation of MARC tag 005, new
    `--callback-url' CLI parameter, fixes for appending existing
    files, fixes for multiple 001 tags, and more

 *) WebAccess: new external person ID support, performance
    improvements, robot manager UI improvements, fixes for firerole
    handling,

 *) WebAlert: new alert description facility, fixes for restricted
    collections

 *) WebApiKey: new user-signed Web API key facility

 *) WebAuthorProfile: new author pages with dynamic box layout

 *) WebBasket: add to basket interface improvements, better XML
    export, fixes for external records and other improvements

 *) WebComment: new collapsible comment support, new permalink to
    comments, loss prevention of unsubmitted comments, tidying up HTML
    markup of comments, and more

 *) WebJournal: new Open Graph markup, more customisable newsletter,
    redirect to latest release of specific category, refresh chosen
    collections on release, remove unnecessary encoding/decoding,
    update weather widget for new APIs, and more

 *) WebSearch: new index-time and search-time synonym support, new
    Open Graph markup, new Google Scholar friendly metadata in page
    header, new limit option for wildcard queries, new support for
    access to merged records, new next/previous/back link support, new
    `authorcount' indexing and searching, new relative date search
    facility, clean OpenSearch support, improved speed, improvements
    to SPIRES query syntax support, improvements to self-cite math,
    primary collection guessing, other numerous fixes

 *) WebSession: new useful guest sessions, reintroduces configurable
    IP checking, enforcement of nickname refresh, several other fixes

 *) WebStat: new login statistics, new custom query summary, error
    analyser, custom event improvements

 *) WebStyle: new display restriction flag for restricted records, new
    initial right-to-left language support, authenticated user and
    HTTPS support, IP check for proxy configurations, layout updates
    and fixes for MSIE, and more

 *) WebSubmit: new initial support for converting to PDF/X, new
    embargo support, better LibreOffice compatibility, better async
    file upload, enhancements for Link_Records, support for hiding
    HIDDEN files in document manager, configurable initial value for
    counter, make use of BibSched task sequences, and more

 *) installation: updates to jQuery, CKEditor, unoconv, and other
    prerequisites

 *) dbdump: new compression support, reworked error handling

 *) dbquery: new possibility to query DB slave nodes, new dict-like
    output, fix for MySQL 5.5.3 and higher versions

 *) errorlib: stack analysis improvements, outline style improvements
    for invenio.err

 *) htmlutils: improvements to HTML markup removal, HTML tidying

 *) I18N: new Arabic and Lithuanian translations, updates to Catalan,
    Czech, French, German, Greek, Italian, Russian, Slovak, Spanish
    translations

 *) intbitset: new performance improvements, new get item support, new
    pickle support, several memory leak fixes

 *) inveniocfg: new automated Invenio Upgrader tool

 *) InvenioConnector: new search with retries, improved search
    parameters, improved local site check, use of Invenio user agent

 *) jsonutils: new JSON utility library

 *) mailutils: possibility to specify Reply-To header, fixes to
    multipart

 *) plotextractor: better TeX detection, better PDF harvesting from
    arXiv, configurable sleep timer

 *) pluginutils: new create_enhanced_plugin_builder API, external
    plugin loading

 *) RefExtract: new daemon operation mode, new DOI recognition, better
    author recognition, new author knowledge base

 *) remote debugger: new remote debuggng support

 *) sequtils: new sequence generator tool

 *) solrutils: new support for full-text query dispatching to Solr

 *) testutils: new Selenium web test framework

 *) textutils: updates to string-to-ascii functions, LaTeX symbols to
    Unicode

 *) urlutils: fix for redirect_to_url

 *) xmlmarclint: fix for error report formatting

 *) ... and other numerous smaller fixes and improvements

Download:
---------

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

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

Please follow the INSTALL file bundled in the distribution tarball.

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

If you are upgrading from previous Invenio release series such as
v0.99 or v1.0, then you can proceed as follows:

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.1.0.tar.gz
     $ cd invenio-1.1.0
     $ 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 -u www-data /opt/invenio/bin/inveniocfg --update-all
     $ diff -r /opt/invenio/etc/ /opt/invenio/etc.OLD/
       # inspect differences and adapt your local configuration files
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --upgrade

 c) Restart your Apache server and your bibsched queue.

 d) You may want to schedule new BibDocFile file system cache update:

     $ bibdocfile --fix-bibdocfsinfo-cache

- end of file -

Invenio v1.0.2

22 Jun 10:58
v1.0.2
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.2 is released
October 19, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.2 was released on October 19, 2012.

This is a minor bugfix release only.  It is recommended to all Invenio
sites using v1.0.1 or previous releases.

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

 *) BibConvert: fix for static files in admin guide

 *) BibEdit: regression test case fix

 *) BibFormat: fix call to bfe_primary_report_number; revert fix for
    format validation report

 *) BibHarvest: OAI harvesting via HTTP proxy

 *) BibRank: begin_date initialisation in del_recids(); INSERT DELAYED
    INTO rnkPAGEVIEWS; user-friendlier message for similar docs

 *) BibUpload: clarify correct/replace mode help

 *) WebJournal: catch ValueError when reading cache; use
    CFG_TMPSHAREDDIR in admin UI

 *) WebSearch: allow webcoll to query hidden tags; external collection
    search fix; external search XSS vulnerability fix; fix for
    parentheses inside quotes; get_collection_reclist() fix; more uses
    of `rg` configurable default; 'verbose' mode available to admins
    only; XSS and verbose improvements

 *) WebSession: fix possibly undefined variables; prevent nickname
    modification

 *) WebStyle: workaround IE bug with cache and HTTPS

 *) WebSubmit: configurable Document File Manager; fix JS check for
    mandatory fields; unoconv calling fix

 *) bibdocfile: guess_format_from_url() improvement;
    guess_format_from_url() improvements; INSERT DELAYED INTO
    rnkDOWNLOADS

 *) global: removal of psyco

 *) I18N: Spanish and Catalan updates to Search Tips; updates to
    German translation

 *) installation: fix for jQuery UI custom; fix md5sum example
    arguments; new index on session.session_expiry

 *) intbitset: fix memory leak

 *) inveniogc: tmp directory removal improvements

 *) urlutils: MS Office redirection workaround

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.2.tar.gz
     $ cd invenio-1.0.2
     $ 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.1-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.6

22 Jun 10:58
v0.99.6
Compare
Choose a tag to compare
--------------------------------------------------------------------
CDS Invenio v0.99.6 is released
February 21, 2012
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.6 was released on October 18, 2012.

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

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

 *) improved XSS safety in external collection searching (WebSearch)

 *) verbose level in the search results pages is now available only to
    admins, preventing potential restricted record ID disclosure even
    though record content would remain restricted (WebSearch)

Download:
---------

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

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.6
     $ 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 -

Invenio v1.0.1

22 Jun 10:59
v1.0.1
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.1 is released
June 28, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.1 was released on June 28, 2012.

This is a minor bugfix release only.  It is recommended to all Invenio
sites using v1.0.0 or previous releases.

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

 *) BibFormat: fix format validation report; fix opensearch prefix
    exclusion in RSS; fix retrieval of collection identifier

 *) BibIndex: new unit tests for the Greek stemmer

 *) BibSched: improve low level submission arg parsing; set ERROR
    status when wrong params; task can stop immediately when sleeping

 *) BibSword: remove dangling documentation

 *) BibUpload: fix setting restriction in -a/-ir modes

 *) WebAlert: simplify HTML markup

 *) WebComment: only logged users to use report abuse

 *) WebJournal: hide deleted records

 *) WebSearch: adapt test cases for citation summary; fix collection
    order on the search page; look at access control when webcolling;
    sorting in citesummary breakdown links

 *) WebSession: simplify HTML markup

 *) WebSubmit: capitalise doctypes in Doc File Manager; check
    authorizations in endaction; check for problems when archiving;
    ensure unique tmp file name for upload; fix email formatting; fix
    Move_to_Done function; remove 8564_ field from demo templates;
    skip file upload if necessary; update CERN-specific config

 *) bibdocfile: BibRecDocs recID argument type check

 *) data cacher: deletes cache before refilling it

 *) dbquery: fix dbexec CLI WRT max allowed packet

 *) I18N: updates to Greek translation

 *) installation: fix circular install-jquery-plugins; fix demo user
    initialisation; fix jQuery tablesorter download URL; fix jQuery
    uploadify download URL; more info about max_allowed_packet; remove
    unneeded rxp binary package

Download:
---------

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

 a) Stop your bibsched queue and your Apache server.

 b) Install the update:

     $ tar xvfz invenio-1.0.1.tar.gz
     $ cd invenio-1.0.1
     $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
     $ sh /opt/invenio/etc/build/config.nice
     $ make
     $ make check-custom-templates
     $ 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/RSS.xsl \
                  --exclude bibconvert/config/DEMOBOOcreate.tpl \
                  --exclude bibconvert/config/DEMOPICcreate.tpl \
                  --exclude bibconvert/config/DEMOTHEcreate.tpl \
                  /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 v1.0.0

22 Jun 10:59
v1.0.0
Compare
Choose a tag to compare
--------------------------------------------------------------------
Invenio v1.0.0 is released
February 29, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.0 was released on February 29, 2012.

This release contains numerous bug fixes and other minor improvements
over the Invenio v1.0.0-rc0 release candidate.  (Major new features
developed in the meantime will be part of the Invenio v1.1 release
series.)  Invenio v1.0.0 is recommended for production to all Invenio
sites using v1.0.0-rc0 or previous v0.99 release series.

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

 *) BatchUploader: fix retrieval of recs from extoaiid

 *) BibCirculation: fix regexp for dictionary checking; security check
    before eval

 *) BibConvert: fix UP and DOWN for UTF-8 strings

 *) bibdocfile: add missing normalize_format() calls;
    check_bibdoc_authorization caseless; fix append WRT
    description/restriction; fix cli_set_batch function; fix
    documentation WRT --with-version; fix handling of embargo firerole
    rule; fix parsing of complex subformats

 *) BibEdit: fix crash in Ajax request; fix undefined dictionary key

 *) BibFormat: better escape BFE in admin test UI; do not exit if no
    XSLT processor found; fix regression test; fix URL to ejournal
    resolver; fix XSLT formatting of MARCXML snippets; removes 'No
    fulltext' message; special handling of INSPIRE-PUBLIC type; use
    default namespace in XSL

 *) BibHarvest: check for empty resumptionToken; fix MARCXML creation
    in OAI updater; optional JSON dependency

 *) BibIndex: fix author:Campbell-Wilson word query; fix
    double-stemming upon indexing; fix Porter stemmer in multithread;
    Greek stemmer improvements

 *) BibKnowledge: make XML/XSLT libs optional

 *) BibRank: CERN hack to inactivate similarity lists; fix citation
    indexer time stamp updating; fix citation indexing of deleted
    records; fix citedby/refersto for infinite sets; fix empty
    citation data cacher; fix incremental citation indexer leaks; make
    numpy optional; minimum x-axis in citation history graphs; run
    citation indexer after word indexer

 *) BibRecord: fix for record_get_field_instances()

 *) BibSched: fix guess_apache_process_user_from_ps; use larger
    timouts for launching tasks

 *) BibUpload: FFT regression tests not to use CDS

 *) htmlutils: fix FCKeditor upload URLs

 *) installation: add note about optional hashlib; change table TYPE
    to ENGINE in SQL; fix 'install-mathjax-plugin'; fix issue with
    FCKeditor; fix 'make install-jquery-plugins'; fix output message
    cosmetics; new 'make install-ckeditor-plugin'; re-enable WSGI
    pre-loading

 *) intbitset: fix never ending loop in __repr__; fix several memory
    leaks

 *) inveniocfg: fix resetting ranking method names

 *) inveniogc: new CLI options check/optimise tables

 *) kwalitee: grep-like output and exit status changes; use
    `--check-some` as default CLI option

 *) mailutils: remove unnecessary 'multipart/related'

 *) plotextractor: fix INSPIRE unit test

 *) textmarc2xmlmarc: fix handling of BOM

 *) urlutils: new Indico request generator helper

 *) WebAccess: fix Access policy page; fix FireRole handling integer
    uid; fix retrieving emails from firerole

 *) WebAlert: fix the display of records in alerts

 *) WebBasket: fix missing return statement; fix number of items in
    public baskets

 *) WebComment: CERN-specific hack for ATLAS comments; fix discussion
    display in bfe_comments; fix washing of email to admin; improve
    sanity checks

 *) WebHelp: HOWTO MARC document update

 *) WebJournal: fix seminar widget encoding issue; fix seminar widget
    for new Indico APIs; update weather widget for new APIs

 *) WebSearch: add refersto:/a b c/ example to guide; CERN-specific
    hack for journal sorting; CERN-specific hack for latest additions;
    fix case-insensitive collection search; fix CDSIndico external
    search; fix collection translation in admin UI; fix
    get_fieldvalues() when recid is str; fix
    get_index_id_from_field(); fix structured regexp query parsing;
    fix symbol name typo in loop checking; parenthesised collection
    definitions; remove accent-search warning in guide; remove Report
    for INSPIRE author pages; replace CDS Indico by Indico; updates
    some output phrases

 *) WebSession: fix crash when no admin user exists

 *) WebStyle: better service failure message; fix implementation of
    req.get_hostname; fluid width of the menu; pre-load citation
    dictionaries for web

 *) WebSubmit: avoid printing empty doctype section;
    check_user_can_view_record in publiline; fix filename bug in
    document manager; fix handling of uploaded files; fix
    record_search_pattern in DEMOJRN

 *) xmlmarclint: 'no valid record detected' error

 *) I18N: updates to Catalan, Czech, French, German, Greek, Italian,
    Slovak, and Spanish translations

 *) Note: for a complete list of new features in Invenio v1.0 release
    series over Invenio v0.99 release series, please see:
    <http://invenio-software.org/blog/invenio-1.0.0-rc0>

Download:
---------

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

 - Stop your bibsched queue and your Apache server.

 - Install the update:

     $ cd invenio-1.0.0
     $ cp -a /opt/invenio/etc /opt/invenio/etc.OLD
     $ sh /opt/invenio/etc/build/config.nice
     $ make
     $ make check-custom-templates
     $ sudo -u www-data make install
     $ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
     $ cp -a /opt/invenio/etc.OLD /opt/invenio/etc

 - In order to apply the double-stemming fix for the indexer,
   reindexing of those indexes that use stemming is recommended:

     $ sudo -u www-data bibindex -u admin -R

 - Restart your Apache server and your bibsched queue.  You are done.

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.5

22 Jun 11:00
v0.99.5
Compare
Choose a tag to compare
--------------------------------------------------------------------
CDS Invenio v0.99.5 is released
February 21, 2012
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.5 was released on February 21, 2012.

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

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

 *) improved sanity checks when reporting, voting, or replying to a
    comment, or when accessing comment attachments, preventing URL
    mangling attempts (WebComment)

Download:
---------

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

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.5
     $ 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 -

Invenio v0.99.4

22 Jun 11:00
v0.99.4
Compare
Choose a tag to compare
--------------------------------------------------------------------
CDS Invenio v0.99.4 is released
December 19, 2011
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.4 was released on December 19, 2011.

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

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

 *) fixed double stemming during indexing (BibRank)

 *) fixed collection translation in admin UI (WebSearch)

 *) fixed UP and DOWN functions for UTF-8 strings (BibConvert)

Download:
---------

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

 - please stop your bibsched queue and your Apache server

 - install the update:

     $ cd cds-invenio-0.99.4
     $ 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

 - in order to apply the double-stemming fix for the indexer,
   reindexing of those indexes that use stemming is recommended:

     $ bibindex -u admin --reindex

 - 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 -