Limit the output of the enc -ciphers command to just the ciphers enc can
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9f16dd43c70c8866c65ade4a1b8f295d83dd1d93..12a9c92282426d767c5c97ce6617c96b9873cdf6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
 
  Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
 
+  *) x86_64 assembly pack: annotate code with DWARF CFI directives to
+     facilitate stack unwinding even from assembly subroutines.
+     [Andy Polyakov]
+
+  *) Remove VAX C specific definitions of OPENSSL_EXPORT, OPENSSL_EXTERN.
+     Also remove OPENSSL_GLOBAL entirely, as it became a no-op.
+     [Richard Levitte]
+
   *) Remove the VMS-specific reimplementation of gmtime from crypto/o_times.c.
      VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
      which is the minimum version we support.