diff --git a/INSTALL b/INSTALL index 328bece067..6c46c1274a 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ About ===== This document specifies how to build, customize, and install Invenio -v1.1.4 for the first time. See RELEASE-NOTES if you are upgrading +v1.1.5 for the first time. See RELEASE-NOTES if you are upgrading from a previous Invenio release. Contents @@ -283,13 +283,13 @@ Contents ---------------- $ cd $HOME/src/ - $ wget http://invenio-software.org/download/invenio-1.1.4.tar.gz - $ wget http://invenio-software.org/download/invenio-1.1.4.tar.gz.md5 - $ wget http://invenio-software.org/download/invenio-1.1.4.tar.gz.sig - $ md5sum -c invenio-1.1.4.tar.gz.md5 - $ gpg --verify invenio-1.1.4.tar.gz.sig invenio-1.1.4.tar.gz - $ tar xvfz invenio-1.1.4.tar.gz - $ cd invenio-1.1.4 + $ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz + $ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.md5 + $ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.sig + $ md5sum -c invenio-1.1.5.tar.gz.md5 + $ gpg --verify invenio-1.1.5.tar.gz.sig invenio-1.1.5.tar.gz + $ tar xvfz invenio-1.1.5.tar.gz + $ cd invenio-1.1.5 $ ./configure $ make $ make install @@ -334,19 +334,19 @@ Contents sources. (The built files will be installed into different "target" directories later.) - $ wget http://invenio-software.org/download/invenio-1.1.4.tar.gz - $ wget http://invenio-software.org/download/invenio-1.1.4.tar.gz.md5 - $ wget http://invenio-software.org/download/invenio-1.1.4.tar.gz.sig + $ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz + $ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.md5 + $ wget http://invenio-software.org/download/invenio-1.1.5.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.1.4.tar.gz.md5 + $ md5sum -c invenio-1.1.5.tar.gz.md5 Verify MD5 checksum. - $ gpg --verify invenio-1.1.4.tar.gz.sig invenio-1.1.4.tar.gz + $ gpg --verify invenio-1.1.5.tar.gz.sig invenio-1.1.5.tar.gz Verify GnuPG cryptographic signature. Note that you may first have to import my public key into your keyring, if you @@ -358,11 +358,11 @@ Contents warning that may follow after the signature has been successfully verified. - $ tar xvfz invenio-1.1.4.tar.gz + $ tar xvfz invenio-1.1.5.tar.gz Untar the distribution tarball. - $ cd invenio-1.1.4 + $ cd invenio-1.1.5 Go to the source directory. diff --git a/NEWS b/NEWS index d150783dc6..93f1676fea 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,24 @@ releases. For more information about the current release, please consult RELEASE-NOTES. For more information about changes, please consult ChangeLog. +Invenio v1.1.5 -- released 2015-03-02 +------------------------------------- + + *) BibCirculation: get_book_cover quick fix (#2578 #2653); fix for + wrong non-borrower message (#2597) + + *) OAIHarvest: remove_duplicates and regexp fixes (#2300 #2608) + + *) WebBasket: better formatting of deletion message (#2449) + + *) docker: initial release (#2736) + + *) docs: initial release of CONTRIBUTING guide (#2163) + + *) installation: MathJax distribution location update (#2732); + explicit jQuery plugin versions (#11 #2655); disable SSLv2/SSLv3 + in Apache config (#2515) + Invenio v1.0.8 -- released 2015-03-02 ------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 788c2036b6..6264a68c7a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,63 +1,38 @@ -------------------------------------------------------------------- -Invenio v1.1.4 is released -August 31, 2014 +Invenio v1.1.5 is released +March 2, 2015 http://invenio-software.org/ -------------------------------------------------------------------- -Invenio v1.1.4 was released on August 31, 2014. +Invenio v1.1.5 was released on March 2, 2015. -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). +This stable release update is recommended to all Invenio sites using +v1.1.4 or previous releases. What's new: ----------- - *) BibDocFile: FFT comment/description documentation (#635); - duplicate docname fix (#1930); convert files and icons - asynchronously (#1428) + *) BibCirculation: get_book_cover quick fix (#2578 #2653); fix for + wrong non-borrower message (#2597) - *) BibEncode: fix video-encoded files synchro to DB (#1647) + *) OAIHarvest: remove_duplicates and regexp fixes (#2300 #2608) - *) BibRank: (Overflow|ZeroDivision)Error usability (#105 #2146) + *) WebBasket: better formatting of deletion message (#2449) - *) BibSched: authorization typo fix in BibTasklet (#1746); more - customizable icon creation tasklet; icons creation tasklet + *) docker: initial release (#2736) - *) BibSort: `last_updated` column name typo fix (#1408 #1742) + *) docs: initial release of CONTRIBUTING guide (#2163) - *) 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) + *) installation: MathJax distribution location update (#2732); + explicit jQuery plugin versions (#11 #2655); disable SSLv2/SSLv3 + in Apache config (#2515) Download: --------- - - - + + + Installation notes: ------------------- @@ -73,32 +48,25 @@ Please proceed as follows: b) Install the update: - $ tar xvfz invenio-1.1.4.tar.gz - $ cd invenio-1.1.4 + $ tar xvfz invenio-1.1.5.tar.gz + $ cd invenio-1.1.5 $ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/ $ sh /opt/invenio/etc/build/config.nice $ make - $ make check-upgrade # (1) + $ make check-upgrade $ sudo -u www-data make install $ sudo rsync -a /opt/invenio/etc.OLD/ \ --exclude invenio-autotools.conf \ - /opt/invenio/etc/ # (2) + /opt/invenio/etc/ # (1) $ 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 + (1) 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. + to the new Invenio v1.1 release series. c) Restart your Apache server and your bibsched queue.