* Fixes an access violation error that could occur when using Editor in file to memory or memory to memory modes.
0.2.2
Support for additional Archive Manager functionality: * GwFileToFileUnpack
0.2.1
* `utils.TempDirectoryPath` no longer suffixed with slash
0.2.0
* Refactor of content_management, custom switches can now be added to config elements. * Classes inheriting from Policy and ConfigElement can now be traversed and assigned like objects, ie: py policy = glasswall.content_management.policies.Editor() print(policy.pdfConfig.acroform.value)
0.1.8
* Add list_file_paths symbolic link support with kwarg followlinks * _TEMPDIR os.path.join fix