[brasero] Created tag BRASERO_2_30_3



The unsigned tag 'BRASERO_2_30_3' was created.

Tagger: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Aug 30 16:08:30 2010 +0200

    Tagged for 2.30.3 release

Changes since the last tag 'BRASERO_2_30_1':

Andika Triwidada (1):
      Updated Indonesian translation

Gabor Kelemen (1):
      Updated Hungarian translation

Kenneth Nielsen (1):
      Updated Danish translation

Luis Medinas (2):
      Bump to 2.30.2 release
      Update NEWS for 2.30.2 release

Philippe Rouquier (76):
      Fix memory leak
      Fix memleak
      Fix memleak
      Silenced a few warnings
      Fixed a runtime warning related to cancelling tracker searches
      Fix part of 616935  - Crash in brasero_data_project_node_removed at brasero-data-project.c:1163     This fixes the use of Tracker
      Fix #615526  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()     Improve code to handle NULL parameters
      Fix a few runtime warnings with the Cover Editor
      Fix #590648  - Text in cover editor does not show up automatically
      Removed use of deprecated flags
      Fix part of 594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)     Remove use of sealed parts of GtkTextView
      Fix one of the last remaining bits for #594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
      Fix memleak
      Some more (hopefully the last ones) bits to fix any GSEAL enabled compilation
      Make the drawing of lines crisper and sharper
      Code cleanup and try to improve the WYSIWYG aspect
      Clean up some weird code
      Fix a bug in the layout on first start (side pane was hidden and remained so until the user moved it)
      Save printer settings for cover printing
      Write the contents of the GtkTextBuffer displayed line by displayed line which should improve the layout
      Fix part of 617831  - "Write to Disc" button sensitivity regression     Also write the name of applications with a symbolic link in the dialog appearing to require the installation of some apps or libs
      Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumstances
      Introduces a function to check flags according to input for a recording link
      Fix #617494  - Fails to burn ANY audio project (part 1)     Make sure the DAO flag will be set as compulsory when the input for a recording plugin is CUE, CLONE or such
      Fix memleaks
      Some more fixes for #617494  - Fails to burn ANY audio project     Improve the respect in case of concurrency between two plugins
      Fix #564411  - Move columns doesn't work
      Fix #618917  - Brasero does not correctly handle double clicking on column separators
      Avoid having time remaining set as a weird value     Use long values for g_signal_emit ()
      Fix #618942  - Bad info when burning, high CPU usage and slow burn     When a plugin is piping data to growisofs do not try to get size of data
      This plugin should not run after source track has been processed, it can only run before
      Rework logic of plugin picking     Do not alway give priority to a plugin that accept input; see if there are other paths with modifier plugin and if so use these paths instead.     Also fix a crash when trying to create checksum task (from previous rework of the same logic)
      Change the priority for cdrdao and raised the one of cdda2wav plugin     Cdrdao cannot reliably write CD-TEXT and therefore when copying audio CDs cdda2wav/cdrecord is more efficient     This also makes the combination cdrdao/audio2cue/transcode a last resort, when wodim/cdrecord/libburn cannot be found     This does not change much for Data CDs as cdrdao is pretty much as efficient as wodim/readom     The only case where cdrdao will remain a priority is when copying a CD with two drives
      Fix for #615988  - brasero crashed with SIGSEGV in brasero_mmc3_get_performance_wrt_spd_desc()
      Fix #597694  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()     Fix the few places where we did not check for the value returned by brasero_device_handle_open () which can be NULL     Additionally add checks for NULL handle in every function that take one as an argument
      Do not check for symlinks on cdda2wav so the plugin can use icedax.
      Fix #598145  - Brasero's failure with some file names     Raise libisofs and mkisofs priority (libisofs is now the highest in its category) so they will be used instead of genisoimage
      Actually retry to burn the disc if the user replaced it after a disc too small error
      Do not use int value in a g_signal_emit when a long is expected
      Do not ask for a disc with a 0 size when replacing a disc
      Fix #613986  - Pressing create audio cd does nothing
      Fix #602854  - Empty project not available     Update control after any burn operation
      When importing a session if a user chose to keep a file in his selection, the button was not updated properly. Fix this.     It could lead to a crash sometimes.
      Fix #619366  - can't actually save error logs     Fix #619368  - doesn't handle incorrect temp dirs properly     Both bugs stem from the same problem: the absence of proper temporary directory.     Now brasero asks the user for a new one.     As for the log file it is saved in /tmp if the one given is not correct.     Use open/write/close instead of fopen/fwrite/fclose to have atomicity and synchronization
      Fix multi DND in GtkFileChooser     It had stopped working due to recent changes in above widget.     It also fix a warning that appears in valgrind as an invalid read so it could be a candidate to fix #612834
      Fix a double free of setting value which could lead to a crash
      Correctly remember temporary directory
      Make sure priv->probe is NULL before the MEDIUM_PROBED_SIGNAL is fired.     Otherwise a callback for the signal would get TRUE for brasero_medium_is_probing ().
      Second fix  for #613986  - Pressing create audio cd does nothing
      Fix #615959  - Displays "starting to record" during whole burn process     It seems that is some unseen circumstances, cdrecord and wodim returns another string which prevented proper parsing of progress, ...
      Fix wrong report of speed with both cdrecord and wodim
      Fix #620589  - Disk project doesn't save the disk title
      Improved handling of very short SVCDs     Retry getting TOC several time when there are no errors but a 0 size     Test READCD before actually using it to read TDBs not to lock for 3 seconds     Some cosmetic code change
      Fix #621243  - Brasero reports outdated cdrtools on cdrtools-3.00     Fix how we parse strings from cdrecord --version to support new version
      Handle the case where despite our locking the medium, the user manages to eject it while the option dialog is showing
      Fix a problem with GConf key path
      Minor fix for some drives when retrieving speeds through page 2A
      Fix #623484  - No estimated drive speed shown
      Fix session logging for tool dialogs (sum+blank)
      Fix #623545  - "Increase compatibility with Windows" only cuts the length of ONE single filename to 64 characters
      Close any GtkFileChooserDialog if the user clicks to display the side pane
      In some rare cases the audio project did not show the help
      Fix #622968  - Add File Selector mis-behaves: No Places pane. Ctrl/click action wrong.     DND code was misbehaving (again =().
      Silences a build warning
      Do not clean gtk-doc.make on make distclean as it is generated by autogen.sh
      Fix #622394  - make check fails: The following files contain translations and are currently not in use
      Fix problem with documentation when building out of tree
      Try again to fix #606010  - crashes at audio CD insertion
      Another try at #606010 - crashes at audio CD insertion
      Fix error introduced by patch b1b8ae5c0bf918503cd10380c9634d814f9f7a23
      Fix the name of the application we use in burn-dbus.c as this may not be "Brasero"
      Set (with g_set_application_name ()) the same name as in the window title.
      Fix #627005 - Starting brasero with --device=/dev/sr0 floating point exception     GTK+ was not ready while displaying an error
      Give a fallback icon if no parent is specified for our message dialogs
      Fix #627687 - Rhythmbox create audio CD does not work
      Updated NEWS file and bumped version number

Runa Bhattacharjee (1):
      Corrected a typo

Timo Jyrinki (1):
      Add Finnish help translation by Jukka Heikkilä.

Torstein Adolf Winterseth (1):
      Added Norwegian Nynorsk translation

lainme (1):
      Update Simplified Chinese translation.



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