Module Name: src
Committed By: martin
Date: Sat Aug 30 19:34:04 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 71
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.27 src/doc/CHANGES-7.0:1.1.2.28
--- src/doc/CHANGES-7.0:1.1.2.27 Sat Aug 30 14:16:12 2014
+++ src/doc/CHANGES-7.0 Sat Aug 30 19:34:04 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.27 2014/08/30 14:16:12 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.28 2014/08/30 19:34:04 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -541,3 +541,8 @@ external/gpl3/gdb/dist/gdb/sparc-nat.c
OS-specific native code, and the general code should remain sane.
[christos, ticket #70]
+lib/libperfuse/ops.c 1.70
+
+ We used to remove the trailing zeros in FUSE readlink replies, but
+ it seems it does not always happen. Just remove them if present.
+ [manu, ticket #71]