aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-05 13:21:23 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-05 13:21:23 +0000
commit5988eb9204395392c248d29acf3c46111787d9b1 (patch)
treebdf11cf094440f0c4f0287fcb6dbd5fd3beb3f6c
parent2af307ac20483656e7ba67734e902765880d67a4 (diff)
downloadlibmicrohttpd-5988eb9204395392c248d29acf3c46111787d9b1.tar.gz
libmicrohttpd-5988eb9204395392c248d29acf3c46111787d9b1.zip
Update ChangeLog
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f6d4aa4e..3c9f381c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
1Wed Feb 20 17:42:34 CET 2014 1Wed Mar 05 13:15:05 CET 2014
2 Cleanup and refactoring of configure.ac.
3 m4 macros updated.
4 Custom configure macros replaced with autoconf archive macros.
5 SPDY disabled by default on W32.
6 Changed configure flag from '--disable-pipe' to
7 '--enable-soketpair'.
8 Added configure flags '--disable-doc' and '--disable-examples'.
9 Narrowed down extrenal lib specific compiler and linker flags
10 usage. -EG
11
12Wed Feb 26 17:42:34 CET 2014
2 Refactoring of configure.ac: custom macros replaced with macros 13 Refactoring of configure.ac: custom macros replaced with macros
3 from Autoconf Archive. 14 from Autoconf Archive.
4 Minor corrections of configure.ac. 15 Minor corrections of configure.ac.