Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-11-30 03:14:41 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-11-30 03:14:41 (GMT)
commit738048559ce5d420092edda9b69fa3d4f09ef4b3 (patch)
tree92619079588edaa3b7320622f89887aa428d7509
parent86249d18885b0efe2746c3e3faa14e38dabd6ab9 (diff)
Bump v0.3.5v0.3.5
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
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