From 53e35ba4ffeab4d2614b790a0d8fb615b9359374 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Fri, 22 Jun 2012 11:44:23 -0500 Subject: [PATCH] changelog for 1.6.0 Change-Id: Ia97050ac2b0b438535f31a8eb400801c782160f9 --- AUTHORS | 7 +++---- CHANGELOG | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index b9e19f9328..2f7d745c5c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,11 +37,12 @@ Jonathan Gonzalez V (jonathan.abdiel@gmail.com) Soren Hansen (soren@linux2go.dk) Derek Higgins (derekh@redhat.com) Florian Hines (florian.hines@gmail.com) +Iryoung Jeong Paul Jimenez (pj@place.org) -Paul McMillan (paul.mcmillan@nebula.com) Brian K. Jones (bkjones@gmail.com) Morita Kazutaka (morita.kazutaka@gmail.com) Josh Kearney (josh@jk0.org) +Tsuyuzaki Kota (tsuyuzaki.kota@lab.ntt.co.jp) Ed Leafe (ed.leafe@rackspace.com) Zhong Yue Luo (lzyeval@gmail.com) Dragos Manolescu (dragosm@hp.com) @@ -70,6 +71,7 @@ Rainer Toebbicke (Rainer.Toebbicke@cern.ch) Fujita Tomonori (fujita.tomonori@lab.ntt.co.jp) Kapil Thangavelu (kapil.foss@gmail.com) Dean Troyer (dtroyer@gmail.com) +Vincent Untz (vuntz@suse.com) Daniele Valeriani (daniele@dvaleriani.net) Chris Wedgwood (cw@f00f.org) Conrad Weidenkeller (conrad.weidenkeller@rackspace.com) @@ -77,6 +79,3 @@ Doug Weimer (dweimer@gmail.com) Cory Wright (cory.wright@rackspace.com) Ye Jia Xu (xyj.asmy@gmail.com) Pete Zaitcev (zaitcev@kotori.zaitcev.us) -Josh Kearney (josh@jk0.org) -Vincent Untz (vuntz@suse.com) -Tsuyuzaki Kota (tsuyuzaki.kota@lab.ntt.co.jp) diff --git a/CHANGELOG b/CHANGELOG index 971e100198..a1e743ca32 100644 --- a/CHANGELOG +++ b/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) * New option to toggle SQLite database preallocation with account