summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-09-12 11:08:30 -0700
committerRuss Allbery <rra@stanford.edu>2008-09-12 11:08:30 -0700
commitd8ba500611438e70fd851ce11919633bd750fea9 (patch)
tree5c5ae751a5b9827fe040a246ebfe9ea4b3125b5a
parentdf4d1750795bb5d642ac5c27148b674202f0739b (diff)
Release 2.13
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--remctl.spec6
4 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 390c37a..8afcaeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
User-Visible remctl Changes
-remctl 2.13 (unreleased)
+remctl 2.13 (2008-09-12)
Add support for ACL methods in the remctld server. The supported
schemes in this release are file and princ, which together provide the
diff --git a/README b/README
index a3e6ea5..e7e3b13 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- remctl release 2.12
+ remctl release 2.13
(remote authenticated command execution with ACLs)
Originally written by Anton Ushakov
diff --git a/configure.ac b/configure.ac
index 6fe0a11..f1a4588 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl
dnl See LICENSE for licensing terms.
AC_PREREQ([2.61])
-AC_INIT([remctl], [2.12], [rra@stanford.edu])
+AC_INIT([remctl], [2.13], [rra@stanford.edu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_LIBOBJ_DIR([portable])
AM_INIT_AUTOMAKE([1.10])
diff --git a/remctl.spec b/remctl.spec
index e718bab..2f3c391 100644
--- a/remctl.spec
+++ b/remctl.spec
@@ -5,7 +5,7 @@
Name: remctl
Summary: Client/server for Kerberos-authenticated command execution
-Version: 2.12
+Version: 2.13
Release: 1.EL%{rel}
Copyright: MIT
URL: http://www.eyrie.org/~eagle/software/remctl/
@@ -158,6 +158,10 @@ fi
%{__rm} -rf %{buildroot}
%changelog
+* Fri Sep 12 2008 Russ Allbery <rra@stanford.edu> 2.13-1
+- Update for 2.13.
+- PHP and Python bindings not yet supported.
+
* Fri Apr 4 2008 Russ Allbery <rra@stanford.edu> 2.12-1
- Update for 2.12.