-
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.
- Loading branch information
Showing
1 changed file
with
16 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,19 @@ | ||
ayrton (0.4.1) UNRELEASED; urgency=low | ||
|
||
* Fixed the `release.ay` script that prematurely released v0.4. | ||
|
||
-- Marcos Dione <[email protected]> Tue, 14 Jan 2014 21:40:13 +0100 | ||
ayrton (0.4.2) unstable; urgency=low | ||
|
||
* _bg allows running a command in the background. | ||
* _fails allows a Command to fail even when option('-e') is on. | ||
* Try program_name as program-name if the first failed the path lookup. | ||
* Convert all arguments to commands to str(). | ||
* chdir() is an alias of cd(). | ||
* Capture is a class, not an arbitrary value. | ||
* Updated doc. | ||
* Fixed globals and local passed to the execution of the script. | ||
* Fixed some fd leakage. | ||
* Fixed redirection when _out and _err where Capture. | ||
* Fixed keyword handling while doing our black magic. | ||
* More, better unit tests! | ||
|
||
-- Marcos Dione <[email protected]> Wed, 14 Jan 2015 21:58:28 +0100 | ||
|
||
ayrton (0.4) unstable; urgency=low | ||
|
||
|