[brasero] Update NEWS and bump to 2.29.3



commit aa24978b58d4c9957ded54e227da14293f6a2679
Author: Luis Medinas <lmedinas gnome org>
Date:   Mon Nov 30 17:27:30 2009 +0000

    Update NEWS and bump to 2.29.3

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bf6f9d2..e674511 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+30-11-2009: 2.29.3
+
+Bugs Fixed:
+- Fix #559664 Add a configure switch for enabling/disabling cdrdao support
+- Fix #566898 Enter sound disks' names automatically
+- Fix #538060 Brasero fails to read cue file when PATH contains a non fully
+qualified path
+- Fix #602566 libbrasero-burn has broken headers
+- Attempt at fixing #602947 - brasero_drive_get_medium() isn't sync
+- Fix #602181 Add a parameter to specify the drive you want to use
+- Make sure CD-TEXT from .cue files gets properly written
+- Fix #594716 Use accessor functions instead direct access.
+- Move code to use GtkInfoBar
+- Misc Bug Fixes
+- Updated Translations
+
+Homepage: http://www.gnome.org/projects/brasero
+
+Please report bugs to: http://bugzilla.gnome.org/browse.cgi?product=brasero
+
+Mailing List for User and Developer discussion: brasero-list gnome org
+
+GIT Repository: http://git.gnome.org/cgit/brasero/
+
+Thanks to all the people who contributed to this release through patches, translation, advices, artwork, bug reports.
+
+
 16-11-2009: 2.29.2
 
 New Features:
diff --git a/configure.in b/configure.in
index 686bb5d..9220e47 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(brasero, 2.29.2)
+AC_INIT(brasero, 2.29.3)
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
 BRASERO_MINOR_VERSION=29
-BRASERO_SUB=2
+BRASERO_SUB=3
 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
 
 AC_SUBST(BRASERO_MAJOR_VERSION)



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