From 39dc9085d29445ed3238d215e94fbcbeef0131dc Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Mon, 20 Feb 2023 09:14:37 -0500 Subject: [PATCH] Changelog for 1.3.0 --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 1e8e679..9020ecc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Changes with mod_zip 1.3.0 20 Feb 2023 + + *) Bugfix: Excessive memory usage with large input #67 #94 + + *) Bugfix: Fix stalled SSL connections #44 #103 #105 + + *) Bugfix: Compatibility with nginx 1.23.0+ #93 + + *) Feature: Support for empty directories #86 + + *) Feature: Pass credentials in subrequests #87 + Changes with mod_zip 1.2.0 24 Oct 2020 *) Bugfix: Flush file header under SSL #44 #50