krb5 commit [krb5-1.12]: Updates for krb5-1.12

Tom Yu tlyu at MIT.EDU
Tue Dec 10 17:48:01 EST 2013


https://github.com/krb5/krb5/commit/d53075c8d470db496ab4a2825a80914980a84a61
commit d53075c8d470db496ab4a2825a80914980a84a61
Author: Tom Yu <tlyu at mit.edu>
Date:   Tue Dec 10 16:48:54 2013 -0500

    Updates for krb5-1.12

 README           |    4 +++-
 src/patchlevel.h |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 8bc9dbb..dcffc15 100644
--- a/README
+++ b/README
@@ -77,7 +77,7 @@ from using single-DES cryptosystems.  Among these is a configuration
 variable that enables "weak" enctypes, which defaults to "false"
 beginning with krb5-1.8.
 
-Major changes in 1.12 (2013-11-08)
+Major changes in 1.12 (2013-12-10)
 ----------------------------------
 
 Developer experience:
@@ -160,6 +160,7 @@ krb5-1.12 changes by ticket ID
 7599    Add krb5_kt_dup API and use it in two places
 7603    Allow numeric addresses as service hostnames
 7604    Dynamically expand timeout when TCP connects
+7608    improve kadmin manpage "-e" description
 7620    libgssrpc is missing from krb5-config and pkg-config
 7625    Don't use "bool" for ASN.1 boolean macros
 7628    Fix link line for t_fortuna when built with openssl
@@ -240,6 +241,7 @@ krb5-1.12 changes by ticket ID
 7776    Added a new ccache doc to "Kerberos V5 concepts"
 7777    krb5-admin doc update: `kdb5_util dump` default format is now
         "krb5_util load_dump version 7"
+7785    Fix error message quotations in install_kdc.rst
 
 Acknowledgements
 ----------------
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 55fb0dc..c25187b 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,6 +52,6 @@
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 12
 #define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta2-postrelease"
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.12"
+#define KRB5_RELTAG "krb5-1.12-final"


More information about the cvs-krb5 mailing list