* 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.
2.4
===
* Moved filechange notification from jaraco.util.
2.3
===
* Added filesystem.GetFileAttributes. * Added services module for working with Windows Services (currently uses pywin32).