diff --git a/INSTALL b/INSTALL index 7237210367..e01636d857 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ About ===== This document specifies how to build, customize, and install Invenio -v1.0.4 for the first time. See RELEASE-NOTES if you are upgrading +v1.0.5 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.4.tar.gz - $ wget http://invenio-software.org/download/invenio-1.0.4.tar.gz.md5 - $ wget http://invenio-software.org/download/invenio-1.0.4.tar.gz.sig - $ md5sum -c invenio-1.0.4.tar.gz.md5 - $ gpg --verify invenio-1.0.4.tar.gz.sig invenio-1.0.4.tar.gz - $ tar xvfz invenio-1.0.4.tar.gz - $ cd invenio-1.0.4 + $ 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 $ ./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.4.tar.gz - $ wget http://invenio-software.org/download/invenio-1.0.4.tar.gz.md5 - $ wget http://invenio-software.org/download/invenio-1.0.4.tar.gz.sig + $ 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 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.4.tar.gz.md5 + $ md5sum -c invenio-1.0.5.tar.gz.md5 Verify MD5 checksum. - $ gpg --verify invenio-1.0.4.tar.gz.sig invenio-1.0.4.tar.gz + $ gpg --verify invenio-1.0.5.tar.gz.sig invenio-1.0.5.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.4.tar.gz + $ tar xvfz invenio-1.0.5.tar.gz Untar the distribution tarball. - $ cd invenio-1.0.4 + $ cd invenio-1.0.5 Go to the source directory. diff --git a/Makefile.am b/Makefile.am index fc73a8e8d5..4692bf06ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -533,4 +533,7 @@ update-v1.0.2-tables: # from v1.0.2 to v1.0.3 update-v1.0.3-tables: # from v1.0.3 to v1.0.4 @echo "Nothing to do; table structure did not change between v1.0.3 and 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." + CLEANFILES = *~ *.pyc *.tmp diff --git a/NEWS b/NEWS index 85c5c7c69a..7656244f10 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,40 @@ releases. For more information about the current release, please consult RELEASE-NOTES. For more information about changes, please consult ChangeLog. +Invenio v1.0.5 -- released 2013-08-19 +------------------------------------- + + *) 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 + CDS Invenio v0.99.8 -- released 2013-08-19 ------------------------------------------ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9554bbb6d5..bf21a6ecdf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,31 +1,54 @@ -------------------------------------------------------------------- -Invenio v1.0.4 is released -December 21, 2012 +Invenio v1.0.5 is released +August 19, 2013 http://invenio-software.org/ -------------------------------------------------------------------- -Invenio v1.0.4 was released on December 21, 2012. +Invenio v1.0.5 was released on August 19, 2013. -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. +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: ----------- - *) installation: inclusion of JS quicktags in tarball + *) BibClassify: escape keywords in tag cloud and MARCXML - *) bibdocfile: better error report for unknown format + *) BibDocFile: support new magic library - *) WebAccess: admin interface usability improvement + *) 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: --------- - - - + + + Installation notes: ------------------- @@ -35,29 +58,26 @@ Please follow the INSTALL file bundled in the distribution tarball. Upgrade notes: -------------- -If you are upgrading from Invenio v1.0.2, then: +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.4.tar.gz - $ cd invenio-1.0.4 + $ 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.2-tables + $ 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/ \ - /opt/invenio/etc/ - - c) Update your jQuery tablesorter library: - - $ sudo -u www-data make install-jquery-plugins + --exclude bibformat/format_templates/Default_HTML_brief.bft \ + /opt/invenio/etc/ - d) Restart your Apache server and your bibsched queue. + 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