aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-03-22 07:13:14 +0000
committerChristian Grothoff <christian@grothoff.org>2008-03-22 07:13:14 +0000
commit6aaaffcbf90fb08d7b0d490f26abd6953eef2816 (patch)
treed173466f22e8cb1ca76387e1d90ec0908cbf18ab
parent0ac63fed85bf016556ee659c465aae52d845886c (diff)
downloadlibmicrohttpd-6aaaffcbf90fb08d7b0d490f26abd6953eef2816.tar.gz
libmicrohttpd-6aaaffcbf90fb08d7b0d490f26abd6953eef2816.zip
release
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
-rw-r--r--src/include/microhttpd.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fea3705e..d9887909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Sat Mar 22 01:12:38 MDT 2008
2 Releasing libmicrohttpd 0.2.2. -CG
3
1Mon Feb 25 19:13:53 MST 2008 4Mon Feb 25 19:13:53 MST 2008
2 Fixed a problem with sockets closed for reading ending up 5 Fixed a problem with sockets closed for reading ending up
3 in the read set under certain circumstances. -CG 6 in the read set under certain circumstances. -CG
diff --git a/configure.ac b/configure.ac
index d3bf47ec..4413681e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,8 @@
21# 21#
22# 22#
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.2.1],[libmicrohttpd@gnunet.org]) 24AC_INIT([libmicrohttpd], [0.2.2],[libmicrohttpd@gnunet.org])
25AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.1]) 25AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.2])
26AM_CONFIG_HEADER([config.h]) 26AM_CONFIG_HEADER([config.h])
27 27
28AH_TOP([#define _GNU_SOURCE 1]) 28AH_TOP([#define _GNU_SOURCE 1])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 0d280c55..d5eee29f 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -84,7 +84,7 @@ extern "C"
84/** 84/**
85 * Current version of the library. 85 * Current version of the library.
86 */ 86 */
87#define MHD_VERSION 0x00020100 87#define MHD_VERSION 0x00020200
88 88
89/** 89/**
90 * MHD-internal return codes. 90 * MHD-internal return codes.