Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Nov 5, 2023
1 parent 8c7cf33 commit 2cc0057
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
roc-toolkit (0.2.6) unstable; urgency=low

[ Packaging ]
* build debian packages on debian:bullseye
* in debian packages, statically link all dependencies except ``libc``,
``libasound``, ``libpulse``
* ensure that packages are installable on debian:oldstable, debian:stable,
ubuntu:20.04, ubuntu:22.04, ubuntu:latest

-- Roc Streaming authors <[email protected]> Sun, 05 Nov 2023 00:00:00 +0000

roc-toolkit (0.2.5) unstable; urgency=low

[ Bug fixes ]
Expand Down
10 changes: 10 additions & 0 deletions docs/sphinx/development/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Changelog
Tests
Documentation
Version 0.2.6 (Nov 05, 2023)
============================

Packaging
---------

* build debian packages on debian:bullseye
* in debian packages, statically link all dependencies except ``libc``, ``libasound``, ``libpulse``
* ensure that packages are installable on debian:oldstable, debian:stable, ubuntu:20.04, ubuntu:22.04, ubuntu:latest

Version 0.2.5 (Jul 28, 2023)
============================

Expand Down
2 changes: 1 addition & 1 deletion rpm/roc-toolkit.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%undefine _disable_source_fetch

Name: roc-toolkit
Version: 0.2.5
Version: 0.2.6
Release: 1%{?dist}
Summary: Real-time audio streaming over the network
License: MPL-2.0 AND CECILL-C AND BSD
Expand Down
2 changes: 1 addition & 1 deletion src/public_api/include/roc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {

/** Patch version component.
*/
#define ROC_VERSION_PATCH 5
#define ROC_VERSION_PATCH 6

/** Version components.
*/
Expand Down

0 comments on commit 2cc0057

Please sign in to comment.