Skip to content

Commit d4654c3

Browse files
committed
Invenio v1.1.7
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
1 parent f98cbd7 commit d4654c3

File tree

3 files changed

+208
-45
lines changed

3 files changed

+208
-45
lines changed

INSTALL

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About
55
=====
66

77
This document specifies how to build, customize, and install Invenio
8-
v1.1.6 for the first time. See RELEASE-NOTES if you are upgrading
8+
v1.1.7 for the first time. See RELEASE-NOTES if you are upgrading
99
from a previous Invenio release.
1010

1111
Contents
@@ -308,13 +308,13 @@ Contents
308308
----------------
309309

310310
$ cd $HOME/src/
311-
$ wget http://invenio-software.org/download/invenio-1.1.6.tar.gz
312-
$ wget http://invenio-software.org/download/invenio-1.1.6.tar.gz.md5
313-
$ wget http://invenio-software.org/download/invenio-1.1.6.tar.gz.sig
314-
$ md5sum -c invenio-1.1.6.tar.gz.md5
315-
$ gpg --verify invenio-1.1.6.tar.gz.sig invenio-1.1.6.tar.gz
316-
$ tar xvfz invenio-1.1.6.tar.gz
317-
$ cd invenio-1.1.6
311+
$ wget http://invenio-software.org/download/invenio-1.1.7.tar.gz
312+
$ wget http://invenio-software.org/download/invenio-1.1.7.tar.gz.md5
313+
$ wget http://invenio-software.org/download/invenio-1.1.7.tar.gz.sig
314+
$ md5sum -c invenio-1.1.7.tar.gz.md5
315+
$ gpg --verify invenio-1.1.7.tar.gz.sig invenio-1.1.7.tar.gz
316+
$ tar xvfz invenio-1.1.7.tar.gz
317+
$ cd invenio-1.1.7
318318
$ ./configure
319319
$ make
320320
$ make install
@@ -359,19 +359,19 @@ Contents
359359
sources. (The built files will be installed into different
360360
"target" directories later.)
361361

362-
$ wget http://invenio-software.org/download/invenio-1.1.6.tar.gz
363-
$ wget http://invenio-software.org/download/invenio-1.1.6.tar.gz.md5
364-
$ wget http://invenio-software.org/download/invenio-1.1.6.tar.gz.sig
362+
$ wget http://invenio-software.org/download/invenio-1.1.7.tar.gz
363+
$ wget http://invenio-software.org/download/invenio-1.1.7.tar.gz.md5
364+
$ wget http://invenio-software.org/download/invenio-1.1.7.tar.gz.sig
365365

366366
Fetch Invenio source tarball from the distribution server,
367367
together with MD5 checksum and GnuPG cryptographic signature
368368
files useful for verifying the integrity of the tarball.
369369

370-
$ md5sum -c invenio-1.1.6.tar.gz.md5
370+
$ md5sum -c invenio-1.1.7.tar.gz.md5
371371

372372
Verify MD5 checksum.
373373

374-
$ gpg --verify invenio-1.1.6.tar.gz.sig invenio-1.1.6.tar.gz
374+
$ gpg --verify invenio-1.1.7.tar.gz.sig invenio-1.1.7.tar.gz
375375

376376
Verify GnuPG cryptographic signature. Note that you may
377377
first have to import my public key into your keyring, if you
@@ -383,11 +383,11 @@ Contents
383383
warning that may follow after the signature has been
384384
successfully verified.
385385

386-
$ tar xvfz invenio-1.1.6.tar.gz
386+
$ tar xvfz invenio-1.1.7.tar.gz
387387

388388
Untar the distribution tarball.
389389

390-
$ cd invenio-1.1.6
390+
$ cd invenio-1.1.7
391391

392392
Go to the source directory.
393393

NEWS

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

9+
Invenio v1.1.7 -- released 2016-11-20
10+
--------------------------------------
11+
12+
New features
13+
~~~~~~~~~~~~
14+
15+
+ installation
16+
17+
- Initial release of kickstart installations scripts. Ported from
18+
the old `tiborsimko/invenio-devscripts` repository of helper
19+
scripts and adapted to resemble Invenio 3 kickstart installation
20+
scripts. Tested on Ubuntu 12.04 and CentOS 6.
21+
22+
Improved features
23+
~~~~~~~~~~~~~~~~~
24+
25+
+ I18N
26+
27+
- Updates Slovak translation from Transifex.
28+
- Updates German, French, Slovak and Spanish translations from
29+
Transifex.
30+
- Updates Catalan, French, German, Italian, Russian, Slovak, and
31+
Spanish translations from Transifex.
32+
- Completes Italian translation.
33+
34+
+ installation
35+
36+
- Installation scripts now support Ubuntu 14.04 LTS.
37+
- Uses `/usr/sbin/service foo` consistently everywhere to restart
38+
daemons instead of deprecated `/etc/init.d/foo`.
39+
- Pinned specific JSON-js and Mediaelement versions instead of using
40+
the latest master branch commits. (#11)
41+
42+
+ urlutils
43+
44+
- Uses `md5` from `hashlib` when available. (#3382)
45+
46+
Bug fixes
47+
~~~~~~~~~
48+
49+
+ BibDocFile
50+
51+
- Purges old extracted text too, when purging a BibDoc. (#3519)
52+
53+
+ BibSched
54+
55+
- Makes `recid` argument optional in tasklet `bst_create_icons`.
56+
(#2192)
57+
58+
+ OAIHarvest
59+
60+
- Fixes the parsing of resumptiontoken in incoming OAI-PMH XML which
61+
could fail when the resumptiontoken was empty.
62+
63+
+ OAIRepository
64+
65+
- Fixes default configuration of CFG_OAI_METADATA_FORMATS, correctly
66+
assigning the XSD and XML namespace to the corresponding metadata
67+
prefix.
68+
69+
+ WebAccess
70+
71+
- Improves the WebAccess FireRole documentation by providing
72+
corrected example on how to use groups in FireRole definitions.
73+
(#3107) (#3225)
74+
75+
+ WebSearch
76+
77+
- Fixes asynchronous external collection getter tests following the
78+
update of the Invenio project web site.
79+
80+
+ WebSession
81+
82+
- Removes pending groups from user info object. (#3526)
83+
84+
+ bibupload
85+
86+
- In case of replicating datasets between instances by means of OAI
87+
harvesting it is plausible to check for external OAI-IDs not only
88+
in the field specified by CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG but
89+
also in CFG_OAI_ID_FIELD. (#2812) (PR #2816)
90+
91+
+ global
92+
93+
- Silences most MySQL UTF-8 warnings related to inserting into and
94+
updating BLOB table columns.
95+
96+
+ installation
97+
98+
- Amends canonical location of py-editdist and pyRXP packages,
99+
fixing the installation problem.
100+
- Amends installation procedures to download necessary jQuery
101+
plugins from Invenio-hosted web site, fixing problems with non-
102+
existing Google Code pages. (#3620)
103+
- Fixes Apache virtual host configuration generation on CentOS 6.
104+
105+
+ inveniogc
106+
107+
- Fixes garbage collection of temporary directories created by
108+
websubmit_icon_creator and websubmit_file_stamper. (#3556) (PR
109+
#3558)
110+
9111
Invenio v1.0.10 -- released 2016-11-09
10112
--------------------------------------
11113

RELEASE-NOTES

Lines changed: 91 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
============================
2-
Invenio v1.1.6 is released
2+
Invenio v1.1.7 is released
33
============================
44

5-
Invenio v1.1.6 was released on May 21, 2015.
5+
Invenio v1.1.7 was released on November 20, 2016.
66

77
About
88
-----
@@ -11,52 +11,113 @@ Invenio is a digital library framework enabling you to build your own
1111
digital library or document repository on the web.
1212

1313
This old stable release update is recommended to all Invenio sites
14-
using v1.1.5 or previous releases.
14+
using v1.1.6 or previous releases.
1515

16-
Security fixes
17-
--------------
16+
New features
17+
------------
1818

19-
+ WebStyle:
19+
+ installation
2020

21-
- Adds back the `HttpOnly` cookie attribute in order to better
22-
protect against potential XSS vulnerabilities. (#3064)
21+
- Initial release of kickstart installations scripts. Ported from
22+
the old `tiborsimko/invenio-devscripts` repository of helper
23+
scripts and adapted to resemble Invenio 3 kickstart installation
24+
scripts. Tested on Ubuntu 12.04 and CentOS 6.
2325

2426
Improved features
2527
-----------------
2628

27-
+ installation:
29+
+ I18N
30+
31+
- Updates Slovak translation from Transifex.
32+
- Updates German, French, Slovak and Spanish translations from
33+
Transifex.
34+
- Updates Catalan, French, German, Italian, Russian, Slovak, and
35+
Spanish translations from Transifex.
36+
- Completes Italian translation.
37+
38+
+ installation
2839

29-
- Apache virtual environments are now created with appropriate
30-
`WSGIDaemonProcess` user value, taken from the configuration
31-
variable `CFG_BIBSCHED_PROCESS_USER`, provided it is set. This
32-
change makes it easier to run Invenio under non-Apache user
33-
identity.
40+
- Installation scripts now support Ubuntu 14.04 LTS.
41+
- Uses `/usr/sbin/service foo` consistently everywhere to restart
42+
daemons instead of deprecated `/etc/init.d/foo`.
43+
- Pinned specific JSON-js and Mediaelement versions instead of using
44+
the latest master branch commits. (#11)
3445

35-
- Apache virtual environments are now created with appropriate
36-
`WSGIPythonHome` directive so that it would be easier to run
37-
Invenio from within Python virtual environments.
46+
+ urlutils
47+
48+
- Uses `md5` from `hashlib` when available. (#3382)
3849

3950
Bug fixes
4051
---------
4152

42-
+ global:
53+
+ BibDocFile
54+
55+
- Purges old extracted text too, when purging a BibDoc. (#3519)
56+
57+
+ BibSched
58+
59+
- Makes `recid` argument optional in tasklet `bst_create_icons`.
60+
(#2192)
61+
62+
+ OAIHarvest
63+
64+
- Fixes the parsing of resumptiontoken in incoming OAI-PMH XML which
65+
could fail when the resumptiontoken was empty.
66+
67+
+ OAIRepository
68+
69+
- Fixes default configuration of CFG_OAI_METADATA_FORMATS, correctly
70+
assigning the XSD and XML namespace to the corresponding metadata
71+
prefix.
72+
73+
+ WebAccess
74+
75+
- Improves the WebAccess FireRole documentation by providing
76+
corrected example on how to use groups in FireRole definitions.
77+
(#3107) (#3225)
78+
79+
+ WebSearch
80+
81+
- Fixes asynchronous external collection getter tests following the
82+
update of the Invenio project web site.
83+
84+
+ WebSession
85+
86+
- Removes pending groups from user info object. (#3526)
87+
88+
+ bibupload
89+
90+
- In case of replicating datasets between instances by means of OAI
91+
harvesting it is plausible to check for external OAI-IDs not only
92+
in the field specified by CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG but
93+
also in CFG_OAI_ID_FIELD. (#2812) (PR #2816)
94+
95+
+ global
96+
97+
- Silences most MySQL UTF-8 warnings related to inserting into and
98+
updating BLOB table columns.
99+
100+
+ installation
43101

44-
- Replaces `invenio-demo.cern.ch` by `demo.invenio-software.org`
45-
which is the new canonical URL of the demo site. (#2867)
102+
- Amends canonical location of py-editdist and pyRXP packages,
103+
fixing the installation problem.
104+
- Amends installation procedures to download necessary jQuery
105+
plugins from Invenio-hosted web site, fixing problems with non-
106+
existing Google Code pages. (#3620)
107+
- Fixes Apache virtual host configuration generation on CentOS 6.
46108

47-
+ testutils:
109+
+ inveniogc
48110

49-
- Switches off SSL verification when running the test suite. Useful
50-
for Python-2.7.9 where self-signed SSL certificates (that are
51-
usually used on development installations) would cause apparent
52-
test failures. (#2868)
111+
- Fixes garbage collection of temporary directories created by
112+
websubmit_icon_creator and websubmit_file_stamper. (#3556) (PR
113+
#3558)
53114

54115
Download
55116
--------
56117

57-
- http://invenio-software.org/download/invenio-1.1.6.tar.gz
58-
- http://invenio-software.org/download/invenio-1.1.6.tar.gz.md5
59-
- http://invenio-software.org/download/invenio-1.1.6.tar.gz.sig
118+
- http://invenio-software.org/download/invenio-1.1.7.tar.gz
119+
- http://invenio-software.org/download/invenio-1.1.7.tar.gz.md5
120+
- http://invenio-software.org/download/invenio-1.1.7.tar.gz.sig
60121

61122
Installation
62123
------------
@@ -72,8 +133,8 @@ a) Stop your bibsched queue and your Apache server.
72133

73134
b) Install the update::
74135

75-
$ tar xvfz invenio-1.1.6.tar.gz
76-
$ cd invenio-1.1.6
136+
$ tar xvfz invenio-1.1.7.tar.gz
137+
$ cd invenio-1.1.7
77138
$ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
78139
$ sh /opt/invenio/etc/build/config.nice
79140
$ make

0 commit comments

Comments
 (0)