summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2017-03-15 20:57:15 +0000
committerDavid Howells <dhowells@redhat.com>2017-03-15 20:57:15 +0000
commit308119c61e94bcc4c710404b9f679e3bb8316713 (patch)
tree10e0bfd5cce4ac24dfb355ff17166fc616b8921f
parent2d2bb5c547d4be4a935282e43204fc319e2383ae (diff)
downloadkeyutils-308119c61e94bcc4c710404b9f679e3bb8316713.tar.gz
Move to version 1.5.10v1.5.10
-rw-r--r--keyutils.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 895e085..1cbcf86 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.9
+%define verminor 5.10
%define version %{vermajor}.%{verminor}
%define libapivermajor 1
%define libapiversion %{libapivermajor}.6
@@ -108,6 +108,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* 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.
+- Overhaul of all manual pages.
+- Some manual pages moved to Linux man-pages project.
+- Add Diffie-Helman keyctl function.
+
* Fri Feb 21 2014 David Howells <dhowells@redhat.com> - 1.5.9-1
- Add manpages for get_persistent.
- Fix memory leaks in keyctl_describe/read/get_security_alloc().