Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 4d3040c863a12d8a9ca168a4997722a30e763c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
v0.4.0 2012-10-07
-----------------
* Port to GStreamer 1.0 API (Daniel Narvaez)
  For GStreamer 0.10.x, stay on v0.3.5x versions.
* Avoid using deprecated Glib API

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)
* Export the only symbol that plugins must export (Yaakov Selkowitz)

0.3.3
-----
* Support utf-8 source strings #816

0.3.1
-----
* Build against gstreamer-0.10.12
* Setup GST_BUFFER_TIMESTAMP to generate sound properly in gstreamer-0.10.22

0.3
---
* Remove gio dependency
* Support gstreamer-0.10.14
* A bit more workaround code to catch misplaced marks

0.2
---
* Add mark events
* Use speech-dispatcher's format for properties
* Add word notification events
* Setup CAPS and do not use WAV header

0.1
---
* Initial implementation