libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 553b57e1adb6c996fd284746717126fc4581038e
parent 0188b891e1ab77685de0138993437f7c3a48377c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  9 Feb 2009 04:22:26 +0000

bldfx

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 6+++---
Mdoc/Makefile.am | 37++++++++++++++++++++++++++++---------
3 files changed, 34 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -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" diff --git a/configure.ac b/configure.ac @@ -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],[libmicrohttpd@gnunet.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.0pre1]) +AC_INIT([libmicrohttpd], [0.4.0],[libmicrohttpd@gnunet.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.0]) AM_CONFIG_HEADER([MHD_config.h]) AH_TOP([#define _GNU_SOURCE 1]) diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -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 +