[brasero] Update NEWS and bump Brasero to 2.29.2



commit f7fbdbc8aaad31ef78f1da6b441a33ba6ad3bbd3
Author: Luis Medinas <lmedinas gnome org>
Date:   Mon Nov 16 16:02:34 2009 +0000

    Update NEWS and bump Brasero to 2.29.2

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0301a5..bf6f9d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+16-11-2009: 2.29.2
+
+New Features:
+- Integrate Brasero with PackageKit
+- Gobject-introspection support for libbrasero-media and libbrasero-burn
+- Added Tracker support for searches besides Beagle
+
+Bugs Fixed:
+- Fix compile failure using --disable-introspection see bgo #602027
+- Removed deprecated GLib symbols fixes bgo #601040
+- Fix #601871 - Wrong remaining space when audio CD of size greater than 70
+min
+- Fix #601496 - Select disc image selector allows to selecd pictures
+- Fix #601109 - burning disks with burn:// doesn't set the disk label
+- Fix #601259 - Problems with folder depth
+- Fix #599655 - brasero crashed with SIGSEGV in g_main_context_dispatch()
+- Fix #588323 - crash in Disc Copier: Dragging a track from Banshee
+- Fix #600007 - Memory leaks in brasero
+- Fix #600293 - Fails to build error: cannot convert to a pointer type
+
+- Update Translations.
+
+NOTES:
+- gtk-doc 1.12 (unreleased yet) is needed to enable gobject-introspection for
+now simply add --disable-introspection
+
 26-10-2009: 2.29.1
 
 First development release.
diff --git a/configure.in b/configure.in
index 6427a6a..da1a718 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.1)
+AC_INIT(brasero, 2.29.2)
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
 BRASERO_MINOR_VERSION=29
-BRASERO_SUB=1
+BRASERO_SUB=2
 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]