Module Name: src Committed By: msaitoh Date: Wed Jun 12 04:44:50 UTC 2013
Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.3 Log Message: Ticket 901 and 902. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.3 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.0.3 diff -u src/doc/CHANGES-6.0.3:1.1.2.3 src/doc/CHANGES-6.0.3:1.1.2.4 --- src/doc/CHANGES-6.0.3:1.1.2.3 Thu Jun 6 03:53:14 2013 +++ src/doc/CHANGES-6.0.3 Wed Jun 12 04:44:50 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0.3,v 1.1.2.3 2013/06/06 03:53:14 riz Exp $ +# $NetBSD: CHANGES-6.0.3,v 1.1.2.4 2013/06/12 04:44:50 msaitoh Exp $ A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3 release: @@ -73,3 +73,13 @@ xsrc/external/mitxf86-video-openchrome/d Fix protocol handling issues in X client libraries. [mrg, ticket #900] +external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch + + hack for old gcc. + [mrg, ticket #901] + +external/mit/xorg/lib/libXi/Makefile 1.10 + + fix vax build issues - GCC 4.1 warns about always true comparisons + more than GCC 4.5 does. + [mrg, ticket #902]