summaryrefslogtreecommitdiff
path: root/keyutils.spec
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2019-08-02 16:09:24 +0100
committerDavid Howells <dhowells@redhat.com>2019-08-02 16:09:24 +0100
commitdc12d37cb28388f722644e5484a34eadc5976e4b (patch)
treedb284d87c3eac170a4b7bbe23dd6019cd1efec0e /keyutils.spec
parentad921197cad8ed4f8eb39d7dddeae30f7b917538 (diff)
downloadkeyutils-dc12d37cb28388f722644e5484a34eadc5976e4b.tar.gz
Move to version 1.6.1v1.6.1
Diffstat (limited to 'keyutils.spec')
-rw-r--r--keyutils.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 0fd5c05..6bf7df3 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -99,8 +99,14 @@ make \
%{_libdir}/pkgconfig/libkeyutils.pc
%changelog
-* Wed May 29 2019 David Howells <dhowells@redhat.com> - 1.6.1-1
+* Fri Aug 2 2019 David Howells <dhowells@redhat.com> - 1.6.1-1
- Add support for keyctl_move().
+- Add support for keyctl_capabilities().
+- Make key=val list optional for various public-key ops.
+- Fix system call signature for KEYCTL_PKEY_QUERY.
+- Fix 'keyctl pkey_query' argument passing.
+- Use keyctl_read_alloc() in dump_key_tree_aux().
+- Various manual page fixes.
* Tue Nov 13 2018 David Howells <dhowells@redhat.com> - 1.6-1
- Apply various specfile cleanups from Fedora.