diff options
Diffstat (limited to 'recordmydesktop')
-rw-r--r-- | recordmydesktop/ChangeLog | 8 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index e42d611..4fb28e4 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,11 @@ +/*Version 0.3.6*/ +* Corrected segmentation fault when recording non-fullscreen areas, using the +full-shots mode(i.e. no Xdamage) +* Fixed arrays boundary overstep in BlocksFromList (resulting in segfault, +especially when compiled with -fstack-protector) +* Removed the need for Xdamage to be present even when it is not used. +* Added follow-mouse option(i.e. capture area tracks the mouse cursor). + /*Version 0.3.5.1*/ * Corrected segmentation fault when recording non-fullscreen areas (bug-report and solution to the problem provided Sander Jansen) diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index d1785e3..fd1b404 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.6-cvs,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.6,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |