Index: xc/ChangeLog
===================================================================
RCS file: /cvs/xorg/xc/ChangeLog,v
retrieving revision 1.365.2.122
diff -u -2 -0 -r1.365.2.122 ChangeLog
--- xc/ChangeLog	13 Jan 2005 03:56:06 -0000	1.365.2.122
+++ xc/ChangeLog	13 Jan 2005 05:58:36 -0000
@@ -1,21 +1,28 @@
 2005-01-12 Roland Mainz <roland.mainz@nrubsig.org>
+	* xc/config/cf/xorgversion.def
+	Bugzilla #2272 (https://bugs.freedesktop.org/show_bug.cgi?id=2272)
+	attachment #xxx (https://bugs.freedesktop.org/attachment.cgi?id=xxx):
+	Bump version number for upcoming X11R6.8.2rc2 (release canidate 2) to
+	X11R6.8.1.902.
+
+2005-01-12 Roland Mainz <roland.mainz@nrubsig.org>
 	* xc/programs/Xserver/hw/xwin/ChangeLog
 	* xc/programs/Xserver/hw/xwin/winkeybd.h
 	* xc/programs/Xserver/hw/xwin/winkeyhook.c
 	* xc/programs/Xserver/hw/xwin/winmultiwindowclass.c
 	* xc/programs/Xserver/hw/xwin/winmultiwindowwindow.c
 	* xc/programs/Xserver/hw/xwin/winmultiwindowwm.c
 	* xc/programs/Xserver/hw/xwin/winwndproc.c
 	Bugzilla #1831 (https://bugs.freedesktop.org/show_bug.cgi?id=1831)
 	attachment #1656 (https://bugs.freedesktop.org/attachment.cgi?id=1656):
 	CGYWIN update, including the following fixes:
 	- Make keyhook feature work in multiwindowmode too
 	- Hook windows keys
 	- Fix crash with non-nullterminated strings (reported by Øyvind Harboe)
 	- From Bug #1945: Stop unnecessary reordering.
 	Patch by Alexander Gottwald and Kensuke Matsuzaki.
 
 2005-01-12 Roland Mainz <roland.mainz@nrubsig.org>
 	* xc/config/cf/sun.cf
 	* xc/programs/Xserver/hw/xfree86/os-support/sunos/Imakefile
 	* xc/programs/Xserver/hw/xfree86/os-support/sunos/solaris-sparcv8plus.S
Index: xc/config/cf/xorgversion.def
===================================================================
RCS file: /cvs/xorg/xc/config/cf/xorgversion.def,v
retrieving revision 1.1.4.2
diff -u -2 -0 -r1.1.4.2 xorgversion.def
--- xc/config/cf/xorgversion.def	17 Dec 2004 02:07:36 -0000	1.1.4.2
+++ xc/config/cf/xorgversion.def	13 Jan 2005 05:58:36 -0000
@@ -1,6 +1,6 @@
 #define XORG_VERSION_MAJOR  6
 #define XORG_VERSION_MINOR  8
 #define XORG_VERSION_PATCH  1
-#define XORG_VERSION_SNAP   901
+#define XORG_VERSION_SNAP   902
 
-#define XORG_DATE "16 December 2004"
+#define XORG_DATE "12 January 2005"