README and patchlevel.h for krb5-1.8.6
authorTom Yu <tlyu@mit.edu>
Mon, 6 Feb 2012 23:59:36 +0000 (23:59 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 6 Feb 2012 23:59:36 +0000 (23:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@25675 dc483132-0cff-0310-8789-dd5450dbe970

README
src/patchlevel.h

diff --git a/README b/README
index a8f8e015e5f35621cd1cad8dea9587ef2f50b400..b658a74aadf5f6e4cd6b8253b1c26b2508c6a562 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2011 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2012 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
@@ -82,6 +82,20 @@ additional measures include:
   crypto
 * easier kadmin history key changes
 
+Major changes in 1.8.6
+----------------------
+
+This is primarily a bugfix release.
+
+krb5-1.8.6 changes by ticket ID
+-------------------------------
+
+7010    Fix intermediate key length in hmac-md5 checksum
+7011    Exit on error in kadmind kprop child
+7012    Fix month/year units in getdate
+7041    Fix failure interval of 0 in LDAP lockout code
+7070    krb5_server_decrypt_ticket_keytab wrongly succeeds
+
 Major changes in 1.8.5
 ----------------------
 
@@ -498,6 +512,7 @@ reports, suggestions, and valuable resources:
     Michael B Allen
     Heinz-Ado Arnolds
     Derek Atkins
+    Mark Bannister
     David Bantz
     Alex Baule
     Arlene Berry
@@ -537,7 +552,9 @@ reports, suggestions, and valuable resources:
     Philip Guenther
     Dominic Hargreaves
     Jakob Haufe
+    Paul B. Henson
     Jeff Hodges
+    Christopher Hogan
     Love Hörnquist Ã…strand
     Ken Hornstein
     Henry B. Hotz
@@ -557,6 +574,7 @@ reports, suggestions, and valuable resources:
     Nathaniel McCallum
     Greg McClement
     Cameron Meadors
+    Alexey Melnikov
     Franklyn Mendez
     Markus Moeller
     Kyle Moffett
@@ -569,6 +587,7 @@ reports, suggestions, and valuable resources:
     Andrej Ota
     Dmitri Pal
     Javier Palacios
+    Tom Parker
     Ezra Peisach
     W. Michael Petullo
     Mark Phalan
@@ -588,6 +607,8 @@ reports, suggestions, and valuable resources:
     Jorgen Wahlsten
     Max (Weijun) Wang
     John Washington
+    Kevin Wasserman
+    Margaret Wasserman
     Marcus Watts
     Simon Wilkinson
     Nicolas Williams
index aed44245455515edbce95bd29c0c3b6ac9dddf7f..5bb33611162d2753d3a07af38a4906f26c29342a 100644 (file)
@@ -52,7 +52,7 @@
  */
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 8
-#define KRB5_PATCHLEVEL 5
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 6
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-8"
+#define KRB5_RELTAG "tags/krb5-1-8-6-final"