gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14767 - in libmicrohttpd: . src/include
Date: Tue, 29 Mar 2011 14:22:48 +0200

Author: grothoff
Date: 2011-03-29 14:22:48 +0200 (Tue, 29 Mar 2011)
New Revision: 14767

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/README
   libmicrohttpd/configure.ac
   libmicrohttpd/src/include/microhttpd.h
Log:
release 0.9.9

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-03-29 12:19:21 UTC (rev 14766)
+++ libmicrohttpd/ChangeLog     2011-03-29 12:22:48 UTC (rev 14767)
@@ -1,3 +1,6 @@
+Tue Mar 29 14:15:13 CEST 2011
+       Releasing libmicrohttpd 0.9.9. -CG
+
 Tue Mar 29 14:11:19 CEST 2011
        Fixed call to mmap for memory pool, extended testcase to cover
        POLL. -CG
@@ -33,12 +36,12 @@
        socket shutdown (also for thread-per-connection). -CG
 
 Thu Mar  3 21:42:47 CET 2011
-       Fixing issue where Base64 decode fails when char is defined 
+       Fixing issue where Base64 decode fails when char is defined
         as unsigned char  (Mantis 1666). -CG/tmayer
 
 Tue Mar  1 13:58:04 CET 2011
        Allow use of 'poll' in combination with the external select mode.
-       Avoid using pthread signals (SIGALRM), use pipe instead. 
+       Avoid using pthread signals (SIGALRM), use pipe instead.
        Corrected timeout calculation (s vs. ms). -CG
 
 Wed Feb 23 14:21:44 CET 2011

Modified: libmicrohttpd/README
===================================================================
--- libmicrohttpd/README        2011-03-29 12:19:21 UTC (rev 14766)
+++ libmicrohttpd/README        2011-03-29 12:22:48 UTC (rev 14767)
@@ -99,7 +99,6 @@
 ======================================
 - file_reader (response.c); special case (sendfile)
 - mhd_panic_std (daemon.c); special case (abort)
-- MHD_poll (daemon.c)
 - parse_options (daemon.c)
 - MHD_set_panic_func (daemon.c)
 - MHD_get_version (daemon.c)

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2011-03-29 12:19:21 UTC (rev 14766)
+++ libmicrohttpd/configure.ac  2011-03-29 12:22:48 UTC (rev 14767)
@@ -1,5 +1,5 @@
 # This file is part of libmicrohttpd.
-# (C) 2006, 2007, 2008, 2009, 2010 Christian Grothoff (and other contributing 
authors)
+# (C) 2006, 2007, 2008, 2009, 2010, 2011 Christian Grothoff (and other 
contributing authors)
 #
 # libmicrohttpd is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.8],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.8])
+AC_INIT([libmicrohttpd], [0.9.9],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.9])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=16
+LIB_VERSION_CURRENT=17
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=6
+LIB_VERSION_AGE=7
 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-03-29 12:19:21 UTC (rev 
14766)
+++ libmicrohttpd/src/include/microhttpd.h      2011-03-29 12:22:48 UTC (rev 
14767)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00090800
+#define MHD_VERSION 0x00090900
 
 /**
  * MHD-internal return code for "YES".
@@ -1629,7 +1629,7 @@
 /**
  * Obtain the version of this library
  *
- * @return static version string, e.g. "0.4.1"
+ * @return static version string, e.g. "0.9.9"
  */
 const char* MHD_get_version(void);
 




reply via email to

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