diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-13 16:32:33 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-13 16:32:33 +0000 |
commit | 91a13e474ca98fe0410f97f0620e94150837bb91 (patch) | |
tree | 91a7086e8e780472b5b99518f173d7667565614b | |
parent | ea4ab310772bed3776da7188c9c38dea8dc3891e (diff) |
ChangeLog: 0.3.7 changes
configure.ac: changed version to 0.3.7
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@476 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | gtk-recordmydesktop/ChangeLog | 11 | ||||
-rw-r--r-- | gtk-recordmydesktop/configure.ac | 2 | ||||
-rw-r--r-- | qt-recordmydesktop/ChangeLog | 14 | ||||
-rw-r--r-- | qt-recordmydesktop/configure.ac | 2 | ||||
-rw-r--r-- | recordmydesktop/ChangeLog | 11 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
6 files changed, 39 insertions, 3 deletions
diff --git a/gtk-recordmydesktop/ChangeLog b/gtk-recordmydesktop/ChangeLog index aa1d7f8..2d5bf2f 100644 --- a/gtk-recordmydesktop/ChangeLog +++ b/gtk-recordmydesktop/ChangeLog @@ -1,3 +1,14 @@ +/*VERSION 0.3.7*/ +*sv.po: added Swedish translation by Daniel Nylander +*fr.po: Updated French translation from Vincent MERLET +*synced to recordMyDesktop 0.3.7 +*frontend check freq constraint +*replaced all enabled/disabled ComboBoxes with CheckButtons +*added shortcuts for common actions +ctr+r,ctr+s,ctr+h,ctr+q,ctr+p,esc +*other minor bugfixes + + /*VERSION 0.3.6*/ *synced to recordMyDesktop 0.3.6 (--follow-mouse option and cursor-tracking frame) diff --git a/gtk-recordmydesktop/configure.ac b/gtk-recordmydesktop/configure.ac index 4085757..b25da65 100644 --- a/gtk-recordmydesktop/configure.ac +++ b/gtk-recordmydesktop/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59) AC_INIT(src/rmdSimple.py) -AM_INIT_AUTOMAKE(gtk-recordmydesktop, 0.3.7-cvs) +AM_INIT_AUTOMAKE(gtk-recordmydesktop, 0.3.7) AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) diff --git a/qt-recordmydesktop/ChangeLog b/qt-recordmydesktop/ChangeLog index 0be980f..03acdd0 100644 --- a/qt-recordmydesktop/ChangeLog +++ b/qt-recordmydesktop/ChangeLog @@ -1,3 +1,17 @@ +/*VERSION 0.3.7*/ +*sv.po: added Swedish translation by Daniel Nylander +*fr.po: Updated French translation from Vincent MERLET +*synced to recordMyDesktop 0.3.7 +*fixed jack ports re-insertion bug. +*fixed cursor type selection bug. +*fixed premature exit problem +(closing of prefs win when main win was hidden) +*replaced all enabled/disabled ComboBoxes with CheckButtons +*added button/dialog for workdir selection +*added shortcuts for common actions +ctr+r,ctr+s,ctr+h,ctr+q,,ctr+p,esc +*other minor bugfixes + /*VERSION 0.3.6*/ *Version *BUMPED* to indicate full compatibility with recordMyDesktop *synced to recordMyDesktop 0.3.6 diff --git a/qt-recordmydesktop/configure.ac b/qt-recordmydesktop/configure.ac index 777e7cd..73a47df 100644 --- a/qt-recordmydesktop/configure.ac +++ b/qt-recordmydesktop/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59) AC_INIT(src/rmdSimple.py) -AM_INIT_AUTOMAKE(qt-recordmydesktop, 0.3.7-cvs) +AM_INIT_AUTOMAKE(qt-recordmydesktop, 0.3.7) AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 4fb28e4..62bc64a 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,14 @@ +/*Version 0.3.7*/ +*Added configurable,global shortcuts for +pause/unpause and stop. +*Added frame that surrounds the capture area. +*New rescue feature (allows encoding of +crashed/interrupted sessions). +*fixed overcapture on no-sound +*fixed deadlock and behavior on fps<=1 +*fixed crash when using --no-shared +*other minor bugfixes + /*Version 0.3.6*/ * Corrected segmentation fault when recording non-fullscreen areas, using the full-shots mode(i.e. no Xdamage) diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 58b1fbc..0b326c6 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.7-cvs,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.7,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |