From dca5db9a0932a005b9590d161bcd591cc719b974 Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Fri, 31 Jan 2014 15:39:32 +0100 Subject: [PATCH] Invenio v1.0.6 Signed-off-by: Tibor Simko --- AUTHORS | 27 +++++++++++++---------- INSTALL | 30 ++++++++++++------------- Makefile.am | 3 +++ NEWS | 26 ++++++++++++++++++++++ RELEASE-NOTES | 61 +++++++++++++++++++++------------------------------ 5 files changed, 84 insertions(+), 63 deletions(-) diff --git a/AUTHORS b/AUTHORS index 69e7ad02bf..ee43e7280d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -32,9 +32,6 @@ The CERN development team currently consists of: - Ludmila Marian Citerank family of ranking methods. Fixes to numerous modules. - - Jaime Garcia Llopis - Improvements to the BibCirculation module. - - Flavio Costa Contributions to the Italian translation. @@ -42,17 +39,14 @@ The CERN development team currently consists of: Fix for demo site installation. Contributions to the Czech translation. + - Lars Holm Nielsen + Updates to mail cookie expiration mechanism. + - Jan Aage Lavik Improvements to BibMatch with remote matching capabilities, improvements to plot extractor, improvements to harvesting and other small fixes. - - Piotr Praczyk - OAI harvesting from arXiv. Test harvesting interface, for - BibHarvest. Record comparison library functions, for BibRecord. - Numerous improvements to BibEdit, e.g. holding pen, copy/paste, - undo/redo. - - Samuele Carli Fixes for basket export facility and adding external items to baskets. @@ -84,9 +78,6 @@ currently consists of: - Alberto Accomazzi Team leader. - - Giovanni Di Milia - Recognition of /record/sysno URLs, ADS formatting. - - Jay Luker Improvements to the emergency notification sending facility. @@ -98,6 +89,18 @@ students, diploma students, summer students) contributed to the project since 2002. In an approximately decreasing chronological order: + - Jaime Garcia Llopis + Improvements to the BibCirculation module. + + - Piotr Praczyk + OAI harvesting from arXiv. Test harvesting interface, for + BibHarvest. Record comparison library functions, for BibRecord. + Numerous improvements to BibEdit, e.g. holding pen, copy/paste, + undo/redo. + + - Giovanni Di Milia + Recognition of /record/sysno URLs, ADS formatting. + - Chris Montarbaud Multimedia and photo management. diff --git a/INSTALL b/INSTALL index 5daada51ab..770bc724c2 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ About ===== This document specifies how to build, customize, and install Invenio -v1.0.5 for the first time. See RELEASE-NOTES if you are upgrading +v1.0.6 for the first time. See RELEASE-NOTES if you are upgrading from a previous Invenio release. Contents @@ -216,13 +216,13 @@ Contents ---------------- $ cd $HOME/src/ - $ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz - $ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.md5 - $ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.sig - $ md5sum -c invenio-1.0.5.tar.gz.md5 - $ gpg --verify invenio-1.0.5.tar.gz.sig invenio-1.0.5.tar.gz - $ tar xvfz invenio-1.0.5.tar.gz - $ cd invenio-1.0.5 + $ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz + $ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5 + $ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.sig + $ md5sum -c invenio-1.0.6.tar.gz.md5 + $ gpg --verify invenio-1.0.6.tar.gz.sig invenio-1.0.6.tar.gz + $ tar xvfz invenio-1.0.6.tar.gz + $ cd invenio-1.0.6 $ ./configure $ make $ make install @@ -265,19 +265,19 @@ Contents sources. (The built files will be installed into different "target" directories later.) - $ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz - $ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.md5 - $ wget http://invenio-software.org/download/invenio-1.0.5.tar.gz.sig + $ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz + $ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5 + $ wget http://invenio-software.org/download/invenio-1.0.6.tar.gz.sig Fetch Invenio source tarball from the distribution server, together with MD5 checksum and GnuPG cryptographic signature files useful for verifying the integrity of the tarball. - $ md5sum -c invenio-1.0.5.tar.gz.md5 + $ md5sum -c invenio-1.0.6.tar.gz.md5 Verify MD5 checksum. - $ gpg --verify invenio-1.0.5.tar.gz.sig invenio-1.0.5.tar.gz + $ gpg --verify invenio-1.0.6.tar.gz.sig invenio-1.0.6.tar.gz Verify GnuPG cryptographic signature. Note that you may first have to import my public key into your keyring, if you @@ -289,11 +289,11 @@ Contents warning that may follow after the signature has been successfully verified. - $ tar xvfz invenio-1.0.5.tar.gz + $ tar xvfz invenio-1.0.6.tar.gz Untar the distribution tarball. - $ cd invenio-1.0.5 + $ cd invenio-1.0.6 Go to the source directory. diff --git a/Makefile.am b/Makefile.am index 003f520f85..3d383890f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -539,4 +539,7 @@ update-v1.0.3-tables: # from v1.0.3 to v1.0.4 update-v1.0.4-tables: # from v1.0.4 to v1.0.5 @echo "Nothing to do; table structure did not change between v1.0.4 and v1.0.5." +update-v1.0.5-tables: # from v1.0.5 to v1.0.6 + @echo "Nothing to do; table structure did not change between v1.0.5 and v1.0.6." + CLEANFILES = *~ *.pyc *.tmp diff --git a/NEWS b/NEWS index 2926b8046a..8be11d15d4 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,32 @@ releases. For more information about the current release, please consult RELEASE-NOTES. For more information about changes, please consult ChangeLog. +Invenio v1.0.6 -- released 2014-01-31 +------------------------------------- + + *) 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 + CDS Invenio v0.99.9 -- released 2014-01-31 ------------------------------------------ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 94fd459f43..f155d9a0e9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,54 +1,46 @@ -------------------------------------------------------------------- -Invenio v1.0.5 is released -August 19, 2013 +Invenio v1.0.6 is released +January 31, 2014 http://invenio-software.org/ -------------------------------------------------------------------- -Invenio v1.0.5 was released on August 19, 2013. +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.4 or previous releases. +is recommended to all Invenio sites using v1.0.5 or previous releases. What's new: ----------- - *) BibClassify: escape keywords in tag cloud and MARCXML + *) BatchUploader: avoid tempfile.tempdir redefinition (#1594) - *) BibDocFile: support new magic library + *) BibRank: temporary file storage in CFG_TMPDIR (#1594) - *) BibFormat: additional fulltext file display in HB; fix CLI call to - old PHP-based formatter; format_element initialisation fix + *) BibUpload: FFT replace warning in guide - *) BibIndex: better wording for stemming in admin UI + *) dbquery: closes redundant connection - *) BibKnowledge: /kb/export 500 error fix + *) global: language value always in link URLs - *) BibUpload: FMT regression test case fix; indicators in strong tags + *) installation: fix autotools rsync instructions; pip requirements; + pip requirement version updates - *) errorlib: hiding bibcatalog info in exception body + *) intbitset: no crash when intbitset is on rhs (#1287) - *) global: test suite nosification + *) 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 - *) installation: fix collectiondetailedrecordpagetabs; support for - Apache-2.4 + *) WebSession: fix mail cookie expiration (#1596) - *) 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 + *) WebSubmit: fix for typo in Shared_Functions Download: --------- - - - + + + Installation notes: ------------------- @@ -58,31 +50,28 @@ Please follow the INSTALL file bundled in the distribution tarball. Upgrade notes: -------------- -If you are upgrading from Invenio v1.0.4, then: +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.5.tar.gz - $ cd invenio-1.0.5 + $ 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.4-tables + $ 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 \ - --exclude bibformat/format_templates/Default_HTML_brief.bft \ /opt/invenio/etc/ c) Restart your Apache server and your bibsched queue. -*** NOTE The items below will go into v1.0.6 release announcement *** - - x) If your records may contain `oe` UTF-8 graphemes, please schedule + 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