- Added - Add Linux support to build.CxFreezeBuilder. - Added LZMA (xz) creation support to fileutil.pack.
- Removed - Remove workaround for Python 3.6.0 bug from build.CxFreezeBuilder.
12.0.0
- Added - Linux support for servermgr.Service and sysutil.syscmd with remote=True.
11.1.0
- Added - Added config property to configmgr.ConfigCollection. - Added build.ConfigurationBuilder and build.ConfigurationProduct classes.
- Changed - Update requests to 2.18.3. - Update setuptools to 36.2.7.
11.0.3
- Changed - Improve symlink handing in build.NodeJSBuilder. - Update p4python to 2017.1.1526044. - Update PyQt5 to 5.9.
11.0.2
- Changed - Protect sysutil.syscmd against spaces in commands and argument names when using the shell. - Minor NodeJSBuilder improvements. - Improve lang.str_to_pythonval algorithm. - Fix missing import.
11.0.1
- Changed - Add is_local property to servermgr.Server. - Improve error checking on robocopy in servermgr.ServerPath.copy method.