- 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.
11.0.0
- Changed - The handling of build information the build module has been overhauled to remove reliance on the command line and PRDB. - Update requests to 2.18.1 and setuptools to 36.0.1.
10.0.3
- Changed - When sysutil.syscmd is run with useshell, pass the command and args as a string to Popen as suggested by the documentation.
10.0.2
- Changed - Catch any PyQt load failure in version module to protect against missing GNUC libs. - Determine users home directory in a cross-platform way. - Rename some variables.