libmicrohttpd

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

commit a8541b843eb578608d7822f40be0f828838240e3
parent 779abe3a66e3ea6cf6f559356a486a26f7065eec
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 12 Sep 2011 08:21:16 +0000

release 0.9.14

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Mon Sep 12 10:20:28 CEST 2011 + Releasing libmicrohttpd 0.9.14. -CG + Mon Sep 12 10:05:36 CEST 2011 Added new function to allow setting of a custom timeout value for an individual connection (the MHD_set_connection_option is diff --git a/configure.ac b/configure.ac @@ -21,15 +21,15 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.13],[libmicrohttpd@gnu.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.13]) +AC_INIT([libmicrohttpd], [0.9.14],[libmicrohttpd@gnu.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.14]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=21 +LIB_VERSION_CURRENT=22 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=11 +LIB_VERSION_AGE=12 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 @@ -15,9 +15,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.1 or higher and -the GNU GPL with eCos extension. For details on both licenses please -read the respective appendix in the manual. +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. .SH "FILES" .TP