1
- ============================
2
- Invenio v1.0.9 is released
3
- ============================
1
+ =============================
2
+ Invenio v1.0.10 is released
3
+ =============================
4
4
5
- Invenio v1.0.9 was released on May 21, 2015 .
5
+ Invenio v1.0.10 was released on November 9, 2016 .
6
6
7
7
About
8
8
-----
@@ -11,52 +11,63 @@ Invenio is a digital library framework enabling you to build your own
11
11
digital library or document repository on the web.
12
12
13
13
This old stable release update is recommended to all Invenio sites
14
- using v1.0.8 or previous releases.
14
+ using v1.0.9 or previous releases.
15
15
16
- Security fixes
17
- --------------
16
+ New features
17
+ ------------
18
18
19
- + WebStyle:
19
+ + installation
20
20
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.
23
25
24
26
Improved features
25
27
-----------------
26
28
27
- + installation:
29
+ + I18N
30
+
31
+ - Updates Catalan, French, German, Italian, Russian, Slovak, and
32
+ Spanish translations from Transifex.
28
33
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.
34
+ + installation
34
35
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 .
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` .
38
39
39
40
Bug fixes
40
41
---------
41
42
42
- + global:
43
+ + WebAccess
44
+
45
+ - Improves the WebAccess FireRole documentation by providing
46
+ corrected example on how to use groups in FireRole definitions.
47
+ (#3107) (#3225)
48
+
49
+ + WebSearch
50
+
51
+ - Fixes asynchronous external collection getter tests following the
52
+ update of the Invenio project web site.
53
+
54
+ + global
43
55
44
- - Replaces `invenio-demo.cern.ch` by `demo.invenio-software.org`
45
- which is the new canonical URL of the demo site. (#2867)
56
+ - Silences most MySQL UTF-8 warnings related to inserting into and
57
+ updating BLOB table columns.
46
58
47
- + testutils:
59
+ + installation
48
60
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)
61
+ - Amends canonical location of py-editdist and pyRXP packages,
62
+ fixing the installation problem.
63
+ - Fixes Apache virtual host configuration generation on CentOS 6.
53
64
54
65
Download
55
66
--------
56
67
57
- - http://invenio-software.org/download/invenio-1.0.9 .tar.gz
58
- - http://invenio-software.org/download/invenio-1.0.9 .tar.gz.md5
59
- - http://invenio-software.org/download/invenio-1.0.9 .tar.gz.sig
68
+ - http://invenio-software.org/download/invenio-1.0.10 .tar.gz
69
+ - http://invenio-software.org/download/invenio-1.0.10 .tar.gz.md5
70
+ - http://invenio-software.org/download/invenio-1.0.10 .tar.gz.sig
60
71
61
72
Installation
62
73
------------
@@ -66,19 +77,19 @@ Please follow the INSTALL file bundled in the distribution tarball.
66
77
Upgrade
67
78
-------
68
79
69
- If you are upgrading from Invenio v1.0.8 , then:
80
+ If you are upgrading from Invenio v1.0.9 , then:
70
81
71
82
a) Stop your bibsched queue and your Apache server.
72
83
73
84
b) Install the update::
74
85
75
- $ tar xvfz invenio-1.0.9 .tar.gz
76
- $ cd invenio-1.0.9
86
+ $ tar xvfz invenio-1.0.10 .tar.gz
87
+ $ cd invenio-1.0.10
77
88
$ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
78
89
$ sh /opt/invenio/etc/build/config.nice
79
90
$ make
80
91
$ make check-custom-templates
81
- $ make update-v1.0.8 -tables
92
+ $ make update-v1.0.9 -tables
82
93
$ sudo -u www-data make install
83
94
$ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
84
95
$ sudo rsync -a /opt/invenio/etc.OLD/ \
0 commit comments