[Xfce4-commits] [apps/xfburn] 01/03: Small doc update
noreply at xfce.org
noreply at xfce.org
Sat Apr 5 08:30:11 CEST 2014
This is an automated email from the git hooks/post-receive script.
squisher pushed a commit to branch master
in repository apps/xfburn.
commit 6bd057494e489440f0aa898fb9190a9aa0bfce29
Author: David Mohr <david at mcbf.net>
Date: Sat Apr 5 00:07:16 2014 -0600
Small doc update
---
NEWS | 4 +++-
README | 5 ++---
xfburn/xfburn-device.c | 2 ++
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index bef5b3c..2cc2001 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
-xfburn 0.5.x (2014-02-20)
+xfburn 0.5.2 (2014-04-XX)
============-------------
- Blu-Ray support
+- Large file support (iso9660 level 3)
+- Small bugfixes
xfburn 0.5.0 (2014-02-20)
============-------------
diff --git a/README b/README
index a68bf38..1136761 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
xfburn
------
-Version 0.5.x, 2014-02-20
+Version 0.5.2, 2014-04-XX
http://www.xfce.org/projects/xfburn/
@@ -20,7 +20,7 @@ tasks.
Currently implemented is:
* Create data compositions
- - Burn to CD or DVD
+ - Burn to CD, DVD, or BluRay (BD)
- Create ISO images
* Burn ISO images
* Create and burn audio CDs
@@ -99,7 +99,6 @@ Missing functionality that would be nice to have:
* Verification
* Copy discs (needs backend support)
* Automatic checksum creation
- * Blu-ray support
* Plugin support
There is no, and never will be, a timeline for these. Let us know if you think
diff --git a/xfburn/xfburn-device.c b/xfburn/xfburn-device.c
index 1731a80..f520d65 100644
--- a/xfburn/xfburn-device.c
+++ b/xfburn/xfburn-device.c
@@ -424,6 +424,8 @@ xfburn_device_fillin_libburn_info (XfburnDevice *device, struct burn_drive_info
priv->buffer_size = drive->buffer_size;
priv->dummy_write = drive->write_simulate;
+ DBG ("libburn will determine BD support based on the disk in the drive");
+
/* write modes */
priv->tao_block_types = drive->tao_block_types;
priv->sao_block_types = drive->sao_block_types;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list