From: Richard Levitte Date: Fri, 21 Oct 2016 22:50:25 +0000 (+0200) Subject: Backdated note in CHANGES about shared library names X-Git-Tag: OpenSSL_1_1_0c~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aec6095d309b101457645c9309a155af5b22d44;p=thirdparty%2Fopenssl.git Backdated note in CHANGES about shared library names Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1767) (cherry picked from commit 78ce90cb1adb95eae094481e01f7a7d408ec78b7) --- diff --git a/CHANGES b/CHANGES index 1ca9e45df7f..9fc2b991468 100644 --- a/CHANGES +++ b/CHANGES @@ -399,6 +399,12 @@ 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]