summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-06-09 01:06:48 +0000
committerYang Tse <yangsita@gmail.com>2008-06-09 01:06:48 +0000
commit4ccd0a85b129b245e890f50a021084a9062e194f (patch)
treecedb66220c6a887c3c1a6de5cf4e43fb4a1ce667 /CHANGES
parentf953ff981cea08674f82f8934ed454b1ca1166eb (diff)
downloadc-ares-4ccd0a85b129b245e890f50a021084a9062e194f.tar.gz
c-ares-4ccd0a85b129b245e890f50a021084a9062e194f.tar.bz2
c-ares-4ccd0a85b129b245e890f50a021084a9062e194f.zip
fix pkg-config reporting of private libraries needed for static linking
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index af7e57e..d1f2de8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* Jun 9 2008 (Yang Tse)
+
+- Make libcares.pc generated file for pkg-config include information relative
+ to the libraries needed for the static linking of c-ares.
+
* May 30 2008 (Yang Tse)
- Brad House fixed a missing header file inclusion in adig sample program.