krb5 commit [krb5-1.11]: Update README and patchlevel.h for krb5-1.11
Tom Yu
tlyu at MIT.EDU
Mon Dec 17 21:44:53 EST 2012
https://github.com/krb5/krb5/commit/af092d6b82733459f0071d22da6926859c25ab8f
commit af092d6b82733459f0071d22da6926859c25ab8f
Author: Tom Yu <tlyu at mit.edu>
Date: Mon Dec 17 21:35:02 2012 -0500
Update README and patchlevel.h for krb5-1.11
README | 17 +++++++++++++++++
src/patchlevel.h | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 581ac85..82fefdb 100644
--- a/README
+++ b/README
@@ -356,8 +356,25 @@ krb5-1.11 changes by ticket ID
7489 Do not document unused symbols
7490 Update comments for RFC 3244 kpasswd extensions
7491 Make building docs easier in an unconfigured tree
+7492 Doc build in unconfigured tree broken on some platforms
7494 Regenerate checked-in man pages
+7495 Make the doc build quieter
7496 Document API for getting anonymous tickets
+7497 Update mkrel for SPHINX_ARGS
+7498 Document principal name interactions with DNS
+7499 Use an empty challenge for the password question
+7500 Add examples to init_creds.rst
+7501 Update retiring-des with real-world experience
+7503 Fix documentation browser resizing behavior
+7504 Conditionally include MITKC logo in HTML doc
+7505 Better names for doxygen-Sphinx bridge functions
+7506 PKINIT (draft9) null ptr deref [CVE-2012-1016]
+7507 Document enctypes
+7509 Update README for Sphinx documentation
+7510 Add copyright footer to HTML docs
+7512 Add web pages to resources.rst
+7513 Clarify enctype settings in krb5_conf.rst
+7515 Add release string to index.rst page heading
Acknowledgements
----------------
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 5f28283..b478840 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,6 +52,6 @@
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 11
#define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta2-postrelease"
+/* #undef KRB5_RELTAIL */
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.11"
+#define KRB5_RELTAG "krb5-1.11-final"
More information about the cvs-krb5
mailing list