[pywin32-checkins] pywin32 setup.py,1.51,1.52 CHANGES.txt,1.6,1.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-09-23 00:31:55
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21902 Modified Files: setup.py CHANGES.txt Log Message: Build 210 Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** setup.py 13 Sep 2006 00:30:49 -0000 1.51 --- setup.py 23 Sep 2006 00:31:53 -0000 1.52 *************** *** 1,3 **** ! build_id="209.2" # 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="210" # 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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CHANGES.txt 16 Jul 2006 11:42:06 -0000 1.6 --- CHANGES.txt 23 Sep 2006 00:31:53 -0000 1.7 *************** *** 6,9 **** --- 6,31 ---- However contributors are encouraged to add their own entries for their work. + Build 210 - Sept. 23 2006 + ------------------------- + * Roger created win32profile module for working with user profiles + * Roger created win32cred module - interface to credentials management + * Roger added win32file functions for backing up and restoring encrypted files + * Add win32api.GetModuleFileNameW(), SetEnvironmentVariable() + * win32file.AcceptEx now indicates if the function was successful. + * OVERLAPPED objects are now hashable [ 1408485 ] + * Roger added win32file.ReplaceFile, CopyFileEx and MoveFileWithProgress + * Added win32uiole.AfxOleInit, SetMessagePendingDelay, + EnableNotRespondingDialog and EnableBusyDialog. + * win32net gets support for USER_INFO_4 structures + * Roger changes win32file.MoveFileEx to accept NULL for destination, added + SetFileShortName + * Missing typelibs could cause incomplete gen_py cache file [ 1548903 ] + * DISPIDs would sometime be incorrect when multiple typelibs used [ 1457673 ] + * ISAPI filters get support for HTTP_FILTER_AUTHENT and HTTP_FILTER_RAW_DATA + * Prevent ISAPI filters and extensions getting "\\?\c:\" style filenames. + * win32com.shell.shell fixes bug in FILEDESCRIPTORW packing, gets a few + unicode related additions. + * Fix memory leak when passing datetime() objects to COM functions. + Build 209 --------- |