Skip to content

Commit

Permalink
Invenio v1.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Jan 31, 2014
1 parent f636213 commit dca5db9
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 63 deletions.
27 changes: 15 additions & 12 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,21 @@ The CERN development team currently consists of:
- Ludmila Marian <[email protected]>
Citerank family of ranking methods. Fixes to numerous modules.

- Jaime Garcia Llopis <[email protected]>
Improvements to the BibCirculation module.

- Flavio Costa <[email protected]>
Contributions to the Italian translation.

- Jiri Kuncar <[email protected]>
Fix for demo site installation. Contributions to the Czech
translation.

- Lars Holm Nielsen <[email protected]>
Updates to mail cookie expiration mechanism.

- Jan Aage Lavik <[email protected]>
Improvements to BibMatch with remote matching capabilities,
improvements to plot extractor, improvements to harvesting and
other small fixes.

- Piotr Praczyk <[email protected]>
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 <[email protected]>
Fixes for basket export facility and adding external items to
baskets.
Expand Down Expand Up @@ -84,9 +78,6 @@ currently consists of:
- Alberto Accomazzi <[email protected]>
Team leader.

- Giovanni Di Milia <[email protected]>
Recognition of /record/sysno URLs, ADS formatting.

- Jay Luker <[email protected]>
Improvements to the emergency notification sending facility.

Expand All @@ -98,6 +89,18 @@ students, diploma students, summer students) contributed to the
project since 2002. In an approximately decreasing chronological
order:

- Jaime Garcia Llopis <[email protected]>
Improvements to the BibCirculation module.

- Piotr Praczyk <[email protected]>
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 <[email protected]>
Recognition of /record/sysno URLs, ADS formatting.

- Chris Montarbaud <[email protected]>
Multimedia and photo management.

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

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

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

<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>
<http://invenio-software.org/download/invenio-1.0.6.tar.gz>
<http://invenio-software.org/download/invenio-1.0.6.tar.gz.md5>
<http://invenio-software.org/download/invenio-1.0.6.tar.gz.sig>

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

0 comments on commit dca5db9

Please sign in to comment.