svn rev #25675: branches/krb5-1-8/ src/
tlyu@MIT.EDU
tlyu at MIT.EDU
Mon Feb 6 18:59:36 EST 2012
http://src.mit.edu/fisheye/changelog/krb5/?cs=25675
Commit By: tlyu
Log Message:
README and patchlevel.h for krb5-1.8.6
Changed Files:
U branches/krb5-1-8/README
U branches/krb5-1-8/src/patchlevel.h
Modified: branches/krb5-1-8/README
===================================================================
--- branches/krb5-1-8/README 2012-02-06 23:19:08 UTC (rev 25674)
+++ branches/krb5-1-8/README 2012-02-06 23:59:36 UTC (rev 25675)
@@ -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 @@
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 @@
Michael B Allen
Heinz-Ado Arnolds
Derek Atkins
+ Mark Bannister
David Bantz
Alex Baule
Arlene Berry
@@ -537,7 +552,9 @@
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 @@
Nathaniel McCallum
Greg McClement
Cameron Meadors
+ Alexey Melnikov
Franklyn Mendez
Markus Moeller
Kyle Moffett
@@ -569,6 +587,7 @@
Andrej Ota
Dmitri Pal
Javier Palacios
+ Tom Parker
Ezra Peisach
W. Michael Petullo
Mark Phalan
@@ -588,6 +607,8 @@
Jorgen Wahlsten
Max (Weijun) Wang
John Washington
+ Kevin Wasserman
+ Margaret Wasserman
Marcus Watts
Simon Wilkinson
Nicolas Williams
Modified: branches/krb5-1-8/src/patchlevel.h
===================================================================
--- branches/krb5-1-8/src/patchlevel.h 2012-02-06 23:19:08 UTC (rev 25674)
+++ branches/krb5-1-8/src/patchlevel.h 2012-02-06 23:59:36 UTC (rev 25675)
@@ -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"
More information about the cvs-krb5
mailing list