Skip to content

Commit 2cc0057

Browse files
committed
Release 0.2.6
1 parent 8c7cf33 commit 2cc0057

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
roc-toolkit (0.2.6) unstable; urgency=low
2+
3+
[ Packaging ]
4+
* build debian packages on debian:bullseye
5+
* in debian packages, statically link all dependencies except ``libc``,
6+
``libasound``, ``libpulse``
7+
* ensure that packages are installable on debian:oldstable, debian:stable,
8+
ubuntu:20.04, ubuntu:22.04, ubuntu:latest
9+
10+
-- Roc Streaming authors <[email protected]> Sun, 05 Nov 2023 00:00:00 +0000
11+
112
roc-toolkit (0.2.5) unstable; urgency=low
213

314
[ Bug fixes ]

docs/sphinx/development/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Changelog
2020
Tests
2121
Documentation
2222
23+
Version 0.2.6 (Nov 05, 2023)
24+
============================
25+
26+
Packaging
27+
---------
28+
29+
* build debian packages on debian:bullseye
30+
* in debian packages, statically link all dependencies except ``libc``, ``libasound``, ``libpulse``
31+
* ensure that packages are installable on debian:oldstable, debian:stable, ubuntu:20.04, ubuntu:22.04, ubuntu:latest
32+
2333
Version 0.2.5 (Jul 28, 2023)
2434
============================
2535

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.5
4+
Version: 0.2.6
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 5
33+
#define ROC_VERSION_PATCH 6
3434

3535
/** Version components.
3636
*/

0 commit comments

Comments
 (0)