gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19326 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r19326 - in libmicrohttpd: . src/include
Date: Mon, 23 Jan 2012 14:08:11 +0100

Author: grothoff
Date: 2012-01-23 14:08:11 +0100 (Mon, 23 Jan 2012)
New Revision: 19326

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
   libmicrohttpd/src/include/microhttpd.h
Log:
releasing 0.9.18

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2012-01-23 12:05:54 UTC (rev 19325)
+++ libmicrohttpd/ChangeLog     2012-01-23 13:08:11 UTC (rev 19326)
@@ -1,3 +1,7 @@
+Mon Jan 23 14:02:26 CET 2012
+       Fixed double-free if specified cipher was not valid (during
+       MHD_daemon_start).  Releasing 0.9.18. -CG
+
 Thu Jan 19 22:11:12 CET 2012
        Switch to non-blocking sockets for all systems but Cygwin
        (we already used non-blocking sockets for GNU/Linux); also

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2012-01-23 12:05:54 UTC (rev 19325)
+++ libmicrohttpd/configure.ac  2012-01-23 13:08:11 UTC (rev 19326)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.17],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.17])
+AC_INIT([libmicrohttpd], [0.9.18],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2012-01-23 12:05:54 UTC (rev 
19325)
+++ libmicrohttpd/src/include/microhttpd.h      2012-01-23 13:08:11 UTC (rev 
19326)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091102
+#define MHD_VERSION 0x00091200
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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