svn rev #25662: branches/krb5-1-10/ src/

tlyu@MIT.EDU tlyu at MIT.EDU
Fri Jan 27 14:42:58 EST 2012


http://src.mit.edu/fisheye/changelog/krb5/?cs=25662
Commit By: tlyu
Log Message:
README and patchlevel.h for krb5-1.10


Changed Files:
U   branches/krb5-1-10/README
U   branches/krb5-1-10/src/patchlevel.h
Modified: branches/krb5-1-10/README
===================================================================
--- branches/krb5-1-10/README	2012-01-26 22:05:25 UTC (rev 25661)
+++ branches/krb5-1-10/README	2012-01-27 19:42:58 UTC (rev 25662)
@@ -83,8 +83,8 @@
 
 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 @@
 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
 ----------------

Modified: branches/krb5-1-10/src/patchlevel.h
===================================================================
--- branches/krb5-1-10/src/patchlevel.h	2012-01-26 22:05:25 UTC (rev 25661)
+++ branches/krb5-1-10/src/patchlevel.h	2012-01-27 19:42:58 UTC (rev 25662)
@@ -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"



More information about the cvs-krb5 mailing list