Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.68 KB

CHANGELOG.rst

File metadata and controls

33 lines (30 loc) · 1.68 KB

1.1

  • Paramiko integration #10
  • CLI: now with built-in support for sub-commands. See also: #43
  • The "import hack" has moved to the package's __init__.py, to make it importable directly #45
  • Paths now support chmod (on POSIX platform) #49
  • The argument name of a SwitchAttr can now be given to it (defaults to VALUE) #46

1.0.1

  • Windows: path are no longer converted to lower-case, but __eq__ and __hash__ operate on the lower-cased result #38
  • Properly handle empty strings in the argument list #41
  • Relaxed type-checking of LocalPath and RemotePath #35
  • Added PuttyMachine for Windows users that relies on plink and pscp (instead of ssh and scp) #37

1.0.0

  • Rename cli.CountingAttr to cli.CountOf
  • Moved to Travis continuous integration
  • Added unixutils
  • Added chown and uid/gid
  • Lots of fixes and updates to the doc
  • Full list of issues

0.9.0

Initial release