changeset 289:a60da24269dc trunk

[svn] - bump version to 1.3.0
author yaz
date Wed, 22 Nov 2006 09:53:40 -0800
parents e6822648a3d5
children fbd06b4aa776
files ChangeLog configure.ac
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 22 04:51:29 2006 -0800
+++ b/ChangeLog	Wed Nov 22 09:53:40 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-22 12:51:29 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [616]
+  - fix for buffer usage in cddb.c by Richard Chan <rspchan -at starhub.net.sg>
+  
+  trunk/src/cdaudio/cddb.c |    7 +++++--
+  1 file changed, 5 insertions(+), 2 deletions(-)
+
+
 2006-11-22 06:09:05 +0000  William Pitcock <nenolod@nenolod.net>
   revision [614]
   - add formal support for objective make overlays. this needs testing on BSD, but should work as I only used posix-compliant commands.
--- a/configure.ac	Wed Nov 22 04:51:29 2006 -0800
+++ b/configure.ac	Wed Nov 22 09:53:40 2006 -0800
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious-plugins], [1.2.2], [bugs+audacious-plugins@atheme.org])
+AC_INIT([audacious-plugins], [1.3.0], [bugs+audacious-plugins@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST
@@ -94,8 +94,8 @@
 
 dnl Check for Audacious
 
-PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.1.99],
-    [ADD_PC_REQUIRES([audacious >= 1.1.99])],
+PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.2.99],
+    [ADD_PC_REQUIRES([audacious >= 1.2.99])],
     [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])]
 )