# HG changeset patch # User nenolod # Date 1172332193 28800 # Node ID 36a652d031661021d1f771f82a26507fdd797679 # Parent 5b9f0dc2c0349fa9273b28555229f1caff6c250a [svn] - add joker to credits diff -r 5b9f0dc2c034 -r 36a652d03166 ChangeLog --- a/ChangeLog Sat Feb 24 07:45:31 2007 -0800 +++ b/ChangeLog Sat Feb 24 07:49:53 2007 -0800 @@ -1,3 +1,12 @@ +2007-02-24 15:45:31 +0000 William Pitcock + revision [4138] + - add documentation wrt why we ship our own libid3tag and why it + shouldn't be patched out. + + trunk/src/libid3tag/README.audacious | 9 +++++++++ + 1 file changed, 9 insertions(+) + + 2007-02-24 15:41:14 +0000 William Pitcock revision [4136] - add support for opening id3 tags from a live vfs handle. diff -r 5b9f0dc2c034 -r 36a652d03166 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat Feb 24 07:45:31 2007 -0800 +++ b/src/audacious/build_stamp.c Sat Feb 24 07:49:53 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070224-4136"; +const gchar *svn_stamp = "20070224-4138"; diff -r 5b9f0dc2c034 -r 36a652d03166 src/audacious/ui_credits.c --- a/src/audacious/ui_credits.c Sat Feb 24 07:45:31 2007 -0800 +++ b/src/audacious/ui_credits.c Sat Feb 24 07:49:53 2007 -0800 @@ -86,6 +86,7 @@ NULL, N_("Patch authors:"), + "Christian Birchinger", "Laszlo Dvornik", "Ralf Ertzinger", "Mike Frysinger",