Thu Jun 13 10:55:10 2013 UTC ()
Ticket 894.


(msaitoh)
diff -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.0.3

cvs diff -r1.1.2.4 -r1.1.2.5 src/doc/Attic/CHANGES-6.0.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0.3 2013/06/12 04:44:50 1.1.2.4
+++ src/doc/Attic/CHANGES-6.0.3 2013/06/13 10:55:10 1.1.2.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.3,v 1.1.2.4 2013/06/12 04:44:50 msaitoh Exp $ 1# $NetBSD: CHANGES-6.0.3,v 1.1.2.5 2013/06/13 10:55:10 msaitoh Exp $
2 2
3A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3 3A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 6.0.2_PATCH. 10 Welcome to 6.0.2_PATCH.
11 [riz] 11 [riz]
12 12
13sys/arch/amiga/dev/if_ne_zbus.c 1.15 13sys/arch/amiga/dev/if_ne_zbus.c 1.15
14 14
@@ -73,13 +73,19 @@ xsrc/external/mitxf86-video-openchrome/d @@ -73,13 +73,19 @@ xsrc/external/mitxf86-video-openchrome/d
73 Fix protocol handling issues in X client libraries. 73 Fix protocol handling issues in X client libraries.
74 [mrg, ticket #900] 74 [mrg, ticket #900]
75 75
76external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch 76external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch
77 77
78 hack for old gcc. 78 hack for old gcc.
79 [mrg, ticket #901] 79 [mrg, ticket #901]
80 80
81external/mit/xorg/lib/libXi/Makefile 1.10 81external/mit/xorg/lib/libXi/Makefile 1.10
82 82
83 fix vax build issues - GCC 4.1 warns about always true comparisons 83 fix vax build issues - GCC 4.1 warns about always true comparisons
84 more than GCC 4.5 does. 84 more than GCC 4.5 does.
85 [mrg, ticket #902] 85 [mrg, ticket #902]
 86
 87sys/fs/nilfs/nilfs_vnops.c 1.22-1.23
 88
 89 Fix serious file read problem due to not-so-clear VOP_BMAP description.
 90 Should fix PR 45605.
 91 [reinoud, ticket #894]