summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2014-08-18 21:24:33 -0700
committerJohn Dickinson <me@not.mn>2014-08-22 15:39:49 -0700
commitd50240423f3eded9c1df5220adbc57d7edf5e6ba (patch)
treeb5f1c047d3b82b95465aa31bafede605222690b4
parent4758eaac3f303a3e994f6acd943ef8c2f92624b2 (diff)
downloadswift-d50240423f3eded9c1df5220adbc57d7edf5e6ba.tar.gz
authors and changelog updates for 2.1.0 release
Change-Id: I457674f564dcacf0fd20004e9a3bb85113f53aa5
-rw-r--r--.mailmap10
-rw-r--r--AUTHORS8
-rw-r--r--CHANGELOG61
3 files changed, 78 insertions, 1 deletions
diff --git a/.mailmap b/.mailmap
index 7a93f95da..94a1e2dc3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -57,3 +57,13 @@ Madhuri Kumari <madhuri.rai07@gmail.com> madhuri <madhuri@madhuri-VirtualBox.(no
Morgan Fainberg <morgan.fainberg@gmail.com> <m@metacloud.com>
Zhang Hare <zhuadl@cn.ibm.com> <zhuadl@cn.ibm.com>
Yummy Bian <yummy.bian@gmail.com> <yummy.bian@gmail.com>
+Alistair Coles <alistair.coles@hp.com> <alistair.coles@hp.com>
+Tong Li <litong01@us.ibm.com> <litong01@us.ibm.com>
+Paul Luse <paul.e.luse@intel.com> <paul.e.luse@intel.com>
+Yuan Zhou <yuan.zhou@intel.com> <yuan.zhou@intel.com>
+Jola Mirecka <jola.mirecka@hp.com> <jola.mirecka@hp.com>
+Ning Zhang <ning@zmanda.com> <ning@zmanda.com>
+Mauro Stettler <mauro.stettler@gmail.com> <mauro.stettler@gmail.com>
+Pawel Palucki <pawel.palucki@gmail.com> <pawel.palucki@gmail.com>
+Guang Yee <guang.yee@hp.com> <guang.yee@hp.com>
+Jing Liuqing <jing.liuqing@99cloud.net> <jing.liuqing@99cloud.net>
diff --git a/AUTHORS b/AUTHORS
index 79412d692..973e9147a 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 aa23c2a66..cdc1d462d 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