aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-30 19:46:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-30 19:46:32 +0000
commit94c6a5eeabfb73ec8c10bb14ee43dc297dde5470 (patch)
tree20a5fe28638a932e60c6aa55f67dd27aece285e2 /CHANGES
parent35292e794ad4163075896ddd11b54fe6e766c397 (diff)
Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by
properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77de7496b..9f9c47dbe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (30 September 2004)
+- Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by
+ properly using glibtoolize instead of plain libtoolize. (This is made if
+ glibtool was found and used instead of plain libtool.)
+
Daniel (29 September 2004)
- Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly
enable the progress meter.