@@ -20,7 +20,54 @@ Changelog
2020 Tests
2121 Documentation
2222
23- Version 0.2.3 (Mat 9, 2023)
23+ Version 0.2.4 (May 13, 2023)
24+ ============================
25+
26+ C API
27+ -----
28+
29+ * always set ``file `` and ``line `` in ``roc_log_message ``
30+
31+ Command-line tools
32+ ------------------
33+
34+ * support PulseAudio sources in ``roc-send ``
35+ * support ``--io-latency `` option in ``roc-send ``
36+
37+ Bug fixes
38+ ---------
39+
40+ * fix potential race
41+ * fix byte order detection on Android
42+ * do not write to log from shared library destructor
43+ * stop using user-provided log handler after entering shared library destructor
44+
45+ Internals
46+ ---------
47+
48+ * improve logging
49+ * refactor scons scripts
50+
51+ Build system
52+ ------------
53+
54+ * fix ``--build-3rdparty=sox `` when ``sndio `` is installed
55+ * fix ``--build-3rdparty=google-benchmark `` when there is ``python3 ``, but no ``python `` in PATH
56+ * fix OpenSSL platform detection in ``--build-3rdparty=openssl `` when not cross-compiling
57+ * set Android API level to ``21 ``
58+ * add ``--macos-platform `` and ``--macos-arch `` scons options
59+ * by default, set ``--macos-platform `` to current OS, to avoid linker warnings about incompatible macOS deployment targets
60+ * support building macOS universal binaries by providing multiple values for ``--macos-arch ``
61+ * propagate Android platform, macOS platform, and macOS architectures to ``--build--3rdparty ``
62+ * unexport all symbols except ``roc_* `` from ``libroc.so `` and ``libroc.a `` on Linux, and ``libroc.dylib `` on macOS
63+ * resolve ``pkg-config `` absolute path
64+
65+ Documentation
66+ -------------
67+
68+ * minor updates
69+
70+ Version 0.2.3 (Mar 9, 2023)
2471===========================
2572
2673C API
0 commit comments