Skip to content

Commit

Permalink
Merge branch 'maint-1.1' into maint-1.2
Browse files Browse the repository at this point in the history
* maint-1.1:
  Invenio v1.1.6

Conflicts:
	INSTALL
	RELEASE-NOTES

Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed May 21, 2015
2 parents 892e85e + 4689c96 commit 200db7d
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 725 deletions.
41 changes: 41 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.

Invenio v1.1.6 -- released 2015-05-21
-------------------------------------

Security fixes
~~~~~~~~~~~~~~

+ WebStyle:

- Adds back the `HttpOnly` cookie attribute in order to better
protect against potential XSS vulnerabilities. (#3064)

Improved features
~~~~~~~~~~~~~~~~~

+ installation:

- Apache virtual environments are now created with appropriate
`WSGIDaemonProcess` user value, taken from the configuration
variable `CFG_BIBSCHED_PROCESS_USER`, provided it is set. This
change makes it easier to run Invenio under non-Apache user
identity.

- Apache virtual environments are now created with appropriate
`WSGIPythonHome` directive so that it would be easier to run
Invenio from within Python virtual environments.

Bug fixes
~~~~~~~~~

+ global:

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

+ testutils:

- Switches off SSL verification when running the test suite. Useful
for Python-2.7.9 where self-signed SSL certificates (that are
usually used on development installations) would cause apparent
test failures. (#2868)

Invenio v1.0.9 -- released 2015-05-21
-------------------------------------

Expand Down
Loading

0 comments on commit 200db7d

Please sign in to comment.