aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-09 09:27:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-09 09:27:30 +0000
commit98adcdd46619681b714bcabfa4e74628731cf7e9 (patch)
tree0e1acaf3f4db8de82c49f6eb15a8dbe28cf39a2e /CHANGES
parenta2bd47c567fb920eb9fa2a0aae27c41644293530 (diff)
Ton Voon provided a configure fix that should fix the notorious (mostly
reported on Solaris) problem where the size_t check fails due to the SSL libs being found in a dir not searched through by the run-time linker. patch-tracker entry #1081707.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3bd22a540..e4890c5c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,11 +7,18 @@
Changelog
Daniel (9 December 2004)
+- Ton Voon provided a configure fix that should fix the notorious (mostly
+ reported on Solaris) problem where the size_t check fails due to the SSL
+ libs being found in a dir not searched through by the run-time linker.
+ patch-tracker entry #1081707.
+
- Bryan Henderson pointed out in bug report #1081788 that the curl-config
--vernum output wasn't zero prefixed properly (as claimed in documentation).
This is fixed in maketgz now.
Daniel (8 December 2004)
+- Matt Veenstra updated the mach-O framework files for Mac OS X.
+
- Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where
libcurl always and unconditionally overwrote a stack-based array with 3 zero
bytes. This is not an exploitable buffer overflow. No need to get alarmed.