Module Name: src
Committed By: sborrill
Date: Sat Mar 6 22:48:46 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1318
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.208 src/doc/CHANGES-5.1:1.1.2.209
--- src/doc/CHANGES-5.1:1.1.2.208 Sat Mar 6 22:35:34 2010
+++ src/doc/CHANGES-5.1 Sat Mar 6 22:48:46 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.208 2010/03/06 22:35:34 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.209 2010/03/06 22:48:46 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -16887,3 +16887,9 @@
are not desired.
[joerg, ticket #1328]
+usr.bin/ldd/ldd.c 1.13
+
+ Mark each object as printed as visited and then print.
+ Fixes PR/42811. Improve print order.
+ [skrll, ticket #1318]
+