Update our list of implemented and related standards.
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 84683d2b9ea4e75e2d6357e74a41ee04afe77047..afefb21303496f4bab186425d171b37049929c17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,14 @@
 
  Changes between 0.9.6h and 0.9.7  [XX xxx 2002]
 
+  *) Change the declaration of needed Kerberos libraries to use EX_LIBS
+     instead of the special (and badly supported) LIBKRB5.  LIBKRB5 is
+     removed entirely.
+     [Richard Levitte]
+
   *) The hw_ncipher.c engine requires dynamic locks.  Unfortunately, it
-     seems that in spite of existing for more than a year, no application
-     author has done anything to provide the necessary callbacks, which
+     seems that in spite of existing for more than a year, many application
+     author have done nothing to provide the necessary callbacks, which
      means that this particular engine will not work properly anywhere.
      This is a very unfortunate situation which forces us, in the name
      of usability, to give the hw_ncipher.c a static lock, which is part