summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-02-17 21:50:38 +0000
committerTom Yu <tlyu@mit.edu>2004-02-17 21:50:38 +0000
commit5b2628f764c4ca5cc15eab8a0e1fd2ffc28297db (patch)
tree3cd19d6a762f47f4134b24e10b53e45c6264378c /README
parent8a5872ce96c73a95b1bea361e155b9d5dc2e4d7a (diff)
downloadkrb5-5b2628f764c4ca5cc15eab8a0e1fd2ffc28297db.tar.gz
krb5-5b2628f764c4ca5cc15eab8a0e1fd2ffc28297db.tar.xz
krb5-5b2628f764c4ca5cc15eab8a0e1fd2ffc28297db.zip
update for krb5-1.3.2-beta4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16087 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 18 insertions, 7 deletions
diff --git a/README b/README
index 5b0be8a39e..04e800f42f 100644
--- 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
----------------------------------------------