README and patchlevel.h for krb5-1.10
authorTom Yu <tlyu@mit.edu>
Fri, 27 Jan 2012 19:42:58 +0000 (19:42 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 27 Jan 2012 19:42:58 +0000 (19:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-10@25662 dc483132-0cff-0310-8789-dd5450dbe970

README
src/patchlevel.h

diff --git a/README b/README
index 938e084675cf40a39158021d992c229ada8ce304..9f3b9fd552af808dfbf164c409a2df8ad4a7394b 100644 (file)
--- a/README
+++ b/README
@@ -83,8 +83,8 @@ and
 
 Code quality:
 
-* Fix MITKRB5-SA-2011-006 and MITKRB5SA-2011-007 KDC denial of service
-  vulnerabilities [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529
+* Fix MITKRB5-SA-2011-006 and MITKRB5-SA-2011-007 KDC denial of
+  service vulnerabilities [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529
   CVE-2011-1530].
 
 * Update the Fortuna implementation to more accurately implement the
@@ -272,6 +272,8 @@ krb5-1.10 changes by ticket ID
 7060    Convert securid module edata method
 7065    delete duplicate NOTICE file
 7067    documentation license to CC-BY-SA 3.0 Unported
+7077    LIBS should not include PKINIT_CRYPTO_IMPL_LIBS
+7078    Use INSTALL_DATA to install message catalogues
 
 Acknowledgements
 ----------------
index 46cc7bf1c05cb29bb786cadf4d1192c10d23250a..c5d694165049d48321fe70cfa557bba9b004ff5f 100644 (file)
@@ -52,6 +52,6 @@
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 10
 #define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta1-postrelease"
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-10"
+#define KRB5_RELTAG "tags/krb5-1-10-final"