summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-02-21 14:06:30 +0000
committerDavid Howells <dhowells@redhat.com>2014-02-21 15:18:24 +0000
commit9209a0c8fd63afc59f644e078b40cec531409c30 (patch)
tree49b959bdfa3effe6bb21a7a65c9f48e5a8c554c6
parent779eb0dfa438ff5040a5652a7155c46083b32e43 (diff)
downloadkeyutils-9209a0c8fd63afc59f644e078b40cec531409c30.tar.gz
Move to version 1.5.9v1.5.9
-rw-r--r--keyutils.spec20
1 files changed, 18 insertions, 2 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 241c81f..3312f84 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.8
+%define verminor 5.9
%define version %{vermajor}.%{verminor}
%define libapivermajor 1
%define libapiversion %{libapivermajor}.5
@@ -108,6 +108,22 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Fri Feb 21 2014 David Howells <dhowells@redhat.com> - 1.5.9-1
+- Add manpages for get_persistent.
+- Fix memory leaks in keyctl_describe/read/get_security_alloc().
+- Use keyctl_describe_alloc in dump_key_tree_aux rather than open coding it.
+- Exit rather than returning from act_xxx() functions.
+- Fix memory leak in dump_key_tree_aux.
+- Only get the groups list if we need it.
+- Don't trust sscanf's %n argument.
+- Use the correct path macros in the specfile.
+- Avoid use realloc when the memory has no content.
+- Fix a bunch of issues in key.dns_resolver.
+- Fix command table searching in keyctl utility.
+- Fix a typo in the permissions mask constants.
+- Improve the keyctl_read manpage.
+- Add man7 pages describing various keyrings concepts.
+
* Fri Oct 4 2013 David Howells <dhowells@redhat.com> - 1.5.8-1
- New lib symbols should go in a new library minor version.
@@ -160,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
- Add recursive scan utility function.
- Add bad key reap command to keyctl.
- Add multi-unlink variant to keyctl unlink command.
-- Add multi key purger command to keyctl.
+- Add multi key purge command to keyctl.
- Handle multi-line commands in keyctl command table.
- Move the package to version to 1.5.