aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index ac5a227..92e9a9c 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
----------------------