Update from 0.9.8 stable. Eliminate duplicate error codes.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index e672750b2de823e4dcb95b02afeeca8ed8a4bb0e..c73798f4d9ce217e833e8b905f5112b334388a00 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.8e and 0.9.9  [xx XXX xxxx]
 
+  *) Load error codes if they are not already present instead of using a
+     static variable. This allows them to be cleanly unloaded and reloaded.
+     Improve header file function name parsing.
+     [Steve Henson]
+
   *) Initial incomplete changes to avoid need for function casts in OpenSSL
      when OPENSSL_NO_FCAST is set: some compilers (gcc 4.2 and later) reject
      their use. Safestack is reimplemented using inline functions: tests show