aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2018-05-09 20:14:37 +0100
committerDavid Howells <dhowells@redhat.com>2018-05-11 15:30:30 +0100
commitb5a1510b53045ad81c365c960a6298c172faf3ce (patch)
tree2324caccd3ff2c9acc0468dfdd525572474ec011
parent0d71523ab58493e1b40e1c80d569ff8ebc5ea27d (diff)
downloadkeyutils-b5a1510b53045ad81c365c960a6298c172faf3ce.tar.gz
Move to version 1.5.11v1.5.11
-rw-r--r--keyutils.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index d5028e3..1cffbe1 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.10
+%define verminor 5.11
%define version %{vermajor}.%{verminor}
%define libapivermajor 1
%define libapiversion %{libapivermajor}.7
@@ -114,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Wed May 9 2018 David Howells <dhowells@redhat.com> - 1.5.11-1
+- Add keyring restriction support.
+- Add KDF support to the Diffie-Helman function.
+- DNS: Add support for AFS config files and SRV records
+
* Wed Mar 15 2017 David Howells <dhowells@redhat.com> - 1.5.10-1
- Include sys/types.h in keyutils.h.
- The dns resolver needs limits.h.