Changes in version 1.0.2

Note

This release also includes all applicable changes from the 0.9.7 release.

Bugfixes

  • #258: Bugfix to a previous, incorrectly applied fix regarding local on Windows platforms.
  • #324: Update run/sudo‘s combine_stderr kwarg so that it correctly overrides the global setting in all cases. This required changing its default value to None, but the default behavior (behaving as if the setting were True) has not changed. Thanks to Matthew Woodcraft and Connor Smith for the catch.
  • #337: Fix logic bug in put preventing use of mirror_local_mode. Thanks to Roman Imankulov for catch & patch.
  • #352 (also #320): Seemingly random issues with output lockup and input problems (e.g. sudo prompts incorrectly rejecting passwords) appear to have been caused by an I/O race condition. This has been fixed. Thanks to Max Arnold and Paul Oswald for the detailed reports and to Max for the diagnosis and patch.

Documentation

  • Updated the API documentation for cd to explicitly point users to lcd for modifying local paths.
  • Clarified the behavior of rsync_project re: how trailing slashes in local_dir affect remote_dir. Thanks to Mark Merritt for the catch.

Table Of Contents

Previous topic

Changes in version 1.0.1

Next topic

Changes in version 1.1

This Page