libmicrohttpd

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

commit 5988eb9204395392c248d29acf3c46111787d9b1
parent 2af307ac20483656e7ba67734e902765880d67a4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  5 Mar 2014 13:21:23 +0000

Update ChangeLog

Diffstat:
MChangeLog | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,15 @@ -Wed Feb 20 17:42:34 CET 2014 +Wed Mar 05 13:15:05 CET 2014 + Cleanup and refactoring of configure.ac. + m4 macros updated. + Custom configure macros replaced with autoconf archive macros. + SPDY disabled by default on W32. + Changed configure flag from '--disable-pipe' to + '--enable-soketpair'. + Added configure flags '--disable-doc' and '--disable-examples'. + Narrowed down extrenal lib specific compiler and linker flags + usage. -EG + +Wed Feb 26 17:42:34 CET 2014 Refactoring of configure.ac: custom macros replaced with macros from Autoconf Archive. Minor corrections of configure.ac.