gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6134 - in libmicrohttpd: . src/daemon
Date: Wed, 30 Jan 2008 23:30:46 -0700 (MST)

Author: grothoff
Date: 2008-01-30 23:30:45 -0700 (Wed, 30 Jan 2008)
New Revision: 6134

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/README
   libmicrohttpd/configure.ac
   libmicrohttpd/src/daemon/Makefile.am
Log:
version

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2008-01-31 06:21:49 UTC (rev 6133)
+++ libmicrohttpd/ChangeLog     2008-01-31 06:30:45 UTC (rev 6134)
@@ -1,5 +1,8 @@
 Wed Jan 30 23:15:44 MST 2008
-        Added support for nested multiparts to post processor. -CG
+        Added support for nested multiparts to post processor. 
+        Made sure that MHD does not allow pipelining for methods
+        other than HEAD and GET (and of course still also only 
+        allows it for http 1.1). -CG
 
 Mon Jan 21 11:59:46 MST 2008
         Added option to limit number of concurrent connections 

Modified: libmicrohttpd/README
===================================================================
--- libmicrohttpd/README        2008-01-31 06:21:49 UTC (rev 6133)
+++ libmicrohttpd/README        2008-01-31 06:30:45 UTC (rev 6134)
@@ -42,21 +42,18 @@
 This is a beta release.  Below we list things that should be
 implemented (in order of importance) before we can claim to be
 reasonably complete.  #XXXX refers to the respective Mantis bug report
-(or feature request).  ARCH indicates that implementing this feature
-may require non-trivial ARCHitectural changes in the code.  API
-indicates that implementing the feature will require API changes.
-TRIV indicates that implementing this feature should be TRIVial.  TEST
-indicates that a testcase should be written before implementing the
-feature.
+(or feature request).
 
 
-For SSL:
-========
-microhttpd.h:
-- define appropriate MHD_OPTIONs (#1225, API)
-- actual implementation (#1225, ARCH)
 
-Missing Testcases:
+Missing features:
+=================
+- SSL support:
+  * define appropriate MHD_OPTIONs (#1225)
+  * actual implementation (#1225)
+
+
+Untested features:
 ==================
 - add testcases for http/1.1 pipelining (need
   to figure out how to ensure curl pipelines 
@@ -68,8 +65,9 @@
 - extend testcase for chunked encoding to validate
   handling of footers
 
-Documentation:
-==============
+
+Missing documentation:
+======================
 - manual (texinfo, man)
 - tutorial
 

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2008-01-31 06:21:49 UTC (rev 6133)
+++ libmicrohttpd/configure.ac  2008-01-31 06:30:45 UTC (rev 6134)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.2.0],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.0])
+AC_INIT([libmicrohttpd], [0.2.1],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.1])
 AM_CONFIG_HEADER([config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])

Modified: libmicrohttpd/src/daemon/Makefile.am
===================================================================
--- libmicrohttpd/src/daemon/Makefile.am        2008-01-31 06:21:49 UTC (rev 
6133)
+++ libmicrohttpd/src/daemon/Makefile.am        2008-01-31 06:30:45 UTC (rev 
6134)
@@ -12,7 +12,7 @@
   libmicrohttpd.la
 
 libmicrohttpd_la_LDFLAGS = \
-  -export-dynamic -version-info 3:0:0 $(retaincommand)
+  -export-dynamic -version-info 3:1:0 $(retaincommand)
 libmicrohttpd_la_SOURCES = \
   connection.c connection.h \
   reason_phrase.c reason_phrase.h \





reply via email to

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