Module Name:    xsrc
Committed By:   mrg
Date:           Sun Jul 24 01:41:27 UTC 2011

Modified Files:
        xsrc/external/mit/xorg-server/include: dix-config.h version-config.h
            xf86Build.h xorg-config.h xorg-server.h

Log Message:
updates for xorg-server 1.9.5


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 xsrc/external/mit/xorg-server/include/dix-config.h
cvs rdiff -u -r1.1 -r1.2 \
    xsrc/external/mit/xorg-server/include/version-config.h
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xorg-server/include/xf86Build.h
cvs rdiff -u -r1.10 -r1.11 \
    xsrc/external/mit/xorg-server/include/xorg-config.h
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/xorg-server/include/xorg-server.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/include/dix-config.h
diff -u xsrc/external/mit/xorg-server/include/dix-config.h:1.15 xsrc/external/mit/xorg-server/include/dix-config.h:1.16
--- xsrc/external/mit/xorg-server/include/dix-config.h:1.15	Mon Jan 17 20:56:09 2011
+++ xsrc/external/mit/xorg-server/include/dix-config.h	Sun Jul 24 01:41:27 2011
@@ -346,7 +346,7 @@
 /* #undef XORG_RELEASE */
 
 /* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((5) * 1000) + 0)
 
 /* Xorg release date */
 #define XORG_DATE "2010-10-30"

Index: xsrc/external/mit/xorg-server/include/version-config.h
diff -u xsrc/external/mit/xorg-server/include/version-config.h:1.1 xsrc/external/mit/xorg-server/include/version-config.h:1.2
--- xsrc/external/mit/xorg-server/include/version-config.h:1.1	Tue Nov 23 08:16:26 2010
+++ xsrc/external/mit/xorg-server/include/version-config.h	Sun Jul 24 01:41:27 2011
@@ -5,13 +5,13 @@
 #define VERSION_CONFIG_H
 
 /* Vendor man version */
-#define VENDOR_MAN_VERSION "Version 1.9.2"
+#define VENDOR_MAN_VERSION "Version 1.9.5"
 
 /* Vendor name */
 /* #define VENDOR_NAME "The X.Org Foundation" */
 
 /* Vendor release */
-#define VENDOR_RELEASE (((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)
+#define VENDOR_RELEASE (((1) * 10000000) + ((9) * 100000) + ((5) * 1000) + 0)
 
 #endif /* VERSION_CONFIG_H */
 

Index: xsrc/external/mit/xorg-server/include/xf86Build.h
diff -u xsrc/external/mit/xorg-server/include/xf86Build.h:1.4 xsrc/external/mit/xorg-server/include/xf86Build.h:1.5
--- xsrc/external/mit/xorg-server/include/xf86Build.h:1.4	Tue Nov 23 08:16:26 2010
+++ xsrc/external/mit/xorg-server/include/xf86Build.h	Sun Jul 24 01:41:27 2011
@@ -1,2 +1,2 @@
-#define BUILD_DATE 20101123
+#define BUILD_DATE 20110723
 #define BUILD_TIME 1013305

Index: xsrc/external/mit/xorg-server/include/xorg-config.h
diff -u xsrc/external/mit/xorg-server/include/xorg-config.h:1.10 xsrc/external/mit/xorg-server/include/xorg-config.h:1.11
--- xsrc/external/mit/xorg-server/include/xorg-config.h:1.10	Tue Nov 23 08:16:26 2010
+++ xsrc/external/mit/xorg-server/include/xorg-config.h	Sun Jul 24 01:41:27 2011
@@ -17,7 +17,7 @@
 #define XORGSERVER 1
 
 /* Current X.Org version. */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((5) * 1000) + 0)
 
 /* Name of X server. */
 #define __XSERVERNAME__ "Xorg"

Index: xsrc/external/mit/xorg-server/include/xorg-server.h
diff -u xsrc/external/mit/xorg-server/include/xorg-server.h:1.7 xsrc/external/mit/xorg-server/include/xorg-server.h:1.8
--- xsrc/external/mit/xorg-server/include/xorg-server.h:1.7	Tue Nov 23 08:16:26 2010
+++ xsrc/external/mit/xorg-server/include/xorg-server.h	Sun Jul 24 01:41:27 2011
@@ -120,7 +120,7 @@
 /* #undef XORG_RELEASE */
 
 /* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((5) * 1000) + 0)
 
 /* Build Xv Extension */
 #define XvExtension 1

Reply via email to