summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-10-23 11:09:45 -0700
committerTim Burke <tim.burke@gmail.com>2019-10-23 11:14:08 -0700
commit9279603765cd7099fd180f4e13b1e8e1344d6f52 (patch)
treeb4a20047ab39a355205011571ec6974502c7648c
parentb960279280199f59417ad3e20ca5de11241ef1b0 (diff)
downloadpython-swiftclient-stable/rocky.tar.gz
Change-Id: Idce4262ae2fa3e42639ba3e4f24c7d2e9be5ae59
-rw-r--r--ChangeLog7
-rw-r--r--releasenotes/notes/361_notes-13a2ad3a7cfea5e3.yaml6
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a37a6db..63c5563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+3.6.1
+-----
+
+* Fixed an issue introduced in 3.5.0 where re-uploading an SLO with
+ the same size, mtime, and segment size would delete all of the
+ just-uploaded segments.
+
3.6.0
-----
diff --git a/releasenotes/notes/361_notes-13a2ad3a7cfea5e3.yaml b/releasenotes/notes/361_notes-13a2ad3a7cfea5e3.yaml
new file mode 100644
index 0000000..064d58e
--- /dev/null
+++ b/releasenotes/notes/361_notes-13a2ad3a7cfea5e3.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixed an issue introduced in 3.5.0 where re-uploading an SLO with
+ the same size, mtime, and segment size would delete all of the
+ just-uploaded segments.