diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-11-28 14:41:21 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-11-28 14:41:21 -0800 |
commit | 4a2ad2598c712cb82e4dee2c7e7b30de05530e36 (patch) | |
tree | 9f14d19f435c4d2300b65a0730b19d3de923bdcc /configure.ac | |
parent | 5d86941b4ddc8cdde600edeb1e67b2cd85480975 (diff) |
* --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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |