summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2014-10-05 15:54:08 +0000
committerNathan Neulinger <nneul@neulinger.org>2014-10-05 15:54:08 +0000
commit54d21f4aed08df7dc785f049a5732c03fcceac16 (patch)
treeb16c1a2816d109abaf4d87e1b074188f46356051
parent783201122d829d9e2beb5c3e61157d2037d4776c (diff)
downloadcracklib-54d21f4aed08df7dc785f049a5732c03fcceac16.tar.gz
bug 16 - prevblock checking is causing incorrect results, looks to be a perf optimization gone awry. Thanks to Russ Allbery for the report. Debian bug # 724570
git-svn-id: file:///tmp/cracklib-svn/trunk@232 4175fe1e-86d5-4fdc-8e6a-506fab9d8533
-rw-r--r--cracklib/NEWS1
-rw-r--r--cracklib/configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/cracklib/NEWS b/cracklib/NEWS
index 07218c1..eb0946d 100644
--- a/cracklib/NEWS
+++ b/cracklib/NEWS
@@ -1,3 +1,4 @@
+v2.9.3 fix bug #16 / debian bug 724570 - broken optimization with packlib prevblock (Russ Allbery)
v2.9.2 support build of python support outside of source tree (Michał Górny)
fix bug in Python string distance calculation (Pascal Muetschard)
v2.9.1 added updated config.sub/config.guess in autogen
diff --git a/cracklib/configure.ac b/cracklib/configure.ac
index f2a65b6..3ef558e 100644
--- a/cracklib/configure.ac
+++ b/cracklib/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([cracklib], [2.9.2], [cracklib-devel@lists.sourceforge.net])
+AC_INIT([cracklib], [2.9.3], [cracklib-devel@lists.sourceforge.net])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])