[brasero/gnome-2-30] Make Brasero 2.30.1 release



commit 23b0a015d081229bd322a356e533c517df3f7311
Author: Luis Medinas <lmedinas gnome org>
Date:   Tue Apr 27 00:21:19 2010 +0100

    Make Brasero 2.30.1 release

 NEWS         |   13 +++++++++++++
 configure.in |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 952fb15..66c8e35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+26-04-2010: 2.30.1
+
+Bug Fixes:
+* add support for Tracker 0.8.x (Frederic Crozat)
+* brasero-rename.c: Fix signedness issues by assigning proper types (Tobias
+Mueller)
+* Harden code by checking for callback value being a BRASERO_PROJECT (Tobias
+Mueller)
+*Fix for Bug 578068 - Brasero does not check for free space before copying
+disc (Luis Medinas/Heikki Paajanen)
+* Many updated translations
+
+
 29-03-2010: 2.30.0
 
 First stable release for GNOME 2.30
diff --git a/configure.in b/configure.in
index 3150465..84318ae 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.30.0])
+AC_INIT([brasero],[2.30.1])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
 BRASERO_MINOR_VERSION=30
-BRASERO_SUB=0
+BRASERO_SUB=1
 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]