| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + Version 0.4.1 (2016-05-24): | ||
| 2 | + * new property `jack.Client.transport_frame`, deprecating | ||
| 3 | + `jack.Client.transport_locate()` | ||
| 4 | + | ||
| 1 | 5 | Version 0.4.0 (2015-09-17): | |
| 2 | 6 | * new argument to xrun callback (see `jack.Client.set_xrun_callback()`), | |
| 3 | 7 | `jack.Client.xrun_delayed_usecs` was removed | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | http://jackclient-python.rtfd.org/ | |
| 24 | 24 | ||
| 25 | 25 | """ | |
| 26 | - __version__ = "0.4.0" | ||
| 26 | + __version__ = "0.4.1" | ||
| 27 | 27 | ||
| 28 | 28 | import errno as _errno | |
| 29 | 29 | import platform as _platform | |
| Back | FazBrowse Home | New Git URL |
0 commit comments