Update to 0.9.25:

Fri Feb  1 10:19:44 CET 2013
	Handle case where POST data contains "key=" without value
	at the end and is not new-line terminated by invoking the
	callback with the "key" during MHD_destroy_post_processor (#2733). -CG

Wed Jan 30 13:09:30 CET 2013
	Adding more 'const' to allow keeping of reason phrases in ROM.
	(see mailinglist). -CG/MV

Tue Jan 29 21:27:56 CET 2013
	Make code work with PlibC 0.1.7 (which removed plibc_init_utf8).
	Only relevant for W32. Fixes #2734. -CG

Sat Jan 26 21:26:48 CET 2013
	Fixing regression introduced Jan 6 (test on data_size instead
	of total_size. -CG

Fri Jan 11 23:21:55 CET 2013
	Also return MHD_YES from MHD_destroy_post_processor if
	we did not get '\r\n' in the upload. -CG

Sun Jan  6 21:10:13 CET 2013
	Enable use of "MHD_create_response_from_callback" with
	body size of zero. -CG
This commit is contained in:
wiz 2013-02-06 07:42:05 +00:00
parent 1973608bba
commit 18459fab3b
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 2013/01/06 01:14:54 wiz Exp $
# $NetBSD: Makefile,v 1.14 2013/02/06 07:42:05 wiz Exp $
#
DISTNAME= libmicrohttpd-0.9.24
DISTNAME= libmicrohttpd-0.9.25
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2013/01/06 01:14:54 wiz Exp $
$NetBSD: distinfo,v 1.11 2013/02/06 07:42:05 wiz Exp $
SHA1 (libmicrohttpd-0.9.24.tar.gz) = 9fe31e1ecf81bf9eae4819d9e93e2e76d483f02b
RMD160 (libmicrohttpd-0.9.24.tar.gz) = 9b6ce149f9c3cf1a18129fa67de5ff8128c9fb57
Size (libmicrohttpd-0.9.24.tar.gz) = 801347 bytes
SHA1 (libmicrohttpd-0.9.25.tar.gz) = da24fe9572f83e67959b0e32e15d261fcbf46bc1
RMD160 (libmicrohttpd-0.9.25.tar.gz) = 4edf3384205ffa4282080d8fb65153914d614ea9
Size (libmicrohttpd-0.9.25.tar.gz) = 802090 bytes