aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortherealneworld@gmail.com <therealneworld@gmail.com>2011-08-24 18:01:17 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2011-08-24 18:01:17 +0200
commit394380fe50cf1a2295b019fad46035bf8f972d6f (patch)
tree564702fa44db8663d8eaa75ea73d3c77647ae42e /ChangeLog
parent8edeaa3f29b418f621542c72d77ba0c639e6d457 (diff)
downloadandroid_external_fuse-394380fe50cf1a2295b019fad46035bf8f972d6f.tar.gz
android_external_fuse-394380fe50cf1a2295b019fad46035bf8f972d6f.tar.bz2
android_external_fuse-394380fe50cf1a2295b019fad46035bf8f972d6f.zip
add lru for remember option
Use LRU list for cleaning up the cache if the "remember=T" option was given.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7073061..9ce030c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-24 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Use LRU list for cleaning up the cache if the "remember=T"
+ option was given. Patch by therealneworld@gmail.com
+
2011-07-06 Miklos Szeredi <miklos@szeredi.hu>
* Add ->flock() operation to low and high level interfaces. This