From bfc09ac2114538921f0c0473690713d689e2f2cc Mon Sep 17 00:00:00 2001
From: Yang Tse <yangsita@gmail.com>
Date: Tue, 7 Oct 2008 13:34:59 +0000
Subject: [PATCH] Sync up with reality

---
 CHANGES      | 11 +++++++++++
 ares/CHANGES |  8 ++++++++
 2 files changed, 19 insertions(+)

diff --git a/CHANGES b/CHANGES
index 3b48c60ba2..db6b182fcc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
 
                                   Changelog
 
+Yang Tse (7 Oct 2008)
+- Added --enable-optimize configure option to enable and disable compiler
+  optimizations to allow decoupled setting from --enable-debug.
+
+Yang Tse (2 Oct 2008)
+- Added --enable-warnings configure option to enable and disable strict
+  compiler warnings to allow decoupled setting from --enable-debug.
+
+  runtests.pl will now run with picky compiler warnings enabled unless
+  explicitly disabled.
+  
 Daniel Fandrich (1 Oct 2008)
 - "make clean" now cleans out the docs and tests directories, too.
 
diff --git a/ares/CHANGES b/ares/CHANGES
index d786d4500d..68ec05d5a3 100644
--- a/ares/CHANGES
+++ b/ares/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.
-- 
GitLab