summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2019-08-02 16:47:39 +0100
committerDavid Howells <dhowells@redhat.com>2020-07-06 18:05:32 +0100
commit454f80f537e5d1aad506599b6776e4cc1cf5f0f2 (patch)
treea5b94d6bdbed92cfd9357fc756f49d4c9302068b
parent6f1af30db1c9308198b958e14c63980e87078ef2 (diff)
downloadkeyutils-454f80f537e5d1aad506599b6776e4cc1cf5f0f2.tar.gz
Version 1.6.2v1.6.2
-rw-r--r--keyutils.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 5e0ff52..466153c 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 6.1
+%define verminor 6.2
%define version %{vermajor}.%{verminor}
%define libapivermajor 1
%define libapiversion %{libapivermajor}.10
@@ -99,6 +99,18 @@ make \
%{_libdir}/pkgconfig/libkeyutils.pc
%changelog
+* Mon Jul 6 2020 David Howells <dhowells@redhat.com> - 1.6.2-1
+- Allow "keyctl supports" to retrieve raw capability data.
+- Allow "keyctl id" to turn a symbolic key ID into a numeric ID.
+- Allow "keyctl new_session" to name the keyring.
+- Allow "keyctl add/padd/etc." to take hex-encoded data.
+- Add "keyctl watch*" to expose kernel change notifications on keys.
+- Add caps for namespacing and notifications.
+- Set a default TTL on keys that upcall for name resolution.
+- Explicitly clear memory after it's held sensitive information.
+- Various manual page fixes.
+- Fix C++-related errors.
+
* Fri Aug 2 2019 David Howells <dhowells@redhat.com> - 1.6.1-1
- Add support for keyctl_move().
- Add support for keyctl_capabilities().