From 871c209ca76025e5335b435b9f666ea3dbc778c1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Jul 2006 17:25:03 +0000 Subject: prepare release 0.9.3 git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@37 a8d83910-18e2-0310-866c-8ed7f9518005 --- configure.ac | 2 +- doc/README.html.in | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6b73a59..3143803 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. AC_PREREQ(2.57) -AC_INIT([libao-pulse],[0.9.2],[mzyvonbchyfr (at) 0pointer (dot) de]) +AC_INIT([libao-pulse],[0.9.3],[mzyvonbchyfr (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/ao_pulse.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign 1.9 -Wall]) diff --git a/doc/README.html.in b/doc/README.html.in index ed3344e..990bc3c 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Fri Jul 21 2006:

Version 0.9.3 released: changes include: fix client name passed to the server

+
Sat Jul 8 2006:

Version 0.9.2 released: changes include: update for PulseAudio 0.9.2

@@ -82,7 +85,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for source code configuration.

Obviously libao-pulse requires an installation of -PulseAudio (version 0.9.2) and libao (version 0.8.5 +PulseAudio (version 0.9.x) and libao (version 0.8.5 works, earlier versions probably as well).

Installation

-- cgit