]> eyrie.org Git - kerberos/kadmin-remctl.git/commitdiff
Release 3.5 release/3.5
authorRuss Allbery <rra@stanford.edu>
Fri, 11 Oct 2013 02:02:59 +0000 (19:02 -0700)
committerRuss Allbery <rra@stanford.edu>
Fri, 11 Oct 2013 02:02:59 +0000 (19:02 -0700)
LICENSE
NEWS
README
configure.ac

diff --git a/LICENSE b/LICENSE
index 8ad449d6ae0b970bfe6783eea3b8003f4ec73ac2..1311a6e87cce76df29ed75d6246114dac56cb54b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -15,17 +15,18 @@ Copyright: 1997, 2003, 2006-2011, 2013
 License: Expat
 
 Files: Makefile.in
-Copyright: 1994-2011 Free Software Foundation, Inc.
+Copyright: 1994-2013 Free Software Foundation, Inc.
   2007-2008, 2010-2011, 2013
     The Board of Trustees of the Leland Stanford Junior University
 License: FSF-unlimited and Expat
 
 Files: aclocal.m4
-Copyright: 1996-2012 Free Software Foundation, Inc.
+Copyright: 1996-2013 Free Software Foundation, Inc.
 License: FSF-unlimited
 
-Files: build-aux/compile build-aux/depcomp build-aux/missing
-Copyright: 1996-1997, 1999-2000, 2002-2009 Free Software Foundation, Inc.
+Files: build-aux/ar-lib build-aux/compile build-aux/depcomp
+ build-aux/missing
+Copyright: 1996-2013 Free Software Foundation, Inc.
 License: GPL-2+ with Autoconf exception or Expat
 
 Files: build-aux/install-sh
@@ -142,7 +143,7 @@ License: Powell-snprintf
 Files: util/messages.c util/messages.h util/xmalloc.c util/xmalloc.h
 Copyright: 1991, 1994-2003 The Internet Software Consortium and Rich Salz
   2004-2006 Internet Systems Consortium, Inc.
-  2008-2010, 2012
+  2008-2010, 2012-2013
     The Board of Trustees of the Leland Stanford Junior University
 License: ISC
  Permission to use, copy, modify, and distribute this software for any
diff --git a/NEWS b/NEWS
index 2bb85fa68e18656e5297065d710f9dfbb1ae3df7..21798a2801e84cb64922d095a4599e009c7b9a1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                     User-Visible kadmin-remctl Changes
 
-kadmin-remctl 3.5 (unreleased)
+kadmin-remctl 3.5 (2013-10-10)
 
     Increase the timeout for initial authentication during a kpasswd
     password change to ten seconds, and the timeout for a successful
diff --git a/README b/README
index 4f36fee8a193a11e75c6ec7bbfdd1aab94f15b76..2f899fd18f9168e3abdbcc276a9f54040e3a5470 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            kadmin-remctl 3.4
+                            kadmin-remctl 3.5
              (remctl interface for Kerberos kadmin functions)
 
                 Written by Russ Allbery <rra@stanford.edu>
index d29ac176e3a1bc1659ce799d9e29483affb966a5..03f7777dcd9476fa2f35a70d22ca9f1061f4e96c 100644 (file)
@@ -7,7 +7,7 @@ dnl
 dnl See LICENSE for licensing terms.
 
 AC_PREREQ([2.64])
-AC_INIT([kadmin-remctl], [3.4], [rra@stanford.edu])
+AC_INIT([kadmin-remctl], [3.5], [rra@stanford.edu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])