This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
forked from inveniosoftware/invenio
-
Notifications
You must be signed in to change notification settings - Fork 10
/
RELEASE-NOTES
117 lines (80 loc) · 3.77 KB
/
RELEASE-NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
--------------------------------------------------------------------
Invenio v1.1.3 is released
February 25, 2014
http://invenio-software.org/
--------------------------------------------------------------------
Invenio v1.1.3 was released on February 25, 2014.
This stable release contains a number of minor fixes and improvements.
It is recommended to all Invenio sites using v1.1.2 or previous stable
release series (v0.99, v1.0).
What's new:
-----------
*) BatchUploader: rights to ::1 for robot upload; avoid
tempfile.tempdir redefinition (#1594)
*) BibCatalog: no newlines in subject for RT plugin
*) BibDocFile: RHEL6 magic bindings support (#1466)
*) BibFormat: fix for BibTeX regression tests; better BibTeX title
and collaboration
*) BibRank: temporary file storage in CFG_TMPDIR (#1594)
*) BibSword: author MARC tag definition fix
*) BibUpload: FFT replace warning in guide
*) I18N: PO file update for the release of v1.1.3; PO file update for
the release of v1.0.6; PO file update for the release of v0.99.9;
collection demo names for new translations
*) OAIHarvest: for for bad exception handling
*) OAIRepository: optional support for --notimechange
*) Travis CI: initial release of configuration
*) WebSearch: nonexisting record API test case fix (#1692); correct
record sums from hosted colls (#1651); space between records in
MARC HTML; fix for BibTeX regression tests; field-filtered MARCXML
API output (#1591); more complete API regression test suite;
get_fieldvalues_alephseq_like() utils; asciification of `oe`
grapheme (#1582); bug fix for SPIRES date math search
*) WebSession: fix mail cookie expiration (#1596)
*) WebSubmit: fix for typo in Shared_Functions; optional pdftk
regression tests
*) dbquery: closes redundant connection
*) git: addition of compile to gitignore; new entry in gitignore
*) global: language value always in link URLs
*) installation: pip requirement version updates; pip requirements;
no user prompt for warnings; empty Travis configuration; location
of jquery-1.7.1.min.js; location of flot; information about
unidecode; fix autotools rsync instructions
*) intbitset: no crash when intbitset is on rhs (#1287)
*) inveniocfg: fix for mod_headers
*) kwalitee: list comprehensions instead of lambdas; compatibility
with pylint 1.0.0
Download:
---------
<http://invenio-software.org/download/invenio-1.1.3.tar.gz>
<http://invenio-software.org/download/invenio-1.1.3.tar.gz.md5>
<http://invenio-software.org/download/invenio-1.1.3.tar.gz.sig>
Installation notes:
-------------------
Please follow the INSTALL file bundled in the distribution tarball.
Upgrade notes:
--------------
Please proceed as follows:
a) Stop your bibsched queue and your Apache server.
b) Install the update:
$ tar xvfz invenio-1.1.3.tar.gz
$ cd invenio-1.1.3
$ sudo rsync -a /opt/invenio/etc/ /opt/invenio/etc.OLD/
$ sh /opt/invenio/etc/build/config.nice
$ make
$ make check-upgrade
$ sudo -u www-data make install
$ sudo rsync -a /opt/invenio/etc.OLD/ \
--exclude invenio-autotools.conf \
/opt/invenio/etc/
# Note: if you are upgrading from previous stable release
# series (v0.99 or v1.0), please don't rsync but diff, in order
# to inspect changes and adapt your old configuration to the
# new v1.1 release series.
$ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all
$ sudo -u www-data /opt/invenio/bin/inveniocfg --upgrade
c) Restart your Apache server and your bibsched queue.
d) If your records may contain `oe` UTF-8 graphemes, please schedule
reindexing of concerned indexes at a convenient time, for example:
$ sudo -u www-data /opt/invenio/bin/bibindex -w title -f100000 -R
- end of file -