gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 08/08: bump dates and versions and update C


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 08/08: bump dates and versions and update ChangeLog
Date: Wed, 15 Feb 2017 13:37:22 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit f154b0ef8894185fd6c01888d10280049bed10c6
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 15 13:38:06 2017 +0100

    bump dates and versions and update ChangeLog
---
 ChangeLog                   | 6 ++++++
 src/include/microhttpd.h    | 2 +-
 src/microhttpd/connection.c | 2 +-
 src/microhttpd/daemon.c     | 2 +-
 src/microhttpd/response.c   | 2 +-
 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 @@
+Wed Feb 15 13:35:36 CET 2017
+       Fixing a few very rare race conditions for thread-pool or
+       thread-per-connection operations during shutdown.
+       Various minor cosmetic improvements.
+       Fixed #4884 and #4888 (solaris portability issues). -CG
+
 Wed Nov 23 15:24:10 MSK 2016
        Used SO_REUSEADDR (on non-W32) alongside with SO_REUSEPORT if option
        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;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095211
+#define MHD_VERSION 0x00095212
 
 /**
  * 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 @@
 /*
      This file is part of libmicrohttpd
-     Copyright (C) 2007-2016 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      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 @@
 /*
   This file is part of libmicrohttpd
-  Copyright (C) 2007-2016 Daniel Pittman and Christian Grothoff
+  Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff
 
   This library is free software; you can redistribute it and/or
   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 @@
 /*
      This file is part of libmicrohttpd
-     Copyright (C) 2007, 2009, 2010, 2016 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007, 2009, 2010, 2016, 2017 Daniel Pittman and Christian 
Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

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



reply via email to

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