gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15277 - in libmicrohttpd: . src/include
Date: Fri, 20 May 2011 22:16:56 +0200

Author: grothoff
Date: 2011-05-20 22:16:56 +0200 (Fri, 20 May 2011)
New Revision: 15277

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-05-20 20:12:57 UTC (rev 15276)
+++ libmicrohttpd/ChangeLog     2011-05-20 20:16:56 UTC (rev 15277)
@@ -1,6 +1,7 @@
 Fri May 20 22:11:55 CEST 2011
        Fixed bug in testcase setup code causing crashes in
-       tls_session_timeout_test on some systems. -CG
+       tls_session_timeout_test on some systems.
+       Releasing libmicrohttpd 0.9.11. -CG
 
 Fri May 20 19:34:59 CEST 2011
        Fixed bug in parsing multipart/form-data with post processor where

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2011-05-20 20:12:57 UTC (rev 15276)
+++ libmicrohttpd/configure.ac  2011-05-20 20:16:56 UTC (rev 15277)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.10],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.10])
+AC_INIT([libmicrohttpd], [0.9.11],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.11])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=18
+LIB_VERSION_CURRENT=19
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=8
+LIB_VERSION_AGE=9
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2011-05-20 20:12:57 UTC (rev 
15276)
+++ libmicrohttpd/src/include/microhttpd.h      2011-05-20 20:16:56 UTC (rev 
15277)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00090A00
+#define MHD_VERSION 0x00090B00
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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