From: Tom Yu Date: Fri, 27 Jan 2012 19:42:58 +0000 (+0000) Subject: README and patchlevel.h for krb5-1.10 X-Git-Tag: krb5-1.10-final~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e05e0891ed3900bf29db25845cb79958956725e3;p=krb5.git README and patchlevel.h for krb5-1.10 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-10@25662 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/README b/README index 938e08467..9f3b9fd55 100644 --- 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 ---------------- diff --git a/src/patchlevel.h b/src/patchlevel.h index 46cc7bf1c..c5d694165 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -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"