aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a2a34193..a6510595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Sun 28 May 2023 18:00:00 MSK
2 Releasing GNU libmicrohttpd 0.9.77 -EG
3
1May 2023 4May 2023
2 Improved portability of boostrap (and autogen.sh) 5 Improved portability of boostrap (and autogen.sh)
3 Muted more compiler warnings in configure. 6 Muted more compiler warnings in configure.
@@ -23,7 +26,8 @@ May 2023
23 Fixed compiler warning on x32. 26 Fixed compiler warning on x32.
24 Basic Auth switched to internal Base64 implementation for better 27 Basic Auth switched to internal Base64 implementation for better
25 checking of input data validity. 28 checking of input data validity.
26 Removed public domain Base64 implementation. -EG 29 Removed public domain Base64 implementation.
30 Some minor fixes for W32 VS compilation. -EG
27 31
28April 2023 32April 2023
29 Fixed processing of folded headers. 33 Fixed processing of folded headers.
@@ -113,7 +117,7 @@ March 2022
113January 2022 117January 2022
114 Tuned automake options. 118 Tuned automake options.
115 Fixed compiler warning in examples. 119 Fixed compiler warning in examples.
116 Fixed used of initialised variable in tests. 120 Fixed use of initialised variable in tests.
117 Digest Auth: changed "md5" / "sha-256" to "MD5" / "SHA-256" to better 121 Digest Auth: changed "md5" / "sha-256" to "MD5" / "SHA-256" to better
118 match RFC (while clients should use caseless matching). 122 match RFC (while clients should use caseless matching).
119 Minor autoconf macros fixes. -EG 123 Minor autoconf macros fixes. -EG