libmicrohttpd

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

commit 96dfca44a7740470a68a1d6687e86225826e5bf7
parent 747adebc630dae6e9d18431c2849ec5189f726af
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 28 Jan 2010 20:41:36 +0000

release

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 2+-
Mdoc/Makefile.am | 5+++--
3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Thu Jan 28 21:28:56 CET 2010 + Releasing libmicrohttpd 0.4.5. -CG + Thu Jan 28 20:35:48 CET 2010 Make sure addresses returned by memory pool are aligned (fixes bus errors on Sparc). -CG diff --git a/configure.ac b/configure.ac @@ -1,5 +1,5 @@ # This file is part of libmicrohttpd. -# (C) 2006, 2007, 2008, 2009 Christian Grothoff (and other contributing authors) +# (C) 2006, 2007, 2008, 2009, 2010 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 diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1,5 +1,5 @@ man_MANS = libmicrohttpd.3 -EXTRA_DIST = $(man_MANS) Doxyfile +EXTRA_DIST = $(man_MANS) Doxyfile DISTCLEANFILES = \ microhttpd.cps \ @@ -27,5 +27,6 @@ microhttpd_TEXINFOS = \ examples/simplepost.c \ examples/tlsauthentication.c \ fdl-1.3.texi \ - lgpl.texi + lgpl.texi \ + ecos.texi