diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-15 14:17:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-15 14:17:15 +0100 |
commit | 3a661f8675e4312f5c02339a0dcd44bf0a5fcef5 (patch) | |
tree | 20a1b682d0b048d08e0918865c1b0d8d00f6ab58 | |
parent | 6f3a998f22c15891dfe5d33a8c1b138090aa6968 (diff) | |
download | libmicrohttpd-3a661f8675e4312f5c02339a0dcd44bf0a5fcef5.tar.gz libmicrohttpd-3a661f8675e4312f5c02339a0dcd44bf0a5fcef5.zip |
releasing 0.9.69v0.9.69
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/include/microhttpd.h | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ | |||
1 | Sun 15 Dec 2019 02:12:02 PM CET | 1 | Sun 15 Dec 2019 02:12:02 PM CET |
2 | Fix send() call (affects Mac OS X). #5977 -CG/fbrault | 2 | Fix send() call (affects Mac OS X). #5977 -CG/fbrault |
3 | Releasing libmicrohttpd 0.9.69. -CG | ||
3 | 4 | ||
4 | Fri 29 Nov 2019 11:22:25 PM CET | 5 | Fri 29 Nov 2019 11:22:25 PM CET |
5 | If application suspends a connection before we could send 100 CONTINUE, | 6 | If application suspends a connection before we could send 100 CONTINUE, |
diff --git a/configure.ac b/configure.ac index a083577c..32a36b83 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -22,7 +22,7 @@ | |||
22 | # | 22 | # |
23 | AC_PREREQ([2.64]) | 23 | AC_PREREQ([2.64]) |
24 | LT_PREREQ([2.4.0]) | 24 | LT_PREREQ([2.4.0]) |
25 | AC_INIT([GNU Libmicrohttpd],[0.9.68],[libmicrohttpd@gnu.org]) | 25 | AC_INIT([GNU Libmicrohttpd],[0.9.69],[libmicrohttpd@gnu.org]) |
26 | AC_CONFIG_AUX_DIR([build-aux]) | 26 | AC_CONFIG_AUX_DIR([build-aux]) |
27 | AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) | 27 | AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) |
28 | AC_CONFIG_HEADERS([MHD_config.h]) | 28 | AC_CONFIG_HEADERS([MHD_config.h]) |
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index bf821e64..a25bb41a 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t; | |||
132 | * Current version of the library. | 132 | * Current version of the library. |
133 | * 0x01093001 = 1.9.30-1. | 133 | * 0x01093001 = 1.9.30-1. |
134 | */ | 134 | */ |
135 | #define MHD_VERSION 0x00096801 | 135 | #define MHD_VERSION 0x00096900 |
136 | 136 | ||
137 | /** | 137 | /** |
138 | * MHD-internal return code for "YES". | 138 | * MHD-internal return code for "YES". |