aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-02-03 11:28:17 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-02-03 11:28:17 +0000
commit47910d7b8af40ffaccc8845d10d109871b5be604 (patch)
treec44982666a67e1d892bb5a3d69cf9643b65f44c8 /ChangeLog
parent6e7d018049193efe9d092bb91c4416a332f28278 (diff)
downloadlibfuse-47910d7b8af40ffaccc8845d10d109871b5be604.tar.gz
merge to fuse_2_6_merge2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c54d6..db6f731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-02-02 Miklos Szeredi <miklos@szeredi.hu>
+
+ * kernel: make it compile on "strange" kernels which have emulated
+ mutexes via <linux/mutex.h> but no i_mutex. Reported by Tomasz
+ Mateja
+
+2007-01-28 Miklos Szeredi <miklos@szeredi.hu>
+
+ * kernel: fix BUG in control filesystem if it is umounted and
+ mounted again, while some fuse filesystems are present.
+ Bugreport from Florent Mertens
+
+ * kernel: sync with mainline, support 2.6.20
+
+2007-01-22 Miklos Szeredi <miklos@szeredi.hu>
+
+ * lib/Makefile.am: actually link libfuse against libfuse_libs
+
2007-01-19 Miklos Szeredi <miklos@szeredi.hu>
* Build fix for 2.6.16 vanila and 2.6.15 FC5 kernels. Patch from