gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34323 - in libmicrohttpd: . src/include src/microhttpd
Date: Fri, 3 Oct 2014 14:40:39 +0200

Author: grothoff
Date: 2014-10-03 14:40:39 +0200 (Fri, 03 Oct 2014)
New Revision: 34323

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
   libmicrohttpd/src/include/microhttpd.h
   libmicrohttpd/src/microhttpd/internal.h
Log:
-preping for release 0.9.38

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2014-10-02 08:22:47 UTC (rev 34322)
+++ libmicrohttpd/ChangeLog     2014-10-03 12:40:39 UTC (rev 34323)
@@ -1,3 +1,6 @@
+Fri Oct  3 14:28:58 CEST 2014
+       Releasing 0.9.38. -CG
+
 Mon Sep 29 22:25:34 CEST 2014
        Properly decode '+' in URL-encoded POST data. -CG/KM
 

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-10-02 08:22:47 UTC (rev 34322)
+++ libmicrohttpd/configure.ac  2014-10-03 12:40:39 UTC (rev 34323)
@@ -22,15 +22,15 @@
 #
 AC_PREREQ([2.60])
 LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.37],address@hidden)
+AC_INIT([libmicrohttpd],[0.9.38],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=37
+LIB_VERSION_CURRENT=38
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=27
+LIB_VERSION_AGE=28
 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      2014-10-02 08:22:47 UTC (rev 
34322)
+++ libmicrohttpd/src/include/microhttpd.h      2014-10-03 12:40:39 UTC (rev 
34323)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00093705
+#define MHD_VERSION 0x00093800
 
 /**
  * MHD-internal return code for "YES".

Modified: libmicrohttpd/src/microhttpd/internal.h
===================================================================
--- libmicrohttpd/src/microhttpd/internal.h     2014-10-02 08:22:47 UTC (rev 
34322)
+++ libmicrohttpd/src/microhttpd/internal.h     2014-10-03 12:40:39 UTC (rev 
34323)
@@ -267,7 +267,7 @@
 
   /**
    * Closure to give to the content reader @e crc
-   * and content reader free callback @crfc.
+   * and content reader free callback @e crfc.
    */
   void *crc_cls;
 
@@ -1414,7 +1414,7 @@
  * @param arg string that is modified (in place), must be 0-terminated
  */
 void
-MHD_escape_plus (char *arg);
+MHD_unescape_plus (char *arg);
 
 
 #endif




reply via email to

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