mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
release
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
Sat Mar 22 01:12:38 MDT 2008
|
||||
Releasing libmicrohttpd 0.2.2. -CG
|
||||
|
||||
Mon Feb 25 19:13:53 MST 2008
|
||||
Fixed a problem with sockets closed for reading ending up
|
||||
in the read set under certain circumstances. -CG
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@
|
||||
#
|
||||
#
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libmicrohttpd], [0.2.1],[libmicrohttpd@gnunet.org])
|
||||
AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.1])
|
||||
AC_INIT([libmicrohttpd], [0.2.2],[libmicrohttpd@gnunet.org])
|
||||
AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.2])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
||||
AH_TOP([#define _GNU_SOURCE 1])
|
||||
|
||||
@@ -84,7 +84,7 @@ extern "C"
|
||||
/**
|
||||
* Current version of the library.
|
||||
*/
|
||||
#define MHD_VERSION 0x00020100
|
||||
#define MHD_VERSION 0x00020200
|
||||
|
||||
/**
|
||||
* MHD-internal return codes.
|
||||
|
||||
Reference in New Issue
Block a user