~ubuntu-branches/debian/jessie/keystone/jessie

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2012-10-01 05:52:23 UTC
  • Revision ID: package-import@ubuntu.com-20121001055223-7fldz5pv6lc80w9f
Tags: 2012.1.1-9
* Fixes sometimes failing keystone.postrm (db_get in some conditions can
return false), and fixed non-consistant indenting.
* Uses /usr/share/keystone/keystone.conf instead of /usr/share/doc/keystone
/keystone.conf.sample for temporary storing the conf file (this was a policy
violation, as the doc folder should never be required).
* Fixes CVE-2012-4457: fails to raise Unauthorized user error for disabled,
CVE-2012-4456: fails to validate tokens in Admin API (Closes: #689210).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
keystone (2012.1.1-9) unstable; urgency=high
 
2
 
 
3
  * Fixes sometimes failing keystone.postrm (db_get in some conditions can
 
4
  return false), and fixed non-consistant indenting.
 
5
  * Uses /usr/share/keystone/keystone.conf instead of /usr/share/doc/keystone
 
6
  /keystone.conf.sample for temporary storing the conf file (this was a policy
 
7
  violation, as the doc folder should never be required).
 
8
  * Fixes CVE-2012-4457: fails to raise Unauthorized user error for disabled,
 
9
  CVE-2012-4456: fails to validate tokens in Admin API (Closes: #689210).
 
10
 
 
11
 -- Thomas Goirand <zigo@debian.org>  Mon, 01 Oct 2012 05:52:23 +0000
 
12
 
1
13
keystone (2012.1.1-8) unstable; urgency=low
2
14
 
3
15
  * Fixes parsing of the SQL connection in keystone.config.