gnome-speech r327 - trunk



Author: wwalker
Date: Sun Feb 15 17:12:14 2009
New Revision: 327
URL: http://svn.gnome.org/viewvc/gnome-speech?rev=327&view=rev

Log:
Mark as gnome-speech v0.4.24


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Feb 15 17:12:14 2009
@@ -1,4 +1,14 @@
 (top)
+gnome-speech 0.4.24
+
+* drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver
+  parameter ranges do not match espeak
+
+* gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix
+  for bug #560439 - GNOME Goal: Remove deprecated GLib symbols.  NOTE:
+  I don't have the eloquence package (it's a commercial system), so I
+  was unable to verify the changes made to that file.
+
 gnome-speech 0.4.23:
 
 * drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Feb 15 17:12:14 2009
@@ -1,9 +1,9 @@
-GNOME Speech 0.4.23
+GNOME Speech 0.4.24
 
 1. Introduction
 ===============================================================================
 
-This is GNOME Speech version 0.4.23.  It's purpose is to provide a
+This is GNOME Speech version 0.4.24.  It's purpose is to provide a
 simple general API for producing text-to-speech output.  This version
 of gnome-speech *should* be fine for GNOME 2.12 and greater.
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb 15 17:12:14 2009
@@ -2,7 +2,7 @@
 
 GNOME_SPEECH_MAJOR_VERSION=0
 GNOME_SPEECH_MINOR_VERSION=4
-GNOME_SPEECH_MICRO_VERSION=23
+GNOME_SPEECH_MICRO_VERSION=24
 GNOME_SPEECH_INTERFACE_AGE=0
 GNOME_SPEECH_BINARY_AGE=0
 GNOME_SPEECH_VERSION="$GNOME_SPEECH_MAJOR_VERSION.$GNOME_SPEECH_MINOR_VERSION.$GNOME_SPEECH_MICRO_VERSION"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]