diff --git a/AUTHORS b/AUTHORS index 388d8700..26c6fa76 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 efa7e8a8..c0bfdf62 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 00000000..064d58eb --- /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.