correction: certain changes have been done *after* 0.9.6b was released
authorBodo Möller <bodo@openssl.org>
Mon, 17 Dec 2001 19:08:39 +0000 (19:08 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 17 Dec 2001 19:08:39 +0000 (19:08 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 18cb9e7b52b1800e07fdd9f0e7a1d5a47b375dea..00705a41942d1e08a967ac08b26418e175528763 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      a race condition if 0 is a valid thread ID.
      [Travis Vitek <vitek@roguewave.com>]
 
+  *) Add support for shared libraries under Irix.
+     [Albert Chin-A-Young <china@thewrittenword.com>]
+
+  *) Add configuration option to build on Linux on both big-endian and
+     little-endian MIPS.
+     [Ralf Baechle <ralf@uni-koblenz.de>]
+
+  *) Add the possibility to create shared libraries on HP-UX.
+     [Richard Levitte]
+
  Changes between 0.9.6a and 0.9.6b  [9 Jul 2001]
 
   *) Change ssleay_rand_bytes (crypto/rand/md_rand.c)
      be changed again when we can guarantee backward binary compatibility.
      [Richard Levitte]
 
-  *) Add support for shared libraries under Irix.
-     [Albert Chin-A-Young <china@thewrittenword.com>]
-
-  *) Add configuration option to build on Linux on both big-endian and
-     little-endian MIPS.
-     [Ralf Baechle <ralf@uni-koblenz.de>]
-
-  *) Add the possibility to create shared libraries on HP-UX
-     [Richard Levitte]
-
   *) Fix typo in get_cert_by_subject() in by_dir.c
      [Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>]