* Added mmap module with MemoryMap class. This class allows the client to specify SECURITY_ATTRIBUTES, which the Python mmap module does not. * Added security module with support for security descriptors and security attributes.
2.8
===
* Added vpn module with support for creating PPTP connections.
2.7
===
* Added filesystem.SetFileAttributes
2.6
===
* Fixed import issue in jaraco.windows.filesystem on Python 3. * Added cookie module from jaraco.net. * Fixed issue in filesystem.islink() where a call against a nonexistent file could raise an Exception.
2.5
===
* Moved timers module from jaraco.util. * Added jaraco.windows.cred with initial support for Windows Credential Manager.