[brasero] Bump to 2.30.0



commit 03a79993b56a06de7a50f48dc8384f2441c889f0
Author: Luis Medinas <lmedinas gnome org>
Date:   Mon Mar 29 15:35:22 2010 +0100

    Bump to 2.30.0

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.in |    6 +++---
 2 files changed, 31 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4ea0421..952fb15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+29-03-2010: 2.30.0
+
+First stable release for GNOME 2.30
+
+Bug Fixes:
+* Fix a problem if multiple tracks were processed in a single pass by
+a plugin then progress was not smooth (Philippe Rouquier) 
+* Fix video options so that for SVCD we do have a proper default for
+aspect ratio (set to 4:3) (Philippe Rouquier)
+* Fix two problem with video transcoding: (Philippe Rouquier) 
+  - a hang that was caused by buffers being too little  
+  - progress reporting that did not always properly work 
+* Make soft autodetection. (Maciej Piechotka)
+* Update to latest GTK code (Andre Klapper)
+* Fix #Bug 611111 - brasero burn:/// hangs (Philippe Rouquier)
+* Use gtk_widget_style_attach () in realize implementations (Javier Jardón)
+* Fix new headers required by tracker >=0.7.25. (Luis Medinas)
+
+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.
+
 10-03-2010: 2.29.92
 
 - Fix #608170 - Drive selection widget unusable from GtkBuilder
diff --git a/configure.in b/configure.in
index 905ab7e..d15537a 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.92])
+AC_INIT([brasero],[2.30.0])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
-BRASERO_MINOR_VERSION=29
-BRASERO_SUB=92
+BRASERO_MINOR_VERSION=30
+BRASERO_SUB=0
 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]