Skip to content

Commit 7ab18ba

Browse files
committed
Invenio v0.99.4
1 parent 4f37b87 commit 7ab18ba

28 files changed

Lines changed: 153 additions & 100 deletions

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ The CERN development group currently consists of:
2828
extension for the indexer. Improvents to the task scheduler and
2929
session hander, etc.
3030

31+
- Ludmila Marian <ludmila.marian@gmail.com>
32+
Fixes to several modules.
33+
3134
- Chris Montarbaud <christiane.montarbaud@cern.ch>
3235
Multimedia and photo management.
3336

ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
CDS Invenio v0.99.4 (released 2011-12-19)
2+
=========================================
3+
4+
2011-09-12 Samuele Kaplun <samuele.kaplun@cern.ch>
5+
6+
BibIndex: fix double-stemming upon indexing
7+
* In get_words_from_phrase(), certain phrases could have
8+
resulted in returning double-stemmed terms, thus causing
9+
these terms not to be correctly indexed.
10+
11+
* In order to fully apply the fix one have also to run
12+
13+
$ bibindex --reindex
14+
15+
on any index that is configured to use stemming.
16+
17+
Co-authored-by: Ludmila Marian <ludmila.marian@gmail.com>
18+
19+
2011-08-30 Ludmila Marian <ludmila.marian@gmail.com>
20+
21+
WebSearch: fix collection translation in admin UI
22+
* Fixes collection translation in the admin interface
23+
when only one language is enabled for the site.
24+
25+
2011-06-24 Ludmila Marian <ludmila.marian@gmail.com>
26+
27+
BibConvert: fix UP and DOWN for UTF-8 strings
28+
* Since Python lower and upper function are not correctly
29+
converting UTF-8 characters, a workaround is put in place
30+
by converting via Unicode.
31+
132
CDS Invenio v0.99.3 (released 2010-12-13)
233
=========================================
334

INSTALL

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ Contents
183183
----------------
184184

185185
$ cd /usr/local/src/
186-
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz
187-
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5
188-
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig
189-
$ md5sum -v -c cds-invenio-0.99.3.tar.gz.md5
190-
$ gpg --verify cds-invenio-0.99.3.tar.gz.sig cds-invenio-0.99.3.tar.gz
191-
$ tar xvfz cds-invenio-0.99.3.tar.gz
192-
$ cd cds-invenio-0.99.3
186+
$ wget http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz
187+
$ wget http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz.md5
188+
$ wget http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz.sig
189+
$ md5sum -v -c cds-invenio-0.99.4.tar.gz.md5
190+
$ gpg --verify cds-invenio-0.99.4.tar.gz.sig cds-invenio-0.99.4.tar.gz
191+
$ tar xvfz cds-invenio-0.99.4.tar.gz
192+
$ cd cds-invenio-0.99.4
193193
$ ./configure
194194
$ make
195195
$ make install
@@ -232,20 +232,20 @@ Contents
232232
CDS Invenio. (The built files will be installed into
233233
different "target" directories later.)
234234

235-
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz
236-
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5
237-
$ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig
235+
$ wget http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz
236+
$ wget http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz.md5
237+
$ wget http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz.sig
238238

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

244-
$ md5sum -v -c cds-invenio-0.99.3.tar.gz.md5
244+
$ md5sum -v -c cds-invenio-0.99.4.tar.gz.md5
245245

246246
Verify MD5 checksum.
247247

248-
$ gpg --verify cds-invenio-0.99.3.tar.gz.sig cds-invenio-0.99.3.tar.gz
248+
$ gpg --verify cds-invenio-0.99.4.tar.gz.sig cds-invenio-0.99.4.tar.gz
249249

250250
Verify GnuPG cryptographic signature. Note that you may
251251
first have to import my public key into your keyring, if you
@@ -257,11 +257,11 @@ Contents
257257
warning that may follow after the signature has been
258258
successfully verified.
259259

260-
$ tar xvfz cds-invenio-0.99.3.tar.gz
260+
$ tar xvfz cds-invenio-0.99.4.tar.gz
261261

262262
Untar the distribution tarball.
263263

264-
$ cd cds-invenio-0.99.3
264+
$ cd cds-invenio-0.99.4
265265

266266
Go to the source directory.
267267

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## This file is part of CDS Invenio.
2-
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
2+
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 CERN.
33
##
44
## CDS Invenio is free software; you can redistribute it and/or
55
## modify it under the terms of the GNU General Public License as
@@ -257,4 +257,7 @@ update-v0.99.1-tables:
257257
update-v0.99.2-tables:
258258
@echo "Nothing to do; table structure did not change between v0.99.2 and v0.99.3."
259259

260+
update-v0.99.3-tables:
261+
@echo "Nothing to do; table structure did not change between v0.99.3 and v0.99.4."
262+
260263
CLEANFILES = *~

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ releases. For more information about the current release, please
66
consult RELEASE-NOTES. For more information about changes, please
77
consult ChangeLog.
88

9+
CDS Invenio v0.99.4 -- released 2011-12-19
10+
------------------------------------------
11+
12+
*) fixed double stemming during indexing (BibRank)
13+
14+
*) fixed collection translation in admin UI (WebSearch)
15+
16+
*) fixed UP and DOWN functions for UTF-8 strings (BibConvert)
17+
918
CDS Invenio v0.99.3 -- released 2010-12-13
1019
------------------------------------------
1120

RELEASE-NOTES

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,29 @@
11
--------------------------------------------------------------------
2-
CDS Invenio v0.99.3 is released
3-
December 13, 2010
2+
CDS Invenio v0.99.4 is released
3+
December 19, 2011
44
http://invenio-software.org/
55
--------------------------------------------------------------------
66

7-
CDS Invenio v0.99.3 was released on December 13, 2010.
7+
CDS Invenio v0.99.4 was released on December 19, 2011.
88

99
This is a minor bugfix release only. It is recommended to all CDS
10-
Invenio sites using v0.99.2 or previous releases.
10+
Invenio sites using v0.99.3 or previous releases.
1111

1212
What's new:
1313
-----------
1414

15-
*) fixed issues in the harvesting daemon when harvesting from more
16-
than one OAI repository (BibHarvest)
15+
*) fixed double stemming during indexing (BibRank)
1716

18-
*) fixed failure in formatting engine when dealing with
19-
not-yet-existing records (BibFormat)
17+
*) fixed collection translation in admin UI (WebSearch)
2018

21-
*) fixed traversal of final URL parts in the URL dispatcher
22-
(WebStyle)
23-
24-
*) improved bibdocfile URL recognition upon upload of MARC files
25-
(BibUpload)
26-
27-
*) fixed bug in admin interface for adding authorizations (WebAccess)
28-
29-
*) keyword extractor is now compatible with rdflib releases older
30-
than 2.3.2 (BibClassify)
31-
32-
*) output of `bibsched status' now shows the queue mode status as
33-
AUTOMATIC or MANUAL to help queue monitoring (BibSched)
19+
*) fixed UP and DOWN functions for UTF-8 strings (BibConvert)
3420

3521
Download:
3622
---------
3723

38-
<http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz>
39-
<http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5>
40-
<http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig>
24+
<http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz>
25+
<http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz.md5>
26+
<http://invenio-software.org/download/cds-invenio-0.99.4.tar.gz.sig>
4127

4228
Installation notes:
4329
-------------------
@@ -47,19 +33,24 @@ Please follow the INSTALL file bundled in the distribution tarball.
4733
Upgrade notes:
4834
--------------
4935

50-
If you are upgrading from CDS Invenio v0.99.2, then:
36+
If you are upgrading from CDS Invenio v0.99.3, then:
5137

5238
- please stop your bibsched queue and your Apache server
5339

5440
- install the update:
5541

56-
$ cd cds-invenio-0.99.3
42+
$ cd cds-invenio-0.99.4
5743
$ cp -a /opt/cds-invenio/etc /opt/cds-invenio/etc.OLD
5844
$ sh /opt/cds-invenio/etc/build/config.nice
5945
$ make install
6046
$ /opt/cds-invenio/bin/inveniocfg --update-all
6147
$ cp -a /opt/cds-invenio/etc.OLD /opt/cds-invenio/etc
6248

49+
- in order to apply the double-stemming fix for the indexer,
50+
reindexing of those indexes that use stemming is recommended:
51+
52+
$ bibindex -u admin --reindex
53+
6354
- restart your Apache server and your bibsched queue
6455

6556
- you are done

po/bg.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
1717
msgid ""
1818
msgstr ""
19-
"Project-Id-Version: CDS-Invenio 0.99.3\n"
19+
"Project-Id-Version: CDS-Invenio 0.99.4\n"
2020
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
21-
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
21+
"POT-Creation-Date: 2011-12-19 20:55+0100\n"
2222
"PO-Revision-Date: 2008-03-27 02:25+0200\n"
2323
"Last-Translator: Nikolay Dyankov <ndyankov@gmail.com>\n"
2424
"Language-Team: BG <cds.support@cern.ch>\n"
@@ -995,8 +995,9 @@ msgid "Help Central"
995995
msgstr "Централна помощ"
996996

997997
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
998+
#, fuzzy
998999
msgid "Export as"
999-
msgstr ""
1000+
msgstr "Докладване на обида"
10001001

10011002
#: modules/websearch/doc/search-guide.webdoc:341
10021003
#: modules/websearch/doc/search-guide.webdoc:376

po/ca.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
1717
msgid ""
1818
msgstr ""
19-
"Project-Id-Version: CDS-Invenio 0.99.3\n"
19+
"Project-Id-Version: CDS-Invenio 0.99.4\n"
2020
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
21-
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
21+
"POT-Creation-Date: 2011-12-19 20:55+0100\n"
2222
"PO-Revision-Date: 2008-02-28 18:47+0100\n"
2323
"Last-Translator: Ferran Jorba <Ferran.Jorba@uab.cat>\n"
2424
"Language-Team: CA <cds.support@cern.ch>\n"
@@ -1016,8 +1016,9 @@ msgid "collection"
10161016
msgstr "col·lecció"
10171017

10181018
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
1019+
#, fuzzy
10191020
msgid "WebSearch Admin Guide"
1020-
msgstr ""
1021+
msgstr "Administració de lliuraments"
10211022

10221023
#: modules/websearch/doc/search-guide.webdoc:331
10231024
#: modules/websearch/doc/search-guide.webdoc:367

po/cds-invenio.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
11-
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
11+
"POT-Creation-Date: 2011-12-19 20:55+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

po/cs.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
1717
msgid ""
1818
msgstr ""
19-
"Project-Id-Version: CDS-Invenio 0.99.3\n"
19+
"Project-Id-Version: CDS-Invenio 0.99.4\n"
2020
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
21-
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
21+
"POT-Creation-Date: 2011-12-19 20:55+0100\n"
2222
"PO-Revision-Date: 2008-02-29 14:34+0100\n"
2323
"Last-Translator: Tibor Simko <tibor.simko@cern.ch>\n"
2424
"Language-Team: CS <cds.support@cern.ch>\n"
@@ -1017,8 +1017,9 @@ msgid "collection"
10171017
msgstr "kolekce"
10181018

10191019
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
1020+
#, fuzzy
10201021
msgid "WebSearch Admin Guide"
1021-
msgstr ""
1022+
msgstr "Administrace Přidávání"
10221023

10231024
#: modules/websearch/doc/search-guide.webdoc:331
10241025
#: modules/websearch/doc/search-guide.webdoc:367

0 commit comments

Comments
 (0)