summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-07-07 17:02:31 +0100
committerDavid Howells <dhowells@redhat.com>2020-07-07 17:04:37 +0100
commitcb3bb194cca88211cbfcdde2f10c0f43c3fb8ec3 (patch)
tree723bc12b41cde925b6c7d0310d5d921d2826edb5
parent496a09a43713cfe09877fcba82db72ce5902f781 (diff)
downloadkeyutils-cb3bb194cca88211cbfcdde2f10c0f43c3fb8ec3.tar.gz
Move to version 1.6.3v1.6.3
-rw-r--r--keyutils.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 466153c..afd6cc8 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 6.2
+%define verminor 6.3
%define version %{vermajor}.%{verminor}
%define libapivermajor 1
%define libapiversion %{libapivermajor}.10
@@ -99,6 +99,10 @@ make \
%{_libdir}/pkgconfig/libkeyutils.pc
%changelog
+* Tue Jul 7 2020 David Howells <dhowells@redhat.com> - 1.6.3-1
+- Revert the change notifications that were using /dev/watch_queue.
+- Apply the change notifications that use pipe2(O_NOTIFICATION_PIPE).
+
* 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.