summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2019-02-12 15:09:46 -0800
committerJohn Dickinson <me@not.mn>2019-02-13 12:23:17 -0800
commitecbf74fbf83ae9d46fa3d6fa882f2d9e23406f86 (patch)
treea18ed8806622756e98336641dd746bba9dc18b63
parent4ea52f3a950b5db1bb0549de322e252471218401 (diff)
downloadswift-ecbf74fbf83ae9d46fa3d6fa882f2d9e23406f86.tar.gz
changelog for queens backportsqueens-em2.17.1
Change-Id: Ieaec857eba9321f2aefd63e3db9b413e8b35fcbb
-rw-r--r--CHANGELOG10
-rw-r--r--releasenotes/notes/2_17_1_release-dd6e6879cbb94f85.yaml11
2 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 124fed76c..6cb84a946 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+2.17.1 (queens stable backports)
+
+ * Fix SLO delete for accounts with non-ASCII names.
+
+ * Fixed an issue in COPY where concurrent requests may have copied the
+ wrong data.
+
+ * Fixed a bug in how Swift uses eventlet that was exposed under high
+ concurrency.
+
swift (2.17.0)
* Added symlink objects support.
diff --git a/releasenotes/notes/2_17_1_release-dd6e6879cbb94f85.yaml b/releasenotes/notes/2_17_1_release-dd6e6879cbb94f85.yaml
new file mode 100644
index 000000000..b1fbf2cf3
--- /dev/null
+++ b/releasenotes/notes/2_17_1_release-dd6e6879cbb94f85.yaml
@@ -0,0 +1,11 @@
+---
+fixes:
+ - Fix SLO delete for accounts with non-ASCII names.
+
+ - >
+ Fixed an issue in COPY where concurrent requests may have copied the
+ wrong data.
+
+ - >
+ Fixed a bug in how Swift uses eventlet that was exposed under high
+ concurrency.