Skip to content

Commit

Permalink
Invenio v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Dec 19, 2012
1 parent 12cfff0 commit 2fca138
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 65 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.2 for the first time. See RELEASE-NOTES if you are upgrading
v1.0.3 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.2.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig
$ md5sum -c invenio-1.0.2.tar.gz.md5
$ gpg --verify invenio-1.0.2.tar.gz.sig invenio-1.0.2.tar.gz
$ tar xvfz invenio-1.0.2.tar.gz
$ cd invenio-1.0.2
$ wget http://invenio-software.org/download/invenio-1.0.3.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.3.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.3.tar.gz.sig
$ md5sum -c invenio-1.0.3.tar.gz.md5
$ gpg --verify invenio-1.0.3.tar.gz.sig invenio-1.0.3.tar.gz
$ tar xvfz invenio-1.0.3.tar.gz
$ cd invenio-1.0.3
$ ./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.2.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig
$ wget http://invenio-software.org/download/invenio-1.0.3.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.3.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.3.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.2.tar.gz.md5
$ md5sum -c invenio-1.0.3.tar.gz.md5

Verify MD5 checksum.

$ gpg --verify invenio-1.0.2.tar.gz.sig invenio-1.0.2.tar.gz
$ gpg --verify invenio-1.0.3.tar.gz.sig invenio-1.0.3.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.2.tar.gz
$ tar xvfz invenio-1.0.3.tar.gz

Untar the distribution tarball.

$ cd invenio-1.0.2
$ cd invenio-1.0.3

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 @@ -524,4 +524,7 @@ update-v1.0.0-tables: # from v1.0.0 to v1.0.1
update-v1.0.1-tables: # from v1.0.1 to v1.0.2
@echo "ALTER TABLE session ADD KEY session_expiry (session_expiry);" | ${prefix}/bin/dbexec

update-v1.0.2-tables: # from v1.0.2 to v1.0.3
@echo "Nothing to do; table structure did not change between v1.0.2 and v1.0.3."

CLEANFILES = *~ *.pyc *.tmp
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.

Invenio v1.0.3 -- released 2012-12-19
-------------------------------------

*) BatchUploader: error reporting improvements

*) BibConvert: fix bug with SPLITW function; target/source CLI flag
description fix

*) BibEdit: 'bibedit' CSS class addition to page body

*) BibFormat: fix for js_quicktags location

*) jQuery: tablesorter location standardisation

*) WebComment: cleaner handling of non-reply comments

*) WebJournal: explicit RSS icon dimensions; fix for
CFG_TMPSHAREDDIR; fix for retrieval of deleted articles

*) WebSearch: external search pattern_list escape fix; respect output
format content-type; washing of 'as' argument

*) WebStyle: dumb page loading fix; Google Analytics documentation
update; memory leak fix in session handling; new /ping handler;
removal of excess language box call; req.is_https() fix

*) WebSubmit: fix for Send_APP_Mail function

*) WebUser: fix for referer URL protocol

CDS Invenio v0.99.7 -- released 2012-12-18
------------------------------------------

Expand Down
77 changes: 27 additions & 50 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,72 +1,50 @@
--------------------------------------------------------------------
Invenio v1.0.2 is released
October 19, 2012
Invenio v1.0.3 is released
December 19, 2012
http://invenio-software.org/
--------------------------------------------------------------------

Invenio v1.0.2 was released on October 19, 2012.
Invenio v1.0.3 was released on December 19, 2012.

This is a minor bugfix release only. It is recommended to all Invenio
sites using v1.0.1 or previous releases.
sites using v1.0.2 or previous releases.

What's new:
-----------

*) BibConvert: fix for static files in admin guide
*) BatchUploader: error reporting improvements

*) BibEdit: regression test case fix
*) BibConvert: fix bug with SPLITW function; target/source CLI flag
description fix

*) BibFormat: fix call to bfe_primary_report_number; revert fix for
format validation report
*) BibEdit: 'bibedit' CSS class addition to page body

*) BibHarvest: OAI harvesting via HTTP proxy
*) BibFormat: fix for js_quicktags location

*) BibRank: begin_date initialisation in del_recids(); INSERT DELAYED
INTO rnkPAGEVIEWS; user-friendlier message for similar docs
*) jQuery: tablesorter location standardisation

*) BibUpload: clarify correct/replace mode help
*) WebComment: cleaner handling of non-reply comments

*) WebJournal: catch ValueError when reading cache; use
CFG_TMPSHAREDDIR in admin UI
*) WebJournal: explicit RSS icon dimensions; fix for
CFG_TMPSHAREDDIR; fix for retrieval of deleted articles

*) WebSearch: allow webcoll to query hidden tags; external collection
search fix; external search XSS vulnerability fix; fix for
parentheses inside quotes; get_collection_reclist() fix; more uses
of `rg` configurable default; 'verbose' mode available to admins
only; XSS and verbose improvements
*) WebSearch: external search pattern_list escape fix; respect output
format content-type; washing of 'as' argument

*) WebSession: fix possibly undefined variables; prevent nickname
modification
*) WebStyle: dumb page loading fix; Google Analytics documentation
update; memory leak fix in session handling; new /ping handler;
removal of excess language box call; req.is_https() fix

*) WebStyle: workaround IE bug with cache and HTTPS
*) WebSubmit: fix for Send_APP_Mail function

*) WebSubmit: configurable Document File Manager; fix JS check for
mandatory fields; unoconv calling fix

*) bibdocfile: guess_format_from_url() improvement;
guess_format_from_url() improvements; INSERT DELAYED INTO
rnkDOWNLOADS

*) global: removal of psyco

*) I18N: Spanish and Catalan updates to Search Tips; updates to
German translation

*) installation: fix for jQuery UI custom; fix md5sum example
arguments; new index on session.session_expiry

*) intbitset: fix memory leak

*) inveniogc: tmp directory removal improvements

*) urlutils: MS Office redirection workaround
*) WebUser: fix for referer URL protocol

Download:
---------

<http://invenio-software.org/download/invenio-1.0.2.tar.gz>
<http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5>
<http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig>
<http://invenio-software.org/download/invenio-1.0.3.tar.gz>
<http://invenio-software.org/download/invenio-1.0.3.tar.gz.md5>
<http://invenio-software.org/download/invenio-1.0.3.tar.gz.sig>

Installation notes:
-------------------
Expand All @@ -76,23 +54,22 @@ Please follow the INSTALL file bundled in the distribution tarball.
Upgrade notes:
--------------

If you are upgrading from Invenio v1.0.1, then:
If you are upgrading from Invenio v1.0.2, then:

a) Stop your bibsched queue and your Apache server.

b) Install the update:

$ tar xvfz invenio-1.0.2.tar.gz
$ cd invenio-1.0.2
$ tar xvfz invenio-1.0.3.tar.gz
$ cd invenio-1.0.3
$ 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.1-tables
$ make update-v1.0.2-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 bibformat/format_templates/Default_HTML_brief.bft \
/opt/invenio/etc/

c) Update your jQuery tablesorter library:
Expand Down

0 comments on commit 2fca138

Please sign in to comment.