summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-10-02 16:00:43 +0100
committerDavid Howells <dhowells@redhat.com>2013-10-02 16:00:43 +0100
commitf4c1a26b2a3252a67b68c7ecee58d90e451670d6 (patch)
tree6d4a1e47a07330ed377c38ccfaa49a937b665c19
parent89e0912913031c6cacbd436aafacfce837b83896 (diff)
downloadkeyutils-1.5.7-broken.tar.gz
Move to version 1.5.7v1.5.7-brokenv1.5.7
-rw-r--r--keyutils.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 4d616fe..f1c9367 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.6
+%define verminor 5.7
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@@ -95,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Wed Oct 2 2013 David Howells <dhowells@redhat.com> - 1.5.7-1
+- Provide a utility function to find a key by type and name.
+- Allow keyctl commands to take a type+name arg instead of a key-id arg.
+- Add per-UID get_persistent keyring function.
+
* Thu Aug 29 2013 David Howells <dhowells@redhat.com> - 1.5.6-1
- Fix the request-key.conf.5 manpage.
- Fix the max depth of key tree dump (keyctl show).