libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 0dbf57ab97bc6dba1620a7fe17372bbee4b93505
parent f7982784f7732f420b3995b88cec5b6e2b7e74e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 31 Jan 2012 16:53:57 +0000

releasing 0.9.19

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 6+++---
Msrc/include/microhttpd.h | 2+-
3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Tue Jan 31 17:50:24 CET 2012 + Releasing 0.9.19. -CG + Mon Jan 30 20:02:34 CET 2012 Fixed handling of garbage prior to first multipart boundary (#2126). -woof diff --git a/configure.ac b/configure.ac @@ -1,5 +1,5 @@ # This file is part of libmicrohttpd. -# (C) 2006, 2007, 2008, 2009, 2010, 2011 Christian Grothoff (and other contributing authors) +# (C) 2006-2012 Christian Grothoff (and other contributing authors) # # libmicrohttpd is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published @@ -21,8 +21,8 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.18],[libmicrohttpd@gnu.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18]) +AC_INIT([libmicrohttpd], [0.9.19],[libmicrohttpd@gnu.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.19]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -106,7 +106,7 @@ extern "C" /** * Current version of the library. */ -#define MHD_VERSION 0x00091201 +#define MHD_VERSION 0x00091300 /** * MHD-internal return code for "YES".