summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-02-09 04:22:26 +0000
committerChristian Grothoff <christian@grothoff.org>2009-02-09 04:22:26 +0000
commit553b57e1adb6c996fd284746717126fc4581038e (patch)
treea1a05b060d145e6c7c1ed73ad6fdb61ef03a70b7
parent0188b891e1ab77685de0138993437f7c3a48377c (diff)
bldfx
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac6
-rw-r--r--doc/Makefile.am37
3 files changed, 34 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb6db52..c6ffb7d2 100644
--- 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
index b02d40d1..38c0def5 100644
--- 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
index 65126835..0ea08ded 100644
--- 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
+