summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2019-02-12 15:19:42 -0800
committerJohn Dickinson <me@not.mn>2019-02-13 12:22:10 -0800
commit472ec6b70cddca0043823f5d3dcd135ed6082cd8 (patch)
tree42ea6e473fba9feb86d299c88102134d8d4ab8b2
parent68fc87ad21d63c713ed13aeb6a214357d2d61dd6 (diff)
downloadswift-2.15.2.tar.gz
pike stable backportspike-em2.15.2
Change-Id: I3cb3b21bca651ae534f187fdd1cea89284a14f53
-rw-r--r--CHANGELOG20
-rw-r--r--releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml22
2 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a305b67b4..36a6b5d0a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,23 @@
+2.15.2 (pike stable backports)
+
+ * Fixed a cache invalidation issue related to GET and PUT requests to
+ containers that would occasionally cause object PUTs to a container to
+ 404 after the container had been successfully created.
+
+ * Removed a race condition where a POST to an SLO could modify the
+ X-Static-Large-Object metadata.
+
+ * Fixed rare socket leak on range requests to erasure-coded objects.
+
+ * Fix SLO delete for accounts with non-ASCII names.
+
+ * Fixed an issue in COPY where concurrent requests may have copied the
+ wrong data.
+
+ * Fixed time skew when using X-Delete-After.
+
+ * Send ETag header in 206 Partial Content responses to SLO reads.
+
swift (2.15.1)
* Fixed a bug introduced in 2.15.0 where the object reconstructor
would exit with a traceback if no EC policy was configured.
diff --git a/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml b/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml
new file mode 100644
index 000000000..74bb14601
--- /dev/null
+++ b/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml
@@ -0,0 +1,22 @@
+---
+fixes:
+ - >
+ Fixed a cache invalidation issue related to GET and PUT requests to
+ containers that would occasionally cause object PUTs to a container to
+ 404 after the container had been successfully created.
+
+ - >
+ Removed a race condition where a POST to an SLO could modify the
+ X-Static-Large-Object metadata.
+
+ - Fixed rare socket leak on range requests to erasure-coded objects.
+
+ - Fix SLO delete for accounts with non-ASCII names.
+
+ - >
+ Fixed an issue in COPY where concurrent requests may have copied the
+ wrong data.
+
+ - Fixed time skew when using X-Delete-After.
+
+ - Send ETag header in 206 Partial Content responses to SLO reads.