]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
update changelog bump version 0.0.7
authorAlfredo Deza <alfredo@deza.pe>
Wed, 16 Oct 2013 15:42:22 +0000 (11:42 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 16 Oct 2013 15:42:22 +0000 (11:42 -0400)
CHANGELOG.rst
remoto/__init__.py

index f0ac6fc4e5c781cf8aade26e83c1873260574787..59d8c07bae13d2700700fadb764c83365de7a025 100644 (file)
@@ -1,3 +1,14 @@
+0.0.7
+-----
+* Patches execnet to allow local popen with sudo python
+
+0.0.6
+-----
+* Add a global timeout option
+* All processes use PATH variables passed to Popen
+* Do not mangle commands if they need sudo
+* Allow sudo python
+
 0.0.5
 -----
 * Allow more than one thread to be started in the connection
index 2f02966568733826737cd3a85344fcaf364e9579..1075b4e180a0ddcaf3fba3e0db6d221c22b20f08 100644 (file)
@@ -1,4 +1,4 @@
 from .connection import Connection
 
 
-__version__ = '0.0.6'
+__version__ = '0.0.7'