Re: [libmicrohttpd] libmicrohttpd 0.9.50 released

2016-06-02 Thread silvioprog
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

Re: [libmicrohttpd] libmicrohttpd 0.9.50 released

2016-06-02 Thread Christian Grothoff
Thanks, fixed in SVN 37234, and I've re-uploaded the TGZ. -Christian On 06/02/2016 10:59 AM, Markus Doppelbauer wrote: > Hi Christian, > > Thanks a lot. A small issue: I can't build the lib with > "./configure --disable-messages" > > daemon.c:In function ‘MHD_accept_connection’: > daemon.c:2088

Re: [libmicrohttpd] libmicrohttpd 0.9.50 released

2016-06-02 Thread Markus Doppelbauer
Hi Christian, Thanks a lot. A small issue: I can't build the lib with "./configure --disable-messages" daemon.c: In function ‘MHD_accept_connection’: daemon.c:2088:23: error: ‘err’ undeclared (first use in this function)   if ( (EMFILE == err) ||   ^ daemon.c:2088:23: not

[libmicrohttpd] libmicrohttpd 0.9.50 released

2016-06-02 Thread Christian Grothoff
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,