README and patchlevel.h for krb5-1.8.5
authorTom Yu <tlyu@mit.edu>
Fri, 4 Nov 2011 22:20:16 +0000 (22:20 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 4 Nov 2011 22:20:16 +0000 (22:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@25438 dc483132-0cff-0310-8789-dd5450dbe970

README
src/patchlevel.h

diff --git a/README b/README
index 745bc0d9613f7272545825cb396b886d9350d776..a8f8e015e5f35621cd1cad8dea9587ef2f50b400 100644 (file)
--- a/README
+++ b/README
@@ -82,7 +82,7 @@ additional measures include:
   crypto
 * easier kadmin history key changes
 
-Major changes in 1.8.4
+Major changes in 1.8.5
 ----------------------
 
 This is primarily a bugfix release.
@@ -90,13 +90,13 @@ This is primarily a bugfix release.
 * Fix MITKRB5-SA-2011-006 KDC denial of service vulnerabilities
   [CVE-2011-1528 CVE-2011-1529 CVE-2011-4151].
 
-krb5-1.8.4 changes by ticket ID
+krb5-1.8.5 changes by ticket ID
 -------------------------------
 
 6925    Memory leak in save_error_string_nocopy()
 6926    work around Dejagnu failure on modern Tcl
-6983    SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528
-        CVE-2011-1529]
+6983    SA-2011-006 KDC denial of service [CVE-2011-1528 CVE-2011-1529
+        CVE-2011-4151]
 6984    modernize doc/Makefile somewhat
 6991    fix tar invocation in mkrel
 
@@ -496,6 +496,7 @@ reports, suggestions, and valuable resources:
     Russell Allbery
     Brian Almeida
     Michael B Allen
+    Heinz-Ado Arnolds
     Derek Atkins
     David Bantz
     Alex Baule
@@ -516,12 +517,14 @@ reports, suggestions, and valuable resources:
     Sylvain Cortes
     Nalin Dahyabhai
     Dennis Davis
+    Mark Deneen
     Roland Dowdeswell
     Jason Edgecombe
     Mark Eichin
     Shawn M. Emery
     Douglas E. Engert
     Peter Eriksson
+    Juha Erkkilä
     Ronni Feldt
     Bill Fellows
     JC Ferguson
@@ -552,20 +555,24 @@ reports, suggestions, and valuable resources:
     Kevin Longfellow
     Ryan Lynch
     Nathaniel McCallum
+    Greg McClement
     Cameron Meadors
     Franklyn Mendez
     Markus Moeller
+    Kyle Moffett
     Paul Moore
     Keiichi Mori
     Zbysek Mraz
     Edward Murrell
     Nikos Nikoleris
     Felipe Ortega
+    Andrej Ota
     Dmitri Pal
     Javier Palacios
     Ezra Peisach
     W. Michael Petullo
     Mark Phalan
+    Jonathan Reams
     Robert Relyea
     Martin Rex
     Jason Rogers
index 355385f26d23c5999277c3750a7a78426c674333..fc0efebc460cd5a445f9d2d62b2499fcb21c6805 100644 (file)
@@ -53,6 +53,6 @@
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 8
 #define KRB5_PATCHLEVEL 5
-#define KRB5_RELTAIL "beta1"
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "tags/krb5-1-8-5-beta1"
+#define KRB5_RELTAG "tags/krb5-1-8-5-final"