]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - NEWS
Add class requirement documentation and length ranges
[kerberos/krb5-strength.git] / NEWS
diff --git a/NEWS b/NEWS
index e2916263cd1a01ea18eaef64299556350bc1830e..73e34af6ad1cc671557656b3d1fe33ff33a728c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,31 @@
                     User-Visible krb5-strength Changes
 
+krb5-strength 2.2 (unreleased)
+
+    More complex character class requirements can be specified with the
+    configuration option require_classes.  This option lists the character
+    classes the password must contain.  These restrictions may be
+    qualified with password length ranges, allowing the requirements to
+    change with the length of the password.  See README for more details
+    and the option syntax.
+
+    cdbmake-wordlist now supports filtering out words based on maximum
+    length (-L) and arbitrary user-provided regular expressions (-x).  It
+    also supports running in filter mode to produce a new wordlist instead
+    of a CDB file (-o).
+
+krb5-strength 2.1 (2013-10-10)
+
+    Fix the package build when CDB support is disabled or TinyCDB was not
+    found.
+
+    Some of the password rejection error messages have been changed to
+    make them more accurate or comprehensible to the user.
+
+    Passing --with-tinycdb to configure now correctly makes TinyCDB
+    support mandatory without adding bogus directories to the library and
+    include search paths.
+
 krb5-strength 2.0 (2013-10-07)
 
     Add support for the MIT Kerberos password quality plugin interface,