aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-15 13:38:06 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-15 13:38:06 +0100
commitf154b0ef8894185fd6c01888d10280049bed10c6 (patch)
tree287d2ac193f9a5f3c297d6e72164774a5d66dd2e
parentd6dd85a3e6653af61401cedb76d1a24b632fec03 (diff)
downloadlibmicrohttpd-f154b0ef8894185fd6c01888d10280049bed10c6.tar.gz
libmicrohttpd-f154b0ef8894185fd6c01888d10280049bed10c6.zip
bump dates and versions and update ChangeLog
-rw-r--r--ChangeLog6
-rw-r--r--src/include/microhttpd.h2
-rw-r--r--src/microhttpd/connection.c2
-rw-r--r--src/microhttpd/daemon.c2
-rw-r--r--src/microhttpd/response.c2
5 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 33759ab5..1d61f64a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Wed Feb 15 13:35:36 CET 2017
2 Fixing a few very rare race conditions for thread-pool or
3 thread-per-connection operations during shutdown.
4 Various minor cosmetic improvements.
5 Fixed #4884 and #4888 (solaris portability issues). -CG
6
1Wed Nov 23 15:24:10 MSK 2016 7Wed Nov 23 15:24:10 MSK 2016
2 Used SO_REUSEADDR (on non-W32) alongside with SO_REUSEPORT if option 8 Used SO_REUSEADDR (on non-W32) alongside with SO_REUSEPORT if option
3 MHD_OPTION_LISTENING_ADDRESS_REUSE was set. -EG 9 MHD_OPTION_LISTENING_ADDRESS_REUSE was set. -EG
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 32bf41bc..e7879496 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095211 129#define MHD_VERSION 0x00095212
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 3b78f45c..7cd60da9 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2007-2016 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 0b3462ae..7c4dcde1 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2007-2016 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 7b1a8074..a0897d8b 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2007, 2009, 2010, 2016 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007, 2009, 2010, 2016, 2017 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public