[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 151/156: ChangeLog: updated
From: |
gnunet |
Subject: |
[libmicrohttpd] 151/156: ChangeLog: updated |
Date: |
Sun, 28 May 2023 17:53:24 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.
commit 7a675ebcef2044724bc253f1918a23e02eb10d12
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri May 26 11:32:40 2023 +0300
ChangeLog: updated
---
ChangeLog | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9706f878..a2a34193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,10 @@ May 2023
HTTPS tests: changed certificate hash algorithm from SHA-1 to SHA-256
as SHA-1 is already blocked by some libs/OSes.
W32 VS projects: supported ARM and ARM64.
- Fixed compiler warning on x32. -EG
+ Fixed compiler warning on x32.
+ Basic Auth switched to internal Base64 implementation for better
+ checking of input data validity.
+ Removed public domain Base64 implementation. -EG
April 2023
Fixed processing of folded headers.
@@ -81,12 +84,16 @@ June 2022
Fixed compiler warnings in main code and examples.
Fixed data races when closing upgraded connection.
Removed duplication of "Connection: upgrade" header. Patch by Alexander
- Irion. -EG
+ Irion.
+ Implemented Base64 decoding with thorough checks for the input data
+ validity.
+ Added new test for Base64 decoding. -EG
May 2022
Fixed compiler warnings.
Fixed MHD functionality with blocking sockets. Patch by Kolja Nowak.
- Fixed possible use of uninitialised variable. -EG
+ Fixed possible use of uninitialised variable.
+ Added new test for Basic Auth. -EG
April 2022
Fixed compiler warnings.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 125/156: .gitignore: force include all *.{c,h} files, (continued)
- [libmicrohttpd] 125/156: .gitignore: force include all *.{c,h} files, gnunet, 2023/05/28
- [libmicrohttpd] 113/156: examples/largepost.c: fixed caseless method match, gnunet, 2023/05/28
- [libmicrohttpd] 129/156: Detect sysctl() symbols in configure, gnunet, 2023/05/28
- [libmicrohttpd] 98/156: .gitignore: added universal patter to ignore test binaries, gnunet, 2023/05/28
- [libmicrohttpd] 140/156: Added support for custom command for tarball compression, gnunet, 2023/05/28
- [libmicrohttpd] 143/156: Fixed compiler warning when built without poll() support, gnunet, 2023/05/28
- [libmicrohttpd] 141/156: contrib/make-dist.sh: added use of zopfli if available, gnunet, 2023/05/28
- [libmicrohttpd] 142/156: daemon.c: redesigned code for clarity and formatting, gnunet, 2023/05/28
- [libmicrohttpd] 144/156: Avoided potential compiler warnings, gnunet, 2023/05/28
- [libmicrohttpd] 149/156: Removed Public Domain base64 decoding files, gnunet, 2023/05/28
- [libmicrohttpd] 151/156: ChangeLog: updated,
gnunet <=
- [libmicrohttpd] 152/156: W32 VS project: reverted to standard arches names, gnunet, 2023/05/28
- [libmicrohttpd] 147/156: Added macro for base64 decoded size, gnunet, 2023/05/28
- [libmicrohttpd] 156/156: Released GNU libmicrohttpd 0.9.77, gnunet, 2023/05/28
- [libmicrohttpd] 146/156: test_str_base64: added test for base64 decoding, gnunet, 2023/05/28
- [libmicrohttpd] 150/156: test_basicauth: added new test, gnunet, 2023/05/28
- [libmicrohttpd] 154/156: autoinit_funcs.h: fixed warning on MSVC, gnunet, 2023/05/28
- [libmicrohttpd] 148/156: Basic auth: switched to internal base64 decoding, gnunet, 2023/05/28
- [libmicrohttpd] 153/156: W32 VS Project: minor internal fixes, fixed files for "dist", gnunet, 2023/05/28
- [libmicrohttpd] 155/156: Updated 'po' files, gnunet, 2023/05/28
- [libmicrohttpd] 145/156: Implemented base64 decoding with thorough checks for the input data validity, gnunet, 2023/05/28