Skip to content

Commit

Permalink
Invenio v2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Mar 20, 2015
1 parent 986fefe commit 42ef8a8
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 1,193 deletions.
50 changes: 50 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,56 @@ releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.

Invenio v2.0.1 -- released 2015-03-20
-------------------------------------

New features:
~~~~~~~~~~~~~

+ global:

- Deprecation policy comes with new deprecation warnings wrappers.
(#2875)

Bug fixes:
~~~~~~~~~~

+ assets:

- Avoids bundle changes to persist between requests in DEBUG mode,
which is not desired. (#2777)

+ docs:

- Adds missing `invenio.base` package to the `config.py` file for a
custom overlay in the docs.

+ global:

- Replaces `invenio-demo.cern.ch` by `demo.invenio-software.org`
which is the new canonical URL of the demo site. (#2867)

+ installation:

- Reorders 'compile_catalog' and 'install' commands to fix
installation process from PyPI.

- Adds apache2 xsendfile package to installation script. (#2857)

+ messages:

- Defines a path for jquery.ui required by jQuery-Timepicker-Addon
and sets an exact version for the plugin instead of latest.
(#2910)

+ records:

- Changes creation_date field definition in tests. (#2214)

+ search:

- Generates correct url for `/collection` redirect.

Invenio v2.0.0 -- released 2015-03-04
-------------------------------------

Expand Down
Loading

1 comment on commit 42ef8a8

@invenio-developers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1: M110 missing component name

Please sign in to comment.