Mercurial > p > roundup > code
diff CHANGES.txt @ 4686:4e740f02e165
Remove pywin32 installation dependency by porting portalocker.py to ctypes.
portalocker.py lock/unlock functions now return result of operation, support
for Windows 95/98/ME is removed.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 28 Nov 2012 04:51:56 +0300 |
| parents | 0c2cad65ebba |
| children | 4545225c449d |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 28 03:44:34 2012 +0300 +++ b/CHANGES.txt Wed Nov 28 04:51:56 2012 +0300 @@ -7,6 +7,8 @@ Features: +- pywin32 is not longer required to run on Windows (anatoly techtonik) +- Rewritten portalocker.py logic in ctypes for Windows (anatoly techtonik) - Add an interface to register clearCache callbacks in roundupdb. Sometimes complicated computations may require an application cache. This application can now register a callback to clear the application
