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.
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
----------------------
Michael B Allen
Heinz-Ado Arnolds
Derek Atkins
+ Mark Bannister
David Bantz
Alex Baule
Arlene Berry
Philip Guenther
Dominic Hargreaves
Jakob Haufe
+ Paul B. Henson
Jeff Hodges
+ Christopher Hogan
Love Hörnquist Åstrand
Ken Hornstein
Henry B. Hotz
Nathaniel McCallum
Greg McClement
Cameron Meadors
+ Alexey Melnikov
Franklyn Mendez
Markus Moeller
Kyle Moffett
Andrej Ota
Dmitri Pal
Javier Palacios
+ Tom Parker
Ezra Peisach
W. Michael Petullo
Mark Phalan
Jorgen Wahlsten
Max (Weijun) Wang
John Washington
+ Kevin Wasserman
+ Margaret Wasserman
Marcus Watts
Simon Wilkinson
Nicolas Williams
*/
#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"