From 738048559ce5d420092edda9b69fa3d4f09ef4b3 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 30 Nov 2010 03:14:41 +0000 Subject: Bump v0.3.5 --- diff --git a/NEWS b/NEWS index c39e768..070ac5b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +v0.3.5 2010-11-30 +~~~~~~~~~~~~~~~~~ +* Do not seeak for marks in original text, just store them at the begining + of original text. +* Set GST_BUFFER_OFFSET to fix critical message (Guillaume Dorchies) +* audio output skips about every second word in track=1 (word) mode #2165 + (Tal Shalif) +* Pass source files via indent, add HACKING file. + v0.3.4 2010-04-11 ~~~~~~~~~~~~~~~~~ * Add '-no-undefined' LDFLAGS (Yaakov Selkowitz) diff --git a/configure.ac b/configure.ac index fa720ff..84c98c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([gst-plugins-espeak], [0.3.4]) +AC_INIT([gst-plugins-espeak], [0.3.5]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([configure.ac]) -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit v0.9.1