diff options
-rw-r--r-- | recordmydesktop/ChangeLog | 10 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 4d7ddf8..65f9c6c 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,13 @@ +/*VERSION 0.3.4*/ +*Fixed configure script to exit when zlib is not found. +*Fixed behavior of the program when using both the MIT-Shm and Xdamage extensions. +As a result, less memory is now required and all options related to conditional usage of +shared memory are gone. Shared memory is now on by default and the --with-shared +option is substituted by --no-shared. +*The --drop-frames option has been removed. +*The dummy cursor has been updated to look better. + + /*VERSION 0.3.3.1*/ *Fixed ring buffer size, to be independant of the size that jack uses internally diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index d369d25..edfccee 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.4-cvs,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.4,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |