summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccfedee..3caec4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-03-30 Tollef Fog Heen <tfheen@err.no>
+ * poptparse.c, popthelp.c, poptconfig.c, popt.c, pkg.c, findme.c,
+ configure.in: Check for malloc.h and use that if it exists.
+ Apparently this makes Win32 happier. Thanks to Carlo Bramini for
+ the patch.
+
* pkg-config.1: Verbosify the text about Libs.private a bit. Patch
from Loïc Minier.