diff options
-rw-r--r-- | gtk-recordmydesktop/ChangeLog | 8 | ||||
-rw-r--r-- | gtk-recordmydesktop/configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gtk-recordmydesktop/ChangeLog b/gtk-recordmydesktop/ChangeLog index acec5a6..bf0ccaf 100644 --- a/gtk-recordmydesktop/ChangeLog +++ b/gtk-recordmydesktop/ChangeLog @@ -1,5 +1,11 @@ +/*VERSION 0.3.4*/ +Synced to version 0.3.4 of recordMyDesktop. +Added an optional persistent frame around the capture area. +updated Spanish translation by Rolando Espinoza La Fuente. +updated Italian translation by Giovanni Scafora. + /*VERSION 0.3.3.1*/ -*Fixed jack ports woindow, in sound tab, to be a scrollable window +*Fixed jack ports window, in sound tab, to be a scrollable window (many ports could make the window huge and unfunctional). *Updated Italian translation by Giovanni Scafora diff --git a/gtk-recordmydesktop/configure.ac b/gtk-recordmydesktop/configure.ac index 137ceee..d17e1fb 100644 --- a/gtk-recordmydesktop/configure.ac +++ b/gtk-recordmydesktop/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59) AC_INIT(src/gtk-recordMyDesktop) -AM_INIT_AUTOMAKE(gtk-recordmydesktop, 0.3.4-cvs) +AM_INIT_AUTOMAKE(gtk-recordmydesktop, 0.3.4) AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) |