Backdated note in CHANGES about shared library names
authorRichard Levitte <levitte@openssl.org>
Fri, 21 Oct 2016 22:50:25 +0000 (00:50 +0200)
committerRichard Levitte <richard@levitte.org>
Tue, 25 Oct 2016 18:34:10 +0000 (20:34 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1767)
(cherry picked from commit 78ce90cb1adb95eae094481e01f7a7d408ec78b7)

CHANGES

diff --git a/CHANGES b/CHANGES
index 1ca9e45df7fbc54d5147234a365b5daa3802481e..9fc2b991468e669b61b9c1daeb3ab73f35da5904 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      template in Configurations, like unix-Makefile.tmpl or
      descrip.mms.tmpl.
 
+     With this change, the library names were also renamed on Windows
+     and on VMS.  They now have names that are closer to the standard
+     on Unix, and include the major version number, and in certain
+     cases, the architecture they are built for.  See "Notes on shared
+     libraries" in INSTALL.
+
      We rely heavily on the perl module Text::Template.
      [Richard Levitte]