Clarifications.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6d684ce703a2da324bf5c5fe63de3d27e380db04..4269015fa046decb35193ea7415678e6a0e17e04 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,16 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.5 and 0.9.5a  [XX XXX 2000]
+ Changes between 0.9.5a and 0.9.6  [xx XXX 2000]
+
+  *) Initial DSO code added into libcrypto for letting OpenSSL (and
+     OpenSSL-based applications) load shared libraries and bind to
+     them in a portable way.
+     [Geoff Thorpe, with contributions from Richard Levitte]
+
+ Changes between 0.9.5 and 0.9.5a  [1 Apr 2000]
+
+  *) Make sure _lrotl and _lrotr are only used with MSVC.
 
   *) Use lock CRYPTO_LOCK_RAND correctly in ssleay_rand_status
      (the default implementation of RAND_status).