From: Steinar H. Gunderson Date: Wed, 4 Oct 2023 22:26:26 +0000 (+0200) Subject: Release Nageru and Futatabi 2.3.0. X-Git-Tag: 2.3.0^0 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=79a6263d2208acebff58b672586e07eae0d29ea6 Release Nageru and Futatabi 2.3.0. --- diff --git a/NEWS b/NEWS index 941c7d4..2451613 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Nageru and Futatabi 2.3.0, October 5th, 2023 + + - Support SRT output of the encoded stream, including + output to YouTube if your account is enabled for this + (beta testers only as of this release). This is useful + for push, and for bad networks (e.g. 4G). + + - Fix various deprecation warnings with newer FFmpeg + (Nageru should now be warning-free with FFmpeg 6.0). + This also means that Nageru now requires FFmpeg 5.1 + or newer. + + - Fix crashes with newer SVT-AV1. + + Nageru and Futatabi 2.2.3, July 24th, 2023 - Fix startup crashes with newer libsrt. diff --git a/meson.build b/meson.build index 3c139c7..8f636ad 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.4-pre') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.3.0') cxx = meson.get_compiler('cpp') qt5 = import('qt5')