brasero r988 - in branches/video: . po src



Author: philippr
Date: Mon Jul 14 09:04:59 2008
New Revision: 988
URL: http://svn.gnome.org/viewvc/brasero?rev=988&view=rev

Log:
update from trunk

Modified:
   branches/video/ChangeLog
   branches/video/NEWS
   branches/video/configure.in
   branches/video/po/ChangeLog
   branches/video/po/fr.po
   branches/video/po/hu.po
   branches/video/po/it.po
   branches/video/src/brasero-burn-dialog.c
   branches/video/src/burn-medium.c

Modified: branches/video/NEWS
==============================================================================
--- branches/video/NEWS	(original)
+++ branches/video/NEWS	Mon Jul 14 09:04:59 2008
@@ -1,4 +1,17 @@
-?-06-2008
+13-07-2008 : 0.8.0
+
+Bug fixed:
+
+- #542545 - Make brasero.desktop follow freedesktop
+- #542139 - Brasero can't find a proper cd/dvd drive on Solaris
+- #541635 - Build failure againts gtk+ trunk
+- #538872 - Brasero crashes with libburn backend
+- #529418 - Speed is not displayed
+- #508502 â Can't add files from FAT32 partitions
+- #507651 â Not displaying drive speed
+- #506398 â toc image type not autodetected correctly
+
+04-07-2008 : 0.7.91
 
 Bug fixed:
 
@@ -25,7 +38,7 @@
 
 ?-05-2008 : 0.7.90
 
-Highlights:
+Highlights for 0.8.0 stable release:
 
 - normalization plugin
 - cover editor
@@ -41,6 +54,7 @@
 - some GUI improvements
 - rewriting of Data project tree (now displays proportion of space used in final image for a file or a directory)
 - support for FreeBSD
+- support for OpenSolaris
 
 + lots of bugfixes since 0.7.1
 
@@ -50,9 +64,6 @@
 New compulsory dependencies:
 HAL, DBus, GIO
 
-Bugfixes will continue for one month until 0.8.0 release
-so please test it, we need your help.
-
 Homepage: http://www.gnome.org/projects/brasero
 
 Please report bugs to: http://bugzilla.gnome.org/browse.cgi?product=brasero

Modified: branches/video/configure.in
==============================================================================
--- branches/video/configure.in	(original)
+++ branches/video/configure.in	Mon Jul 14 09:04:59 2008
@@ -3,8 +3,8 @@
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=0
-BRASERO_MINOR_VERSION=7
-BRASERO_SUB=91
+BRASERO_MINOR_VERSION=8
+BRASERO_SUB=0
 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
 
 AC_SUBST(BRASERO_MAJOR_VERSION)

Modified: branches/video/src/brasero-burn-dialog.c
==============================================================================
--- branches/video/src/brasero-burn-dialog.c	(original)
+++ branches/video/src/brasero-burn-dialog.c	Mon Jul 14 09:04:59 2008
@@ -546,11 +546,6 @@
 
 	g_free (main_message);
 
-	if (error == BRASERO_BURN_ERROR_MEDIA_NONE)
-		gtk_window_set_title (GTK_WINDOW (message), _("Disc Insertion"));
-	else
-		gtk_window_set_title (GTK_WINDOW (message), _("Disc Replacement"));
-
 	/* connect to signals to be warned when media is inserted */
 	added_id = g_signal_connect_after (drive,
 					   "medium-added",

Modified: branches/video/src/burn-medium.c
==============================================================================
--- branches/video/src/burn-medium.c	(original)
+++ branches/video/src/burn-medium.c	Mon Jul 14 09:04:59 2008
@@ -873,7 +873,7 @@
 	g_free (data);
 	return BRASERO_BURN_OK;
 }
-
+ 
 /**
  * Functions to get information about disc contents
  */



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