Index: xc/ChangeLog =================================================================== RCS file: /cvs/xorg/xc/ChangeLog,v retrieving revision 1.365.2.106 diff -u -2 -0 -r1.365.2.106 ChangeLog --- xc/ChangeLog 17 Dec 2004 02:01:21 -0000 1.365.2.106 +++ xc/ChangeLog 17 Dec 2004 02:05:01 -0000 @@ -1,21 +1,28 @@ 2004-12-16 Roland Mainz + * xc/config/cf/xorgversion.def + Bugzilla #2086 (https://bugs.freedesktop.org/show_bug.cgi?id=2086) + attachment #xxxx (https://bugs.freedesktop.org/attachment.cgi?id=xxxx): + Bump version number for upcoming X11R6.8.2rc1 (release canidate 1) to + X11R6.8.1.901. + +2004-12-16 Roland Mainz * xc/programs/Xserver/hw/xfree86/common/xf86Init.c Bugzilla #2086 (https://bugs.freedesktop.org/show_bug.cgi?id=2086) attachment #1556 (https://bugs.freedesktop.org/attachment.cgi?id=1556): Fix problems with printing the release candidate version number for point releases. Patch by Kevin E. Martin 2004-12-16 Roland Mainz * xc/programs/Xserver/hw/xfree86/ddc/edid.h * xc/programs/Xserver/hw/xfree86/ddc/interpret_edid.c * xc/programs/Xserver/hw/xfree86/ddc/print_edid.c Bugzilla #1490 (https://bugs.freedesktop.org/show_bug.cgi?id=1490) attachment #1122 (https://bugs.freedesktop.org/attachment.cgi?id=1122): Updating to EDID 1.3. Patch by Jay Cotton and Egbert Eich . 2004-12-16 Roland Mainz * xc/lib/Xpm/Imakefile * xc/extras/Xpm/lib/Attrib.c Index: xc/config/cf/xorgversion.def =================================================================== RCS file: /cvs/xorg/xc/config/cf/xorgversion.def,v retrieving revision 1.1.4.1 diff -u -2 -0 -r1.1.4.1 xorgversion.def --- xc/config/cf/xorgversion.def 15 Dec 2004 03:26:32 -0000 1.1.4.1 +++ xc/config/cf/xorgversion.def 17 Dec 2004 02:05:01 -0000 @@ -1,6 +1,6 @@ #define XORG_VERSION_MAJOR 6 #define XORG_VERSION_MINOR 8 #define XORG_VERSION_PATCH 1 -#define XORG_VERSION_SNAP 99 +#define XORG_VERSION_SNAP 901 -#define XORG_DATE "2 October 2004 + cvs" +#define XORG_DATE "16 December 2004"