[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] libmicrohttpd 0.9.50 released
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] libmicrohttpd 0.9.50 released |
Date: |
Thu, 2 Jun 2016 11:33:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 |
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:23:error: ‘err’ undeclared (first use in this function)
> if ( (EMFILE == err) ||
> ^
> daemon.c:2088:23:note: each undeclared identifier is reported only once
> for each function it appears in
> daemon.c:2099:15:warning: implicit declaration of function ‘MHD_DLOG’
> [-Wimplicit-function-declaration]
> MHD_DLOG (daemon,
>
> Thanks a lot!
> Markus
>
>
>
> On Don, 2016-06-02 at 10:10 +0200, Christian Grothoff 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
>>
>>
0xE29FC3CC.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
- [libmicrohttpd] libmicrohttpd 0.9.50 released, Christian Grothoff, 2016/06/02
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, Markus Doppelbauer, 2016/06/02
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released,
Christian Grothoff <=
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, silvioprog, 2016/06/02
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, Evgeny Grin, 2016/06/03
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, silvioprog, 2016/06/04
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, Christian Grothoff, 2016/06/04
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, silvioprog, 2016/06/04
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, Christian Grothoff, 2016/06/04
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, silvioprog, 2016/06/04
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, Christian Grothoff, 2016/06/11
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, silvioprog, 2016/06/12
- Re: [libmicrohttpd] libmicrohttpd 0.9.50 released, Christian Grothoff, 2016/06/12