Mon Mar 5 19:12:28 2012 UTC ()
Ticket #75


(sborrill)
diff -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-6.0

cvs diff -r1.1.2.36 -r1.1.2.37 src/doc/Attic/CHANGES-6.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0 2012/03/05 19:02:17 1.1.2.36
+++ src/doc/Attic/CHANGES-6.0 2012/03/05 19:12:28 1.1.2.37
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.36 2012/03/05 19:02:17 sborrill Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.37 2012/03/05 19:12:28 sborrill Exp $
2 2
3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
4until the 6.0 release: 4until the 6.0 release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.0_BETA! 9 Welcome to 6.0_BETA!
10 10
11sys/conf/osrelease.sh 1.121 11sys/conf/osrelease.sh 1.121
12 12
13 Don't eat _BETA or other textual tags after the version. 13 Don't eat _BETA or other textual tags after the version.
14 [christos, ticket #3] 14 [christos, ticket #3]
@@ -857,13 +857,27 @@ xsrc/external/mit/expat/dist/xmlwf/xmlwi @@ -857,13 +857,27 @@ xsrc/external/mit/expat/dist/xmlwf/xmlwi
857 857
858external/gpl3/binutils/dist/bfd/elfxx-mips.c 1.6 858external/gpl3/binutils/dist/bfd/elfxx-mips.c 1.6
859 859
860 Fix support for .protected symbols. 860 Fix support for .protected symbols.
861 [matt, ticket #82] 861 [matt, ticket #82]
862 862
863usr.sbin/sdpd/sdpd.h 1.2 863usr.sbin/sdpd/sdpd.h 1.2
864usr.sbin/sdpd/server.c 1.11 864usr.sbin/sdpd/server.c 1.11
865 865
866 Fix format string. Make sure problem doesn't reappear by 866 Fix format string. Make sure problem doesn't reappear by
867 using __printf_like as appropriate. 867 using __printf_like as appropriate.
868 [joerg, ticket #74] 868 [joerg, ticket #74]
869 869
 870usr.sbin/cpuctl/arch/i386.c 1.28
 871usr.bin/unifdef/unifdef.c 1.21
 872usr.bin/ktruss/dump.c 1.40
 873usr.bin/error/error.h 1.19
 874usr.bin/error/touch.c 1.27
 875libexec/httpd/dir-index-bozo.c 1.14
 876games/dab/algor.cc 1.5
 877games/dab/board.h 1.4
 878dist/pf/sbin/pflogd/pflogd.c 1.9
 879dist/pf/sbin/pflogd/pflogd.h 1.5
 880
 881 Fix various format string mismatches
 882 [joerg, ticket #75]
 883