[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] GNU libmicrohttpd 0.9.64 released
From: |
Evgeny Grin |
Subject: |
[libmicrohttpd] GNU libmicrohttpd 0.9.64 released |
Date: |
Sun, 9 Jun 2019 23:17:19 +0300 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
Dear all,
I'm glad to announce the release of GNU libmicrohttpd 0.9.64.
GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application. GNU libmicrohttpd
is fully HTTP 1.1 compliant and supports IPv6. Finally, GNU
libmicrohttpd is fast, portable and has a simple API and (without TLS
support and other optional features) a small binary size (~32k).
Notable changes since version 0.9.63:
* Extended API to support GET keys and values with binary zeros.
* HTTP methods, headers and status codes were updated from official
registries.
* Improved speed of headers keys lookup by comparison length of keys as
first step.
* Fixed build for GNU Hurd.
* Optimized MD5 calculation (used for Digest authentication), greatly
improved speed on W32.
* Improved autoassigned port detection on *BSD platforms.
* Finally added ability to avoid SIGPIPE on Solaris 11.4, improved
support for NetBSD 7+.
* Rewrote SHA256 calculation from scratch to avoid change of LGPL
version for MHD. Calculation speed improved.
* Added flags MHD_USE_INSECURE_TLS_EARLY_DATA and
MHD_USE_POST_HANDSHAKE_AUTH_SUPPORT to control TLS lib behaviour.
* Fixed and improved MS VC support.
* Tests in testsuite fixed and improved. Added more tests.
* Improved detection of various functions in configure.
* Various minor fixes in tests and examples.
This release is signed with new key
EA81 2DBE FA5A 7EF1 7DA8 F2C1 460A 317C 3326 D2AE
You can download GNU libmicrohttpd from
* https://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors.
* Our git repository at https://gnunet.org/git/libmicrohttpd.git
Please report bugs to our bugtracker at https://gnunet.org/bugs/.
The documentation (including a reference manual and tutorial) can be
found at https://www.gnu.org/software/libmicrohttpd/.
--
Wishes,
Evgeny
signature.asc
Description: OpenPGP digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] GNU libmicrohttpd 0.9.64 released,
Evgeny Grin <=