summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-06 06:52:47 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-06 06:52:47 +0000
commit6b77e6d7f31e45470fb7776b9b4157bb3476ac28 (patch)
treefde2e36439a544fadffe7ada941a135682af8f5b /CHANGES
parent361c7f2b52a1400b55ad93b1409e9eae61f41e94 (diff)
Make sure that shared libraries get the internal name engine with the
full version number and not just 0. This should mark the shared libraries as not backward compatible. Of course, this should be changed again when we can guarantee backward binary compatibility.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f95cd48cf..7c618989f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Make sure that shared libraries get the internal name engine with
+ the full version number and not just 0. This should mark the
+ shared libraries as not backward compatible. Of course, this should
+ be changed again when we can guarantee backward binary compatibility.
+ [Richard Levitte]
+
*) Add the following functions:
ENGINE_load_cswift()