Skip to content

Commit

Permalink
Invenio v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Oct 21, 2012
1 parent eb81f6f commit d2a2343
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 63 deletions.
70 changes: 70 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,27 @@ The CERN development team currently consists of:
- Jiri Kuncar <[email protected]>
Contributions to the Czech translation.

- Esteban J. G. Gabancho <[email protected]>
Initial release of WebApiKey, enhancements for WebSubmit.

- Lars Holm Nielsen <[email protected]>
Initial release of Invenio Upgrader and jsonutils; patches for
pluginutils,

- Patrick Glauner <[email protected]>
Cleanup of SQL queries for several modules.

- Raquel Jimenez Encinar <[email protected]>
Errorlib refactoring, improvements to search UI, discussion tab,
merged record redirect, adaptation to new web test framework.

- Vasanth Venkatraman <[email protected]>
Improvements to BibUpload version treatment, monotask and
sequence tasks for BibSched.

- Thorsten Schwander <[email protected]>
Improvements to dbdump.

- Jan Aage Lavik <[email protected]>
Improvements to BibMatch with remote matching capabilities,
improvements to plot extractor, improvements to harvesting and
Expand All @@ -63,6 +84,15 @@ The CERN development team currently consists of:
- Alessio Deiana <[email protected]>
Improvements to data cacher and cite summary.

- Daniel Stanculescu <[email protected]>
Improvements to Unicode treatment for textutils.

- Sebastian Witowski <[email protected]>
Improvements to multi-record editor.

- Laura Rueda <[email protected]>
Mechanize compatibility for Invenio Connector.

- Annette Holtkamp <[email protected]>
Updates to `Howto MARC' guide.

Expand All @@ -80,6 +110,9 @@ The SLAC development team currently consists of:
- Mike Sullivan <[email protected]>
Improvements to author pages.

- Eduardo Benavidez <[email protected]>
Improvements to BibCatalog.

The Harvard-Smithsonian Center for Astrophysics development team
currently consists of:

Expand All @@ -95,6 +128,14 @@ currently consists of:
- Roman Chyla <[email protected]>
WSGI handler accepts UTF-8 strings.

The Cornell development team currently consists of:

- Simeon Warner <[email protected]>
Team leader.

- Peter Halliday <[email protected]>
Configurable /record URL name space, improvements to dbquery.

Many former team members (mostly CERN staff and fellows, technical
students, diploma students, summer students) contributed to the
project since 2002. In an approximately decreasing chronological
Expand All @@ -110,27 +151,53 @@ order:
to code kwalitee in numerous modules. Improvements to
BibClassify.

- Nikola Yolov <[email protected]>
Improvements and refactoring of BibAuthorID, fixes for
WebAuthorProfile.

- Lewis Barnes <[email protected]>
Amendments for INSPIRE linking style.

- Olivier Canévet <[email protected]>
Fixes for WebComment report abuse facility.

- Belinda Chan <[email protected]>
User documentation for personal features like alerts and baskets.

- Carmen Alvarez Perez <[email protected]>
Improvements to WebStat.

- Henning Weiler <[email protected]>
Initial implementation of BibAuthorID module, with Samuele Carli.

- Juan Francisco Pereira Corral <[email protected]>
Fix taxonomy regression test, for BibKnowledge.

- Stamen Todorov Peev <[email protected]>
Enrichment of Dublin Core XSL stylesheet.

- Jan Iwaszkiewicz <[email protected]>
Full-text snippet feature for full-text search.

- Björn Oltmanns <[email protected]>
Initial release of BibEncode, multi-node support for BibSched,
style refactoring for WebComment.

- Christopher Dickinson <[email protected]>
Patch for auto-suggest facility.

- Christopher Hayward <[email protected]>
Improvements to the reference extraction tool.

- Travis Brooks <[email protected]>
Support for SPIRES search syntax and other improvements.

- Juliusz Sompolski <[email protected]>
Reimplementation of pdf2hocr2pdf.

- Jurga Girdzijauskaite <[email protected]>
Contributions to the Lithuanian translation.

- Tony Ohls <[email protected]>
Fixes for regexp treatment in BibConvert.

Expand Down Expand Up @@ -230,6 +297,9 @@ order:
- Alberto Pepe <[email protected]>
BibClassify, OAIHarvest Admin.

- Øyvind Østlund <[email protected]>
Sample BibTeX to MARCXML conversion, for BibConvert.

- Nikolay Dyankov <[email protected]>
XML-based BFX formatting engine, for BibFormat.

Expand Down
30 changes: 15 additions & 15 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ About
=====

This document specifies how to build, customize, and install Invenio
v1.0.2 for the first time. See RELEASE-NOTES if you are upgrading
v1.1.0 for the first time. See RELEASE-NOTES if you are upgrading
from a previous Invenio release.

Contents
Expand Down Expand Up @@ -278,13 +278,13 @@ Contents
----------------

$ cd $HOME/src/
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig
$ md5sum -c invenio-1.0.2.tar.gz.md5
$ gpg --verify invenio-1.0.2.tar.gz.sig invenio-1.0.2.tar.gz
$ tar xvfz invenio-1.0.2.tar.gz
$ cd invenio-1.0.2
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.sig
$ md5sum -c invenio-1.1.0.tar.gz.md5
$ gpg --verify invenio-1.1.0.tar.gz.sig invenio-1.1.0.tar.gz
$ tar xvfz invenio-1.1.0.tar.gz
$ cd invenio-1.1.0
$ ./configure
$ make
$ make install
Expand Down Expand Up @@ -329,19 +329,19 @@ Contents
sources. (The built files will be installed into different
"target" directories later.)

$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.0.2.tar.gz.sig
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.1.0.tar.gz.sig

Fetch Invenio source tarball from the distribution server,
together with MD5 checksum and GnuPG cryptographic signature
files useful for verifying the integrity of the tarball.

$ md5sum -c invenio-1.0.2.tar.gz.md5
$ md5sum -c invenio-1.1.0.tar.gz.md5

Verify MD5 checksum.

$ gpg --verify invenio-1.0.2.tar.gz.sig invenio-1.0.2.tar.gz
$ gpg --verify invenio-1.1.0.tar.gz.sig invenio-1.1.0.tar.gz

Verify GnuPG cryptographic signature. Note that you may
first have to import my public key into your keyring, if you
Expand All @@ -353,11 +353,11 @@ Contents
warning that may follow after the signature has been
successfully verified.

$ tar xvfz invenio-1.0.2.tar.gz
$ tar xvfz invenio-1.1.0.tar.gz

Untar the distribution tarball.

$ cd invenio-1.0.2
$ cd invenio-1.1.0

Go to the source directory.

Expand Down
176 changes: 176 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,182 @@ releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.

Invenio v1.1.0 -- released 2012-10-21
-------------------------------------

*) BatchUploader: RESTful interface, runtime checks, TextMARC input,
job priority selection

*) BibAuthorID: new automatic author disambiguation and paper
claiming facility

*) BibCatalog: storage of ticket requestor, default RT user

*) BibCirculation: security fixes

*) BibClassify: UI improvements and refactoring

*) BibConvert: new BibTeX-to-MARCXML conversion, new oaidmf2marcxml
conversion, fixes for WORDS

*) BibDocFile: new filesystem cache for faster statistics, caseless
authorisation, disable HTTP range requests, improve file format
policies, and more

*) BibEdit: new options related to preview and printing, reference
curation, autocompletion, record and field template manager,
editing fields and subfields, per-collection authorisations, use
of knowledge bases, and more

*) BibEditMulti: new actions with conditions on fields, partial
matching for subfields, faster preview generation, and more

*) BibEncode: new audio and video media file processing tool, new
Video demo collection

*) BibFormat: new full-text snippet display facility, new
configuration for I18N caching, updates to EndNote, Excel, Dublin
Core and other formats, updates to formatting elements such as
DOI, author, updates to podcast output, updates to XSLT
processing, and more

*) OAIHarvest: new configurable workflow with reference extraction,
new author list extraction post process, upload priority, OpenAIRE
compliance, better handling of timeouts, and more

*) BibIndex: new full-text indexing via Solr, new support for author
ID indexing, better author tokeniser

*) BibKnowledge: dynamic knowledge bases for record editor, support
for JSON format

*) BibMatch: new matching of restricted collections

*) BibMerge: subfield order in slave record, confirmation pop up,
record selection bug fix

*) BibRank: new index term count ranking method, new support for flot
graphs, updates to citation graphs

*) BibRecord: new possibility to use lxml parser, sanity checks

*) BibSched: new motd-like facility for queue monitor, new
continuable error status for tasks, new tasklet framework, new
multi-node support, new monotask support, new support for task
sequences, improvements to scheduling algorithm

*) BibSort: new in-memory fast sorting tool using configurable
buckets

*) BibUpload: new automatic generation of MARC tag 005, new
`--callback-url' CLI parameter, fixes for appending existing
files, fixes for multiple 001 tags, and more

*) WebAccess: new external person ID support, performance
improvements, robot manager UI improvements, fixes for firerole
handling,

*) WebAlert: new alert description facility, fixes for restricted
collections

*) WebApiKey: new user-signed Web API key facility

*) WebAuthorProfile: new author pages with dynamic box layout

*) WebBasket: add to basket interface improvements, better XML
export, fixes for external records and other improvements

*) WebComment: new collapsible comment support, new permalink to
comments, loss prevention of unsubmitted comments, tidying up HTML
markup of comments, and more

*) WebJournal: new Open Graph markup, more customisable newsletter,
redirect to latest release of specific category, refresh chosen
collections on release, remove unnecessary encoding/decoding,
update weather widget for new APIs, and more

*) WebSearch: new index-time and search-time synonym support, new
Open Graph markup, new Google Scholar friendly metadata in page
header, new limit option for wildcard queries, new support for
access to merged records, new next/previous/back link support, new
`authorcount' indexing and searching, new relative date search
facility, clean OpenSearch support, improved speed, improvements
to SPIRES query syntax support, improvements to self-cite math,
primary collection guessing, other numerous fixes

*) WebSession: new useful guest sessions, reintroduces configurable
IP checking, enforcement of nickname refresh, several other fixes

*) WebStat: new login statistics, new custom query summary, error
analyser, custom event improvements

*) WebStyle: new display restriction flag for restricted records, new
initial right-to-left language support, authenticated user and
HTTPS support, IP check for proxy configurations, layout updates
and fixes for MSIE, and more

*) WebSubmit: new initial support for converting to PDF/X, new
embargo support, better LibreOffice compatibility, better async
file upload, enhancements for Link_Records, support for hiding
HIDDEN files in document manager, configurable initial value for
counter, make use of BibSched task sequences, and more

*) installation: updates to jQuery, CKEditor, unoconv, and other
prerequisites

*) dbdump: new compression support, reworked error handling

*) dbquery: new possibility to query DB slave nodes, new dict-like
output, fix for MySQL 5.5.3 and higher versions

*) errorlib: stack analysis improvements, outline style improvements
for invenio.err

*) htmlutils: improvements to HTML markup removal, HTML tidying

*) I18N: new Arabic and Lithuanian translations, updates to Catalan,
Czech, French, German, Greek, Italian, Russian, Slovak, Spanish
translations

*) intbitset: new performance improvements, new get item support, new
pickle support, several memory leak fixes

*) inveniocfg: new automated Invenio Upgrader tool

*) InvenioConnector: new search with retries, improved search
parameters, improved local site check, use of Invenio user agent

*) jsonutils: new JSON utility library

*) mailutils: possibility to specify Reply-To header, fixes to
multipart

*) plotextractor: better TeX detection, better PDF harvesting from
arXiv, configurable sleep timer

*) pluginutils: new create_enhanced_plugin_builder API, external
plugin loading

*) RefExtract: new daemon operation mode, new DOI recognition, better
author recognition, new author knowledge base

*) remote debugger: new remote debuggng support

*) sequtils: new sequence generator tool

*) solrutils: new support for full-text query dispatching to Solr

*) testutils: new Selenium web test framework

*) textutils: updates to string-to-ascii functions, LaTeX symbols to
Unicode

*) urlutils: fix for redirect_to_url

*) xmlmarclint: fix for error report formatting

*) ... and other numerous smaller fixes and improvements

Invenio v1.0.2 -- released 2012-10-19
-------------------------------------

Expand Down
Loading

0 comments on commit d2a2343

Please sign in to comment.