Module Name: xsrc Committed By: mrg Date: Thu Mar 30 23:04:59 UTC 2023
Modified Files: xsrc/external/mit/xorg-server/include: dix-config.h version-config.h xorg-config.h xorg-server.h Log Message: updates for xorg-server 21.1.8. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 xsrc/external/mit/xorg-server/include/dix-config.h cvs rdiff -u -r1.19 -r1.20 \ xsrc/external/mit/xorg-server/include/version-config.h cvs rdiff -u -r1.29 -r1.30 \ xsrc/external/mit/xorg-server/include/xorg-config.h \ 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.49 xsrc/external/mit/xorg-server/include/dix-config.h:1.50 --- xsrc/external/mit/xorg-server/include/dix-config.h:1.49 Tue Feb 7 04:45:32 2023 +++ xsrc/external/mit/xorg-server/include/dix-config.h Thu Mar 30 23:04:59 2023 @@ -349,7 +349,7 @@ #define XINERAMA 1 /* Current Xorg version */ -#define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 7) +#define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 8) /* Build Xv Extension */ #define XvExtension 1 Index: xsrc/external/mit/xorg-server/include/version-config.h diff -u xsrc/external/mit/xorg-server/include/version-config.h:1.19 xsrc/external/mit/xorg-server/include/version-config.h:1.20 --- xsrc/external/mit/xorg-server/include/version-config.h:1.19 Tue Feb 7 04:45:32 2023 +++ xsrc/external/mit/xorg-server/include/version-config.h Thu Mar 30 23:04:59 2023 @@ -5,13 +5,13 @@ #define VERSION_CONFIG_H /* Vendor man version */ -#define VENDOR_MAN_VERSION "Version 21.1.7" +#define VENDOR_MAN_VERSION "Version 21.1.8" /* Vendor name */ #define VENDOR_NAME "The X.Org Foundation" /* Vendor release */ -#define VENDOR_RELEASE ((10000000) + ((21) * 100000) + ((1) * 1000) + 7) +#define VENDOR_RELEASE ((10000000) + ((21) * 100000) + ((1) * 1000) + 8) #endif /* VERSION_CONFIG_H */ Index: xsrc/external/mit/xorg-server/include/xorg-config.h diff -u xsrc/external/mit/xorg-server/include/xorg-config.h:1.29 xsrc/external/mit/xorg-server/include/xorg-config.h:1.30 --- xsrc/external/mit/xorg-server/include/xorg-config.h:1.29 Tue Feb 7 04:45:32 2023 +++ xsrc/external/mit/xorg-server/include/xorg-config.h Thu Mar 30 23:04:59 2023 @@ -17,7 +17,7 @@ #define XORGSERVER 1 /* Current X.Org version. */ -#define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 7) +#define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 8) /* 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.29 xsrc/external/mit/xorg-server/include/xorg-server.h:1.30 --- xsrc/external/mit/xorg-server/include/xorg-server.h:1.29 Tue Feb 7 04:45:32 2023 +++ xsrc/external/mit/xorg-server/include/xorg-server.h Thu Mar 30 23:04:59 2023 @@ -140,7 +140,7 @@ #define XORGSERVER 1 /* Current Xorg version */ -#define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 7) +#define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 8) /* Build Xv Extension */ #define XvExtension 1