gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21651 - in libmicrohttpd: . src/include
Date: Thu, 31 May 2012 13:36:24 +0200

Author: grothoff
Date: 2012-05-31 13:36:24 +0200 (Thu, 31 May 2012)
New Revision: 21651

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2012-05-31 10:40:36 UTC (rev 21650)
+++ libmicrohttpd/ChangeLog     2012-05-31 11:36:24 UTC (rev 21651)
@@ -1,3 +1,6 @@
+Thu May 31 13:33:45 CEST 2012
+       Releasing 0.9.20. -CG
+
 Tue May 29 13:55:03 CEST 2012
        Fixed some testcase build issues with disabled post processor. -CG
 

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2012-05-31 10:40:36 UTC (rev 21650)
+++ libmicrohttpd/configure.ac  2012-05-31 11:36:24 UTC (rev 21651)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.19],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.19])
+AC_INIT([libmicrohttpd], [0.9.20],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.20])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=24
+LIB_VERSION_CURRENT=25
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=14
+LIB_VERSION_AGE=15
 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      2012-05-31 10:40:36 UTC (rev 
21650)
+++ libmicrohttpd/src/include/microhttpd.h      2012-05-31 11:36:24 UTC (rev 
21651)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091302
+#define MHD_VERSION 0x00091400
 
 /**
  * MHD-internal return code for "YES".
@@ -1414,7 +1414,7 @@
                                   void **con_cls,
                                   int upgrade_socket);
 
-
+#if 0
 /**
  * Create a response object that can be used for 101 UPGRADE
  * responses, for example to implement websockets.  After sending the
@@ -1447,8 +1447,8 @@
 struct MHD_Response *
 MHD_create_response_for_upgrade (MHD_UpgradeHandler upgrade_handler,
                                 void *upgrade_handler_cls);
+#endif
 
-
 /**
  * Destroy a response object and associated resources.  Note that
  * libmicrohttpd may keep some of the resources around if the response




reply via email to

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