Skip to content

Commit 778c329

Browse files
committed
Version 0.1.5
1 parent 4df42be commit 778c329

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.4
1+
0.1.5

docs/sphinx/development/changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ Changelog
55
:local:
66
:depth: 1
77

8+
Version 0.1.5 (Apr 5, 2020)
9+
===========================
10+
11+
Building
12+
--------
13+
14+
* correctly handle arguments in environment variables like CXX/CC/LD/etc (for Yocto Linux)
15+
* correctly handle spaces in environment variables (for Yocto Linux)
16+
* fix environment overrides checks
17+
* fix building of the host tools when cross-compiling
18+
* fix warnings on Clang 11
19+
* fix sphinx invocation
20+
* explicitly disable Orc when building PulseAudio using --build-3rdparty
21+
* explicitly enable -pthread or -lpthread for libsndfile (for Manjaro Linux)
22+
* user CMake instead of autotools when building libuv for Android using ``--build-3rdparty``
23+
* switch to libuv 1.35.0 by default in ``--build-3rdparty``
24+
* check for unknown names in ``--build-3rdparty``
25+
26+
Portability
27+
-----------
28+
29+
* fix building on Manjaro Linux
30+
* fix building on Yocto Linux
31+
* add openSUSE to continuous integration and user cookbook
32+
* drop Xcode 7.3 from continuous integration, add Xcode 11.3
33+
834
Version 0.1.4 (Feb 6, 2020)
935
===========================
1036

0 commit comments

Comments
 (0)