Module Name: src Committed By: riz Date: Mon Oct 22 19:46:36 UTC 2012
Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 612-614. To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/doc/CHANGES-6.1:1.1.2.7 --- src/doc/CHANGES-6.1:1.1.2.6 Sat Oct 20 23:16:24 2012 +++ src/doc/CHANGES-6.1 Mon Oct 22 19:46:36 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1,v 1.1.2.6 2012/10/20 23:16:24 riz Exp $ +# $NetBSD: CHANGES-6.1,v 1.1.2.7 2012/10/22 19:46:36 riz Exp $ A complete list of changes from the 6.0 release until the 6.1 release: @@ -183,3 +183,19 @@ usr.bin/calendar/calendars/calendar.netb Note the date of the NetBSD 6.0 release. [jnemeth, ticket #611] +external/gpl3/gcc/lib/libgcc/Makefile.inc 1.15 + + Fix "Wrong number of words (1) in .for substitution list with + 2 vars" problem while mknative-ing. + [msaitoh, ticket #612] + +lib/libl/Makefile delete + + lib/libl was unused, remove it. + [msaitoh, ticket #613] + +sbin/ping6/ping6.c 1.81 + + Allow ping6 to send 0-length packets. + [msaitoh, ticket #614] +