1
1
--------------------------------------------------------------------
2
- Invenio v1.0.4 is released
3
- December 21, 2012
2
+ Invenio v1.0.5 is released
3
+ August 19, 2013
4
4
http://invenio-software.org/
5
5
--------------------------------------------------------------------
6
6
7
- Invenio v1.0.4 was released on December 21, 2012 .
7
+ Invenio v1.0.5 was released on August 19, 2013 .
8
8
9
- This release fixes notably an installation problem in v1.0.3 that
10
- ommitted a file from the release tarball. The release also introduces
11
- two minor improvements. The release is recommended to all Invenio
12
- sites using v1.0.2 or previous versions.
9
+ This is a bugfix release update for Invenio v1.0 release series. It
10
+ is recommended to all Invenio sites using v1.0.4 or previous releases.
13
11
14
12
What's new:
15
13
-----------
16
14
17
- *) installation: inclusion of JS quicktags in tarball
15
+ *) BibClassify: escape keywords in tag cloud and MARCXML
18
16
19
- *) bibdocfile: better error report for unknown format
17
+ *) BibDocFile: support new magic library
20
18
21
- *) WebAccess: admin interface usability improvement
19
+ *) BibFormat: additional fulltext file display in HB; fix CLI call to
20
+ old PHP-based formatter; format_element initialisation fix
21
+
22
+ *) BibIndex: better wording for stemming in admin UI
23
+
24
+ *) BibKnowledge: /kb/export 500 error fix
25
+
26
+ *) BibUpload: FMT regression test case fix; indicators in strong tags
27
+
28
+ *) errorlib: hiding bibcatalog info in exception body
29
+
30
+ *) global: test suite nosification
31
+
32
+ *) installation: fix collectiondetailedrecordpagetabs; support for
33
+ Apache-2.4
34
+
35
+ *) WebAccess: IP-based rules and offline user fix; replacement of CDS
36
+ Invenio by InveniO
37
+
38
+ *) WebComment: escape review "title"
39
+
40
+ *) WebSearch: respect default `rg` in Advanced Search
41
+
42
+ *) WebSession: fix for list of admin activities; login_method changes
43
+
44
+ *) WebSubmit: new websubmitadmin CLI
22
45
23
46
Download:
24
47
---------
25
48
26
- <http://invenio-software.org/download/invenio-1.0.4 .tar.gz>
27
- <http://invenio-software.org/download/invenio-1.0.4 .tar.gz.md5>
28
- <http://invenio-software.org/download/invenio-1.0.4 .tar.gz.sig>
49
+ <http://invenio-software.org/download/invenio-1.0.5 .tar.gz>
50
+ <http://invenio-software.org/download/invenio-1.0.5 .tar.gz.md5>
51
+ <http://invenio-software.org/download/invenio-1.0.5 .tar.gz.sig>
29
52
30
53
Installation notes:
31
54
-------------------
@@ -35,29 +58,26 @@ Please follow the INSTALL file bundled in the distribution tarball.
35
58
Upgrade notes:
36
59
--------------
37
60
38
- If you are upgrading from Invenio v1.0.2 , then:
61
+ If you are upgrading from Invenio v1.0.4 , then:
39
62
40
63
a) Stop your bibsched queue and your Apache server.
41
64
42
65
b) Install the update:
43
66
44
- $ tar xvfz invenio-1.0.4 .tar.gz
45
- $ cd invenio-1.0.4
67
+ $ tar xvfz invenio-1.0.5 .tar.gz
68
+ $ cd invenio-1.0.5
46
69
$ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
47
70
$ sh /opt/invenio/etc/build/config.nice
48
71
$ make
49
72
$ make check-custom-templates
50
- $ make update-v1.0.2 -tables
73
+ $ make update-v1.0.4 -tables
51
74
$ sudo -u www-data make install
52
75
$ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
53
76
$ sudo rsync -a /opt/invenio/etc.OLD/ \
54
- /opt/invenio/etc/
55
-
56
- c) Update your jQuery tablesorter library:
57
-
58
- $ sudo -u www-data make install-jquery-plugins
77
+ --exclude bibformat/format_templates/Default_HTML_brief.bft \
78
+ /opt/invenio/etc/
59
79
60
- d ) Restart your Apache server and your bibsched queue.
80
+ c ) Restart your Apache server and your bibsched queue.
61
81
62
82
If you are upgrading from a previous Invenio release (notably from
63
83
v0.99 release series), then please see a dedicated Invenio Upgrade
0 commit comments