summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-14 21:18:30 +0000
committerBodo Möller <bodo@openssl.org>2001-11-14 21:18:30 +0000
commit926606deab3cdda6dc6009173aa482ec19555e1d (patch)
tree8831866f825cd6004633dbc502d3a139041ce7ee /CHANGES
parentf98c9972a72a1d059cb5f645b792eaec307066fb (diff)
consistency between main branch and stable branch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index fe499f0715..a05a3dfa59 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,16 +4,6 @@
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
- *) 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]
-
*) [In 0.9.6c-engine release:]
Add support for Broadcom crypto accelerator cards, backported
from 0.9.7.
@@ -570,6 +560,16 @@
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>]