summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-10-26 20:02:33 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-10-26 20:02:33 +0000
commit1df586bec20de86c3086181c565aaee7629bb0a2 (patch)
tree9ef67b2044f5caa62a09192df9f41e31f801e9e6
parent551e5990d2338c441a5603da5a801bc2e3799179 (diff)
downloadopenssl-new-1df586bec20de86c3086181c565aaee7629bb0a2.tar.gz
Add a note about the recent DSO changes in CHANGES.BEFORE_engine
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 270b0b633a..2baa11c1af 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Rework the filename-translation in the DSO code. It is now possible to
+ have far greater control over how a "name" is turned into a filename
+ depending on the operating environment and any oddities about the
+ different shared library filenames on each system.
+ [Geoff Thorpe]
+
*) Support threads on FreeBSD-elf in Configure.
[Richard Levitte]