diff options
-rw-r--r-- | recordmydesktop/ChangeLog | 11 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 98079f6..f6af63a 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -26,3 +26,14 @@ opening soundcard, which resulted in crashes, segfaults and repeated error-messages has been fixed. *other minor bugfixes +/*VERSION 0.2.4*/ +*Behavior on lack of $DISPLAY evironment +variable has been corrected. +*Size adjustment is now quantized at 16 pixels, +in order to avoid complete image distortion, +present at certain resolutions, when using shared memory +(conditional or not). +*Some other minor bugfixes, related mostly to default +values of options. + + diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index dc8bc99..081eae6 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.2.3,) +AM_INIT_AUTOMAKE(recordmydesktop,0.2.4,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |