From 70e2471c1297f5ee5592918a736224841d8e4d77 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 3 Sep 2021 18:44:26 +0200 Subject: [PATCH] Release Nageru and Futatabi 2.0.2. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b14a2df..397ec58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Nageru and Futatabi 2.0.2, September 3rd, 2021 + + - Fix issues with various upstream software: + DeckLink 11.7 (and newer) drivers, FFmpeg 4.4, newer CEF. + + - Add a --no-transcode-video flag to Kaeru. + + This is useful primarily if you want Kaeru to rewrap the stream into + Metacube (for Cubemap) and do nothing else with it. Only H.264 + is supported for now, since everything else assumes that. + + Nageru and Futatabi 2.0.1, July 9th, 2020 - Upgrade DeckLink SDK to 10.11.4. diff --git a/meson.build b/meson.build index 5da809c..b10655c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.1') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.2') cxx = meson.get_compiler('cpp') qt5 = import('qt5') -- 2.39.2