[brasero] Bump to 2.29.92 release



commit 818e88b9282b5448cfe7fd138cf71e7b09d386b1
Author: Luis Medinas <luis medinas caixamagica pt>
Date:   Wed Mar 10 18:23:45 2010 +0000

    Bump to 2.29.92 release

 NEWS         |   25 +++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1566af8..4ea0421 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+10-03-2010: 2.29.92
+
+- Fix #608170 - Drive selection widget unusable from GtkBuilder
+- Add support for GtkBuilder interface to BraseroMediumSelection
+  widget
+- Fix gobject-introspection shared libraries
+- Fix #608719 - nautilus crashed with signal 5 in brasero_burn_caps_get_default()
+- Fix building libbrasero-burn with GObject Introspection in some cases
+- Fix memory leak where a GError was not propagated properly
+- Ran autoupdate on configure.in to straight things up
+- Fix #611373 - messages in the Brasero Manual V2.2 are different from
+  the real
+- Fix a test that could lead to read outside the allocated buffer.
+- Many 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.
+
 22-02-2010: 2.29.91
 
 - Fixed bug ##610186 - Use new tracker API.
diff --git a/configure.in b/configure.in
index 288d48d..6fa36df 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.91])
+AC_INIT([brasero],[2.29.92])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
 BRASERO_MINOR_VERSION=29
-BRASERO_SUB=91
+BRASERO_SUB=92
 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]