summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-17 19:08:39 +0000
committerBodo Möller <bodo@openssl.org>2001-12-17 19:08:39 +0000
commitb35ef576f40a9b71253838612fb6a0e6846f0391 (patch)
treea15e6b247ba6c28a976f31d80254be6809ac13c0 /CHANGES
parent865ce8abcb61f3048afcfddec2ab3060e6a6f937 (diff)
correction: certain changes have been done *after* 0.9.6b was released
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index 18cb9e7b52..00705a4194 100644
--- a/CHANGES
+++ b/CHANGES
@@ -232,6 +232,16 @@
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)
@@ -595,16 +605,6 @@
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>]