Skip to content

Commit b6b3f53

Browse files
committed
Version 0.2.4
1 parent 271ddf2 commit b6b3f53

3 files changed

Lines changed: 50 additions & 3 deletions

File tree

docs/sphinx/development/changelog.rst

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

2673
C API

rpm/roc-toolkit.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%undefine _disable_source_fetch
22

33
Name: roc-toolkit
4-
Version: 0.2.3
4+
Version: 0.2.4
55
Release: 1%{?dist}
66
Summary: Real-time audio streaming over the network
77
License: MPL-2.0 AND CECILL-C AND BSD

src/public_api/include/roc/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" {
3030

3131
/** Patch version component.
3232
*/
33-
#define ROC_VERSION_PATCH 3
33+
#define ROC_VERSION_PATCH 4
3434

3535
/** Version components.
3636
*/

0 commit comments

Comments
 (0)