]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Release 2.2
authorRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 21:40:06 +0000 (13:40 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 21:40:06 +0000 (13:40 -0800)
LICENSE
NEWS
README
configure.ac

diff --git a/LICENSE b/LICENSE
index f1727853d290d5c414f3c8e42a6ef4b3e8b6bca6..58dccb1b0b388af18776771d0055e3f147051910 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -10,7 +10,7 @@ Copyright: 2006-2007, 2009-2013
 License: Expat
 
 Files: *
-Copyright: 2000-2002, 2004-2012 Russ Allbery <eagle@eyrie.org>
+Copyright: 2000-2002, 2004-2013 Russ Allbery <eagle@eyrie.org>
   2001-2002, 2004-2013
     The Board of Trustees of the Leland Stanford Junior University
   2010 the Massachusetts Institute of Technology
@@ -97,7 +97,8 @@ License: FSF-unlimited, and GPL-2+ with Libtool exception or Expat
 
 Files: portable/asprintf.c portable/dummy.c portable/kadmin.h
  portable/krb5-extra.c portable/krb5.h portable/macros.h portable/stdbool.h
- portable/system.h tests/portable/asprintf-t.c util/macros.h
+ portable/strndup.c portable/system.h tests/portable/asprintf-t.c
+ tests/portable/strndup-t.c util/macros.h
 Copyright: no copyright notice, see License
 License: rra-public-domain
  The authors hereby relinquish any claim to any copyright that they may
diff --git a/NEWS b/NEWS
index 8735effb841548ae3c3d429da9cb7c8f914a7a71..4c3b208100d6241738d31232c161ad76c2a5c6b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                     User-Visible krb5-strength Changes
 
-krb5-strength 2.2 (unreleased)
+krb5-strength 2.2 (2013-12-16)
 
     More complex character class requirements can be specified with the
     configuration option require_classes.  This option lists the character
diff --git a/README b/README
index cd13b8d412c3dad21ae29e0be4f5be8eb0c32cd5..a5cbc361591b7b5a432f8c6d5f05e9dc6ea68324 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            krb5-strength 2.1
+                            krb5-strength 2.2
                (Kerberos password strength checking plugin)
 
                Maintained by Russ Allbery <eagle@eyrie.org>
index 5d11d4d437ab2a44c13920281f22e18731a2a289..519cfe3d7eb0346f6847a19daf651f915e0fe7dd 100644 (file)
@@ -8,7 +8,7 @@ dnl See LICENSE for licensing terms.
 
 dnl Basic Autoconf configuration.
 AC_PREREQ([2.64])
-AC_INIT([krb5-strength], [2.1], [eagle@eyrie.org])
+AC_INIT([krb5-strength], [2.2], [eagle@eyrie.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])