gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8206 - in libmicrohttpd: . doc
Date: Sun, 8 Feb 2009 21:22:26 -0700 (MST)

Author: grothoff
Date: 2009-02-08 21:22:26 -0700 (Sun, 08 Feb 2009)
New Revision: 8206

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
   libmicrohttpd/doc/Makefile.am
Log:
bldfx

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2009-02-09 04:15:17 UTC (rev 8205)
+++ libmicrohttpd/ChangeLog     2009-02-09 04:22:26 UTC (rev 8206)
@@ -1,3 +1,6 @@
+Sun Feb  8 21:15:30 MST 2009
+        Releasing libmicrohttpd 0.4.0. -CG
+
 Thu Feb  5 22:43:45 MST 2009
         Incompatible API change to allow 64-bit uploads and downloads.
         Clients must use "uint64_t" for the "pos"

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2009-02-09 04:15:17 UTC (rev 8205)
+++ libmicrohttpd/configure.ac  2009-02-09 04:22:26 UTC (rev 8206)
@@ -1,5 +1,5 @@
 # This file is part of libmicrohttpd.
-# (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
+# (C) 2006, 2007, 2008, 2009 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,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.4.0pre1],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.0pre1])
+AC_INIT([libmicrohttpd], [0.4.0],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.0])
 AM_CONFIG_HEADER([MHD_config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])

Modified: libmicrohttpd/doc/Makefile.am
===================================================================
--- libmicrohttpd/doc/Makefile.am       2009-02-09 04:15:17 UTC (rev 8205)
+++ libmicrohttpd/doc/Makefile.am       2009-02-09 04:22:26 UTC (rev 8206)
@@ -1,12 +1,31 @@
 man_MANS = libmicrohttpd.3
 EXTRA_DIST = $(man_MANS) Doxyfile
 
-DISTCLEANFILES = microhttpd.cps microhttpd.dvi tutorial.cps tutorial.dvi
-info_TEXINFOS = microhttpd.texi tutorial.texi
-microhttpd_TEXINFOS = lgpl.texi chapters/basicauthentication.inc 
chapters/bibliography.inc chapters/exploringrequests.inc fdl-1.3.texi 
chapters/hellobrowser.inc chapters/introduction.inc chapters/processingpost.inc 
chapters/responseheaders.inc chapters/largerpost.inc \
-examples/basicauthentication.c \
-examples/hellobrowser.c \
-examples/largepost.c \
-examples/logging.c \
-examples/responseheaders.c \
-examples/simplepost.c
+DISTCLEANFILES = \
+  microhttpd.cps \
+  microhttpd.dvi \
+  tutorial.cps \
+  tutorial.dvi
+info_TEXINFOS = \
+  microhttpd.texi \
+  tutorial.texi
+microhttpd_TEXINFOS = \
+  chapters/basicauthentication.inc \
+  chapters/bibliography.inc \
+  chapters/exploringrequests.inc \
+  chapters/hellobrowser.inc \
+  chapters/introduction.inc \
+  chapters/largerpost.inc \
+  chapters/processingpost.inc \
+  chapters/responseheaders.inc \
+  chapters/tlsauthentication.inc \
+  examples/basicauthentication.c \
+  examples/hellobrowser.c \
+  examples/largepost.c \
+  examples/logging.c \
+  examples/responseheaders.c \
+  examples/simplepost.c \
+  examples/tlsauthentication.c \
+  fdl-1.3.texi \
+  lgpl.texi 
+





reply via email to

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