Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9732
Modified Files:
CHANGES.txt
Log Message:
Make note of some more new functions in win32api and win32file
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CHANGES.txt 22 Oct 2007 04:36:29 -0000 1.12
--- CHANGES.txt 17 Dec 2007 04:08:37 -0000 1.13
***************
*** 60,65 ****
- New functions RegCopyTree, RegDeleteTree, RegSaveKeyEx,
RegRestoreKey, RegCreateKeyEx, RegQueryInfoKeyW,
! RegEnumKeyExWGet/SetSystemFileCacheSize, GlobalMemoryStatus,
! GlobalMemoryStatusEx
- Fix memory leak in GetShortPathName
- Fix VkKeyScan arg handling
--- 60,66 ----
- New functions RegCopyTree, RegDeleteTree, RegSaveKeyEx,
RegRestoreKey, RegCreateKeyEx, RegQueryInfoKeyW,
! RegEnumKeyExW, Get/SetSystemFileCacheSize, GlobalMemoryStatus,
! GlobalMemoryStatusEx, GetDllDirectory, SetDllDirectory
!
- Fix memory leak in GetShortPathName
- Fix VkKeyScan arg handling
***************
*** 71,75 ****
Vista API functions, System file checker (Sfc) functions,
DuplicateEncryptionInfoFile, GetVolumePathNamesForVolumeName,
! GetFinalPathNameByHandle
- FindFiles and FindFilesIterator now accept an optional transaction handle
to perform a transacted search
--- 72,78 ----
Vista API functions, System file checker (Sfc) functions,
DuplicateEncryptionInfoFile, GetVolumePathNamesForVolumeName,
! GetFinalPathNameByHandle,
! CreateMailslot, GetMailslotInfo, SetMailslotInfo
!
- FindFiles and FindFilesIterator now accept an optional transaction handle
to perform a transacted search
|