Skip to content

Commit

Permalink
[*] release.
Browse files Browse the repository at this point in the history
  • Loading branch information
StyXman committed Jan 14, 2015
1 parent 94e4fe7 commit 70df8ba
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions ChangeLog.rst
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

Expand Down

0 comments on commit 70df8ba

Please sign in to comment.