gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12968 - in libmicrohttpd: . doc


From: gnunet
Subject: [GNUnet-SVN] r12968 - in libmicrohttpd: . doc
Date: Fri, 10 Sep 2010 14:54:08 +0200

Author: grothoff
Date: 2010-09-10 14:54:07 +0200 (Fri, 10 Sep 2010)
New Revision: 12968

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/README
   libmicrohttpd/configure.ac
   libmicrohttpd/doc/libmicrohttpd.3
Log:
release

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2010-09-10 12:45:03 UTC (rev 12967)
+++ libmicrohttpd/ChangeLog     2010-09-10 12:54:07 UTC (rev 12968)
@@ -1,3 +1,6 @@
+Fri Sep 10 14:47:11 CEST 2010
+       Releasing libmicrohttpd 0.9.1. -CG
+
 Fri Sep 10 14:29:37 CEST 2010
        Adding proper nonce counter checking for digest authentication. -CG/AA
 

Modified: libmicrohttpd/README
===================================================================
--- libmicrohttpd/README        2010-09-10 12:45:03 UTC (rev 12967)
+++ libmicrohttpd/README        2010-09-10 12:54:07 UTC (rev 12968)
@@ -32,8 +32,9 @@
 --disable-https: no HTTPS / TLS / SSL support (significant reduction)
 --disable-messages: no error messages (they take space!)
 --disable-postprocessor: no MHD_PostProcessor API
+--disable-dauth: no digest authentication API
 
-The resulting binary should be about 32k depending on the platform.
+The resulting binary should be about 30-40k depending on the platform.
 
 
 Portability

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2010-09-10 12:45:03 UTC (rev 12967)
+++ libmicrohttpd/configure.ac  2010-09-10 12:54:07 UTC (rev 12968)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.0],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.0])
+AC_INIT([libmicrohttpd], [0.9.1],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.1])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=8
+LIB_VERSION_CURRENT=9
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=0
+LIB_VERSION_AGE=1
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

Modified: libmicrohttpd/doc/libmicrohttpd.3
===================================================================
--- libmicrohttpd/doc/libmicrohttpd.3   2010-09-10 12:45:03 UTC (rev 12967)
+++ libmicrohttpd/doc/libmicrohttpd.3   2010-09-10 12:54:07 UTC (rev 12968)
@@ -1,4 +1,4 @@
-.TH LIBMICROHTTPD "3" "28 Oct 2009 "libmicrohttpd"
+.TH LIBMICROHTTPD "3" "10 Sep 2010 "libmicrohttpd"
 .SH "NAME"
 GNU libmicrohttpd \- library for embedding HTTP servers
 .SH "SYNOPSIS"
@@ -18,7 +18,7 @@
 \fBcurl\fP(1), \fBlibcurl\fP(3)
 
 .SH "LEGAL NOTICE"
-libmicrohttpd is released under both the LGPL Version 2 or higher and
+libmicrohttpd is released under both the LGPL Version 2.1 or higher and
 the GNU GPL with eCos extension.  For details on both licenses please
 read the respective appendix in the manual.
 




reply via email to

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