2008-01-26  Philippe Rouquier  <[email protected]>

       Fix #508654 – Windows-compatibility doesn't truncate 64+ characters files. brasero-md5sum-file wasn't properly copying the track.

       * src/plugins/checksum/burn-md5sum-file.c:
       (brasero_md5sum_file_end):

2008-01-22  Luis Medinas  <[email protected]>

       * NEWS:

       Update NEWS file for 0.7.1 release.

2008-01-21  Luis Medinas  <[email protected]>

       * src/brasero-dest-selection.c:
       (brasero_dest_selection_set_drive_properties):

       Added burn to iso image option available in disc burning dialog.
       Fix complete for bgo #Bug 507316. Merge from trunk.

2008-01-20  Philippe Rouquier  <[email protected]>

       Added support for ISO level 3 in session importing (= support multi extent files)

       * src/burn-iso-field.c: (brasero_iso9660_get_733_val):
       * src/burn-iso-field.h:
       * src/burn-iso9660.c: (brasero_iso9660_read_directory_records):
       * src/burn-volume.h:

2008-01-20  Philippe Rouquier  <[email protected]>

       Fix #506063 – Brasero fails miserably from burning a file > 4GB
       We now use iso level 3 and udf when we detect a file > 4GB
       That means some OS (MacOS X among a couple) may not work

       * src/brasero-data-disc.c: (brasero_data_disc_reset_real),
       (brasero_data_disc_restore_unreadable),
       (brasero_data_disc_file_free),
       (brasero_data_disc_remove_children_async_cb),
       (brasero_data_disc_file_new), (brasero_data_disc_symlink_new),
       (brasero_data_disc_invalid_utf8_new),
       (brasero_data_disc_dir_contents_end),
       (brasero_data_disc_delete_row_cb),
       (brasero_data_disc_path_remove_user),
       (brasero_data_disc_restore_excluded_children_cb),
       (brasero_data_disc_new_file),
       (brasero_data_disc_set_session_param),
       (brasero_data_disc_inotify_create_paths),
       (brasero_data_disc_inotify_modify_file_cb),
       (brasero_data_disc_start_monitoring_real):
       * src/burn-debug.c: (brasero_debug_data_fs_to_string):
       * src/burn-track.h:
       * src/plugins/cdrkit/burn-genisoimage.c:
       (brasero_genisoimage_set_argv_image),
       (brasero_genisoimage_export_caps):
       * src/plugins/cdrtools/burn-mkisofs.c:
       (brasero_mkisofs_set_argv_image), (brasero_mkisofs_export_caps):
       * src/plugins/growisofs/burn-growisofs.c:
       (brasero_growisofs_set_mkisofs_argv),
       (brasero_growisofs_export_caps):


2008-01-19  Philippe Rouquier  <[email protected]>

       Fix for #510479 – Automatically set version in X-GNOME-Bugzilla-Version desktop key
       patch by Luca Ferretti

       * configure.in:
       * data/brasero.desktop.in:
       * data/brasero.desktop.in.in:

2008-01-19  Philippe Rouquier  <[email protected]>

       fix for #510620 – brasero is not able to load a playlist in a Audio project
       update totem requirements to 2.20.x
       remove duplicate calls

       * configure.in:
       * src/brasero-project.c: (brasero_project_check_size):
       * src/brasero-vfs.c: (brasero_vfs_add_playlist_entry_parsed_cb),
       (brasero_vfs_playlist_thread):

2008-01-18  Luis Medinas  <[email protected]>

       * data/brasero.desktop.in:

       Add the new x-content/* machinery available in Nautilus.
       Fixes bgo #510329. Merge from trunk.

2008-01-17  Luis Medinas  <[email protected]>

       * configure.in:

       Fix configure to use enable to build plugins fixes bgo #506950.
       Bump to 0.7.1. Merge from trunk.

2008-01-17  Luis Medinas  <[email protected]>

       * src/brasero-disc-copy-dialog.c: (brasero_disc_copy_dialog_init):

       Added burn to iso image option available in disc copy project.
       Fix part of bgo #Bug 507316. Merge from trunk.

2008-01-16  Luis Medinas  <[email protected]>

       * src/brasero-disc-copy-dialog.c:
(brasero_disc_copy_dialog_init):

       Added burn to iso image option available in disc copy project.
       Fix part of bgo #Bug 507316. Merge from trunk.

2008-01-16  Luis Medinas  <[email protected]>

       * src/Makefile.am:
       * src/brasero-audio-disc.c: (brasero_audio_disc_start_monitoring):
       * src/brasero-data-disc.c:
       (brasero_data_disc_start_monitoring_real):
       * src/inotify-syscalls.h:
       * src/inotify.h:

       Use linux kernel inotify instead of using our own old.
       Fixes bgo #510022. Merge from trunk.

2008-01-15  Luis Medinas  <[email protected]>

       * src/plugins/growisofs/burn-growisofs.c:
       (brasero_growisofs_init):

       Added a workaround to use genisoimage if it's available
       if not will use mkisofs. Merge from trunk.

2008-01-11  Luis Medinas  <[email protected]>

       * src/burn-medium.c:

       Just a fix for the typo about the Blu-ray discs.

2008-01-10  Luis Medinas  <[email protected]>

               * src/Makefile.am:
               * src/plugins/cdrdao/Makefile.am:
               * src/plugins/cdrkit/Makefile.am:
               * src/plugins/cdrtools/Makefile.am:
               * src/plugins/checksum/Makefile.am:
               * src/plugins/dvdcss/Makefile.am:
               * src/plugins/growisofs/Makefile.am:
               * src/plugins/libburnia/Makefile.am:
               * src/plugins/local-track/Makefile.am:
               * src/plugins/transcode/Makefile.am:

               Remove -Wall from Makefiles to fix build in Solaris.
               Thanks to Brian Cameron <[email protected]> for the
               patch.

2008-01-09  Luis Medinas  <[email protected]>

       * src/main.c: (on_about_cb):

       Change "name" to "program-name" on about dialog
       to follow gtk API. Thanks to Jaap A. Haitsma <[email protected]>
       for the patch.