summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk-recordmydesktop/ChangeLog6
-rw-r--r--gtk-recordmydesktop/configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/gtk-recordmydesktop/ChangeLog b/gtk-recordmydesktop/ChangeLog
index d213c76..f57effa 100644
--- a/gtk-recordmydesktop/ChangeLog
+++ b/gtk-recordmydesktop/ChangeLog
@@ -4,7 +4,7 @@ First Version
/*VERSION 0.2*/
*Separated functionality in tabs.
*synced options to recordMyDesktop-0.2.5.
-*Right click oin tray icon now has a menu.
+*Right click on tray icon now has a menu.
*Added 'About' dialog.
*New option to select the area over which the
next recording will take place.
@@ -34,5 +34,9 @@ and the selected region is outlined.
*Localization support
Added: Greek language
+/*VERSION 0.2.1-r1*/
+*Italian translation by Giovanni Scafora
+*Spanish translation by José "L. Redrejo" Rodríguez
+*Applied patch from Giovanni Scafora to po/Makefile.in.in
diff --git a/gtk-recordmydesktop/configure.ac b/gtk-recordmydesktop/configure.ac
index f419811..6d76324 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.2.1)
+AM_INIT_AUTOMAKE(gtk-recordMyDesktop, 0.2.1-r1)
AS_AC_EXPAND(LIBDIR, $libdir)
AC_MSG_NOTICE(Storing library files in $LIBDIR)
© All Rights Reserved