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.
variable that enables "weak" enctypes, which defaults to "false"
beginning with krb5-1.8.
+Major changes in 1.9.3
+----------------------
+
+This is primarily a bugfix release.
+
+* Fix MITKRB5-SA-2011-007 KDC null pointer dereference in TGS handling
+ [CVE-2011-1530].
+
+* Fix an interaction in iprop that could cause spurious excess kadmind
+ processes when a kprop child fails.
+
+krb5-1.9.3 changes by ticket ID
+-------------------------------
+
+6993 Fix format string for TRACE_INIT_CREDS_SERVICE
+7007 Fix intermediate key length in hmac-md5 checksum
+7008 Exit on error in kadmind kprop child
+7009 Fix month/year units in getdate
+7016 Handle TGS referrals to the same realm
+7040 Fix failure interval of 0 in LDAP lockout code
+7043 SA-2011-007 KDC null pointer deref in TGS handling [CVE-2011-1530]
+7052 Fix subkey memory leak in krb5_get_credentials
+7068 Fix implicit declaration in ksu for some builds
+7069 krb5_server_decrypt_ticket_keytab wrongly succeeds
+
Major changes in 1.9.2
----------------------
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 9
-#define KRB5_PATCHLEVEL 2
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 3
+/* #undef KRB5_RELTAIL */
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-9"
+#define KRB5_RELTAG "tags/krb5-1-9-3-final"