]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - NEWS
Merge pull request #5 from rra/dependabot/github_actions/actions/checkout-4
[kerberos/krb5-strength.git] / NEWS
diff --git a/NEWS b/NEWS
index 3227a310bdbe6532d73584978b52717a3a6edec1..5274ac01d601f34abe321a2b0dd5bbe1a8b61214 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
                     User-Visible krb5-strength Changes
 
+krb5-strength 3.3 (unreleased)
+
+    heimdal-history now requires the Perl modules Const::Fast and
+    JSON::MaybeXS instead of Readonly and JSON.
+
+    Explicitly erase the copy of the password made in the Heimdal plugin.
+
+    Update to rra-c-util 10.5:
+
+    * Assume a working snprintf rather than supplying a replacement.
+    * Fix detection of reallocarray on NetBSD.
+    * Check that Kerberos header files were found during configure.
+    * Use AS_ECHO in all Autoconf macros.
+    * Always use lib32 or lib64 if it exists, even on Debian.
+    * Fix rejection of unknown Clang warning flags.
+    * Disable -Wreserved-identifier for Clang warning builds.
+
 krb5-strength 3.2 (2020-05-17)
 
     Add new -c (--check-only) option to heimdal-history to check whether a
@@ -44,6 +61,7 @@ krb5-strength 3.2 (2020-05-17)
     * Skip more build system files when running the test suite.
     * Fix warnings with Clang 10, GCC 10, and the Clang static analyzer.
     * Exclude more valgrind false positives with Kerberos libraries.
+    * Improve support for AIX's bundled Kerberos.
 
     Update to C TAP Harness 4.7: