changelog for 1.6.0
Change-Id: Ia97050ac2b0b438535f31a8eb400801c782160f9
This commit is contained in:
parent
a2bec22ac0
commit
53e35ba4ff
7
AUTHORS
7
AUTHORS
@ -37,11 +37,12 @@ Jonathan Gonzalez V (jonathan.abdiel@gmail.com)
|
|||||||
Soren Hansen (soren@linux2go.dk)
|
Soren Hansen (soren@linux2go.dk)
|
||||||
Derek Higgins (derekh@redhat.com)
|
Derek Higgins (derekh@redhat.com)
|
||||||
Florian Hines (florian.hines@gmail.com)
|
Florian Hines (florian.hines@gmail.com)
|
||||||
|
Iryoung Jeong <iryoung@gmail.com>
|
||||||
Paul Jimenez (pj@place.org)
|
Paul Jimenez (pj@place.org)
|
||||||
Paul McMillan (paul.mcmillan@nebula.com)
|
|
||||||
Brian K. Jones (bkjones@gmail.com)
|
Brian K. Jones (bkjones@gmail.com)
|
||||||
Morita Kazutaka (morita.kazutaka@gmail.com)
|
Morita Kazutaka (morita.kazutaka@gmail.com)
|
||||||
Josh Kearney (josh@jk0.org)
|
Josh Kearney (josh@jk0.org)
|
||||||
|
Tsuyuzaki Kota (tsuyuzaki.kota@lab.ntt.co.jp)
|
||||||
Ed Leafe (ed.leafe@rackspace.com)
|
Ed Leafe (ed.leafe@rackspace.com)
|
||||||
Zhong Yue Luo (lzyeval@gmail.com)
|
Zhong Yue Luo (lzyeval@gmail.com)
|
||||||
Dragos Manolescu (dragosm@hp.com)
|
Dragos Manolescu (dragosm@hp.com)
|
||||||
@ -70,6 +71,7 @@ Rainer Toebbicke (Rainer.Toebbicke@cern.ch)
|
|||||||
Fujita Tomonori (fujita.tomonori@lab.ntt.co.jp)
|
Fujita Tomonori (fujita.tomonori@lab.ntt.co.jp)
|
||||||
Kapil Thangavelu (kapil.foss@gmail.com)
|
Kapil Thangavelu (kapil.foss@gmail.com)
|
||||||
Dean Troyer (dtroyer@gmail.com)
|
Dean Troyer (dtroyer@gmail.com)
|
||||||
|
Vincent Untz (vuntz@suse.com)
|
||||||
Daniele Valeriani (daniele@dvaleriani.net)
|
Daniele Valeriani (daniele@dvaleriani.net)
|
||||||
Chris Wedgwood (cw@f00f.org)
|
Chris Wedgwood (cw@f00f.org)
|
||||||
Conrad Weidenkeller (conrad.weidenkeller@rackspace.com)
|
Conrad Weidenkeller (conrad.weidenkeller@rackspace.com)
|
||||||
@ -77,6 +79,3 @@ Doug Weimer (dweimer@gmail.com)
|
|||||||
Cory Wright (cory.wright@rackspace.com)
|
Cory Wright (cory.wright@rackspace.com)
|
||||||
Ye Jia Xu (xyj.asmy@gmail.com)
|
Ye Jia Xu (xyj.asmy@gmail.com)
|
||||||
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
||||||
Josh Kearney (josh@jk0.org)
|
|
||||||
Vincent Untz (vuntz@suse.com)
|
|
||||||
Tsuyuzaki Kota (tsuyuzaki.kota@lab.ntt.co.jp)
|
|
||||||
|
55
CHANGELOG
55
CHANGELOG
@ -1,3 +1,58 @@
|
|||||||
|
swift (1.6.0)
|
||||||
|
|
||||||
|
* Removed bin/swift and swift/common/client.py from the swift repo. These
|
||||||
|
tools are now managed in the python-swiftclient project. The
|
||||||
|
python-swiftclient project is a second deliverable of the openstack
|
||||||
|
swift project.
|
||||||
|
|
||||||
|
* Moved swift_auth (openstack keystone) middleware from keystone project
|
||||||
|
into swift project
|
||||||
|
|
||||||
|
* Made dispersion report work with any replica count other than 3. This
|
||||||
|
substantially affects the JSON output of the dispersion report, and any
|
||||||
|
tools written to consume this output will need to be updated.
|
||||||
|
|
||||||
|
* Added Solaris (Illumos) compability
|
||||||
|
|
||||||
|
* Added -a option to swift-get-nodes to show all handoffs
|
||||||
|
|
||||||
|
* Add UDP protocol support for logger
|
||||||
|
|
||||||
|
* Added config options for rate limiting of large object downloads.
|
||||||
|
|
||||||
|
* swift-bench can now use auth 2.0
|
||||||
|
|
||||||
|
* Support forbidding substrings based on a regexp in name_filter
|
||||||
|
middleware
|
||||||
|
|
||||||
|
* Hardened internal server processes so only authorized methods can be
|
||||||
|
called.
|
||||||
|
|
||||||
|
* Made ranged requests on large objects work correctly when size of
|
||||||
|
manifest file is not 0 byte
|
||||||
|
|
||||||
|
* Added option to dispersion report to print 404s to stdout
|
||||||
|
|
||||||
|
* Fix object replication on older rsync versions when using ipv4
|
||||||
|
|
||||||
|
* Fixed bug with container reclaim/report race
|
||||||
|
|
||||||
|
* Make object server's caching more configurable.
|
||||||
|
|
||||||
|
* Check disk failure before syncing for each partition
|
||||||
|
|
||||||
|
* Allow special characters to be referenced by manifest objects
|
||||||
|
|
||||||
|
* Validate devices and partitions to avoid directory traversals
|
||||||
|
|
||||||
|
* Support WebOb 1.2
|
||||||
|
|
||||||
|
* Ensure that accessing the ring devs reloads the ring if necessary.
|
||||||
|
Specifically, this allows replication to work when it has been started
|
||||||
|
with an empty ring.
|
||||||
|
|
||||||
|
* Various other minor bug fixes and improvements
|
||||||
|
|
||||||
swift (1.5.0)
|
swift (1.5.0)
|
||||||
|
|
||||||
* New option to toggle SQLite database preallocation with account
|
* New option to toggle SQLite database preallocation with account
|
||||||
|
Loading…
Reference in New Issue
Block a user