Reduce header interdependencies, initially in engine.h (the rest of the
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a72d5d6eaaf5f8d9c9c1aef4ad96ac24c8cebd49..5dd7a41b51cd5d8bc9308a67937e5359a1f28263 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,18 @@
 
  Changes between 0.9.7c and 0.9.8  [xx XXX xxxx]
 
+  *) Reduced header interdepencies by declaring more opaque objects in
+     ossl_typ.h. As a consequence, including some headers (eg. engine.h) will
+     give fewer recursive includes, which could break lazy source code - so
+     this change is covered by the OPENSSL_NO_DEPRECATED symbol. As always,
+     developers should define this symbol when building and using openssl to
+     ensure they track the recommended behaviour, interfaces, [etc], but
+     backwards-compatible behaviour prevails when this isn't defined.
+     [Geoff Thorpe]
+
+  *) New function X509_POLICY_NODE_print() which prints out policy nodes.
+     [Steve Henson]
+
   *) Add new EVP function EVP_CIPHER_CTX_rand_key and associated functionality.
      This will generate a random key of the appropriate length based on the 
      cipher context. The EVP_CIPHER can provide its own random key generation