summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-12-05 13:34:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-12-05 13:34:56 +0000
commit7614f0e55e7e71f4089f1e15d76aa7dcce49599e (patch)
treeb882a150e284570300d0626bbd8bc33bd9154204 /CHANGES
parent0632284f79cca9343a14b50cf4c570e0aacc9b90 (diff)
Various zlib related fixes and enhancements.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19ffb2bbdb..4a314be6a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
Changes between 0.9.8a and 0.9.8b [XX xxx XXXX]
+ *) Fixes and enhancements to zlib compression code. We now only use
+ "zlib1.dll" and use the default __cdecl calling convention on Win32
+ to conform with the standards mentioned here:
+ http://www.zlib.net/DLL_FAQ.txt
+ Static zlib linking now works on Windows and the new --with-zlib-include
+ --with-zlib-lib options to Configure can be used to supply the location
+ of the headers and library. Gracefully handle case where zlib library
+ can't be loaded.
+ [Steve Henson]
+
*) Several fixes and enhancements to the OID generation code. The old code
sometimes allowed invalid OIDs (1.X for X >= 40 for example), couldn't
handle numbers larger than ULONG_MAX, truncated printing and had a