From 4a2ad2598c712cb82e4dee2c7e7b30de05530e36 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 28 Nov 2023 14:41:21 -0800 Subject: *: bump to 0.6.0 * --use-jack arg parsing fixup; now just specify multiple times for multiple JACK sources * myriad random JACK support fixupes * fix cache stats accounting and reporting * introduced new --need-shortcuts flag; exits with error code when shortcuts can't be installed, instead of just ignoring the failure. (reason for 0.5->0.6 bump) * fix bug in damage event clipping * fix bug resulting in potentially missed dirty events; Moved YUV dirty blocks clearing from the frame getting thread to the frame caching thread, so they're only cleared upon actually getting written out to the cache. Previously, especially on high FPS recordings, there was a real potential for YUV dirty blocks getting cleared before the caching thread got around to actually writing those dirtied blocks out based on what was marked dirty. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bcb2ac7..c2b0f09 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT( [recordmydesktop], [0.5.1], ) +AC_INIT( [recordmydesktop], [0.6.0], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) -- cgit v1.2.3