summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c20e64ad6..db5de7c19 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-19 Mike Frysinger <vapier@gentoo.org>
+
+ * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
+ Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
+
2006-07-20 Jim Meyering <jim@meyering.net>
* mountlist.c (ME_REMOTE): Compare strchr's result to NULL, not 0,