# HG changeset patch
# User nenolod
# Date 1162780724 28800
# Node ID 52dda29aa5e0cfd4b0095349f161cfea42d70faa
# Parent  c2a63f41d8c68fd0bf02fae0e8c39200630f3234
[svn] - bump to 1.3.0

diff -r c2a63f41d8c6 -r 52dda29aa5e0 ChangeLog
--- a/ChangeLog	Sun Nov 05 18:36:26 2006 -0800
+++ b/ChangeLog	Sun Nov 05 18:38:44 2006 -0800
@@ -1,3 +1,17 @@
+2006-11-06 02:36:26 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2861]
+  - NewVFS input probing layer. VFS-Aware plugins can automatically take 
+    advantage of this. Non VFS-aware plugins (such as FLAC) won't be able 
+    to yet. To take advantage, just modify your probing function as 
+    described in plugin.h.
+  - __AUDACIOUS_NEWVFS__ is defined to designate availability of this new 
+    probing layer.
+  
+  trunk/audacious/input.c  |   15 +++++++++++++--
+  trunk/audacious/plugin.h |   10 ++++++++++
+  2 files changed, 23 insertions(+), 2 deletions(-)
+
+
 2006-11-06 02:00:14 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2857]
   - fix potential display corruption problem in doublesize
diff -r c2a63f41d8c6 -r 52dda29aa5e0 configure.ac
--- a/configure.ac	Sun Nov 05 18:36:26 2006 -0800
+++ b/configure.ac	Sun Nov 05 18:38:44 2006 -0800
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious], [1.2.2], [bugs+audacious@atheme.org])
+AC_INIT([audacious], [1.3.0], [bugs+audacious@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST