Add a note about the recent DSO changes in CHANGES. BEFORE_engine
authorGeoff Thorpe <geoff@openssl.org>
Thu, 26 Oct 2000 20:02:33 +0000 (20:02 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 26 Oct 2000 20:02:33 +0000 (20:02 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 270b0b633a011788cb46b3697521854af7ed0449..2baa11c1af6d694f311b59b82fcb4d248e4b20d7 100644 (file)
--- 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]