Skip to content

Commit 0d8eaf2

Browse files
committed
UltraGrid 1.9.2
1 parent 7f9e311 commit 0d8eaf2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

FIXES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 1.9.2
2+
3+
* CI: build CUDA stuff for CC 3.5 (compat with Kepler/Maxwell devices)
4+
* build fixes
5+
* DShow: support for H.264 capture
6+
* AV Foundation: fixed running without options
7+
* DeckLink disp.: fixed crash with BMD Studio 4K Studio and '-r analog'
8+
* fixed transparency in GUI on Wayland
9+
110
#### 1.9.1
211

312
* CI build fixes

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([UltraGrid],[1.9.1],[[email protected]])
3+
AC_INIT([UltraGrid],[1.9.2],[[email protected]])
44
configure_flags="$*"
55
AC_CANONICAL_TARGET
66
AM_INIT_AUTOMAKE([1.10])

0 commit comments

Comments
 (0)