From c79935a9de4ac3081d4c7eb811c8e98d9b71249a Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Sat, 24 Oct 2020 14:51:46 -0400 Subject: [PATCH] Changelog for 1.2.0 --- CHANGES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES b/CHANGES index 75c40eb..1e8e679 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Changes with mod_zip 1.2.0 24 Oct 2020 + + *) Bugfix: Flush file header under SSL #44 #50 + + *) Bugfix: File names containing a plus symbol #13 #20 + + *) Bugfix: 1-byte buffer overflow #47 + + *) Bugfix: Validate upstream location #69 + + *) Feature: Support for Unicode file paths #4 + + *) Feature: Support for big-endian platforms #28 + + *) Feature: Support for non-upstream locations #26 + + *) Feature: Support for compilation as a dynamic module #62 + Changes with mod_zip 1.1.6 13 Sep 2010 *) Feature: Support for UTF-8 filenames. Thanks to Robbie Scott/Bandcamp