]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
README and patchlevel.h for krb5-1.10.2 krb5-1.10.2-final
authorTom Yu <tlyu@mit.edu>
Thu, 31 May 2012 23:47:15 +0000 (19:47 -0400)
committerTom Yu <tlyu@mit.edu>
Thu, 31 May 2012 23:47:15 +0000 (19:47 -0400)
README
src/patchlevel.h

diff --git a/README b/README
index fc9c419d74edd6e167daf493905c7b8666db1f21..615e532fd4d212653653f78689d81b872302637b 100644 (file)
--- a/README
+++ b/README
@@ -70,6 +70,36 @@ from using single-DES cryptosystems.  Among these is a configuration
 variable that enables "weak" enctypes, which defaults to "false"
 beginning with krb5-1.8.
 
+Major changes in 1.10.2
+-----------------------
+
+This is a bugfix release.
+
+* Fix an interop issue with Windows Server 2008 R2 Read-Only Domain
+  Controllers.
+
+* Update a workaround for a glibc bug that would cause DNS PTR queries
+  to occur even when rdns = false.
+
+* Fix a kadmind denial of service issue (null pointer dereference),
+  which could only be triggered by an administrator with the "create"
+  privilege.  [CVE-2012-1013]
+
+krb5-1.10.2 changes by ticket ID
+--------------------------------
+
+7095    Build system uses @localedir@ without requiring autoconf 2.60
+7099    Decrypting history key entries can fail after 1.8 upgrade
+7119    Preauth fails for second AS request in a krb5 context
+7120    Use correct name-type in TGS-REQs for 2008R2 RODCs
+7124    krb5_sname_to_principal canonicalization should work with
+        IPv6-only hosts
+7127    Can't change password without default_realm
+7136    S4U2Self using kvno broken in 1.10.1, but not in 1-9.3
+7143    krb5_set_trace_filename not exported
+7148    Export gss_mech_krb5_wrong from libgssapi_krb5
+7152    Null pointer deref in kadmind [CVE-2012-1013]
+
 Major changes in 1.10.1
 -----------------------
 
index d2a1e106cbff6b642c53746b636783a42cd6d6c3..d617653c45f3b1f3ccd9d9d8bb75c12a4b6c4122 100644 (file)
@@ -51,7 +51,7 @@
  */
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 10
-#define KRB5_PATCHLEVEL 1
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 2
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.10"
+#define KRB5_RELTAG "tags/krb5-1.10.2-final"