update for krb5-1.3.2-beta4
authorTom Yu <tlyu@mit.edu>
Tue, 17 Feb 2004 21:50:38 +0000 (21:50 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 17 Feb 2004 21:50:38 +0000 (21:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16087 dc483132-0cff-0310-8789-dd5450dbe970

README

diff --git a/README b/README
index 5b0be8a39ef1cdea7408d6c4531761b1ab461541..04e800f42f7fa7fa68a203a4cab4b23beee6830f 100644 (file)
--- a/README
+++ b/README
@@ -73,14 +73,14 @@ Major changes in 1.3.2
 * [982] On windows, krb5.exe now has a checkbox to request addressless
   tickets.
 
-* [2189] To avoid compatibility problems, unrecognized TGS options
-  will now be ignored.
+* [2189, 2234] To avoid compatibility problems, unrecognized TGS
+  options will now be ignored.
 
 * [2218] 128-bit AES has been added to the default enctypes.
 
-* [2223] AES cryptosystem now chains IVs.  This WILL break backwards
-  compatibility for the kcmd applications, if they are using AES
-  session keys.
+* [2223, 2229] AES cryptosystem now chains IVs.  This WILL break
+  backwards compatibility for the kcmd applications, if they are using
+  AES session keys.
 
 Minor changes in 1.3.2
 ----------------------
@@ -139,6 +139,10 @@ Minor changes in 1.3.2
 * [1792] The lib/kadm5 unit tests now work around a Solaris 9
   pty-close bug.
 
+* [1793] The test suite works around some Tru64 and Irix RPATH
+  issues, which previously could prevent tests from running on a build
+  with shared libraries enabled.
+
 * [1799] kadmind supports callouts to the Apple password server.
 
 * [1893] KRB-SAFE messages from older releases can now be read
@@ -183,8 +187,8 @@ Minor changes in 1.3.2
 * [2118] Applied patch from Will Fiveash to use correct parameter for
   KDC TCP listening sockets.
 
-* [2144] Memory management errors in the Windows gss.exe test client
-  have been fixed.
+* [2144,2230] Memory management errors in the Windows gss.exe test
+  client have been fixed.
 
 * [2171] krb5_locate_kpasswd() now correctly calls htons() on the
   kpasswd port number.  Found by Arlene Berry.
@@ -214,6 +218,13 @@ Minor changes in 1.3.2
 
 * [2228] Copyright notices updated in GSS sample apps.
 
+* [2233] On Windows compiles with KRB5_KFW_COMPILE, the lib path for
+  krbcc32.lib is now correct.
+
+* [2195, 2236, 2241, 2245] The Solaris 9 pty-close bug, which was
+  affecting the test suite, has been worked around by hacking
+  scheduler priorities.  See the installation notes for details.
+
 Notes, Major Changes, and Known Bugs for 1.3.1
 ----------------------------------------------