aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-06-19 21:39:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-06-19 21:39:57 +0000
commit72f80b88f76c0af0fbaab21691a313da95d5be6d (patch)
tree096e411d596dec9b7e816ad278feb6479ed962e9 /CHANGES
parent3008d8133ca127da3879ab08616db73720de8abb (diff)
make -K on a bad file now displays a warning
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8c02ebb1a..8330c5b0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
Changelog
+Daniel (19 June 2006)
+- Made -K on a file that couldn't be read cause a warning to be displayed.
+
+Daniel (13 June 2006)
+- Dan Fandrich implemented --enable-hidden-symbols configure option to enable
+ -fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl
+ binary and speeds up dynamic linking by hiding all the internal symbols from
+ the symbol table.
+
Version 7.15.4 (12 June 2006)
Daniel (8 June 2006)