From bc998f8c36ed951cd03d685b474613e67b49fed3 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Tue, 6 Aug 2013 11:20:32 -0700 Subject: [PATCH] CHANGELOG and AUTHORS and .mailmap updates for 1.9.1 Change-Id: I34b28ffd7971a99b727c5149bdddeb9c6020e1df --- .mailmap | 1 + AUTHORS | 9 ++++++++- CHANGELOG | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index c3ae52c6..14b77ccd 100644 --- a/.mailmap +++ b/.mailmap @@ -46,3 +46,4 @@ Kun Huang Michael Shuler Ilya Kharin Dmitry Ukov Ukov Dmitry +Tom Fifield Tom Fifield diff --git a/AUTHORS b/AUTHORS index 77b972b4..174484fb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -31,10 +31,11 @@ Thierry Carrez (thierry@openstack.org) François Charlier (francois.charlier@enovance.com) Ray Chen (oldsharp@163.com) Brian Cline (bcline@softlayer.com) +Alistair Coles (alistair.coles@hp.com) Julien Danjou (julien@danjou.info) Dan Dillinger (dan.dillinger@sonian.net) Flaper Fesp (flaper87@gmail.com) -Tom Fifield (fifieldt@unimelb.edu.au) +Tom Fifield (tom@openstack.org) Gaurav B. Gangalwar (gaurav@gluster.com) Alex Gaynor (alex.gaynor@gmail.com) Anne Gentle (anne@openstack.org) @@ -67,6 +68,7 @@ Eugene Kirpichov (ekirpichov@gmail.com) Leah Klearman (lklrmn@gmail.com) Sergey Kraynev (skraynev@mirantis.com) Ed Leafe (ed.leafe@rackspace.com) +Thomas Leaman (thomas.leaman@hp.com) Eohyung Lee (liquid@kt.com) Tong Li (litong01@us.ibm.com) Victor Lowther (victor.lowther@gmail.com) @@ -83,8 +85,10 @@ Ewan Mellor (ewan.mellor@citrix.com) Samuel Merritt (sam@swiftstack.com) Stephen Milton (milton@isomedia.com) Jola Mirecka (jola.mirecka@hp.com) +Dirk Mueller (dirk@dmllr.de) Russ Nelson (russ@crynwr.com) Maru Newby (mnewby@internap.com) +Newptone (xingchao@unitedstack.com) Colin Nicholson (colin.nicholson@iomart.com) Eamonn O'Toole (eamonn.otoole@hp.com) Sascha Peilicke (saschpe@suse.de) @@ -103,6 +107,8 @@ Michael Shuler (mshuler@gmail.com) Scott Simpson (sasimpson@gmail.com) Liu Siqi (meizu647@gmail.com) Adrian Smith (adrian_f_smith@dell.com) +Jon Snitow (otherjon@swiftstack.com) +TheSriram (sriram@klusterkloud.com) Monty Taylor (mordred@inaugust.com) Caleb Tennis (caleb.tennis@gmail.com) Rainer Toebbicke (Rainer.Toebbicke@cern.ch) @@ -113,6 +119,7 @@ Kota Tsuyuzaki (tsuyuzaki.kota@lab.ntt.co.jp) Dmitry Ukov (dukov@mirantis.com) Vincent Untz (vuntz@suse.com) Daniele Valeriani (daniele@dvaleriani.net) +Koert van der Veer (koert@cloudvps.com) Vladimir Vechkanov (vvechkanov@mirantis.com) Yaguang Wang (yaguang.wang@intel.com) Chris Wedgwood (cw@f00f.org) diff --git a/CHANGELOG b/CHANGELOG index bf3b6672..cbf72f29 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,55 @@ +swift (1.9.1) + + * Disallow PUT, POST, and DELETE requests from creating older tombstone + files, preventing the possibility of filling up the disk and removing + unnecessary container updates. + + * Set default wsgi workers to cpu_count + + Change the default value of wsgi workers from 1 to auto. The new + default value for workers in the proxy, container, account & object + wsgi servers will spawn as many workers per process as you have cpu + cores. This will not be ideal for some configurations, but it's much + more likely to produce a successful out of the box deployment. + + * Added reveal_sensitive_prefix config setting to filter the auth token + logged by the proxy server. + + * Ensure Keystone's reseller prefix ends with an underscore. Previously + this was a recommendation--now it is enforced. + + * Added log_file_pattern config to swift-drive-audit for drive errors + + * Add support for telling Swift to detect a content type on a request. + + * Additional object stats are now logged in the object auditor + + * Moved the DiskFile interface into its own module + + * Ensure the SQLite cursors are closed when creating functions + + * Better support for valid Accept headers + + * In Keystone, don't allow users to delete their own account + + * Return a UTC timezone designator in container listings + + * Ensure that users can't remove their account quotas + + * Allow floating point value for dispersion coverage + + * Fix incorrect error page handling in staticweb + + * Add utf-8 charset to multipart-manifest=get response. + + * Allow dispersion tools to use keystone server with insecure certificate + + * Ensure that files are always closed in tests + + * Use OpenStack's "Hacking" guidelines for code formatting + + * Various other minor bug fixes and improvements + swift (1.9.0) * Global clusters support