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:09:45 -0700
commit7d2acdb1b8ac1229b7a37b571c2953fe9580ced6 (patch)
tree510232824a7975cc79acc38300de5f2f21c8f96a
parent660ae3420acbe0809f153d4fb7a5fc2b68126569 (diff)
downloadpython-swiftclient-stable/queens.tar.gz
Authors/changelog for 3.5.1queens-eolqueens-em3.5.1stable/queens
Change-Id: I9046e389dda1ad52de133725634666ca4e3746e4
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog7
-rw-r--r--releasenotes/notes/351_notes-da0e230955f018a0.yaml6
3 files changed, 14 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 388d870..26c6fa7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -87,6 +87,7 @@ Mohit Motiani (mohit.motiani@intel.com)
Monty Taylor (mordred@inaugust.com)
Nandini Tata (nandini.tata@intel.com)
Nelson Marcos (nelsonmarcos@gmail.com)
+Nguyen Hai (nguyentrihai93@gmail.com)
Nguyen Hung Phuong (phuongnh@vn.fujitsu.com)
Nick Craig-Wood (nick@craig-wood.com)
Ondrej Novy (ondrej.novy@firma.seznam.cz)
diff --git a/ChangeLog b/ChangeLog
index efa7e8a..c0bfdf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+3.5.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.5.0
-----
diff --git a/releasenotes/notes/351_notes-da0e230955f018a0.yaml b/releasenotes/notes/351_notes-da0e230955f018a0.yaml
new file mode 100644
index 0000000..064d58e
--- /dev/null
+++ b/releasenotes/notes/351_notes-da0e230955f018a0.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.