release 0.9.14

This commit is contained in:
Christian Grothoff
2011-09-12 08:21:16 +00:00
parent 779abe3a66
commit a8541b843e
3 changed files with 8 additions and 7 deletions
+3
View File
@@ -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
+4 -4
View File
@@ -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)
+1 -3
View File
@@ -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