gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14255 - in libmicrohttpd: . src/daemon src/include
Date: Tue, 25 Jan 2011 14:15:43 +0100

Author: grothoff
Date: 2011-01-25 14:15:43 +0100 (Tue, 25 Jan 2011)
New Revision: 14255

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
   libmicrohttpd/src/daemon/connection.c
   libmicrohttpd/src/include/microhttpd.h
Log:
release

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-01-25 10:43:35 UTC (rev 14254)
+++ libmicrohttpd/ChangeLog     2011-01-25 13:15:43 UTC (rev 14255)
@@ -1,3 +1,6 @@
+Tue Jan 25 14:10:45 CET 2011
+       Releasing libmicrohttpd 0.9.6. -CG
+
 Mon Jan 24 16:36:35 CET 2011
        Fixing compilation error if DAUTH_SUPPORT was 0 (#1646). -CG/bplant
 

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2011-01-25 10:43:35 UTC (rev 14254)
+++ libmicrohttpd/configure.ac  2011-01-25 13:15:43 UTC (rev 14255)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.5],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.5])
+AC_INIT([libmicrohttpd], [0.9.6],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.6])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=13
+LIB_VERSION_CURRENT=14
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=3
+LIB_VERSION_AGE=4
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2011-01-25 10:43:35 UTC (rev 
14254)
+++ libmicrohttpd/src/daemon/connection.c       2011-01-25 13:15:43 UTC (rev 
14255)
@@ -342,7 +342,7 @@
       return MHD_YES; 
     }
 #endif
-
+  
   ret = response->crc (response->crc_cls,
                        connection->response_write_position,
                        response->data,

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2011-01-25 10:43:35 UTC (rev 
14254)
+++ libmicrohttpd/src/include/microhttpd.h      2011-01-25 13:15:43 UTC (rev 
14255)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00090500
+#define MHD_VERSION 0x00090600
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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