Update HPUX config, work around HPUX library incompatibility.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 18cc5f0d4a92dd41d5f33a33af19bddd4a06c8af..a418fd8d77dad2138415cf97c9dee0e394083a59 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,13 @@
 
  Changes between 0.9.2b and 0.9.3
 
-  *) Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
+  *) Accept any -xxx and +xxx compiler options in Configure.
+     [Ulf Möller]
+
+  *) 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