Great news! Looking at MHD home page, it still offering the 0.9.49 version. For tar.gz files, we should change the home page to look the latest file at ~gnu/libmicrohttpd/ folder. For .zip files, we should make an automatic build at MHD server, generating the Windows binaries (from latest sent tar.gz) and printing it at MHD home page.
What do you thing about this idea? ^^' Each MHD version has important changes, so it should be updated ASAP at home page, avoinding beginners to get old/deprecated versions. Anyway, thanks a lot for this new version, I love increasingly this library! *-* On Thu, Jun 2, 2016 at 5:10 AM, Christian Grothoff <[email protected]> wrote: > Dear all, > > We're happy to announce the release of libmicrohttpd 0.9.50. > > 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). > > > Major changes include: > > * Allow clients to determine whether they suspended a connection using > MHD_CONNECTION_INFO_CONNECTION_SUSPENDED > * Fix handling system resource exhaustion upon accept() > * Fix handling partial writes with epoll() > * Fixed daemon shutdown on Darwin without MHD_USE_PIPE_FOR_SHUTDOWN > * Fixed race conditions when stopping quiesced daemon with thread pool > * Removed unnecessary locking for global timeout list > in THREAD_PER_CONNECTION mode. > * Do not send "Content-Length" header for 204/304 status codes > (improves HTTP compliance) > > > You can download GNU libmicrohttpd from > > * ftp://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors. > * Our Subversion repository at https://gnunet.org/svn/libmicrohttpd/ > > Please report bugs to our bugtracker at https://gnunet.org/bugs/. > > The documentation (including a reference manual and tutorial) can be > found at http://www.gnu.org/software/libmicrohttpd/. > > > Happy hacking! > > Christian & Evgeny -- Silvio Clécio
