Skip to content

Commit

Permalink
Invenio v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 19, 2013
1 parent 9001f6c commit 424bed2
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 38 deletions.
30 changes: 15 additions & 15 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
34 changes: 34 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------------------

Expand Down
66 changes: 43 additions & 23 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -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:
---------

<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>
<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:
-------------------
Expand All @@ -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
Expand Down

0 comments on commit 424bed2

Please sign in to comment.