summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2010-01-30 01:58:19 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2010-01-30 01:58:19 +0000
commit4912253423cb1c182cf42d26502f841f103f83c2 (patch)
tree5781e978200104f7952f8638597ceb2f9f7972cd /ChangeLog
parentec35e91f1d1ef06008da3b60c49d7f0642b9c8db (diff)
downloadclasspath-4912253423cb1c182cf42d26502f841f103f83c2.tar.gz
PR classpath/41686 Implement KerberosTicket.getSessionKeyType()
2010-01-30 Andrew John Hughes <ahughes@redhat.com> PR classpath/41686 * javax/security/auth/kerberos/KerberosTicket.java: Fix formatting. (toString()): Add full implementation. (getSessionKeyType()): Implemented. * javax/security/auth/kerberos/KeyImpl.java: (toString()): Implemented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bde302af1..c13d9ca18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2010-01-30 Andrew John Hughes <ahughes@redhat.com>
+ PR classpath/41686
+ * javax/security/auth/kerberos/KerberosTicket.java:
+ Fix formatting.
+ (toString()): Add full implementation.
+ (getSessionKeyType()): Implemented.
+ * javax/security/auth/kerberos/KeyImpl.java:
+ (toString()): Implemented.
+
+2010-01-30 Andrew John Hughes <ahughes@redhat.com>
+
* autogen.sh:
Allow libtool 2.* through.
* configure.ac: