readme and patchlevel for krb5-1.7-beta3
authorTom Yu <tlyu@mit.edu>
Tue, 26 May 2009 09:51:12 +0000 (09:51 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 26 May 2009 09:51:12 +0000 (09:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22389 dc483132-0cff-0310-8789-dd5450dbe970

README
src/patchlevel.h

diff --git a/README b/README
index 070e4c3db871175222eeba5ace3e23875740057b..04f6e08e59761b6372b3f6648ae18b2d98a7fbcd 100644 (file)
--- a/README
+++ b/README
@@ -124,7 +124,6 @@ Known bugs by ticket ID
 -----------------------
 
 6481    kdb ldap integration removed rev/recurse kdb5_util dumps
-6486    t_pac fails on SPARC Solaris
 6487    gss_unwrap_iov fails in stream mode
 
 Changes by ticket ID
@@ -506,6 +505,21 @@ Changes by ticket ID
 6483    man1 in title header for man1 manpages
 6484    work around Heimdal not using subkey in TGS-REP
 6485    document ok_as_delegate in admin.texinfo
+6486    t_pac fails on SPARC Solaris
+6488    NFS fails to work with KRB5 1.7
+6489    UCS2 support doesn't handle upper half of BMP
+6490    Windows interop with RC4 TGS-REQ subkeys
+6492    Remove spurious assertion in handle_authdata
+6493    some fixes for 1.7
+6495    Fix test rules for non-gmake make versions
+6496    Fix vector initialization error in KDC preauth code
+6497    kinit/fast usage message
+6498    spnego_mech.c syntax error under _GSS_STATIC_LINK
+6499    use printf format attribute only with gcc
+6500    use correct type for krb5_c_prf_length length arg
+6501    Temporarily disable FAST PKINIT for 1.7 release
+6502    typo in doc/api/krb5.tex
+6503    typo in admin.texinfo
 
 Copyright and Other Legal Notices
 ---------------------------------
index 7559513308d8e35d9801b0e566f3832c87a496b0..c8bcf65b6b1f0e9f8169c92685f57951b6335911 100644 (file)
@@ -53,6 +53,6 @@
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 7
 #define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta2-postrelease"
+#define KRB5_RELTAIL "beta3"
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-7"
+#define KRB5_RELTAG "tags/krb5-1-7-beta3"