Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Oct 20, 2019
1 parent e69630e commit 69764c7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
30 changes: 30 additions & 0 deletions docs/sphinx/development/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ Changelog
:local:
:depth: 1

Version 0.1.3 (Oct 21, 2019)
============================

Tools
-----

* add ``--list-drivers`` option
* add git commit hash to version info

Internals
---------

* print backtrace on Linux and macOS using libunwind instead of glibc backtrace module
* print backtrace on Android using bionic backtrace module
* colored logging

Building
--------

* add libunwind optional dependency (enabled by default)
* add ragel required dependency
* rename "uv" to "libuv" in ``--build-3rdparty``
* don't hide symbols in debug builds
* strip symbols in release builds
* fix building on recent Python versions
* fix SoX download URL
* fix PulseAudio version parsing
* automatically apply memfd patch when building PulseAudio
* automatically fix libasound includes when building PulseAudio

Version 0.1.2 (Aug 14, 2019)
============================

Expand Down

0 comments on commit 69764c7

Please sign in to comment.