aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-14 21:21:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-14 21:21:51 +0000
commitf335bac8a38e816c4243474d7c7d186638d3aab4 (patch)
tree502d5e4a16985ae070e1c1b1ec53c5c581386802 /CHANGES
parent51369753bb65bbe3bb2fc88fdfb701f7ff76c72a (diff)
Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin
reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8d2017e5c..ccfac04a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@
+Daniel (14 October 2005)
+- Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin
+ reported, the define is used by the configure script and is assumed to use
+ the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0
+ release version.
+
Version 7.15.0 (13 October 2005)
Daniel (12 October 2005)