aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-02-03 17:13:00 +0000
committerDavid Howells <dhowells@redhat.com>2016-02-03 17:13:00 +0000
commit16a05600ee87b8162c04a45169b2408013a2afea (patch)
tree236f344b58bdb4504aca38a664d00078d6d31fd1
parent4f881c327573cce04977c116330d0a9e05366c60 (diff)
downloadcachefilesd-16a05600ee87b8162c04a45169b2408013a2afea.tar.gz
Version 0.10.6v0.10.6
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--cachefilesd.c2
-rw-r--r--redhat/cachefilesd.spec8
2 files changed, 8 insertions, 2 deletions
diff --git a/cachefilesd.c b/cachefilesd.c
index bb05a38..8cf9179 100644
--- a/cachefilesd.c
+++ b/cachefilesd.c
@@ -27,7 +27,7 @@
* NUL characters are cause for error
*/
-#define CACHEFILESD_VERSION "0.10.2"
+#define CACHEFILESD_VERSION "0.10.6"
#define _GNU_SOURCE
#include <stdarg.h>
diff --git a/redhat/cachefilesd.spec b/redhat/cachefilesd.spec
index c942391..49f07c8 100644
--- a/redhat/cachefilesd.spec
+++ b/redhat/cachefilesd.spec
@@ -1,7 +1,7 @@
# % define buildid .local
Name: cachefilesd
-Version: 0.10.5
+Version: 0.10.6
Release: 1%{?dist}%{?buildid}
Summary: CacheFiles user-space management daemon
Group: System Environment/Daemons
@@ -88,6 +88,12 @@ fi
%{_localstatedir}/cache/fscache
%changelog
+* Wed Feb 3 2016 David Howells <dhowells@redhat.com> 0.10.6-1
+- Note the correct licence.
+- Handle malformed kernel status correctly.
+- Permit culling to be disabled on the command line with the -N flag.
+- Suspend culling when cache space is short and cache objects are pinned.
+
* Tue Dec 6 2011 David Howells <dhowells@redhat.com> 0.10.5-1
- Fix systemd service data according to review comments [RH BZ 754811].