Module Name: src
Committed By: msaitoh
Date: Wed Jun 12 04:46:04 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
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.1.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.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.3 src/doc/CHANGES-6.1.1:1.1.2.4
--- src/doc/CHANGES-6.1.1:1.1.2.3 Thu Jun 6 03:53:40 2013
+++ src/doc/CHANGES-6.1.1 Wed Jun 12 04:46:04 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.3 2013/06/06 03:53:40 riz Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.4 2013/06/12 04:46:04 msaitoh Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
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]