Version 0.10.10
    
Signed-off-by: David Howells <dhowells@redhat.com>
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 @@
 %{_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.