gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31649 - in libmicrohttpd: . src/include
Date: Sat, 21 Dec 2013 17:30:55 +0100

Author: grothoff
Date: 2013-12-21 17:30:55 +0100 (Sat, 21 Dec 2013)
New Revision: 31649

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2013-12-21 16:28:54 UTC (rev 31648)
+++ libmicrohttpd/ChangeLog     2013-12-21 16:30:55 UTC (rev 31649)
@@ -1,7 +1,8 @@
 Sat Dec 21 17:26:08 CET 2013
        Fixed an issue with a missing argument in the postexample.
        Fixed issue with bogus offset increment involving sendfile
-       on GNU/Linux.  Adding support for SNI. -CG
+       on GNU/Linux.  Adding support for SNI.
+       Releasing 0.9.33. -CG
 
 Mon Dec  9 21:41:57 CET 2013
        Fix for per-worker daemon pipes enabled with

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2013-12-21 16:28:54 UTC (rev 31648)
+++ libmicrohttpd/configure.ac  2013-12-21 16:30:55 UTC (rev 31649)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.32],address@hidden)
+AC_INIT([libmicrohttpd], [0.9.33],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=31
+LIB_VERSION_CURRENT=32
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=21
+LIB_VERSION_AGE=22
 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      2013-12-21 16:28:54 UTC (rev 
31648)
+++ libmicrohttpd/src/include/microhttpd.h      2013-12-21 16:30:55 UTC (rev 
31649)
@@ -121,7 +121,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00093202
+#define MHD_VERSION 0x00093300
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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