diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-04-28 23:55:07 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-04-28 23:55:07 -0700 |
commit | c06c8599392f5ee9533d0d10749781fa0f050832 (patch) | |
tree | 751af9fd711e44f8dc96dd6b3acba01ce437e158 /configure.ac | |
parent | 5aff4b028f3a761811b2a4a507dca60473173808 (diff) |
*: bump to 0.5.00.5.0
- Fixed XFixes pointer YUV updates of V channel, manifested
as incorrect hue of pointer region in recordings
- Fixed rmdCacheFile crash when chapter rotate failed, usually
triggered by filling the filesystem during a recording
- Improved error checking
- Many code cleanups
- Bumped to 0.5.0 as a latent realization of the new flag
--periodic-datasync-ms introduced back in 0.4.3
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 36a427e..1d0b333 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.4.4], ) +AC_INIT( [recordmydesktop], [0.5.0], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) |