1
1
============================
2
- Invenio v1.1.6 is released
2
+ Invenio v1.1.7 is released
3
3
============================
4
4
5
- Invenio v1.1.6 was released on May 21, 2015 .
5
+ Invenio v1.1.7 was released on November 20, 2016 .
6
6
7
7
About
8
8
-----
@@ -11,52 +11,113 @@ 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.1.5 or previous releases.
14
+ using v1.1.6 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 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
28
39
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)
34
45
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)
38
49
39
50
Bug fixes
40
51
---------
41
52
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
43
101
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.
46
108
47
- + testutils:
109
+ + inveniogc
48
110
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)
53
114
54
115
Download
55
116
--------
56
117
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
60
121
61
122
Installation
62
123
------------
@@ -72,8 +133,8 @@ a) Stop your bibsched queue and your Apache server.
72
133
73
134
b) Install the update::
74
135
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
77
138
$ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
78
139
$ sh /opt/invenio/etc/build/config.nice
79
140
$ make
0 commit comments