We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dcda8 commit 8035b2fCopy full SHA for 8035b2f
2 files changed
FIXES.md
@@ -1,3 +1,14 @@
1
+#### 1.9.9
2
+
3
+* build fixes: switch to U22, PCP
4
+* fix SDL2 I420
5
+* improve Firejail AppImage compatibility with various params
6
+* fix WASAPI device selection with UUID
7
+* CoInitialize: use COINIT_APARTMENTTHREADE (compat with PA/ASIO build)
8
+* select libvpx-vp9 for VP9 if AVX2 not present (avoid crasn with SVT impl)
9
+* portaudio: improved sample rate handling
10
+* Vulkan fixes
11
12
#### 1.9.8
13
14
* build fixes (SVT-VP9, Vulkan)
configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([UltraGrid],[1.9.8],[ultragrid-dev@cesnet.cz])
+AC_INIT([UltraGrid],[1.9.9],[ultragrid-dev@cesnet.cz])
configure_flags="$*"
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10])
0 commit comments