changeset 2615:4cc1e231d244 trunk

[svn] - version bump to 1.3.1.
author nenolod
date Fri, 09 Mar 2007 18:07:21 -0800
parents deb09bfd716b
children 5035be972c26
files ChangeLog configure.ac src/audacious/build_stamp.c
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 08 18:33:20 2007 -0800
+++ b/ChangeLog	Fri Mar 09 18:07:21 2007 -0800
@@ -1,3 +1,11 @@
+2007-03-09 02:33:20 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [4238]
+  - now sort by track number and sort by title work even if on display metadata loading is specified. 
+  
+  trunk/src/audacious/playlist.c |   13 ++++++++++++-
+  1 file changed, 12 insertions(+), 1 deletion(-)
+
+
 2007-03-08 00:26:51 +0000  Giacomo Lozito <james@develia.org>
   revision [4236]
   - use gdk_get_default_root_window in place of NULL for gdk_window_get_pointer
--- a/configure.ac	Thu Mar 08 18:33:20 2007 -0800
+++ b/configure.ac	Fri Mar 09 18:07:21 2007 -0800
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious], [1.3.0], [bugs+audacious@atheme.org])
+AC_INIT([audacious], [1.3.1], [bugs+audacious@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST
--- a/src/audacious/build_stamp.c	Thu Mar 08 18:33:20 2007 -0800
+++ b/src/audacious/build_stamp.c	Fri Mar 09 18:07:21 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070308-4236";
+const gchar *svn_stamp = "20070309-4238";