From d87ce03c3ecbc3135597c1cf4fdad840fb84f9bc Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 14 Jan 2013 21:41:11 -0800 Subject: [PATCH] authors and changelog update for swift 1.7.6 Change-Id: Iad00e51fb17c9e829bd5ba7b56a0d24253cfe8b2 --- .mailmap | 1 + AUTHORS | 12 +++++++++++- CHANGELOG | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index abf4a37f38..c516f96b8a 100644 --- a/.mailmap +++ b/.mailmap @@ -34,3 +34,4 @@ Jay Payne Doug Weimer Li Riqiang lrqrun Cory Wright +Julien Danjou diff --git a/AUTHORS b/AUTHORS index e123d379a9..8270682876 100644 --- a/AUTHORS +++ b/AUTHORS @@ -28,8 +28,9 @@ Thierry Carrez (thierry@openstack.org) François Charlier (francois.charlier@enovance.com) Ray Chen (oldsharp@163.com) Brian Cline (bcline@softlayer.com) -Julien Danjou (julien.danjou@enovance.com) +Julien Danjou (julien@danjou.info) Dan Dillinger (dan.dillinger@sonian.net) +Flaper Fesp (flaper87@gmail.com) Tom Fifield (fifieldt@unimelb.edu.au) Gaurav B. Gangalwar (gaurav@gluster.com) Anne Gentle (anne@openstack.org) @@ -40,13 +41,17 @@ Jonathan Gonzalez V (jonathan.abdiel@gmail.com) David Hadas (david.hadas@gmail.com) Soren Hansen (soren@linux2go.dk) Doug Hellmann (doug.hellmann@dreamhost.com) +Dan Hersam (dan.hersam@hp.com) Derek Higgins (derekh@redhat.com) Florian Hines (syn@ronin.io) +Hodong Hwang (hodong.hwang@kt.com) Iryoung Jeong (iryoung@gmail.com) Paul Jimenez (pj@place.org) +Jason Johnson (jajohnson@softlayer.com) Brian K. Jones (bkjones@gmail.com) Morita Kazutaka (morita.kazutaka@gmail.com) Josh Kearney (josh@jk0.org) +Eugene Kirpichov (ekirpichov@gmail.com) Ed Leafe (ed.leafe@rackspace.com) Tong Li (litong01@us.ibm.com) Victor Lowther (victor.lowther@gmail.com) @@ -64,7 +69,9 @@ Russ Nelson (russ@crynwr.com) Maru Newby (mnewby@internap.com) Colin Nicholson (colin.nicholson@iomart.com) Eamonn O'Toole (eamonn.otoole@hp.com) +Sascha Peilicke (saschpe@suse.de) Constantine Peresypkin (constantine@litestack.com) +Peter Portante (peter.portante@redhat.com) Dan Prince (dprince@redhat.com) Felipe Reyes (freyes@tty.cl) Li Riqiang (lrqrun@gmail.com) @@ -86,9 +93,12 @@ Daniele Valeriani (daniele@dvaleriani.net) Chris Wedgwood (cw@f00f.org) Conrad Weidenkeller (conrad.weidenkeller@rackspace.com) Doug Weimer (dweimer@gmail.com) +Wu Wenxiang (wu.wenxiang@99cloud.net) Cory Wright (cory.wright@rackspace.com) Ye Jia Xu (xyj.asmy@gmail.com) Alex Yang (alex890714@gmail.com) +Yee (mail.zhang.yee@gmail.com) +Guang Yee (guang.yee@hp.com) Pete Zaitcev (zaitcev@kotori.zaitcev.us) Ning Zhang (ning@zmanda.com) Yuan Zhou (yuan.zhou@intel.com) diff --git a/CHANGELOG b/CHANGELOG index c5aada64c2..4b27320ce1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,45 @@ +swift (1.7.6) + + * Better tempauth storage URL guessing + + * Added --top option to swift-recon -d + + * Allow optional, temporary healthcheck failure + + * keystoneauth middleware now supports cross-tenant ACLs + + * Add dispersion report flags to limit reports + + * Add config option to turn eventlet debug on/off + + * Added override option for swift-init's KILL_WAIT + + * Added oldest and most recent replication pass to swift-recon + + * Fixed 500 error response when GETing a many-segment manifest + + * Memcached keys now use a delta timeout when possible + + * Refactor DiskFile to hide temp file names and exts + + * Remove IP-based container-sync ACLs from auth middlewares + + * Fixed bug in deleting memcached account info data + + * Fixed lazy-listing of object manifest segments + + * Fixed bug where a ? in the object name caused an error + + * Swift now returns 406 if it can't satisfy Accept + + * Fix infinite recursion bug in obejct replicator + + * Swift will now reject names with NULL characters + + * Fixed object-auditor logging to use a minimum of unix sockets + + * Various other minor bug fixes and improvements + swift (1.7.5) * Support OPTIONS verb, including CORS preflight requests