]> eyrie.org Git - kerberos/kstart.git/commitdiff
Release 4.1
authorRuss Allbery <rra@stanford.edu>
Sun, 8 Jan 2012 03:51:36 +0000 (19:51 -0800)
committerRuss Allbery <rra@stanford.edu>
Sun, 8 Jan 2012 03:51:36 +0000 (19:51 -0800)
LICENSE
NEWS
README
configure.ac

diff --git a/LICENSE b/LICENSE
index 201f615859222d7820337507445e3183c3608efe..531bb961b6e90738b45a2170ac1bbbae756f9d0e 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 The kstart package as a whole is:
 
   Copyright 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2004, 2005, 2006,
-      2007, 2008, 2009, 2010, 2011
+      2007, 2008, 2009, 2010, 2011, 2012
       The Board of Trustees of the Leland Stanford Junior University
 
 and released under the following license:
@@ -34,7 +34,7 @@ all of which are compatible with the above general package license.
 Collected copyright notices for the entire package:
 
   Copyright 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2004, 2005, 2006,
-      2007, 2008, 2009, 2010, 2011
+      2007, 2008, 2009, 2010, 2011, 2012
       The Board of Trustees of the Leland Stanford Junior University
   Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010
       by Internet Systems Consortium, Inc. ("ISC")
diff --git a/NEWS b/NEWS
index 5c82fca699a7d5aaa1fffcc517e5f51b601edfdf..625d25b5cfb237a49199345929f4902cb674d5f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        User-Visible kstart Changes
 
-kstart 4.1 (unreleased)
+kstart 4.1 (2012-01-07)
 
     Fix a regression introduced in kstart 4.0 that caused k5start -H and
     krenew -H to fail and attempt reauthentication with non-renewable
diff --git a/README b/README
index 974066765e8bb27486251fabc0d2fe8647241e3d..50adbce13d381b025776cdfee93e31ce7786b10a 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-                            kstart release 4.0
+                            kstart release 4.1
                (kinit daemon that uses srvtabs or keytabs)
 
          Originally written by Robert Morgan and Booker C. Bense
          Currently maintained by Russ Allbery <rra@stanford.edu>
 
   Copyright 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2004, 2005, 2006,
-  2007, 2008, 2009, 2010, 2011 The Board of Trustees of the Leland
+  2007, 2008, 2009, 2010, 2011, 2012 The Board of Trustees of the Leland
   Stanford Junior University.  This software is distributed under a
   BSD-style license.  Please see the file LICENSE in the distribution for
   more information.
index 314bd1a43f9fa9759d459c674fda7dde9cd9068a..5db7407c5f49f1370e567ab802518dd93df859fb 100644 (file)
@@ -9,7 +9,7 @@ dnl and/or distribute it, with or without modifications, as long as this
 dnl notice is preserved.
 
 AC_PREREQ([2.64])
-AC_INIT([kstart], [4.0], [rra@stanford.edu])
+AC_INIT([kstart], [4.1], [rra@stanford.edu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])