mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
releasing 0.9.69
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Sun 15 Dec 2019 02:12:02 PM CET
|
||||
Fix send() call (affects Mac OS X). #5977 -CG/fbrault
|
||||
Releasing libmicrohttpd 0.9.69. -CG
|
||||
|
||||
Fri 29 Nov 2019 11:22:25 PM CET
|
||||
If application suspends a connection before we could send 100 CONTINUE,
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#
|
||||
AC_PREREQ([2.64])
|
||||
LT_PREREQ([2.4.0])
|
||||
AC_INIT([GNU Libmicrohttpd],[0.9.68],[libmicrohttpd@gnu.org])
|
||||
AC_INIT([GNU Libmicrohttpd],[0.9.69],[libmicrohttpd@gnu.org])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
|
||||
AC_CONFIG_HEADERS([MHD_config.h])
|
||||
|
||||
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
|
||||
* Current version of the library.
|
||||
* 0x01093001 = 1.9.30-1.
|
||||
*/
|
||||
#define MHD_VERSION 0x00096801
|
||||
#define MHD_VERSION 0x00096900
|
||||
|
||||
/**
|
||||
* MHD-internal return code for "YES".
|
||||
|
||||
Reference in New Issue
Block a user