Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=5e54f282b6caf96ecc9d4109b746c94b5458865d
commit 5e54f282b6caf96ecc9d4109b746c94b5458865d Author: Priyank <[EMAIL PROTECTED]> Date: Wed Apr 30 21:05:11 2008 +0530 updates for 0.3.0 diff --git a/NEWS b/NEWS index 9dcae63..3857869 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ VERSION DESCRIPTION --------------------------------------------------------------------------------------------------------- -0.3.0 (2008-04-xx) - FUN now supports News notifications. +0.3.0 (2008-04-30) - FUN now supports News notifications. Greatly reduced FUN's startup time. 0.2.2 (2008-03-23) - BUGFIX (#2883): FUN always checks for updates in the -current repo even on -stable systems. NOTE: This affects only -stable users. diff --git a/configure.ac b/configure.ac index bf7f7bf..080a0d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) -AC_INIT([fun], 0.2.2, [EMAIL PROTECTED], fun) +AC_INIT([fun], 0.3.0, [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
