Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13612
Modified Files:
CHANGES.txt setup.py
Log Message:
Build 207
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** setup.py 10 Jan 2006 06:53:36 -0000 1.30
--- setup.py 11 Jan 2006 01:31:41 -0000 1.31
***************
*** 1,3 ****
! build_id="206" # may optionally include a ".{patchno}" suffix.
# Putting buildno at the top prevents automatic __doc__ assignment, and
# I *want* the build number at the top :)
--- 1,3 ----
! build_id="207" # may optionally include a ".{patchno}" suffix.
# Putting buildno at the top prevents automatic __doc__ assignment, and
# I *want* the build number at the top :)
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CHANGES.txt 10 Jan 2006 06:53:36 -0000 1.3
--- CHANGES.txt 11 Jan 2006 01:31:41 -0000 1.4
***************
*** 6,9 ****
--- 6,14 ----
However contributors are encouraged to add their own entries for their work.
+ Build 207
+ --------
+ * Fix an error in win32gui.CreateDC() arg handling, introduced with the
+ Windows CE changes in build 206.
+
Build 206
--------
|