summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-11-30 14:58:11 +0000
committerDavid Howells <dhowells@redhat.com>2011-11-30 14:58:11 +0000
commit9001cce0abaed46064ff8bd9b2f208bd4b6456a8 (patch)
treeaeecfb979f1f352ad55807663a2072311334af6f
parent21164ad9dcadf13aecd4d9a6fda15aaa9a922187 (diff)
downloadkeyutils-1.5.4.tar.gz
Move to version 1.5.4v1.5.4
-rw-r--r--keyutils.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 33c818c..7a13bbb 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.3
+%define verminor 5.4
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@@ -95,6 +95,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.4-1
+- Fix the keyctl padd command and similar to handle binary input.
+- Make keyctl show able to take a keyring to dump.
+- Make keyctl show able to take a flag to request hex key IDs.
+- Make keyctl show print the real ID of the root keyring.
+
* Tue Nov 15 2011 David Howells <dhowells@redhat.com>
- Allow /sbin/request-key to have multiple config files.