[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35741 - in libmicrohttpd: . src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35741 - in libmicrohttpd: . src/include |
Date: |
Mon, 18 May 2015 23:18:26 +0200 |
Author: grothoff
Date: 2015-05-18 23:18:26 +0200 (Mon, 18 May 2015)
New Revision: 35741
Modified:
libmicrohttpd/ChangeLog
libmicrohttpd/configure.ac
libmicrohttpd/src/include/microhttpd.h
Log:
bump
Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog 2015-05-18 19:57:24 UTC (rev 35740)
+++ libmicrohttpd/ChangeLog 2015-05-18 21:18:26 UTC (rev 35741)
@@ -1,3 +1,6 @@
+Wed May 13 11:49:09 CEST 2015
+ Releasing libmicrohttpd 0.9.42. -CG
+
Wed May 13 11:33:59 CEST 2015
Fix off-by-one in MHD_start_daemon_va() error handling logic
when initialization of threads for thread pool fails for some
Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac 2015-05-18 19:57:24 UTC (rev 35740)
+++ libmicrohttpd/configure.ac 2015-05-18 21:18:26 UTC (rev 35741)
@@ -22,15 +22,15 @@
#
AC_PREREQ([2.60])
LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.41],address@hidden)
+AC_INIT([libmicrohttpd],[0.9.42],address@hidden)
AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
AC_CONFIG_HEADERS([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
-LIB_VERSION_CURRENT=41
+LIB_VERSION_CURRENT=42
LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=31
+LIB_VERSION_AGE=32
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
AC_SUBST(LIB_VERSION_AGE)
@@ -293,7 +293,7 @@
AC_LINK_IFELSE([
AC_LANG_PROGRAM([[#include <winsock2.h>]], [[
WSAPOLLFD fda[2];
-WSAPoll(fda, 2, 0);]])],
+WSAPoll(fda, 2, 0);]])],
[
have_poll='yes'
AC_DEFINE([HAVE_POLL],[1])
Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h 2015-05-18 19:57:24 UTC (rev
35740)
+++ libmicrohttpd/src/include/microhttpd.h 2015-05-18 21:18:26 UTC (rev
35741)
@@ -130,7 +130,7 @@
* Current version of the library.
* 0x01093001 = 1.9.30-1.
*/
-#define MHD_VERSION 0x00094103
+#define MHD_VERSION 0x00094200
/**
* MHD-internal return code for "YES".
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35741 - in libmicrohttpd: . src/include,
gnunet <=