gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: releasing 0.9.70


From: gnunet
Subject: [libmicrohttpd] branch master updated: releasing 0.9.70
Date: Sat, 08 Feb 2020 22:02:14 +0100

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 fe6716d1 releasing 0.9.70
fe6716d1 is described below

commit fe6716d103a696ece5b5a13ff57abe02d84e368e
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Feb 8 21:58:26 2020 +0100

    releasing 0.9.70
---
 ChangeLog                |   8 ++
 configure.ac             |   4 +-
 po/libmicrohttpd.pot     | 258 +++++++++++++++++++++++------------------------
 src/include/microhttpd.h |   2 +-
 4 files changed, 140 insertions(+), 132 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c7f00d79..19f32e85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat 08 Feb 2020 09:12:54 PM CET
+    Fixed 100-continue handling for PATCH method (#6068).
+    Fixed FTBFS from wrong #endif position for certain builds (#6025).
+    Fixed connection overflow issue when combining MHD_USE_NO_LISTEN_SOCKET
+    with MHD_USE_THREAD_PER_CONNECTION (#6036).
+    Updated m4 script to fix FTBFS when using -Werror=unused-but-set-parameter 
(#6078).
+    Releasing libmicrohttpd 0.9.70. -CG
+
 Thu Dec 26 14:43:27 CET 2019
     Adding fix for urlencoding of keys without values in
     post-processor logic. -CG
diff --git a/configure.ac b/configure.ac
index 32a36b83..52789081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # This file is part of libmicrohttpd.
-# (C) 2006-2019 Christian Grothoff (and other contributing authors)
+# (C) 2006-2020 Christian Grothoff (and other contributing authors)
 #
 # libmicrohttpd is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published
@@ -22,7 +22,7 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.69],[address@hidden])
+AC_INIT([GNU Libmicrohttpd],[0.9.70],[address@hidden])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index 299813aa..b6df2361 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: GNU libmicrohttpd 0.9.69\n"
+"Project-Id-Version: GNU libmicrohttpd 0.9.70\n"
 "Report-Msgid-Bugs-To: address@hidden\n"
-"POT-Creation-Date: 2019-12-15 14:18+0100\n"
+"POT-Creation-Date: 2020-02-08 21:57+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -71,19 +71,19 @@ msgstr ""
 msgid "Authentication failed, arguments do not match.\n"
 msgstr ""
 
-#: src/microhttpd/digestauth.c:1279
+#: src/microhttpd/digestauth.c:1281
 msgid "digest size missmatch"
 msgstr ""
 
-#: src/microhttpd/digestauth.c:1372
+#: src/microhttpd/digestauth.c:1374
 msgid "Could not register nonce (is the nonce array size zero?).\n"
 msgstr ""
 
-#: src/microhttpd/digestauth.c:1397
+#: src/microhttpd/digestauth.c:1399
 msgid "Failed to allocate memory for auth response header\n"
 msgstr ""
 
-#: src/microhttpd/digestauth.c:1433
+#: src/microhttpd/digestauth.c:1441
 msgid "Failed to add Digest auth header\n"
 msgstr ""
 
@@ -126,7 +126,7 @@ msgid ""
 "unsupported.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:1356 src/microhttpd/daemon.c:6728
+#: src/microhttpd/daemon.c:1356 src/microhttpd/daemon.c:6729
 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:2421 src/microhttpd/daemon.c:6365
+#: src/microhttpd/daemon.c:2421 src/microhttpd/daemon.c:6366
 #, 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:2454 src/microhttpd/daemon.c:3313
+#: src/microhttpd/daemon.c:2454 src/microhttpd/daemon.c:3314
 #, 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:2518 src/microhttpd/daemon.c:2538
-#: src/microhttpd/daemon.c:3901
+#: src/microhttpd/daemon.c:3902
 #, c-format
 msgid "Error allocating memory: %s\n"
 msgstr ""
@@ -222,9 +222,9 @@ msgstr ""
 msgid "Unknown credential type"
 msgstr ""
 
-#: src/microhttpd/daemon.c:2728 src/microhttpd/daemon.c:4397
-#: src/microhttpd/daemon.c:4430 src/microhttpd/daemon.c:5644
-#: src/microhttpd/daemon.c:5661 src/microhttpd/connection.c:3798
+#: src/microhttpd/daemon.c:2728 src/microhttpd/daemon.c:4398
+#: src/microhttpd/daemon.c:4431 src/microhttpd/daemon.c:5645
+#: src/microhttpd/daemon.c:5662 src/microhttpd/connection.c:3792
 #: src/microhttpd/response.c:1053 src/microhttpd/response.c:1079
 #, c-format
 msgid "Call to epoll_ctl failed: %s\n"
@@ -234,9 +234,9 @@ msgstr ""
 msgid "Failed to signal new connection via inter-thread communication channel."
 msgstr ""
 
-#: src/microhttpd/daemon.c:2860 src/microhttpd/daemon.c:3396
-#: src/microhttpd/daemon.c:6615 src/microhttpd/connection.c:805
-#: src/microhttpd/connection.c:824
+#: src/microhttpd/daemon.c:2860 src/microhttpd/daemon.c:3397
+#: src/microhttpd/daemon.c:6616 src/microhttpd/connection.c:801
+#: src/microhttpd/connection.c:820
 msgid "Failed to remove FD from epoll set\n"
 msgstr ""
 
@@ -261,366 +261,366 @@ msgid ""
 "Failed to signal resume of connection via inter-thread communication channel."
 msgstr ""
 
-#: src/microhttpd/daemon.c:3138
+#: src/microhttpd/daemon.c:3139
 #, c-format
 msgid "Failed to set nonblocking mode on new client socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3151
+#: src/microhttpd/daemon.c:3152
 msgid "Failed to set noninheritable mode on new client socket.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3160
+#: src/microhttpd/daemon.c:3161
 msgid "Failed to reset buffering mode on new client socket.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3233
+#: src/microhttpd/daemon.c:3234
 #, c-format
 msgid "Error accepting connection: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3251
+#: src/microhttpd/daemon.c:3252
 msgid ""
 "Hit process or system resource limit at FIRST connection. This is really bad "
 "as there is no sane way to proceed. Will try busy waiting for system "
 "resources to become magically available.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3266
+#: src/microhttpd/daemon.c:3267
 #, c-format
 msgid ""
 "Hit process or system resource limit at %u connections, temporarily "
 "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3282
+#: src/microhttpd/daemon.c:3283
 #, c-format
 msgid "Failed to disable TCP Nagle on socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3293
+#: src/microhttpd/daemon.c:3294
 #, c-format
 msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3306
+#: src/microhttpd/daemon.c:3307
 msgid "Failed to set noninheritable mode on incoming connection socket.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3354 src/microhttpd/daemon.c:6772
-#: src/microhttpd/daemon.c:6804 src/microhttpd/daemon.c:6906
+#: src/microhttpd/daemon.c:3355 src/microhttpd/daemon.c:6773
+#: src/microhttpd/daemon.c:6805 src/microhttpd/daemon.c:6907
 msgid "Failed to join a thread\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3457
+#: src/microhttpd/daemon.c:3458
 msgid "Illegal call to MHD_get_timeout\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3654
+#: src/microhttpd/daemon.c:3655
 msgid ""
 "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
 "is deprecated.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3734
+#: src/microhttpd/daemon.c:3735
 msgid "Could not obtain daemon fdsets"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3751
+#: src/microhttpd/daemon.c:3752
 msgid "Could not add listen socket to fdset"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3780
+#: src/microhttpd/daemon.c:3781
 msgid "Could not add control inter-thread communication channel FD to fdset"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3838
+#: src/microhttpd/daemon.c:3839
 #, c-format
 msgid "select failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:3983 src/microhttpd/daemon.c:4131
+#: src/microhttpd/daemon.c:3984 src/microhttpd/daemon.c:4132
 #, c-format
 msgid "poll failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:4264 src/microhttpd/daemon.c:4497
+#: src/microhttpd/daemon.c:4265 src/microhttpd/daemon.c:4498
 #, c-format
 msgid "Call to epoll_wait failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:4449 src/microhttpd/daemon.c:4910
+#: src/microhttpd/daemon.c:4450 src/microhttpd/daemon.c:4911
 msgid "Failed to remove listen FD from epoll set\n"
 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:4942
+#: src/microhttpd/daemon.c:4943
 msgid "failed to signal quiesce via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5056
+#: src/microhttpd/daemon.c:5057
 msgid "Warning: Too large timeout value, ignored.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5101
+#: src/microhttpd/daemon.c:5102
 msgid ""
 "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
 "is not used.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5110
+#: src/microhttpd/daemon.c:5111
 msgid ""
 "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
 "not used.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5123
+#: src/microhttpd/daemon.c:5124
 #, c-format
 msgid "Specified thread pool size (%u) too big\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5134
+#: src/microhttpd/daemon.c:5135
 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:5143
+#: src/microhttpd/daemon.c:5144
 msgid ""
 "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
 "flag are specified.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5161 src/microhttpd/daemon.c:5174
-#: src/microhttpd/daemon.c:5187 src/microhttpd/daemon.c:5200
-#: src/microhttpd/daemon.c:5252 src/microhttpd/daemon.c:5281
-#: src/microhttpd/daemon.c:5302 src/microhttpd/daemon.c:5324
+#: src/microhttpd/daemon.c:5162 src/microhttpd/daemon.c:5175
+#: src/microhttpd/daemon.c:5188 src/microhttpd/daemon.c:5201
+#: src/microhttpd/daemon.c:5253 src/microhttpd/daemon.c:5282
+#: src/microhttpd/daemon.c:5303 src/microhttpd/daemon.c:5325
 #, c-format
 msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5220
+#: src/microhttpd/daemon.c:5221
 msgid "Error initializing DH parameters\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5230
+#: src/microhttpd/daemon.c:5231
 msgid "Diffie-Hellman parameters string too long\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5241
+#: src/microhttpd/daemon.c:5242
 msgid "Bad Diffie-Hellman parameters format\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5269
+#: src/microhttpd/daemon.c:5270
 #, c-format
 msgid "Setting priorities to `%s' failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5290
+#: src/microhttpd/daemon.c:5291
 msgid ""
 "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5312
+#: src/microhttpd/daemon.c:5313
 msgid ""
 "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5347
+#: src/microhttpd/daemon.c:5348
 msgid ""
 "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
 "flag set.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5383
+#: src/microhttpd/daemon.c:5384
 msgid "TCP fastopen is not supported on this platform\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5402
+#: src/microhttpd/daemon.c:5403
 msgid ""
 "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
 "specified by MHD_OPTION_STRICT_CLIENT.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5537
+#: src/microhttpd/daemon.c:5538
 #, c-format
 msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5551
+#: src/microhttpd/daemon.c:5552
 #, c-format
 msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5558
+#: src/microhttpd/daemon.c:5559
 #, c-format
 msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5588
+#: src/microhttpd/daemon.c:5589
 #, c-format
 msgid "Call to epoll_create1 failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5598
+#: src/microhttpd/daemon.c:5599
 msgid "Failed to set noninheritable mode on epoll FD.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5850
+#: src/microhttpd/daemon.c:5851
 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:5898
+#: src/microhttpd/daemon.c:5899
 msgid "Using debug build of libmicrohttpd.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5912
+#: src/microhttpd/daemon.c:5913
 #, c-format
 msgid "Failed to create inter-thread communication channel: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5929
+#: src/microhttpd/daemon.c:5930
 msgid ""
 "file descriptor for inter-thread communication channel exceeds maximum "
 "value\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5949
+#: src/microhttpd/daemon.c:5950
 msgid "Specified value for NC_SIZE too large\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5963
+#: src/microhttpd/daemon.c:5964
 #, c-format
 msgid "Failed to allocate memory for nonce-nc map: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:5980
+#: src/microhttpd/daemon.c:5981
 msgid "MHD failed to initialize nonce-nc mutex\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6001
+#: src/microhttpd/daemon.c:6002
 msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6025
+#: src/microhttpd/daemon.c:6026
 #, c-format
 msgid "Failed to create socket for listening: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6046 src/microhttpd/daemon.c:6065
-#: src/microhttpd/daemon.c:6088 src/microhttpd/daemon.c:6126
-#: src/microhttpd/daemon.c:6204 src/microhttpd/daemon.c:6235
+#: src/microhttpd/daemon.c:6047 src/microhttpd/daemon.c:6066
+#: src/microhttpd/daemon.c:6089 src/microhttpd/daemon.c:6127
+#: src/microhttpd/daemon.c:6205 src/microhttpd/daemon.c:6236
 #, c-format
 msgid "setsockopt failed: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6099
+#: src/microhttpd/daemon.c:6100
 msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6135
+#: src/microhttpd/daemon.c:6136
 msgid ""
 "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6215
+#: src/microhttpd/daemon.c:6216
 #, c-format
 msgid "Failed to bind to port %u: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6246
+#: src/microhttpd/daemon.c:6247
 #, c-format
 msgid "Failed to listen for connections: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6277
+#: src/microhttpd/daemon.c:6278
 #, c-format
 msgid "Failed to get listen port number: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6288
+#: src/microhttpd/daemon.c:6289
 msgid ""
 "Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6329
+#: src/microhttpd/daemon.c:6330
 msgid "Unknown address family!\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6342
+#: src/microhttpd/daemon.c:6343
 #, c-format
 msgid "Failed to set nonblocking mode on listening socket: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6385
+#: src/microhttpd/daemon.c:6386
 msgid ""
 "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6399 src/microhttpd/daemon.c:6412
+#: src/microhttpd/daemon.c:6400 src/microhttpd/daemon.c:6413
 msgid "MHD failed to initialize IP connection limit mutex\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6431
+#: src/microhttpd/daemon.c:6432
 msgid "Failed to initialize TLS support\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6459
+#: src/microhttpd/daemon.c:6460
 #, c-format
 msgid "Failed to create listen thread: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6508
+#: src/microhttpd/daemon.c:6509
 #, c-format
 msgid "Failed to create worker inter-thread communication channel: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6520
+#: src/microhttpd/daemon.c:6521
 msgid ""
 "File descriptor for worker inter-thread communication channel exceeds "
 "maximum value\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6545
+#: src/microhttpd/daemon.c:6546
 msgid "MHD failed to initialize cleanup connection mutex\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6559
+#: src/microhttpd/daemon.c:6560
 #, c-format
 msgid "Failed to create pool thread: %s\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6714 src/microhttpd/daemon.c:6747
+#: src/microhttpd/daemon.c:6715 src/microhttpd/daemon.c:6748
 msgid "MHD_stop_daemon() called while we have suspended connections.\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6757 src/microhttpd/daemon.c:6888
+#: src/microhttpd/daemon.c:6758 src/microhttpd/daemon.c:6889
 msgid "Failed to signal shutdown via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/daemon.c:6850
+#: src/microhttpd/daemon.c:6851
 msgid "Failed to signal shutdown via inter-thread communication channel."
 msgstr ""
 
-#: src/microhttpd/daemon.c:7326
+#: src/microhttpd/daemon.c:7327
 msgid "Failed to initialize winsock\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:7329
+#: src/microhttpd/daemon.c:7330
 msgid "Winsock version 2.2 is not available\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:7337 src/microhttpd/daemon.c:7341
+#: src/microhttpd/daemon.c:7338 src/microhttpd/daemon.c:7342
 msgid "Failed to initialise multithreading in libgcrypt\n"
 msgstr ""
 
-#: src/microhttpd/daemon.c:7347
+#: src/microhttpd/daemon.c:7348
 msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
 msgstr ""
 
@@ -628,138 +628,138 @@ msgstr ""
 msgid "Close socket failed.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:932
+#: src/microhttpd/connection.c:928
 msgid "Closing connection (application reported error generating data)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:981
+#: src/microhttpd/connection.c:977
 msgid "Closing connection (out of memory)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1029
+#: src/microhttpd/connection.c:1025
 msgid "Closing connection (application error generating response)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1657
+#: src/microhttpd/connection.c:1653
 #, c-format
 msgid ""
 "Error processing request (HTTP response code is %u (`%s')). Closing "
 "connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1684 src/microhttpd/connection.c:2719
+#: src/microhttpd/connection.c:1680 src/microhttpd/connection.c:2715
 msgid "Closing connection (failed to queue response)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1695 src/microhttpd/connection.c:3529
-#: src/microhttpd/connection.c:3638
+#: src/microhttpd/connection.c:1691 src/microhttpd/connection.c:3523
+#: src/microhttpd/connection.c:3632
 msgid "Closing connection (failed to create response header)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1741 src/microhttpd/connection.c:2879
-#: src/microhttpd/connection.c:2947 src/microhttpd/connection.c:3300
+#: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:2875
+#: src/microhttpd/connection.c:2943 src/microhttpd/connection.c:3296
 #, c-format
 msgid "In function %s handling connection at state: %s\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:1958
+#: src/microhttpd/connection.c:1954
 msgid "Not enough memory in pool to allocate header record!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2005
+#: src/microhttpd/connection.c:2001
 msgid "Not enough memory in pool to parse cookies!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2236 src/microhttpd/connection.c:2438
+#: src/microhttpd/connection.c:2232 src/microhttpd/connection.c:2434
 msgid "Application reported internal error, closing connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2303 src/microhttpd/connection.c:2382
+#: src/microhttpd/connection.c:2299 src/microhttpd/connection.c:2378
 msgid ""
 "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2446
+#: src/microhttpd/connection.c:2442
 msgid "libmicrohttpd API violation"
 msgstr ""
 
-#: src/microhttpd/connection.c:2462
+#: src/microhttpd/connection.c:2458
 msgid ""
 "WARNING: incomplete upload processing and connection not suspended may "
 "result in hung connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2534
+#: src/microhttpd/connection.c:2530
 msgid "Received malformed line (no colon). Closing connection.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2695
+#: src/microhttpd/connection.c:2691
 msgid "Received HTTP 1.1 request without `Host' header.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2707
+#: src/microhttpd/connection.c:2703
 msgid "Closing connection (failed to create response)\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2857
+#: src/microhttpd/connection.c:2853
 msgid "Socket disconnected while reading request.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2864
+#: src/microhttpd/connection.c:2860
 msgid "Connection socket is closed due to error when reading request.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2974
+#: src/microhttpd/connection.c:2970
 #, c-format
 msgid "Failed to send data in request for %s.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:2983
+#: src/microhttpd/connection.c:2979
 #, c-format
 msgid "Sent 100 continue response: `%.*s'\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3026
+#: src/microhttpd/connection.c:3022
 msgid "Connection was closed while sending response headers.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3078
+#: src/microhttpd/connection.c:3074
 msgid "Data offset exceeds limit"
 msgstr ""
 
-#: src/microhttpd/connection.c:3088
+#: src/microhttpd/connection.c:3084
 #, c-format
 msgid "Sent %d-byte DATA response: `%.*s'\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3105
+#: src/microhttpd/connection.c:3101
 #, c-format
 msgid "Failed to send data in request for `%s'.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3135 src/microhttpd/connection.c:3165
+#: src/microhttpd/connection.c:3131 src/microhttpd/connection.c:3161
 msgid "Connection was closed while sending response body.\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3188
+#: src/microhttpd/connection.c:3184
 msgid "Internal error\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:3262
+#: src/microhttpd/connection.c:3258
 msgid ""
 "Failed to signal end of connection via inter-thread communication channel"
 msgstr ""
 
-#: src/microhttpd/connection.c:3989
+#: src/microhttpd/connection.c:3983
 msgid "Attempted to queue response on wrong thread!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:4001
+#: src/microhttpd/connection.c:3995
 msgid ""
 "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
 msgstr ""
 
-#: src/microhttpd/connection.c:4011
+#: src/microhttpd/connection.c:4005
 msgid "Application used invalid status code for 'upgrade' response!\n"
 msgstr ""
 
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d8bb315a..b2bcaaf5 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 0x00096902
+#define MHD_VERSION 0x00097000
 
 /**
  * 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]