Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=06d54ceb03e4626f013c30e0a1eef6f548e9427b
commit 06d54ceb03e4626f013c30e0a1eef6f548e9427b Author: Priyank <[EMAIL PROTECTED]> Date: Sun Mar 2 11:26:57 2008 +0530 updates for 0.2.1 diff --git a/NEWS b/NEWS index faf3b76..ff3f3b2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION --------------------------------------------------------------------------------------------------------- +0.2.1 (2008-03-02) - Translation updates + - New translation: (Czech) cs_CZ 0.2.0 (2008-01-01) - Migrated to libnotify for displaying notification popups. - Got rid of EggTrayIcon. FUN client now uses GtkStatusIcon. - FUN client now performs a first-run update check everytime it's started. diff --git a/configure.ac b/configure.ac index c2b7d58..56da2e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) -AC_INIT([fun], 0.2.0, [EMAIL PROTECTED], fun) +AC_INIT([fun], 0.2.1, [EMAIL PROTECTED], fun) AC_CONFIG_SRCDIR([src/fun.c]) AC_LANG(C) AM_CONFIG_HEADER(config.h) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
