# HG changeset patch # User nenolod # Date 1172332346 28800 # Node ID 6ac35794645f7d960a7d3096cb21b96fc1d71419 # Parent 6bbc25a775f0f5c5396c8b28033264907cc340c9 [svn] - GTK+ 2.6 is required. diff -r 6bbc25a775f0 -r 6ac35794645f ChangeLog --- a/ChangeLog Sat Feb 24 07:51:41 2007 -0800 +++ b/ChangeLog Sat Feb 24 07:52:26 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-24 15:51:41 +0000 William Pitcock + revision [4142] + - update README table of contents + + trunk/README | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + + 2007-02-24 15:49:53 +0000 William Pitcock revision [4140] - add joker to credits diff -r 6bbc25a775f0 -r 6ac35794645f README --- a/README Sat Feb 24 07:51:41 2007 -0800 +++ b/README Sat Feb 24 07:52:26 2007 -0800 @@ -70,14 +70,14 @@ Audacious requires the following libraries and their development packages installed: - Glib 2.4 + Glib 2.6 (http://www.gtk.org/download/) - GTK+ 2.4 + GTK+ 2.6 (http://www.gtk.org/download/) - libglade >= 2.3.1 - (http://ftp.gnome.org/pub/GNOME/sources/libglade/2.3/) + libglade >= 2.4 + (http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/) If you compile Audacious from a fresh CVS checkout, you will also need the following tools: diff -r 6bbc25a775f0 -r 6ac35794645f src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat Feb 24 07:51:41 2007 -0800 +++ b/src/audacious/build_stamp.c Sat Feb 24 07:52:26 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070224-4140"; +const gchar *svn_stamp = "20070224-4142";