authors and changelog update for swift 1.7.6
Change-Id: Iad00e51fb17c9e829bd5ba7b56a0d24253cfe8b2
This commit is contained in:
parent
0fce08a255
commit
d87ce03c3e
1
.mailmap
1
.mailmap
@ -34,3 +34,4 @@ Jay Payne <letterj@gmail.com> <letterj@racklabs.com>
|
||||
Doug Weimer <dweimer@gmail.com> <dougw@sdsc.edu>
|
||||
Li Riqiang <lrqrun@gmail.com> lrqrun <lrqrun@gmail.com>
|
||||
Cory Wright <cory.wright@rackspace.com> <corywright@gmail.com>
|
||||
Julien Danjou <julien@danjou.info> <julien.danjou@enovance.com>
|
||||
|
12
AUTHORS
12
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)
|
||||
|
42
CHANGELOG
42
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
|
||||
|
Loading…
Reference in New Issue
Block a user