-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|\ merge from release-0.9, released as 0.9.
- Loading branch information
Showing
28 changed files
with
1,400 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ dist | |
MANIFEST | ||
trash & toys | ||
.merge_message | ||
*.pyc | ||
*.pyo | ||
.tox | ||
rsa_server_key* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
ayrton (0.9) unstable; urgency=medium | ||
|
||
* The 'No Government' release. | ||
* Test functions are no longer called `_X` but `-X`, which is more scripting friendly. | ||
* Some if those tests had to be fixed. | ||
* Dropped support for `py3.3` because the importer does not work there. | ||
* `tox` support, but not yet part of the stable test suite. | ||
* Lots and lots of more tests. | ||
* Lots of improvements in the `remote()` tests; in particular, make sure they don't hang waiting for someone who's not gonna come. | ||
* Ignore ssh `remote()` tests if there's not password/phrase-less connection. | ||
* Fixed several fd leaks. | ||
* `_in`, `_out` and `_err` also accept a tuple `(path, flags)`, so you can specify things like `os.O_APPEND`. Mostly used internally. | ||
|
||
-- Marcos Dione <[email protected]> Tue, 06 Dec 2016 19:37:33 +0100 | ||
|
||
ayrton (0.8.1.0) unstable; urgency=medium | ||
|
||
* The 'Release From The Bus' release. | ||
|
@@ -10,7 +25,7 @@ ayrton (0.8.1.0) unstable; urgency=medium | |
* Calling `ayrton -c <script>` was failing because the file name properly was not properly (f|b)aked. | ||
* `ayrton --version` didn't work! | ||
|
||
-- Marcos Dione <mdione@diablo.grulicueva.local> Mon, 21 Nov 2016 20:36:31 +0100 | ||
-- Marcos Dione <mdione@grulic.org.ar> Mon, 21 Nov 2016 20:36:31 +0100 | ||
|
||
ayrton (0.8) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.