Skip to content

Commit cf7d71c

Browse files
committed
Release 0.4.0
1 parent 88f0ec3 commit cf7d71c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.4.0 (2015-09-17):
2+
* new argument to xrun callback (see `jack.Client.set_xrun_callback()`),
3+
`jack.Client.xrun_delayed_usecs` was removed
4+
* `jack.Client.transport_reposition_struct()`
5+
* callbacks no longer have to return anything, instead they can raise
6+
`jack.CallbackExit` on error
7+
* ``midi_sine.py`` example
8+
19
Version 0.3.0 (2015-07-16):
210
* `jack.RingBuffer`, implemented by Alexandru Stan
311
* `jack.Client.set_timebase_callback()`, `jack.Client.transport_query()`,

jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://jackclient-python.rtfd.org/
2424
2525
"""
26-
__version__ = "0.3.0"
26+
__version__ = "0.4.0"
2727

2828
import errno as _errno
2929
import platform as _platform

0 commit comments

Comments
 (0)