@@ -6,6 +6,182 @@ releases. For more information about the current release, please
66consult RELEASE-NOTES. For more information about changes, please
77consult ChangeLog.
88
9+ Invenio v1.1.0 -- released 2012-10-21
10+ -------------------------------------
11+
12+ *) BatchUploader: RESTful interface, runtime checks, TextMARC input,
13+ job priority selection
14+
15+ *) BibAuthorID: new automatic author disambiguation and paper
16+ claiming facility
17+
18+ *) BibCatalog: storage of ticket requestor, default RT user
19+
20+ *) BibCirculation: security fixes
21+
22+ *) BibClassify: UI improvements and refactoring
23+
24+ *) BibConvert: new BibTeX-to-MARCXML conversion, new oaidmf2marcxml
25+ conversion, fixes for WORDS
26+
27+ *) BibDocFile: new filesystem cache for faster statistics, caseless
28+ authorisation, disable HTTP range requests, improve file format
29+ policies, and more
30+
31+ *) BibEdit: new options related to preview and printing, reference
32+ curation, autocompletion, record and field template manager,
33+ editing fields and subfields, per-collection authorisations, use
34+ of knowledge bases, and more
35+
36+ *) BibEditMulti: new actions with conditions on fields, partial
37+ matching for subfields, faster preview generation, and more
38+
39+ *) BibEncode: new audio and video media file processing tool, new
40+ Video demo collection
41+
42+ *) BibFormat: new full-text snippet display facility, new
43+ configuration for I18N caching, updates to EndNote, Excel, Dublin
44+ Core and other formats, updates to formatting elements such as
45+ DOI, author, updates to podcast output, updates to XSLT
46+ processing, and more
47+
48+ *) OAIHarvest: new configurable workflow with reference extraction,
49+ new author list extraction post process, upload priority, OpenAIRE
50+ compliance, better handling of timeouts, and more
51+
52+ *) BibIndex: new full-text indexing via Solr, new support for author
53+ ID indexing, better author tokeniser
54+
55+ *) BibKnowledge: dynamic knowledge bases for record editor, support
56+ for JSON format
57+
58+ *) BibMatch: new matching of restricted collections
59+
60+ *) BibMerge: subfield order in slave record, confirmation pop up,
61+ record selection bug fix
62+
63+ *) BibRank: new index term count ranking method, new support for flot
64+ graphs, updates to citation graphs
65+
66+ *) BibRecord: new possibility to use lxml parser, sanity checks
67+
68+ *) BibSched: new motd-like facility for queue monitor, new
69+ continuable error status for tasks, new tasklet framework, new
70+ multi-node support, new monotask support, new support for task
71+ sequences, improvements to scheduling algorithm
72+
73+ *) BibSort: new in-memory fast sorting tool using configurable
74+ buckets
75+
76+ *) BibUpload: new automatic generation of MARC tag 005, new
77+ `--callback-url' CLI parameter, fixes for appending existing
78+ files, fixes for multiple 001 tags, and more
79+
80+ *) WebAccess: new external person ID support, performance
81+ improvements, robot manager UI improvements, fixes for firerole
82+ handling,
83+
84+ *) WebAlert: new alert description facility, fixes for restricted
85+ collections
86+
87+ *) WebApiKey: new user-signed Web API key facility
88+
89+ *) WebAuthorProfile: new author pages with dynamic box layout
90+
91+ *) WebBasket: add to basket interface improvements, better XML
92+ export, fixes for external records and other improvements
93+
94+ *) WebComment: new collapsible comment support, new permalink to
95+ comments, loss prevention of unsubmitted comments, tidying up HTML
96+ markup of comments, and more
97+
98+ *) WebJournal: new Open Graph markup, more customisable newsletter,
99+ redirect to latest release of specific category, refresh chosen
100+ collections on release, remove unnecessary encoding/decoding,
101+ update weather widget for new APIs, and more
102+
103+ *) WebSearch: new index-time and search-time synonym support, new
104+ Open Graph markup, new Google Scholar friendly metadata in page
105+ header, new limit option for wildcard queries, new support for
106+ access to merged records, new next/previous/back link support, new
107+ `authorcount' indexing and searching, new relative date search
108+ facility, clean OpenSearch support, improved speed, improvements
109+ to SPIRES query syntax support, improvements to self-cite math,
110+ primary collection guessing, other numerous fixes
111+
112+ *) WebSession: new useful guest sessions, reintroduces configurable
113+ IP checking, enforcement of nickname refresh, several other fixes
114+
115+ *) WebStat: new login statistics, new custom query summary, error
116+ analyser, custom event improvements
117+
118+ *) WebStyle: new display restriction flag for restricted records, new
119+ initial right-to-left language support, authenticated user and
120+ HTTPS support, IP check for proxy configurations, layout updates
121+ and fixes for MSIE, and more
122+
123+ *) WebSubmit: new initial support for converting to PDF/X, new
124+ embargo support, better LibreOffice compatibility, better async
125+ file upload, enhancements for Link_Records, support for hiding
126+ HIDDEN files in document manager, configurable initial value for
127+ counter, make use of BibSched task sequences, and more
128+
129+ *) installation: updates to jQuery, CKEditor, unoconv, and other
130+ prerequisites
131+
132+ *) dbdump: new compression support, reworked error handling
133+
134+ *) dbquery: new possibility to query DB slave nodes, new dict-like
135+ output, fix for MySQL 5.5.3 and higher versions
136+
137+ *) errorlib: stack analysis improvements, outline style improvements
138+ for invenio.err
139+
140+ *) htmlutils: improvements to HTML markup removal, HTML tidying
141+
142+ *) I18N: new Arabic and Lithuanian translations, updates to Catalan,
143+ Czech, French, German, Greek, Italian, Russian, Slovak, Spanish
144+ translations
145+
146+ *) intbitset: new performance improvements, new get item support, new
147+ pickle support, several memory leak fixes
148+
149+ *) inveniocfg: new automated Invenio Upgrader tool
150+
151+ *) InvenioConnector: new search with retries, improved search
152+ parameters, improved local site check, use of Invenio user agent
153+
154+ *) jsonutils: new JSON utility library
155+
156+ *) mailutils: possibility to specify Reply-To header, fixes to
157+ multipart
158+
159+ *) plotextractor: better TeX detection, better PDF harvesting from
160+ arXiv, configurable sleep timer
161+
162+ *) pluginutils: new create_enhanced_plugin_builder API, external
163+ plugin loading
164+
165+ *) RefExtract: new daemon operation mode, new DOI recognition, better
166+ author recognition, new author knowledge base
167+
168+ *) remote debugger: new remote debuggng support
169+
170+ *) sequtils: new sequence generator tool
171+
172+ *) solrutils: new support for full-text query dispatching to Solr
173+
174+ *) testutils: new Selenium web test framework
175+
176+ *) textutils: updates to string-to-ascii functions, LaTeX symbols to
177+ Unicode
178+
179+ *) urlutils: fix for redirect_to_url
180+
181+ *) xmlmarclint: fix for error report formatting
182+
183+ *) ... and other numerous smaller fixes and improvements
184+
9185Invenio v1.0.2 -- released 2012-10-19
10186-------------------------------------
11187
0 commit comments