]> 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 d313c39f4f4c9c7e08fdbae6f824ab9dd113293a..73e34af6ad1cc671557656b3d1fe33ff33a728c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
                     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