Mercurial > audlegacy-plugins
changeset 107:ef4bc8441d10 trunk
[svn] - 1.2.2 release
author | nenolod |
---|---|
date | Tue, 24 Oct 2006 01:44:06 -0700 |
parents | a22d1b51712e |
children | 0eb1e99b7748 |
files | ChangeLog NEWS configure.ac |
diffstat | 3 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 23 20:06:39 2006 -0700 +++ b/ChangeLog Tue Oct 24 01:44:06 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-24 03:06:39 +0000 William Pitcock <nenolod@nenolod.net> + revision [212] + - bleah fix FLAC check + + trunk/m4/libFLAC.m4 | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) + + 2006-10-24 02:56:04 +0000 William Pitcock <nenolod@nenolod.net> revision [210] - choose between flac112 or flac113 based on which version is
--- a/NEWS Mon Oct 23 20:06:39 2006 -0700 +++ b/NEWS Tue Oct 24 01:44:06 2006 -0700 @@ -1,3 +1,10 @@ +Audacious-Plugins 1.2.2 (2006-10-23) + +Enhancements +* Everything. :) + +*** See http://audacious-media-player.org/1.2_Release for more info. *** + Audacious 1.1.1 (2006-07-21) Enhancements
--- a/configure.ac Mon Oct 23 20:06:39 2006 -0700 +++ b/configure.ac Tue Oct 24 01:44:06 2006 -0700 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious-plugins], [1.2.1], [bugs+audacious-plugins@atheme.org]) +AC_INIT([audacious-plugins], [1.2.2], [bugs+audacious-plugins@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST