aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-26 22:02:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-26 22:02:07 +0000
commitc3ba2198b18fd54537accf02f4d0816c2ea1e504 (patch)
tree26cca6c2f579bc9614f91ab96685c1694948d7f8 /CHANGES
parentff748f1a41dce87655b67cf4deff05974b906828 (diff)
mention the automake problems and solution even though it doesn't strictly
caused any change in curl-related files
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 144721a48..600afabf1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@
Changelog
+Daniel Stenberg (26 Apr 2008)
+- Reverted back to use automake 1.9.6 in the next release (from automake
+ 1.10.1) since it *still* suffers from Solaris-related bugs. Our previous
+ automake 1.10 problem was reported in bug #1701360
+ (http://curl.haxx.se/bug/view.cgi?id=1701360) and this recent problem was
+ bug #1944825 (http://curl.haxx.se/bug/view.cgi?id=1944825). I have not
+ personally approached the automake team about either one of these but I
+ figure we need a Solaris 10 guy to do it!
+
Yang Tse (25 Apr 2008)
- Added 'timeout' and 'delay' attributes support for the test harness
<command> subsection.