aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-01-02 12:14:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-01-02 12:14:21 +0000
commitd86d14074d1adf64fa3d401a0cbf05d0b77f38ae (patch)
tree58bddf1acd08514a810e5c3419d4d52297f5f8b5 /CHANGES
parent8500397cf170b19458c413a8cf0a9f11a738e558 (diff)
- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs
to get built static. It has been mentioned before and was again brought to our attention by Nathanael Nerode who filed debian bug report #405226 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b8d5ca49..1cd5ccb27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (2 January 2007)
+- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs
+ to get built static. It has been mentioned before and was again brought to
+ our attention by Nathanael Nerode who filed debian bug report #405226
+ (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
+
Daniel (29 December 2006)
- Make curl_easy_duphandle() set the magic number in the new handle.