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