Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=53159dba43c8b8b59664545b3d598bbcc905d794
commit 53159dba43c8b8b59664545b3d598bbcc905d794 Author: Priyank <[EMAIL PROTECTED]> Date: Sat Sep 20 22:12:46 2008 +0530 updates for 0.3.1 diff --git a/NEWS b/NEWS index 3857869..537261d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ VERSION DESCRIPTION --------------------------------------------------------------------------------------------------------- +0.3.1 (2008-09-20) - Dropped the old method of rss fetching using libxml+curl + - Fun now makes use of libnxml for news notifier + - BUGFIX (#3102): FUN crashes after a while + - Minimize the main window to system tray on delete event 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 diff --git a/README b/README index e092a5e..a4e4b34 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Requirements * libglade-2.0 >= 2.6 * libnotify >= 0.4.4 * libcurl -* libxml-2.0 +* libnxml Using FUN ========= diff --git a/configure.ac b/configure.ac index 1b8fc14..92bfaf3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) -AC_INIT([fun], 0.3.0, [EMAIL PROTECTED], fun) +AC_INIT([fun], 0.3.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
