]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 2.2.3. 2.2.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Jul 2023 12:02:31 +0000 (14:02 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Jul 2023 12:02:31 +0000 (14:02 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 208cc9a1d614dc565f874c8038a8a014dbbd08c5..941c7d4aca7c87e2c3ad02c5f04c2dc58c62059c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Nageru and Futatabi 2.2.3, July 24th, 2023
+
+  - Fix startup crashes with newer libsrt.
+
+  - Fix an issue where checkable theme menus would get the wrong
+    starting state. Reported by Stefano Rivera.
+
+
 Nageru and Futatabi 2.2.2, July 15th, 2023
 
   - Fix build breaks with newer GCC and SVT-AV1.
index eb9de7bd1951b13999a0660e92553f63e932ab37..48f8b0dbbf6480b47db3d8111faaed883d38774c 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3-pre')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')