summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.