Update HPUX config, work around HPUX library incompatibility.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5a13c347059e4e0340aff02eee3906a136bf5256..a418fd8d77dad2138415cf97c9dee0e394083a59 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,10 +5,13 @@
 
  Changes between 0.9.2b and 0.9.3
 
-  *) Add missing sk_<type>_unshift() function to safestack.h
-     [Ralf S. Engelschall]
+  *) Accept any -xxx and +xxx compiler options in Configure.
+     [Ulf Möller]
 
-  *) Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
+  *) Update HPUX configuration.
+     [Anonymous]
+  
+  *) Add missing sk_<type>_unshift() function to safestack.h
      [Ralf S. Engelschall]
 
   *) New function SSL_CTX_use_certificate_chain_file that sets the
   *) Introduce type-safe ASN.1 SETs.
      [Ben Laurie]
 
+  *) Convert various additional casted stacks to type-safe STACK_OF() variants.
+     [Ben Laurie, Ralf S. Engelschall, Steve Henson, Bodo Moeller]
+
   *) Introduce type-safe STACKs. This will almost certainly break lots of code
      that links with OpenSSL (well at least cause lots of warnings), but fear
      not: the conversion is trivial, and it eliminates loads of evil casts. A