Module Name: src
Committed By: riz
Date: Wed Oct 17 22:06:44 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 591,592,596
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 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.2 src/doc/CHANGES-6.1:1.1.2.3
--- src/doc/CHANGES-6.1:1.1.2.2 Wed Oct 17 21:51:14 2012
+++ src/doc/CHANGES-6.1 Wed Oct 17 22:06:43 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.2 2012/10/17 21:51:14 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.3 2012/10/17 22:06:43 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -113,3 +113,22 @@ bin/pax/ftree.c 1.42
Deal properly with empty lines in spec file.
[msaitoh, ticket #586]
+sys/arch/evbarm/iq80310/i80312_mainbus.c 1.15
+sys/arch/evbarm/iq80310/iq80310_intr.c 1.32
+sys/arch/evbarm/iq80310/iq80310var.h 1.8
+
+ Defer evcnt attachment correctly.
+ [chs, ticket #591]
+
+sbin/route/route.c 1.139
+
+ Fix a regression in route.c that affected adding
+ certain classful networks without explicit prefix length.
+ [uwe, ticket #592]
+
+tools/gdb/Makefile 1.22
+
+ On some Linux distributions (and possibly other platforms),
+ gmake is needed to build the cross-gdb.
+ [bouyer, ticket #596]
+