[pywin32-checkins] pywin32 CHANGES.txt,1.44,1.45
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-02-04 02:34:36
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9421 Modified Files: CHANGES.txt Log Message: prevent win32com.universal triggering DEP (yay!) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** CHANGES.txt 31 Jan 2009 05:48:36 -0000 1.44 --- CHANGES.txt 4 Feb 2009 02:34:24 -0000 1.45 *************** *** 22,25 **** --- 22,30 ---- - Vernon Cole: for help with porting adodbapi to py3k. + * pythoncom servers which implemented 'universal' vtable interfaces from a + typelib could cause Data Execution Protection (DEP) to be triggered if + enabled. This has been resolved and such servers now work correctly with + DEP enabled. + * Fixed memory leak in win32wnet.WNetEnumResource. |