summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2015-10-02 17:06:49 -0700
committerJohn Dickinson <me@not.mn>2015-10-02 21:28:15 -0700
commit47eb6a37f86f29c355297b556c2ff898c98da9b2 (patch)
treeaea4acb77ca13e18badd784ac1cbe02becb5b3b2
parentab78b2409a0c21aab783ce184fadda32bab9d8b3 (diff)
downloadswift-2.5.0.tar.gz
authors and changelog update for 2.5.02.5.0
Change-Id: Id20b9340a017922b29d8bf9558825697a7f1f6f1
-rw-r--r--.mailmap2
-rw-r--r--AUTHORS3
-rw-r--r--CHANGELOG28
3 files changed, 33 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
index 717b0ec36..f72ff441e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -81,3 +81,5 @@ Alexandra Settle <alexandra.settle@rackspace.com>
Kenichiro Matsuda <matsuda_kenichi@jp.fujitsu.com>
Atsushi Sakai <sakaia@jp.fujitsu.com>
Takashi Natsume <natsume.takashi@lab.ntt.co.jp>
+Nakagawa Masaaki <nakagawamsa@nttdata.co.jp> nakagawamsa
+Romain Le Disez <romain.ledisez@ovh.net> Romain LE DISEZ
diff --git a/AUTHORS b/AUTHORS
index 29bc16660..7efcfaca6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -128,6 +128,7 @@ Sushil Kumar (sushil.kumar2@globallogic.com)
Madhuri Kumari (madhuri.rai07@gmail.com)
Steven Lang (Steven.Lang@hgst.com)
Gonéri Le Bouder (goneri.lebouder@enovance.com)
+Romain Le Disez (romain.ledisez@ovh.net)
John Leach (john@johnleach.co.uk)
Ed Leafe (ed.leafe@rackspace.com)
Thomas Leaman (thomas.leaman@hp.com)
@@ -147,6 +148,7 @@ Ben Martin (blmartin@us.ibm.com)
Steve Martinelli (stevemar@ca.ibm.com)
Juan J. Martinez (juan@memset.com)
Marcelo Martins (btorch@gmail.com)
+Nakagawa Masaaki (nakagawamsa@nttdata.co.jp)
Dolph Mathews (dolph.mathews@gmail.com)
Kenichiro Matsuda (matsuda_kenichi@jp.fujitsu.com)
Michael Matur (michael.matur@gmail.com)
@@ -210,6 +212,7 @@ Pradeep Kumar Singh (pradeep.singh@nectechnologies.in)
Liu Siqi (meizu647@gmail.com)
Adrian Smith (adrian_f_smith@dell.com)
Jon Snitow (otherjon@swiftstack.com)
+Emett Speer (speer.emett@gmail.com)
TheSriram (sriram@klusterkloud.com)
Jeremy Stanley (fungi@yuggoth.org)
Mauro Stettler (mauro.stettler@gmail.com)
diff --git a/CHANGELOG b/CHANGELOG
index f4ce9fcf3..0eb08b11a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,31 @@
+swift (2.5.0, OpenStack Liberty)
+
+ * Added the ability to specify ranges for Static Large Object (SLO)
+ segments.
+
+ * Replicator configs now support an "rsync_module" value to allow
+ for per-device rsync modules. This setting gives operators the
+ ability to fine-tune replication traffic in a Swift cluster and
+ isolate replication disk IO to a particular device. Please see
+ the docs and sample config files for more information and
+ examples.
+
+ * Significant work has gone in to testing, fixing, and validating
+ Swift's erasure code support at different scales.
+
+ * Swift now emits StatsD metrics on a per-policy basis.
+
+ * Fixed an issue with Keystone integration where a COPY request to a
+ service account may have succeeded even if a service token was not
+ included in the request.
+
+ * Ring validation now warns if a placement partition gets assigned to the
+ same device multiple times. This happens when devices in the ring are
+ unbalanced (e.g. two servers where one server has significantly more
+ available capacity).
+
+ * Various other minor bug fixes and improvements.
+
swift (2.4.0)
* Dependency changes