mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
release 0.9.14
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user