-Wall implies -Wuninitialized.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 597a6f3a17802271681f3797e816f435bea3d07a..dc90ee9d1517f5568e13657ff110e80d2fc446f4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,25 @@
 
  Changes between 0.9.2b and 0.9.3
 
+  *) Fix problems with sizeof(long) == 8.
+     [Andy Polyakov <appro@fy.chalmers.se>]
+
+  *) Change functions to ANSI C.
+     [Ulf Möller]
+
+  *) Fix typos in error codes.
+     [Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>, Ulf Möller]
+
+  *) Remove defunct assembler files from Configure.
+     [Ulf Möller]
+
+  *) SPARC v8 assembler BIGNUM implementation.
+     [Andy Polyakov <appro@fy.chalmers.se>]
+
+  *) Support for Certificate Policies extension: both print and set.
+     Various additions to support the r2i method this extension will use.
+     [Steve Henson]
+
   *) A lot of constification, and fix a bug in X509_NAME_oneline() that could
      return a const string when you are expecting an allocated buffer.
      [Ben Laurie]