]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update README and patchlevel.h for krb5-1.9.4 krb5-1.9.4-final
authorTom Yu <tlyu@mit.edu>
Wed, 20 Jun 2012 18:27:54 +0000 (14:27 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 20 Jun 2012 18:27:54 +0000 (14:27 -0400)
README
src/patchlevel.h

diff --git a/README b/README
index da16deba4cfb0ff84e7a286438708d7499a2a2e6..c74eaaf495157b5628d330ce8f72e90275478c27 100644 (file)
--- a/README
+++ b/README
@@ -70,6 +70,37 @@ 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.9.4
+----------------------
+
+This is a bugfix release.
+
+* Fix interop issues with Windows Server 2008 R2 Read-Only Domain
+  Controllers.
+
+* Work around a glibc bug that causes spurious 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.9.4 changes by ticket ID
+-------------------------------
+
+7101    workaround for Solaris 8 lacking isblank
+7102    kvno ASN.1 encoding interop with Windows RODCs
+7103    Fix KDB iteration when callback does write calls
+7104    Fix spurious password expiry warning
+7142    Use correct name-type in TGS-REQs for 2008R2 RODCs
+7156    Try all history keys to decrypt password history
+7164    Work around glibc getaddrinfo PTR lookups
+7165    Make password change work without default realm
+7168    Null pointer deref in kadmind [CVE-2012-1013]
+7169    Export krb5_set_trace_callback/filename
+7170    Export gss_mech_krb5_wrong from libgssapi_krb5
+
 Major changes in 1.9.3
 ----------------------
 
index 4b4e6e454b97fbaf1fa3624e30a39bcc566dbe02..abd146b979698ef29dc8ec3d623e9bffefce2b47 100644 (file)
@@ -52,7 +52,7 @@
  */
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 9
-#define KRB5_PATCHLEVEL 3
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 4
+/* #undef  KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.9"
+#define KRB5_RELTAG "krb5-1.9.4-final"