File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
src/public_api/include/roc Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ Changelog
2020 Tests
2121 Documentation
2222
23+ Version 0.2.5 (Jul 28, 2023)
24+ ============================
25+
26+ Bug fixes
27+ ---------
28+
29+ * fix byte order conversion
30+
31+ Build system
32+ ------------
33+
34+ * fix compiler type detection when compiler is specified via ``CC `` or ``CXX `` variable
35+ * export symbols of dependencies built by ``--build-3rdparty `` when building static library (``libroc.a ``), to avoid linker errors when using it
36+
2337Version 0.2.4 (May 13, 2023)
2438============================
2539
Original file line number Diff line number Diff line change 11%undefine _disable_source_fetch
22
33Name: roc-toolkit
4- Version: 0.2.4
4+ Version: 0.2.5
55Release: 1%{?dist }
66Summary: Real-time audio streaming over the network
77License: MPL-2.0 AND CECILL-C AND BSD
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ extern "C" {
3030
3131/** Patch version component.
3232 */
33- #define ROC_VERSION_PATCH 4
33+ #define ROC_VERSION_PATCH 5
3434
3535/** Version components.
3636 */
You can’t perform that action at this time.
0 commit comments