From d50240423f3eded9c1df5220adbc57d7edf5e6ba Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 18 Aug 2014 21:24:33 -0700 Subject: [PATCH] authors and changelog updates for 2.1.0 release Change-Id: I457674f564dcacf0fd20004e9a3bb85113f53aa5 --- .mailmap | 10 +++++++++ AUTHORS | 8 +++++++- CHANGELOG | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 7a93f95da1..94a1e2dc38 100644 --- a/.mailmap +++ b/.mailmap @@ -57,3 +57,13 @@ Madhuri Kumari madhuri Zhang Hare Yummy Bian +Alistair Coles +Tong Li +Paul Luse +Yuan Zhou +Jola Mirecka +Ning Zhang +Mauro Stettler +Pawel Palucki +Guang Yee +Jing Liuqing diff --git a/AUTHORS b/AUTHORS index 79412d692a..973e9147a1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -95,12 +95,14 @@ Eohyung Lee (liquid@kt.com) Jamie Lennox (jlennox@redhat.com) Tong Li (litong01@us.ibm.com) Changbin Liu (changbin.liu@gmail.com) +Jing Liuqing (jing.liuqing@99cloud.net) Victor Lowther (victor.lowther@gmail.com) Sergey Lukjanov (slukjanov@mirantis.com) Zhongyue Luo (zhongyue.nah@intel.com) Paul Luse (paul.e.luse@intel.com) Christopher MacGown (chris@pistoncloud.com) Dragos Manolescu (dragosm@hp.com) +Steve Martinelli (stevemar@ca.ibm.com) Juan J. Martinez (juan@memset.com) Marcelo Martins (btorch@gmail.com) Donagh McCabe (donagh.mccabe@hp.com) @@ -116,9 +118,11 @@ Maru Newby (mnewby@internap.com) Newptone (xingchao@unitedstack.com) Colin Nicholson (colin.nicholson@iomart.com) Zhenguo Niu (zhenguo@unitedstack.com) +Matthew Oliver (matt@oliver.net.au) Eamonn O'Toole (eamonn.otoole@hp.com) James Page (james.page@ubuntu.com) Prashanth Pai (ppai@redhat.com) +Pawel Palucki (pawel.palucki@gmail.com) Sascha Peilicke (saschpe@gmx.de) Constantine Peresypkin (constantine.peresypk@rackspace.com) Dieter Plaetinck (dieter@vimeo.com) @@ -135,6 +139,7 @@ Mark Seger (Mark.Seger@hp.com) Andrew Clay Shafer (acs@parvuscaptus.com) Chuck Short (chuck.short@canonical.com) Michael Shuler (mshuler@gmail.com) +Thiago da Silva (thiago@redhat.com) David Moreau Simard (dmsimard@iweb.com) Scott Simpson (sasimpson@gmail.com) Liu Siqi (meizu647@gmail.com) @@ -149,6 +154,7 @@ Monty Taylor (mordred@inaugust.com) Caleb Tennis (caleb.tennis@gmail.com) Rainer Toebbicke (Rainer.Toebbicke@cern.ch) Fujita Tomonori (fujita.tomonori@lab.ntt.co.jp) +Nirmal Thacker (nirmalthacker@gmail.com) Kapil Thangavelu (kapil.foss@gmail.com) Dean Troyer (dtroyer@gmail.com) Kota Tsuyuzaki (tsuyuzaki.kota@lab.ntt.co.jp) @@ -168,10 +174,10 @@ Wu Wenxiang (wu.wenxiang@99cloud.net) Cory Wright (cory.wright@rackspace.com) Ye Jia Xu (xyj.asmy@gmail.com) Alex Yang (alex890714@gmail.com) +Lin Yang (lin.a.yang@intel.com) Yee (mail.zhang.yee@gmail.com) Guang Yee (guang.yee@hp.com) Pete Zaitcev (zaitcev@kotori.zaitcev.us) -niu-zglinux (Niu.ZGlinux@gmail.com) Jian Zhang (jian.zhang@intel.com) Ning Zhang (ning@zmanda.com) Yuan Zhou (yuan.zhou@intel.com) diff --git a/CHANGELOG b/CHANGELOG index aa23c2a667..cdc1d462d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,64 @@ +swift (2.1.0) + + * swift-ring-builder placement was improved to allow gradual addition + of new regions without causing a massive migration of data to the new + region. The change was to prefer device weight first, then look at + failure domains. + + * Logging updates + + - Eliminated "Handoff requested (N)" log spam. + + - Added process pid to the end of storage node log lines. + + - Container auditor now logs a warning if the devices path contains a + non-directory. + + - Object daemons now send a user-agent string with their full name. + + * 412 and 416 responses are no longer tracked as errors in the StatsD + messages from the backend servers. + + * Parallel object auditor + + The object auditor can now be controlled with a "concurrency" config + value that allows multiple auditor processes to run at once. Using + multiple parallel auditor processes can speed up the overall auditor + cycle time. + + * The object updater will now concurrently update each necessary node + in a new greenthread. + + * TempURL updates + + - The default allowed methods have changed to also allow POST and + DELETE. The new default list is "GET HEAD PUT POST DELETE". + + - TempURLs for POST now also allow HEAD, matching existing GET and PUT + functionality. + + - Added filename*= support to TempURL Content-Disposition response + header. + + * X-Delete-At/After can now be used with the FormPost middleware. + + * Make swift-form-signature output a sample form. + + * Add v2 API to list endpoints middleware + + The new API adds better support for storage policies and changes the + response from a list of backend urls to a dictionary with the keys + "endpoints" and "headers". The endpoints key contains a list of the + backend urls, and the headers key is a dictionary of headers to send + along with the backend request. + + * Added allow_account_management and account_autocreate values to /info + responses. + + * Enable object system metadata on PUTs (Note: POST support is ongoing). + + * Various other minor bug fixes and improvements. + swift (2.0.0) * Storage policies