summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-03-23 22:29:54 +0000
committerTom Yu <tlyu@mit.edu>2004-03-23 22:29:54 +0000
commit8abed32c01ba9c98e7ace2c382dbe726371bd433 (patch)
treec348d59e42e5286861b7e1cf9cdd77c89acc7e85 /README
parenta8a1df2f8e0d9b12bb53a4ff04b420f867bff268 (diff)
downloadkrb5-8abed32c01ba9c98e7ace2c382dbe726371bd433.tar.gz
krb5-8abed32c01ba9c98e7ace2c382dbe726371bd433.tar.xz
krb5-8abed32c01ba9c98e7ace2c382dbe726371bd433.zip
argh. this time for sure.
krb5-1.3.3-beta1 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16207 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index ac5a227bc8..92e9a9c768 100644
--- a/README
+++ b/README
@@ -62,15 +62,9 @@ and logging in as "guest" with password "guest".
Major changes in 1.3.3
----------------------
-* [2277] In sendto_kdc, a socket leak on connection failure was fixed.
- Thanks to Bill Dodd.
-
* [2284] Fixed accept_sec_context to use a replay cache in the
GSS_C_NO_CREDENTIAL case. Reported by Cesar Garcia.
-* [2384] A memory leak in the TCP handling code in the KDC has been
- fixed. Thanks to Will Fiveash.
-
* [2426] Fixed a spurious SIGPIPE that happened in the TCP sendto_kdc
code on AIX. Thanks to Bill Dodd.
@@ -79,6 +73,15 @@ Major changes in 1.3.3
* [2453] The AES string-to-key function no longer returns a pointer to
stack memory when given a password longer than 64 characters.
+Minor changes in 1.3.3
+----------------------
+
+* [2277] In sendto_kdc, a socket leak on connection failure was fixed.
+ Thanks to Bill Dodd.
+
+* [2384] A memory leak in the TCP handling code in the KDC has been
+ fixed. Thanks to Will Fiveash.
+
Major changes in 1.3.2
----------------------