]> eyrie.org Git - kerberos/kftgt.git/commitdiff
Release 1.11.
authorRuss Allbery <rra@stanford.edu>
Thu, 22 Dec 2005 00:35:00 +0000 (00:35 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 15 Mar 2010 06:05:56 +0000 (23:05 -0700)
NEWS
README
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index fa52ca2b977ac24bebfc76cb70b15a7ddc231b6b..54a33a7633c630b2df44a0cb5ed8e508f9348d29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
                         User-Visible kftgt Changes
 
-kftgt 1.11 (unreleased)
+kftgt 1.11 (2005-12-21)
 
     Disable IP address checking in the Kerberos v4 library when building
     with MIT Kerberos to allow ticket forwarding through NAT.
 
+    Fix error reporting in kftgt when the server closes the connection
+    without sending back an error message.
+
     Fix builds outside of the source directory.
 
     Fix configure breakage when detecting the Kerberos v4 libraries when
diff --git a/README b/README
index 745b664b1d58ee626e9a38de77abf91f879ba008..82c46f6fd4427bb07c47836ec5dae8faab9f4799 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            kftgt release 1.10
+                            kftgt release 1.11
                      (Kerberos v4 ticket forwarding)
 
           Originally written by Roland Schemers and Booker Bense
index 400e88aa6c6d3b3eb8a50e030f5b271aa1e49656..f55dc7b19e460f32a8fddd7693a73737d883fc24 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 
 AC_REVISION([$Revision$])
 AC_PREREQ(2.57)
-AC_INIT([kftgt], [1.10], [rra@stanford.edu])
+AC_INIT([kftgt], [1.11], [rra@stanford.edu])
 
 dnl Checks for programs.
 AC_PROG_CC
index 91051818ad3170c652dc774ccabbb265f41ea1a8..0313bd6a6c8752c6b54bcc2f0b84d0187041c7bc 100644 (file)
@@ -1,3 +1,12 @@
+kftgt (1.11-1) unstable; urgency=low
+
+  * New upstream release.
+    - If communication with kftgtd fails, don't print random junk as the
+      error message in kftgt.
+    - Ignore IP addresses to allow ticket forwarding across NAT.
+
+ -- Russ Allbery <rra@debian.org>  Wed, 21 Dec 2005 16:32:47 -0800
+
 kftgt (1.10-1) unstable; urgency=low
 
   * New upstream release.