Skip to content

Commit

Permalink
Invenio v0.99.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Dec 13, 2010
1 parent 967346d commit e238c83
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 65 deletions.
63 changes: 62 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
CDS Invenio v0.99.3 (released 2010-12-13)
=========================================

2010-11-25 Samuele Kaplun <[email protected]>

BibUpload: improve bibdocfile URL recognition
* URLs such as http://localhost/record/00123/foo.pdf are now
correctly recognized as bibdocfile URLs, when merging FFT
MARCXML snippets. (closes #352)

2010-11-18 Jerome Caffaro <[email protected]>

WebStyle: fixed traversal of final URLs
* Only try to traverse URL "parts" which have the _traverse()
function available. Others return HTTP_NOT_FOUND.
(closes #325)

2010-11-15 Samuele Kaplun <[email protected]>

WebAccess: fix typo in HTML admin interface

2010-11-10 Samuele Kaplun <[email protected]>

BibSched: status showing running auto/manual mode
* (cherry-picked from b6fbd4b34688b6c5b7730f23550c5cad048e2ce5)

2010-11-08 Tibor Simko <[email protected]>

BibClassify: compatibility with rdflib < 2.3.2
* Make bibclassify run with older rdflib versions too. Based on changes
done in 6796ed47bb365c2589b30ed293cbb671981e3640.

installation: add update-v0.99.1-tables
* Add (empty) update-v0.99.1-tables target for the last release,
for completeness.

2010-11-01 Jerome Caffaro <[email protected]>

BibHarvest: OAI harvesting bug fixes
* Fixed bug that would prevent harvesting of multiple repositories at
once (file with harvested data being overwritten by harvesting of
next repository... Thanks to Sergio Laberer for having pointed out
the problem and helped solving it).

* Improved parsing of input parameter '--repository' when used with
(double-)quotes.

* Fixed wrong help documentation wrt '--repository' parameter.

* Fixed bug when calling bibupload with harvested data (when harvesting
multiple repositories at once, each harvested repository being
bibuploaded again with the next ones; due to "mutable defaults trap"
with 'mode' param of 'call_bibupload(..)' function).

* Backported from 50a211189b9fc6758f487b882d8934f5f7a25be9.

2010-10-22 Jerome Caffaro <[email protected]>

BibFormat: formatting of not-yet-existing records
* Do not fail when formatting records that do not exist yet.
(cherry-picked from 4f2faee5e1b10e1f9a7279612ff1bbb22bb6b00d)

CDS Invenio v0.99.2 (released 2010-10-20)
=========================================

Expand Down Expand Up @@ -182,7 +244,6 @@ CDS Invenio v0.99.2 (released 2010-10-20)
files that are actually FASL files compiled with SSE2 support, as generated
by recent versions of CMUCL.


CDS Invenio v0.99.1 (released 2008-07-10)
=========================================

Expand Down
28 changes: 14 additions & 14 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ Contents
----------------

$ cd /usr/local/src/
$ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz
$ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.md5
$ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.sig
$ md5sum -v -c cds-invenio-0.99.2.tar.gz.md5
$ gpg --verify cds-invenio-0.99.2.tar.gz.sig cds-invenio-0.99.2.tar.gz
$ tar xvfz cds-invenio-0.99.2.tar.gz
$ cd cds-invenio-0.99.2
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig
$ md5sum -v -c cds-invenio-0.99.3.tar.gz.md5
$ gpg --verify cds-invenio-0.99.3.tar.gz.sig cds-invenio-0.99.3.tar.gz
$ tar xvfz cds-invenio-0.99.3.tar.gz
$ cd cds-invenio-0.99.3
$ ./configure
$ make
$ make install
Expand Down Expand Up @@ -232,20 +232,20 @@ Contents
CDS Invenio. (The built files will be installed into
different "target" directories later.)

$ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz
$ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.md5
$ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.sig
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig

Fetch CDS Invenio source tarball from the CDS Software
Consortium distribution server, together with MD5 checksum
and GnuPG cryptographic signature files useful for verifying
the integrity of the tarball.

$ md5sum -v -c cds-invenio-0.99.2.tar.gz.md5
$ md5sum -v -c cds-invenio-0.99.3.tar.gz.md5

Verify MD5 checksum.

$ gpg --verify cds-invenio-0.99.2.tar.gz.sig cds-invenio-0.99.2.tar.gz
$ gpg --verify cds-invenio-0.99.3.tar.gz.sig cds-invenio-0.99.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 @@ -257,11 +257,11 @@ Contents
warning that may follow after the signature has been
successfully verified.

$ tar xvfz cds-invenio-0.99.2.tar.gz
$ tar xvfz cds-invenio-0.99.3.tar.gz

Untar the distribution tarball.

$ cd cds-invenio-0.99.2
$ cd cds-invenio-0.99.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 @@ -254,4 +254,7 @@ update-v0.99.0-tables:
update-v0.99.1-tables:
@echo "Nothing to do; table structure did not change between v0.99.1 and v0.99.2."

update-v0.99.2-tables:
@echo "Nothing to do; table structure did not change between v0.99.2 and v0.99.3."

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

CDS Invenio v0.99.3 -- released 2010-12-13
------------------------------------------

*) fixed issues in the harvesting daemon when harvesting from more
than one OAI repository (BibHarvest)

*) fixed failure in formatting engine when dealing with
not-yet-existing records (BibFormat)

*) fixed traversal of final URL parts in the URL dispatcher
(WebStyle)

*) improved bibdocfile URL recognition upon upload of MARC files
(BibUpload)

*) fixed bug in admin interface for adding authorizations (WebAccess)

*) keyword extractor is now compatible with rdflib releases older
than 2.3.2 (BibClassify)

*) output of `bibsched status' now shows the queue mode status as
AUTOMATIC or MANUAL to help queue monitoring (BibSched)

CDS Invenio v0.99.2 -- released 2010-10-20
------------------------------------------

Expand Down
52 changes: 23 additions & 29 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,49 +1,43 @@
--------------------------------------------------------------------
CDS Invenio v0.99.2 is released
October 20, 2010
CDS Invenio v0.99.3 is released
December 13, 2010
http://invenio-software.org/
--------------------------------------------------------------------

CDS Invenio v0.99.2 was released on October 20, 2010.
CDS Invenio v0.99.3 was released on December 13, 2010.

This is a bugfix release only. It is recommended to all CDS Invenio
sites using v0.99.1 or previous releases.
This is a minor bugfix release only. It is recommended to all CDS
Invenio sites using v0.99.2 or previous releases.

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

*) stricter checking of access to restricted records: in order to
view a restricted record, users are now required to have
authorizations to access all restricted collections the given
record may belong to (WebSearch)
*) fixed issues in the harvesting daemon when harvesting from more
than one OAI repository (BibHarvest)

*) strict checking of user query history when setting up email
notification alert, preventing URL mangling attempts (WebAlert)
*) fixed failure in formatting engine when dealing with
not-yet-existing records (BibFormat)

*) fixed possible Unix signal conflicts for tasks performing I/O
operations or running external processes, relevant notably to
full-text indexing of remote files (BibSched)
*) fixed traversal of final URL parts in the URL dispatcher
(WebStyle)

*) fixed full-text indexing and improved handling of files of
`unexpected' extensions (BibIndex, WebSubmit)
*) improved bibdocfile URL recognition upon upload of MARC files
(BibUpload)

*) streaming of files of `unknown' MIME type now defaults to
application/octet-stream (WebSubmit)
*) fixed bug in admin interface for adding authorizations (WebAccess)

*) fixed addition of new MARC fields in the record editor (BibEdit)
*) keyword extractor is now compatible with rdflib releases older
than 2.3.2 (BibClassify)

*) fixed issues in full-text file attachment via MARC (BibUpload)

*) fixed authaction CLI client (WebAccess)

*) ... plus other minor fixes and improvements
*) output of `bibsched status' now shows the queue mode status as
AUTOMATIC or MANUAL to help queue monitoring (BibSched)

Download:
---------

<http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz>
<http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.md5>
<http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.sig>
<http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz>
<http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5>
<http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig>

Installation notes:
-------------------
Expand All @@ -53,13 +47,13 @@ Please follow the INSTALL file bundled in the distribution tarball.
Upgrade notes:
--------------

If you are upgrading from CDS Invenio v0.99.1, then:
If you are upgrading from CDS Invenio v0.99.2, then:

- please stop your bibsched queue and your Apache server

- install the update:

$ cd cds-invenio-0.99.2
$ cd cds-invenio-0.99.3
$ cp -a /opt/cds-invenio/etc /opt/cds-invenio/etc.OLD
$ sh /opt/cds-invenio/etc/build/config.nice
$ make install
Expand Down
2 changes: 1 addition & 1 deletion po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-03-27 02:25+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-28 18:47+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 14:34+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-28 18:33+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-03-11 12:15+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2006-10-12 17:50+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-28 18:42+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-10 13:37+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 15:34+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-03 22:58+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-01 19:12+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-06-13 13:00+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/no.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-10 13:15+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 13:54+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
"Project-Id-Version: CDS-Invenio 0.99.2\n"
"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-03-26 15:56+0100\n"
Expand Down
Loading

0 comments on commit e238c83

Please sign in to comment.