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 13:46:24 -0700
commitc2ba4df5e229549447658469cded8f31e2822bf5 (patch)
treea6077d5be6baef83d80c4f6922619082428a8767
parentdad99faffc80b66aea65149fb6d2e97db704b407 (diff)
downloadpython-swiftclient-stable/stein.tar.gz
Changelog for 3.7.1stein-em3.7.1stable/stein
Change-Id: Idce4262ae2fa3e42639ba3e4f24c7d2e9be5ae59
-rw-r--r--ChangeLog7
-rw-r--r--releasenotes/notes/371_notes-b37ee3e40b7d2e3d.yaml6
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f6bf8b..aac8e3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+3.7.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.7.0
-----
diff --git a/releasenotes/notes/371_notes-b37ee3e40b7d2e3d.yaml b/releasenotes/notes/371_notes-b37ee3e40b7d2e3d.yaml
new file mode 100644
index 0000000..064d58e
--- /dev/null
+++ b/releasenotes/notes/371_notes-b37ee3e40b7d2e3d.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.