changeset 1952:52dda29aa5e0 trunk

[svn] - bump to 1.3.0
author nenolod
date Sun, 05 Nov 2006 18:38:44 -0800
parents c2a63f41d8c6
children e00f2d82233b
files ChangeLog configure.ac
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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