aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-05-26 09:51:12 +0000
committerTom Yu <tlyu@mit.edu>2009-05-26 09:51:12 +0000
commit15a5894f99d319223aebad09905d2bebd4e07a5a (patch)
tree151910abc6a0db429752e7d497ad30ac65a9cb69
parentfb0baee669f373639f7fde8eaa6fb0e1398accb8 (diff)
downloadkrb5-15a5894f99d319223aebad09905d2bebd4e07a5a.zip
krb5-15a5894f99d319223aebad09905d2bebd4e07a5a.tar.gz
krb5-15a5894f99d319223aebad09905d2bebd4e07a5a.tar.bz2
readme and patchlevel for krb5-1.7-beta3
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22389 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README16
-rw-r--r--src/patchlevel.h4
2 files changed, 17 insertions, 3 deletions
diff --git a/README b/README
index 070e4c3..04f6e08 100644
--- 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
---------------------------------
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 7559513..c8bcf65 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -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"