Skip to content

Commit

Permalink
|\ merge from release-0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
StyXman committed Dec 6, 2016
2 parents ca81d37 + 75f797f commit 32db4a6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions ChangeLog.rst
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.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEBUG_MULTI=strace -tt -T -ff -o debug/runner -s 128
DEBUG_SIMPLE=strace -tt -T -o debug/runner -s 128
RUNNER=python3.5
# RUNNER=python3-coverage run
# RUNNER=python3.5
RUNNER=python3-coverage run
# can't use --buffer because:
# File "/home/mdione/src/projects/ayrton/ayrton/__init__.py", line 191, in polute
# self[std]= getattr (sys, std).buffer
Expand Down
2 changes: 1 addition & 1 deletion release.ay
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if make ('install'): # this includes tests
print (str (uncommited))
exit (1)

git ('checkout', -b="release-%s" % ayrton.__version__)
# git ('checkout', -b="release-%s" % ayrton.__version__)

dch (--changelog='ChangeLog.rst', --newversion=ayrton.__version__)
dch (--changelog='ChangeLog.rst', --release=True)
Expand Down

0 comments on commit 32db4a6

Please sign in to comment.