CHANGES: mention AIX shared library support overhaul.
authorAndy Polyakov <appro@openssl.org>
Tue, 19 Jun 2018 16:25:19 +0000 (18:25 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 22 Jun 2018 08:58:05 +0000 (10:58 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6487)

CHANGES

diff --git a/CHANGES b/CHANGES
index 8b4a8bbe104e799fdecdd14d74b0811d0d22302a..c272e8d00719508d6d2af07ece875272e627e634 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,15 @@
  release branch.
 
  Changes between 1.1.0h and 1.1.1 [xx XXX xxxx]
+
+  *) AIX shared library support overhaul. Switch to AIX "natural" way of
+     handling shared libraries, which means collecting shared objects of
+     different versions and bitnesses in one common archive. This allows to
+     mitigate conflict between 1.0 and 1.1 side-by-side installations. It
+     doesn't affect the way 3rd party applications are linked, only how
+     multi-version installation is managed.
+     [Andy Polyakov]
+
   *) Make ec_group_do_inverse_ord() more robust and available to other
      EC cryptosystems, so that irrespective of BN_FLG_CONSTTIME, SCA
      mitigations are applied to the fallback BN_mod_inverse().