From e620425536c250107974b16dd331991e97d89370 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 7 Oct 2008 13:34:59 +0000 Subject: [PATCH] Sync up with reality --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index d786d450..68ec05d5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ Changelog for the c-ares project +* Oct 7 2008 (Yang Tse) +- Added --enable-optimize configure option to enable and disable compiler + optimizations to allow decoupled setting from --enable-debug. + +* Oct 2 2008 (Yang Tse) +- Added --enable-warnings configure option to enable and disable strict + compiler warnings to allow decoupled setting from --enable-debug. + * Sep 17 2008 (Yang Tse) - Code reorganization to allow internal/private use of "nameser.h" to any system that lacks arpa/nameser.h or arpa/nameser_compat.h header files.