aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cachefilesd.c2
-rw-r--r--redhat/cachefilesd.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/cachefilesd.c b/cachefilesd.c
index 5b3cd4b..d4d236f 100644
--- a/cachefilesd.c
+++ b/cachefilesd.c
@@ -27,7 +27,7 @@
* NUL characters are cause for error
*/
-#define CACHEFILESD_VERSION "0.10.7"
+#define CACHEFILESD_VERSION "0.10.10"
#define _GNU_SOURCE
#include <stdarg.h>
diff --git a/redhat/cachefilesd.spec b/redhat/cachefilesd.spec
index 521312e..6796255 100644
--- a/redhat/cachefilesd.spec
+++ b/redhat/cachefilesd.spec
@@ -1,7 +1,7 @@
# % define buildid .local
Name: cachefilesd
-Version: 0.10.9
+Version: 0.10.10
Release: 1%{?dist}%{?buildid}
Summary: CacheFiles user-space management daemon
Group: System Environment/Daemons
@@ -71,6 +71,9 @@ install -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.service
%{_localstatedir}/cache/fscache
%changelog
+* Wed Mar 7 2017 David Howells <dhowells@redhat.com> 0.10.10-1
+- Stop using readdir_r [RH BZ 1423289].
+
* Wed Feb 17 2016 David Howells <dhowells@redhat.com> 0.10.9-1
- Fix name of directory in Makefile-generated tarball.