Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23010
Modified Files:
setup.py CHANGES.txt
Log Message:
Build 209
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** setup.py 4 Jul 2006 09:35:49 -0000 1.46
--- setup.py 16 Jul 2006 11:42:06 -0000 1.47
***************
*** 1,3 ****
! build_id="208.1" # 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="209" # 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.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CHANGES.txt 20 Mar 2006 03:08:34 -0000 1.5
--- CHANGES.txt 16 Jul 2006 11:42:06 -0000 1.6
***************
*** 6,9 ****
--- 6,41 ----
However contributors are encouraged to add their own entries for their work.
+ Build 209
+ ---------
+ * Roger Upole added IEnumString, IShellLinkDataList, IUniformResourceLocator
+ and IActiveDesktop interfaces, win32gui.GetDlgItemText/GetDlgItemInt,
+ win32process.AttachThreadInput, win32api.Get/SetHandleInformation, amongst
+ others
+ * Roger added a new win32ts module, wrapping Terminal Service functions
+ * Roger enhanced/fixed win32api.GetLongPathName, PyIBindCtx,
+ win32gui.SystemParametersInfo/SetLayeredWindowAttributes/
+ GetLayeredWindowAttributes, win32net.WNetGetResourceParent, various
+ win32job methods, shell.SHFileOperation and added many monitor and display
+ related functions.
+ * Stefan Rank and Roger enhanced DEVMODE support
+ * Add asynch (overlapped) support for ReadDirectoryChangesW
+ * Prevent warnings in later Python 2.5 releases.
+ * Makepy now generates working code when a method etc is named 'None'
+ * isapi package now handles site names with extended characters.
+ * Fix unwanted string value padding by using SQL_VARCHAR instead of SQL_CHAR
+ in ODBC module.
+ * Allow extended chars in comments in IE/ASP and other AXScript applications.
+ * win32api.GetShortPathName now handled unicode (callingGetShortPathNameW)
+ * When passing large integers via win32com, we now attempt to pass as a 64
+ bit integer before falling back to a float.
+ * Added win32process.CreateRemoteThread, win32gui.ExtTextOut/SetBkColor/
+ DrawAnimatedRects, win32api.SetLastError
+ * Fix return code from ConnectNamedPipe when the function succeeds.
+ * win32gui_menu demo shows how to do owner-draw menus.
+ * set_file_audit demo shows ACL inheritance.
+ * win32gui is no longer 'split' in the help file.
+ * Fix errors if a timer callback or win32ui Window handler removed themselves.
+ * Fix memory leaks related to win32ui.CreateWnd
+
Build 208
---------
|