Module Name: src
Committed By: msaitoh
Date: Wed Jun 12 04:43:49 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 901 and 902.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.5 src/doc/CHANGES-6.2:1.1.2.6
--- src/doc/CHANGES-6.2:1.1.2.5 Thu Jun 6 03:53:55 2013
+++ src/doc/CHANGES-6.2 Wed Jun 12 04:43:49 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.5 2013/06/06 03:53:55 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.6 2013/06/12 04:43:49 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -180,3 +180,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]