Module Name: src
Committed By: riz
Date: Fri Feb 8 22:42:54 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 798, 799
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.81 src/doc/CHANGES-6.1:1.1.2.82
--- src/doc/CHANGES-6.1:1.1.2.81 Fri Feb 8 20:59:07 2013
+++ src/doc/CHANGES-6.1 Fri Feb 8 22:42:54 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.81 2013/02/08 20:59:07 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.82 2013/02/08 22:42:54 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8185,3 +8185,15 @@ sys/arch/sparc64/sparc64/mp_subr.S 1.4
Fix sparc64_ipi_ccall by adding proper trap setup.
[martin, ticket #797]
+dist/nvi/common/conv.c 1.7
+
+ Don't truncate files on character conversions without warning
+ and a chance for recovery.
+ [christos, ticket #798]
+
+sbin/ifconfig/af_inetany.c 1.16 via patch
+
+ ifconfig clone destroy should not print useless diagnostic
+ and exit with an error code. PR#46579.
+ [christos, ticket #799]
+