krb5 commit: Updates for krb5-1.20-prerelease
Greg Hudson
ghudson at mit.edu
Fri Nov 27 16:29:18 EST 2020
https://github.com/krb5/krb5/commit/1c1037a9af769cc4df9c5696651c1ec2d21038b2
commit 1c1037a9af769cc4df9c5696651c1ec2d21038b2
Author: Greg Hudson <ghudson at mit.edu>
Date: Fri Nov 27 16:28:58 2020 -0500
Updates for krb5-1.20-prerelease
README | 25 ++++++++++++++++++++++---
src/patchlevel.h | 2 +-
2 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 01d087c..450bdb2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- Kerberos Version 5, Release 1.19
+ Kerberos Version 5, Release 1.20
Release Notes
The MIT Kerberos Team
@@ -70,10 +70,10 @@ DES no longer supported
Beginning with the krb5-1.18 release, single-DES encryption types are
no longer supported.
-Major changes in 1.19
+Major changes in 1.20
---------------------
-krb5-1.19 changes by ticket ID
+krb5-1.20 changes by ticket ID
------------------------------
Acknowledgements
@@ -171,6 +171,7 @@ The following external contributors have provided code, patches, bug
reports, suggestions, and valuable resources:
Ian Abbott
+ Daniel Albers
Brandon Allbery
Russell Allbery
Brian Almeida
@@ -182,6 +183,7 @@ reports, suggestions, and valuable resources:
Mark Bannister
David Bantz
Alex Baule
+ Nikhil Benesch
David Benjamin
Thomas Bernard
Adam Bernstein
@@ -189,6 +191,7 @@ reports, suggestions, and valuable resources:
Jeff Blaine
Toby Blake
Radoslav Bodo
+ Alexander Bokovoy
Sumit Bose
Emmanuel Bouillon
Isaac Boukris
@@ -201,6 +204,7 @@ reports, suggestions, and valuable resources:
Ravi Channavajhala
Srinivas Cheruku
Leonardo Chiquitto
+ Rachit Chokshi
Seemant Choudhary
Howard Chu
Andrea Cirulli
@@ -210,11 +214,13 @@ reports, suggestions, and valuable resources:
Sylvain Cortes
Ian Crowther
Arran Cudbard-Bell
+ Adam Dabrowski
Jeff D'Angelo
Nalin Dahyabhai
Mark Davies
Dennis Davis
Alex Dehnert
+ Misty De Meo
Mark Deneen
Günther Deschner
John Devitofranceschi
@@ -242,6 +248,7 @@ reports, suggestions, and valuable resources:
Sebastian Galiano
Marcus Granado
Dylan Gray
+ Norm Green
Scott Grizzard
Helmut Grohne
Steve Grubb
@@ -284,6 +291,7 @@ reports, suggestions, and valuable resources:
Matthew Krupcale
Mikkel Kruse
Reinhard Kugler
+ Harshawardhan Kulkarni
Tomas Kuthan
Pierre Labastie
Andreas Ladanyi
@@ -299,6 +307,7 @@ reports, suggestions, and valuable resources:
Nuno Lopes
Todd Lubin
Ryan Lynch
+ Glenn Machin
Roland Mainz
Sorin Manolache
Robert Marshall
@@ -309,6 +318,7 @@ reports, suggestions, and valuable resources:
Cameron Meadors
Alexey Melnikov
Franklyn Mendez
+ Mantas MikulÄnas
Markus Moeller
Kyle Moffett
Paul Moore
@@ -316,7 +326,9 @@ reports, suggestions, and valuable resources:
Michael Morony
Zbysek Mraz
Edward Murrell
+ Joshua Neuheisel
Nikos Nikoleris
+ Demi Obenour
Felipe Ortega
Michael Osipov
Andrej Ota
@@ -325,6 +337,7 @@ reports, suggestions, and valuable resources:
Dilyan Palauzov
Tom Parker
Eric Pauly
+ Leonard Peirce
Ezra Peisach
Alejandro Perez
Zoran Pericic
@@ -345,6 +358,8 @@ reports, suggestions, and valuable resources:
Mike Roszkowski
Guillaume Rousse
Joshua Schaeffer
+ Alexander Scheel
+ Jens Schleusener
Andreas Schneider
Paul Seyfert
Tom Shaw
@@ -357,7 +372,10 @@ reports, suggestions, and valuable resources:
Michael Spang
Michael Ströder
Bjørn Tore Sund
+ OndÅej Surý
Joe Travaglini
+ Sergei Trofimovich
+ Greg Troxel
Tim Uglow
Rathor Vipin
Denis Vlasenko
@@ -376,6 +394,7 @@ reports, suggestions, and valuable resources:
Nicolas Williams
Ross Wilper
Augustin Wolf
+ Garrett Wollman
David Woodhouse
Tsu-Phong Wu
Xu Qiang
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 6b39eb7..e07627e 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -50,7 +50,7 @@
* organization.
*/
#define KRB5_MAJOR_RELEASE 1
-#define KRB5_MINOR_RELEASE 19
+#define KRB5_MINOR_RELEASE 20
#define KRB5_PATCHLEVEL 0
#define KRB5_RELTAIL "prerelease"
/* #undef KRB5_RELDATE */
More information about the cvs-krb5
mailing list