gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: version bump


From: gnunet
Subject: [libmicrohttpd] branch master updated: version bump
Date: Sat, 26 Oct 2019 19:33:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 86186edb version bump
86186edb is described below

commit 86186edbf3b10db596887e75f9f7be5f778125bc
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 26 19:31:15 2019 +0200

    version bump
---
 ChangeLog                |   3 +-
 configure.ac             |   6 +-
 po/libmicrohttpd.pot     | 242 +++++++++++++++++++++++------------------------
 src/include/microhttpd.h |   2 +-
 4 files changed, 127 insertions(+), 126 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a05a9228..90f6d7b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 Sat 26 Oct 2019 06:53:05 PM CEST
     Fix regression where MHD would fail to return an empty response
-    when used with HTTPS. -CG/TR
+    when used with HTTPS.
+    Releasing libmicrohttpd 0.9.68. -CG/TR
 
 Fri 25 Oct 2019 02:31:59 PM CEST
     Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG
diff --git a/configure.ac b/configure.ac
index 0758045f..a083577c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.67],[address@hidden])
+AC_INIT([GNU Libmicrohttpd],[0.9.68],[address@hidden])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-LIB_VERSION_CURRENT=66
+LIB_VERSION_CURRENT=67
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=54
+LIB_VERSION_AGE=55
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index c5d49160..0daa66b9 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: GNU libmicrohttpd 0.9.67\n"
+"Project-Id-Version: GNU libmicrohttpd 0.9.68\n"
 "Report-Msgid-Bugs-To: address@hidden\n"
-"POT-Creation-Date: 2019-10-17 17:01+0200\n"
+"POT-Creation-Date: 2019-10-26 19:30+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -126,7 +126,7 @@ msgid ""
 "unsupported.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:1348 src/microhttpd/daemon.c:6697
+#: src/microhttpd/daemon.c:1348 src/microhttpd/daemon.c:6704
 msgid ""
 "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
 msgstr ""
@@ -184,7 +184,7 @@ msgstr ""
 msgid "PSK authentication failed: PSK too long\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:2407 src/microhttpd/daemon.c:6334
+#: src/microhttpd/daemon.c:2407 src/microhttpd/daemon.c:6341
 #, c-format
 msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
 msgstr ""
@@ -194,7 +194,7 @@ msgstr ""
 msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:2440 src/microhttpd/daemon.c:3298
+#: src/microhttpd/daemon.c:2440 src/microhttpd/daemon.c:3299
 #, c-format
 msgid "Accepted connection on socket %d\n"
 msgstr ""
@@ -208,7 +208,7 @@ msgid "Connection rejected by application. Closing 
connection.\n"
 msgstr ""
 
 #: src/microhttpd/daemon.c:2504 src/microhttpd/daemon.c:2524
-#: src/microhttpd/daemon.c:3885
+#: src/microhttpd/daemon.c:3886
 #, c-format
 msgid "Error allocating memory: %s\n"
 msgstr ""
@@ -222,10 +222,10 @@ msgstr ""
 msgid "Unknown credential type"
 msgstr ""
 
-#: src/microhttpd/daemon.c:2714 src/microhttpd/daemon.c:4377
-#: src/microhttpd/daemon.c:4410 src/microhttpd/daemon.c:5615
-#: src/microhttpd/daemon.c:5632 src/microhttpd/connection.c:3795
-#: src/microhttpd/response.c:1044 src/microhttpd/response.c:1070
+#: src/microhttpd/daemon.c:2714 src/microhttpd/daemon.c:4378
+#: src/microhttpd/daemon.c:4411 src/microhttpd/daemon.c:5622
+#: src/microhttpd/daemon.c:5639 src/microhttpd/connection.c:3796
+#: src/microhttpd/response.c:1052 src/microhttpd/response.c:1078
 #, c-format
 msgid "Call to epoll_ctl failed: %s\n"
 msgstr ""
@@ -234,8 +234,8 @@ msgstr ""
 msgid "Failed to signal new connection via inter-thread communication channel."
 msgstr ""
 
-#: src/microhttpd/daemon.c:2846 src/microhttpd/daemon.c:3382
-#: src/microhttpd/daemon.c:6584 src/microhttpd/connection.c:802
+#: src/microhttpd/daemon.c:2846 src/microhttpd/daemon.c:3383
+#: src/microhttpd/daemon.c:6591 src/microhttpd/connection.c:802
 #: src/microhttpd/connection.c:821
 msgid "Failed to remove FD from epoll set\n"
 msgstr ""
@@ -293,334 +293,334 @@ msgid ""
 "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3267
+#: src/microhttpd/daemon.c:3268
 #, c-format
 msgid "Failed to disable TCP Nagle on socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3278
+#: src/microhttpd/daemon.c:3279
 #, c-format
 msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3291
+#: src/microhttpd/daemon.c:3292
 msgid "Failed to set noninheritable mode on incoming connection socket.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3339 src/microhttpd/daemon.c:6741
-#: src/microhttpd/daemon.c:6773 src/microhttpd/daemon.c:6875
+#: src/microhttpd/daemon.c:3340 src/microhttpd/daemon.c:6748
+#: src/microhttpd/daemon.c:6780 src/microhttpd/daemon.c:6882
 msgid "Failed to join a thread\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3443
+#: src/microhttpd/daemon.c:3444
 msgid "Illegal call to MHD_get_timeout\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3640
+#: src/microhttpd/daemon.c:3641
 msgid ""
 "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
 "is deprecated.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3720
+#: src/microhttpd/daemon.c:3721
 msgid "Could not obtain daemon fdsets"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3737
+#: src/microhttpd/daemon.c:3738
 msgid "Could not add listen socket to fdset"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3766
+#: src/microhttpd/daemon.c:3767
 msgid "Could not add control inter-thread communication channel FD to fdset"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3822
+#: src/microhttpd/daemon.c:3823
 #, c-format
 msgid "select failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3967 src/microhttpd/daemon.c:4115
+#: src/microhttpd/daemon.c:3968 src/microhttpd/daemon.c:4116
 #, c-format
 msgid "poll failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:4246 src/microhttpd/daemon.c:4477
+#: src/microhttpd/daemon.c:4247 src/microhttpd/daemon.c:4478
 #, c-format
 msgid "Call to epoll_wait failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:4429 src/microhttpd/daemon.c:4887
+#: src/microhttpd/daemon.c:4430 src/microhttpd/daemon.c:4888
 msgid "Failed to remove listen FD from epoll set\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:4896
+#: src/microhttpd/daemon.c:4897
 msgid "Failed to signal quiesce via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/daemon.c:4919
+#: src/microhttpd/daemon.c:4920
 msgid "failed to signal quiesce via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5033
+#: src/microhttpd/daemon.c:5034
 msgid "Warning: Too large timeout value, ignored.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5073
+#: src/microhttpd/daemon.c:5079
 msgid ""
 "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
 "is not used.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5082
+#: src/microhttpd/daemon.c:5088
 msgid ""
 "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
 "not used.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5095
+#: src/microhttpd/daemon.c:5101
 #, c-format
 msgid "Specified thread pool size (%u) too big\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5106
+#: src/microhttpd/daemon.c:5112
 msgid ""
 "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
 "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5115
+#: src/microhttpd/daemon.c:5121
 msgid ""
 "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
 "flag are specified.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5133 src/microhttpd/daemon.c:5146
-#: src/microhttpd/daemon.c:5159 src/microhttpd/daemon.c:5172
-#: src/microhttpd/daemon.c:5224 src/microhttpd/daemon.c:5253
-#: src/microhttpd/daemon.c:5274 src/microhttpd/daemon.c:5296
+#: src/microhttpd/daemon.c:5139 src/microhttpd/daemon.c:5152
+#: src/microhttpd/daemon.c:5165 src/microhttpd/daemon.c:5178
+#: src/microhttpd/daemon.c:5230 src/microhttpd/daemon.c:5259
+#: src/microhttpd/daemon.c:5280 src/microhttpd/daemon.c:5302
 #, c-format
 msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5192
+#: src/microhttpd/daemon.c:5198
 msgid "Error initializing DH parameters\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5202
+#: src/microhttpd/daemon.c:5208
 msgid "Diffie-Hellman parameters string too long\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5213
+#: src/microhttpd/daemon.c:5219
 msgid "Bad Diffie-Hellman parameters format\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5241
+#: src/microhttpd/daemon.c:5247
 #, c-format
 msgid "Setting priorities to `%s' failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5262
+#: src/microhttpd/daemon.c:5268
 msgid ""
 "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5284
+#: src/microhttpd/daemon.c:5290
 msgid ""
 "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5319
+#: src/microhttpd/daemon.c:5325
 msgid ""
 "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
 "flag set.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5355
+#: src/microhttpd/daemon.c:5361
 msgid "TCP fastopen is not supported on this platform\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5374
+#: src/microhttpd/daemon.c:5380
 msgid ""
 "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
 "specified by MHD_OPTION_STRICT_CLIENT.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5508
+#: src/microhttpd/daemon.c:5515
 #, c-format
 msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5522
+#: src/microhttpd/daemon.c:5529
 #, c-format
 msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5529
+#: src/microhttpd/daemon.c:5536
 #, c-format
 msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5559
+#: src/microhttpd/daemon.c:5566
 #, c-format
 msgid "Call to epoll_create1 failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5569
+#: src/microhttpd/daemon.c:5576
 msgid "Failed to set noninheritable mode on epoll FD.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5819
+#: src/microhttpd/daemon.c:5826
 msgid ""
 "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
 "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
 "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5867
+#: src/microhttpd/daemon.c:5874
 msgid "Using debug build of libmicrohttpd.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5881
+#: src/microhttpd/daemon.c:5888
 #, c-format
 msgid "Failed to create inter-thread communication channel: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5898
+#: src/microhttpd/daemon.c:5905
 msgid ""
 "file descriptor for inter-thread communication channel exceeds maximum "
 "value\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5918
+#: src/microhttpd/daemon.c:5925
 msgid "Specified value for NC_SIZE too large\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5932
+#: src/microhttpd/daemon.c:5939
 #, c-format
 msgid "Failed to allocate memory for nonce-nc map: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5949
+#: src/microhttpd/daemon.c:5956
 msgid "MHD failed to initialize nonce-nc mutex\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5970
+#: src/microhttpd/daemon.c:5977
 msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5994
+#: src/microhttpd/daemon.c:6001
 #, c-format
 msgid "Failed to create socket for listening: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6015 src/microhttpd/daemon.c:6034
-#: src/microhttpd/daemon.c:6057 src/microhttpd/daemon.c:6095
-#: src/microhttpd/daemon.c:6173 src/microhttpd/daemon.c:6204
+#: src/microhttpd/daemon.c:6022 src/microhttpd/daemon.c:6041
+#: src/microhttpd/daemon.c:6064 src/microhttpd/daemon.c:6102
+#: src/microhttpd/daemon.c:6180 src/microhttpd/daemon.c:6211
 #, c-format
 msgid "setsockopt failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6068
+#: src/microhttpd/daemon.c:6075
 msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6104
+#: src/microhttpd/daemon.c:6111
 msgid ""
 "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6184
+#: src/microhttpd/daemon.c:6191
 #, c-format
 msgid "Failed to bind to port %u: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6215
+#: src/microhttpd/daemon.c:6222
 #, c-format
 msgid "Failed to listen for connections: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6246
+#: src/microhttpd/daemon.c:6253
 #, c-format
 msgid "Failed to get listen port number: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6257
+#: src/microhttpd/daemon.c:6264
 msgid ""
 "Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6298
+#: src/microhttpd/daemon.c:6305
 msgid "Unknown address family!\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6311
+#: src/microhttpd/daemon.c:6318
 #, c-format
 msgid "Failed to set nonblocking mode on listening socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6354
+#: src/microhttpd/daemon.c:6361
 msgid ""
 "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6368 src/microhttpd/daemon.c:6381
+#: src/microhttpd/daemon.c:6375 src/microhttpd/daemon.c:6388
 msgid "MHD failed to initialize IP connection limit mutex\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6400
+#: src/microhttpd/daemon.c:6407
 msgid "Failed to initialize TLS support\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6428
+#: src/microhttpd/daemon.c:6435
 #, c-format
 msgid "Failed to create listen thread: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6477
+#: src/microhttpd/daemon.c:6484
 #, c-format
 msgid "Failed to create worker inter-thread communication channel: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6489
+#: src/microhttpd/daemon.c:6496
 msgid ""
 "File descriptor for worker inter-thread communication channel exceeds "
 "maximum value\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6514
+#: src/microhttpd/daemon.c:6521
 msgid "MHD failed to initialize cleanup connection mutex\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6528
+#: src/microhttpd/daemon.c:6535
 #, c-format
 msgid "Failed to create pool thread: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6683 src/microhttpd/daemon.c:6716
+#: src/microhttpd/daemon.c:6690 src/microhttpd/daemon.c:6723
 msgid "MHD_stop_daemon() called while we have suspended connections.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6726 src/microhttpd/daemon.c:6857
+#: src/microhttpd/daemon.c:6733 src/microhttpd/daemon.c:6864
 msgid "Failed to signal shutdown via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6819
+#: src/microhttpd/daemon.c:6826
 msgid "Failed to signal shutdown via inter-thread communication channel."
 msgstr ""
 
-#: src/microhttpd/daemon.c:7295
+#: src/microhttpd/daemon.c:7302
 msgid "Failed to initialize winsock\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:7298
+#: src/microhttpd/daemon.c:7305
 msgid "Winsock version 2.2 is not available\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:7306 src/microhttpd/daemon.c:7310
+#: src/microhttpd/daemon.c:7313 src/microhttpd/daemon.c:7317
 msgid "Failed to initialise multithreading in libgcrypt\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:7316
+#: src/microhttpd/daemon.c:7323
 msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
 msgstr ""
 
@@ -640,149 +640,149 @@ msgstr ""
 msgid "Closing connection (application error generating response)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1653
+#: src/microhttpd/connection.c:1654
 #, c-format
 msgid ""
 "Error processing request (HTTP response code is %u (`%s')). Closing "
 "connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1680 src/microhttpd/connection.c:2718
+#: src/microhttpd/connection.c:1681 src/microhttpd/connection.c:2719
 msgid "Closing connection (failed to queue response)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1691 src/microhttpd/connection.c:3526
-#: src/microhttpd/connection.c:3635
+#: src/microhttpd/connection.c:1692 src/microhttpd/connection.c:3527
+#: src/microhttpd/connection.c:3636
 msgid "Closing connection (failed to create response header)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:2878
-#: src/microhttpd/connection.c:2946 src/microhttpd/connection.c:3299
+#: src/microhttpd/connection.c:1738 src/microhttpd/connection.c:2879
+#: src/microhttpd/connection.c:2947 src/microhttpd/connection.c:3300
 #, c-format
 msgid "In function %s handling connection at state: %s\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1955
+#: src/microhttpd/connection.c:1956
 msgid "Not enough memory in pool to allocate header record!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2002
+#: src/microhttpd/connection.c:2003
 msgid "Not enough memory in pool to parse cookies!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2233 src/microhttpd/connection.c:2435
+#: src/microhttpd/connection.c:2234 src/microhttpd/connection.c:2436
 msgid "Application reported internal error, closing connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2300 src/microhttpd/connection.c:2379
+#: src/microhttpd/connection.c:2301 src/microhttpd/connection.c:2380
 msgid ""
 "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2443
+#: src/microhttpd/connection.c:2444
 msgid "libmicrohttpd API violation"
 msgstr ""
 
-#: src/microhttpd/connection.c:2459
+#: src/microhttpd/connection.c:2460
 msgid ""
 "WARNING: incomplete upload processing and connection not suspended may "
 "result in hung connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2531
+#: src/microhttpd/connection.c:2532
 msgid "Received malformed line (no colon). Closing connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2694
+#: src/microhttpd/connection.c:2695
 msgid "Received HTTP 1.1 request without `Host' header.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2706
+#: src/microhttpd/connection.c:2707
 msgid "Closing connection (failed to create response)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2856
+#: src/microhttpd/connection.c:2857
 msgid "Socket disconnected while reading request.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2863
+#: src/microhttpd/connection.c:2864
 msgid "Connection socket is closed due to error when reading request.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2973
+#: src/microhttpd/connection.c:2974
 #, c-format
 msgid "Failed to send data in request for %s.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2982
+#: src/microhttpd/connection.c:2983
 #, c-format
 msgid "Sent 100 continue response: `%.*s'\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3025
+#: src/microhttpd/connection.c:3026
 msgid "Connection was closed while sending response headers.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3077
+#: src/microhttpd/connection.c:3078
 msgid "Data offset exceeds limit"
 msgstr ""
 
-#: src/microhttpd/connection.c:3087
+#: src/microhttpd/connection.c:3088
 #, c-format
 msgid "Sent %d-byte DATA response: `%.*s'\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3104
+#: src/microhttpd/connection.c:3105
 #, c-format
 msgid "Failed to send data in request for `%s'.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3134 src/microhttpd/connection.c:3164
+#: src/microhttpd/connection.c:3135 src/microhttpd/connection.c:3165
 msgid "Connection was closed while sending response body.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3187
+#: src/microhttpd/connection.c:3188
 msgid "Internal error\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3261
+#: src/microhttpd/connection.c:3262
 msgid ""
 "Failed to signal end of connection via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/connection.c:3984
+#: src/microhttpd/connection.c:3985
 msgid "Attempted to queue response on wrong thread!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3996
+#: src/microhttpd/connection.c:3997
 msgid ""
 "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:4006
+#: src/microhttpd/connection.c:4007
 msgid "Application used invalid status code for 'upgrade' response!\n"
 msgstr ""
 
-#: src/microhttpd/response.c:906
+#: src/microhttpd/response.c:914
 msgid ""
 "Invalid response for upgrade: application failed to set the 'Upgrade' "
 "header!\n"
 msgstr ""
 
-#: src/microhttpd/response.c:947
+#: src/microhttpd/response.c:955
 msgid "Failed to make loopback sockets non-blocking.\n"
 msgstr ""
 
-#: src/microhttpd/response.c:966
+#: src/microhttpd/response.c:974
 msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
 msgstr ""
 
-#: src/microhttpd/response.c:986
+#: src/microhttpd/response.c:994
 #, c-format
 msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
 msgstr ""
 
-#: src/microhttpd/response.c:1067
+#: src/microhttpd/response.c:1075
 msgid "Error cleaning up while handling epoll error"
 msgstr ""
 
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 1388af5f..d90484b8 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00096703
+#define MHD_VERSION 0x00096800
 
 /**
  * MHD-internal return code for "YES".

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]