libmicrohttpd

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

commit 02e6d679ac3c7e712f9def8b0c4322bbb0e82d92
parent ad4ad18bb5f85ff1484de3b57aacba5818167759
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 10 Sep 2010 12:54:07 +0000

release

Diffstat:
MChangeLog | 3+++
MREADME | 3++-
Mconfigure.ac | 8++++----
Mdoc/libmicrohttpd.3 | 4++--
4 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Fri Sep 10 14:47:11 CEST 2010 + Releasing libmicrohttpd 0.9.1. -CG + Fri Sep 10 14:29:37 CEST 2010 Adding proper nonce counter checking for digest authentication. -CG/AA diff --git a/README b/README @@ -32,8 +32,9 @@ You can use the following options to disable certain MHD features: --disable-https: no HTTPS / TLS / SSL support (significant reduction) --disable-messages: no error messages (they take space!) --disable-postprocessor: no MHD_PostProcessor API +--disable-dauth: no digest authentication API -The resulting binary should be about 32k depending on the platform. +The resulting binary should be about 30-40k depending on the platform. Portability diff --git a/configure.ac b/configure.ac @@ -21,15 +21,15 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.0],[libmicrohttpd@gnu.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.0]) +AC_INIT([libmicrohttpd], [0.9.1],[libmicrohttpd@gnu.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.1]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=8 +LIB_VERSION_CURRENT=9 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=0 +LIB_VERSION_AGE=1 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE) diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3 @@ -1,4 +1,4 @@ -.TH LIBMICROHTTPD "3" "28 Oct 2009 "libmicrohttpd" +.TH LIBMICROHTTPD "3" "10 Sep 2010 "libmicrohttpd" .SH "NAME" GNU libmicrohttpd \- library for embedding HTTP servers .SH "SYNOPSIS" @@ -18,7 +18,7 @@ The details of the API are described in comments in the header file, a detailed \fBcurl\fP(1), \fBlibcurl\fP(3) .SH "LEGAL NOTICE" -libmicrohttpd is released under both the LGPL Version 2 or higher and +libmicrohttpd is released under both the LGPL Version 2.1 or higher and the GNU GPL with eCos extension. For details on both licenses please read the respective appendix in the manual.