# HG changeset patch # User nenolod # Date 1172852919 28800 # Node ID 56135d75753e166df17025fa6fbbcc917c641872 # Parent 54c93d9555fc43aa2b2e7546e82b6b31adc8a7f5 [svn] - audacious 1.3.0 release. diff -r 54c93d9555fc -r 56135d75753e ChangeLog --- a/ChangeLog Fri Mar 02 07:00:26 2007 -0800 +++ b/ChangeLog Fri Mar 02 08:28:39 2007 -0800 @@ -1,3 +1,12 @@ +2007-03-02 15:00:26 +0000 William Pitcock + revision [4212] + - back out r4200 for now. + + trunk/src/audacious/ui_equalizer.c | 10 +--------- + trunk/src/audacious/ui_playlist.c | 10 +--------- + 2 files changed, 2 insertions(+), 18 deletions(-) + + 2007-03-02 07:04:21 +0000 William Pitcock revision [4210] - update chinese translation via Jiang Tao diff -r 54c93d9555fc -r 56135d75753e NEWS --- a/NEWS Fri Mar 02 07:00:26 2007 -0800 +++ b/NEWS Fri Mar 02 08:28:39 2007 -0800 @@ -1,4 +1,4 @@ -Audacious 1.3.0 (2007-03-??) +Audacious 1.3.0 (2007-03-02) Enhancements * The playlist code has been rewritten using conditional variables, @@ -40,6 +40,9 @@ instead of blindly pushing data down a potentially undefined pipeline. * Audacious now uses GOption to parse the commandline. +Bugfixes: +* Too many to count. + *** See http://audacious-media-player.org/1.3_Release for more information. *** Audacious 1.2.1 (2006-10-23) diff -r 54c93d9555fc -r 56135d75753e src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Fri Mar 02 07:00:26 2007 -0800 +++ b/src/audacious/build_stamp.c Fri Mar 02 08:28:39 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070302-4210"; +const gchar *svn_stamp = "20070302-4212";