gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22778 - in libmicrohttpd: . doc src/include
Date: Thu, 19 Jul 2012 21:56:54 +0200

Author: grothoff
Date: 2012-07-19 21:56:54 +0200 (Thu, 19 Jul 2012)
New Revision: 22778

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/INSTALL
   libmicrohttpd/configure.ac
   libmicrohttpd/doc/Makefile.am
   libmicrohttpd/src/include/microhttpd.h
Log:
-releasing 0.9.21

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2012-07-19 15:32:34 UTC (rev 22777)
+++ libmicrohttpd/ChangeLog     2012-07-19 19:56:54 UTC (rev 22778)
@@ -1,3 +1,6 @@
+Thu Jul 19 21:48:42 CEST 2012
+       Releasing libmicrohttpd 0.9.21. -CG
+
 Thu Jul 19 11:34:50 CEST 2012
        Consistently use 'panic' function instead of ever directly
        calling 'abort ()'.  Eliminating unused mutex in SSL mode.

Modified: libmicrohttpd/INSTALL
===================================================================
--- libmicrohttpd/INSTALL       2012-07-19 15:32:34 UTC (rev 22777)
+++ libmicrohttpd/INSTALL       2012-07-19 19:56:54 UTC (rev 22778)
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
    On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2012-07-19 15:32:34 UTC (rev 22777)
+++ libmicrohttpd/configure.ac  2012-07-19 19:56:54 UTC (rev 22778)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.20],address@hidden)
+AC_INIT([libmicrohttpd], [0.9.21],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=25
+LIB_VERSION_CURRENT=26
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=15
+LIB_VERSION_AGE=16
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

Modified: libmicrohttpd/doc/Makefile.am
===================================================================
--- libmicrohttpd/doc/Makefile.am       2012-07-19 15:32:34 UTC (rev 22777)
+++ libmicrohttpd/doc/Makefile.am       2012-07-19 19:56:54 UTC (rev 22778)
@@ -19,6 +19,7 @@
   chapters/processingpost.inc \
   chapters/responseheaders.inc \
   chapters/tlsauthentication.inc \
+  chapters/sessions.inc \
   examples/basicauthentication.c \
   examples/hellobrowser.c \
   examples/largepost.c \
@@ -26,6 +27,7 @@
   examples/responseheaders.c \
   examples/simplepost.c \
   examples/tlsauthentication.c \
+  examples/sessions.c \
   fdl-1.3.texi \
   lgpl.texi \
   ecos.texi

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2012-07-19 15:32:34 UTC (rev 
22777)
+++ libmicrohttpd/src/include/microhttpd.h      2012-07-19 19:56:54 UTC (rev 
22778)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091401
+#define MHD_VERSION 0x00091500
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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