Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4685:61e922a93112 | 4686:4e740f02e165 |
|---|---|
| 5 | 5 |
| 6 2012-??-??: 1.4.21 | 6 2012-??-??: 1.4.21 |
| 7 | 7 |
| 8 Features: | 8 Features: |
| 9 | 9 |
| 10 - pywin32 is not longer required to run on Windows (anatoly techtonik) | |
| 11 - Rewritten portalocker.py logic in ctypes for Windows (anatoly techtonik) | |
| 10 - Add an interface to register clearCache callbacks in roundupdb. | 12 - Add an interface to register clearCache callbacks in roundupdb. |
| 11 Sometimes complicated computations may require an application cache. | 13 Sometimes complicated computations may require an application cache. |
| 12 This application can now register a callback to clear the application | 14 This application can now register a callback to clear the application |
| 13 cache, because roundup knows better when to clear it (usually when a | 15 cache, because roundup knows better when to clear it (usually when a |
| 14 transaction ends, either with rollback or with commit). The interface | 16 transaction ends, either with rollback or with commit). The interface |
