aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-12-17 21:35:02 -0500
committerTom Yu <tlyu@mit.edu>2012-12-17 21:35:02 -0500
commitaf092d6b82733459f0071d22da6926859c25ab8f (patch)
tree04b21210f80300c9dc16425923a02ad802af05bd
parent78c84abcac6602c41fda02e9cfa529882525b885 (diff)
downloadkrb5-krb5-1.11-final.zip
krb5-krb5-1.11-final.tar.gz
krb5-krb5-1.11-final.tar.bz2
Update README and patchlevel.h for krb5-1.11krb5-1.11-final
-rw-r--r--README17
-rw-r--r--src/patchlevel.h4
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"