summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2014-10-05 16:00:45 +0000
committerNathan Neulinger <nneul@neulinger.org>2014-10-05 16:00:45 +0000
commit463d43b3a33836b5f9e7f2dd335e874b3c02ac4a (patch)
tree48c1588696dd43211604fdbda4134e9c916fd8b2
parentb065d6d45ddf5d0b8ec34f5a655c1a0e5178ed4f (diff)
downloadcracklib-463d43b3a33836b5f9e7f2dd335e874b3c02ac4a.tar.gz
bump to 2.9.3 for future dev
git-svn-id: file:///tmp/cracklib-svn/trunk@235 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 257dea0..bda101f 100644
--- a/cracklib/NEWS
+++ b/cracklib/NEWS
@@ -1,3 +1,4 @@
+v2.9.3
v2.9.2 support build of python support outside of source tree (Michał Górny)
fix bug in Python string distance calculation (Pascal Muetschard)
fix bug #16 / debian bug 724570 - broken optimization with packlib prevblock (Russ Allbery)
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])