From c3e29b4fe4af6b17abdf4a65a0382ca4573e4d1b Mon Sep 17 00:00:00 2001
From: Thomas Schmitt
Date: Tue, 29 May 2007 16:27:25 +0000
Subject: [PATCH] Next cdrskin-0.3.7 cycle
---
libburn/trunk/cdrskin/cdrskin_eng.html | 24 +++++------
libburn/trunk/cdrskin/changelog.txt | 60 +++++++++++++++++++++-----
2 files changed, 60 insertions(+), 24 deletions(-)
diff --git a/libburn/trunk/cdrskin/cdrskin_eng.html b/libburn/trunk/cdrskin/cdrskin_eng.html
index af370641..2165626d 100644
--- a/libburn/trunk/cdrskin/cdrskin_eng.html
+++ b/libburn/trunk/cdrskin/cdrskin_eng.html
@@ -81,18 +81,13 @@ Ports to other usable systems are appreciated. Reports are welcome.
Commands:
-- The goal is to provide some of cdrecord's options in a compatible way.
-This has been achieved quite sufficiently for the needs of backup tool
-scdbackup
-and for data CD projects of K3b
-(see examples).
-Suitability for audio CD frontends has been improved much and is now being
-evaluated.
-Most DVD types are written in pseudo -tao modes which are very different
-from the write mode DAO used by cdrecord(-ProDVD). With DVD-R[W] cdrskin
-can use this write mode, too.
-Further enhancements depend on people who can describe and discuss their
-wishes as well as on the development of libburn.
+- The most common options of cdrecord for data and audio on CD media
+are provided in a compatible way.
+On single layer DVD media cdrskin is able to perform any recording job
+which is possible with cdrecord.
+Other than with cdrecord, options -multi and -tao are supported with
+certain DVD types.
+
- Get an overview of drives and their addresses
- # cdrskin -scanbus
@@ -160,7 +155,6 @@ as listed by option --devices.
- Read the detailed manual page:
- $ man cdrskin
-
- Read about the standard for which cdrskin is striving:
- $
@@ -171,6 +165,9 @@ man cdrecord
this "don't bother Joerg" demand.)
+
+Testers wanted who are willing to risk some double layer DVD media.
+
@@ -248,6 +245,7 @@ Enhancements towards previous stable version cdrskin-0.3.4:
Enhancements towards stable version 0.3.6.pl00:
- Now able to cope with the peculiarities of Linux 2.4 USB
+- Refusal to perform -dummy runs on media which cannot simulate burning
diff --git a/libburn/trunk/cdrskin/changelog.txt b/libburn/trunk/cdrskin/changelog.txt
index 237bff66..ee64b180 100644
--- a/libburn/trunk/cdrskin/changelog.txt
+++ b/libburn/trunk/cdrskin/changelog.txt
@@ -3717,13 +3717,60 @@ libburn/sector.c
libburn/write.c
For Linux 2.4, USB audio : Reduced CD output buffer size to 32 kiB
-21 May 2007 []
+21 May 2007 [856]
cdrskin/cdrskin_eng.html
cdrskin/changelog.txt
Next cdrskin-0.3.7 cycle
------------------------------------- cycle - cdrskin-0.3.7 -
+------------------------------------ cycle - cdrskin-0.3.7 - 2007.05.21.201501
+* Now able to cope with the peculiarities of Linux 2.4 USB
+
+
+2007.05.22.154407 [857]
+libburn/sg-linux.c
+Report eventual sg_io_hdr_t host_status,driver_status as debug messages
+
+2007.05.22.154504 [858]
+cdrskin/cdrskin.c
+Disabled macro Cdrskin_debug_libdax_msgS. Thus getting unqueued error messages.
+
+2007.05.22.164850 [859]
+libburn/sg-linux.c
+Added SCSI opcode to output of revision 857
+
+2007.05.28.132412 [860]
+libburn/os-linux.h
+libburn/write.c
+Moved general 32 kiB buffer restriction from write.c to os-linux.h
+
+2007.05.28.165630 [861]
+libburn/libburn.h
+libburn/drive.c
+test/telltoc.c
+Extended struct burn_multi_caps by .might_simulate
+
+28 May 2007 [862]
+libburn/libdax_msgs.h
+Forgotten update of error list with revison 857
+
+2007.05.28.170243 [863]
+libburn/options.c
+cdrskin/cdrskin.1
+Added check for .might_simulate to burn_write_opts_auto_write_type()
+
+2007.05.28.192421 [864]
+libburn/sector.c
+Fixed low transaction size introduced by cooperation of revisions 855 and 860
+
+
+------------------------------------ cycle - cdrskin-0.3.7 - 2007.05.28.192853
+* Refusal to perform -dummy runs on media which cannot simulate burning
+
+ []
+cdrskin/cdrskin_eng.html
+cdrskin/changelog.txt
+Next cdrskin-0.3.7 cycle
===============================================================================
@@ -3743,9 +3790,6 @@ Think about cdrecord option minbuf= for simultaneous operation on hdc and hdd
What about minimum track sizes ? (POWER OFF/ON , BUS RESET ?)
-How to handle finalizing ?
-growisofs does not finalize multi-session DVD[+-]R unless padding up. Why ?
-
After cooking: review of -do_diet ?
@@ -3762,8 +3806,6 @@ Disable error checking with DVD-RAM.
Rectify mmc_read_atip speed interpretation. 12x media are reported as 10x. I never heard of 6x media.
-Sequentially check option list for DVD compliance
-
----------------------------------------- long term intentions:
@@ -3772,10 +3814,6 @@ Sequentially check option list for DVD compliance
http://developer.osdl.org/dev/robustmutexes/src/fusyn.hg/Documentation/ioctl/cdrom.txt
- []
-Open O_EXCL all devices in address resolution chain
-(Might help with non-standard hdX device siblings)
-
[]
Convert burn_print() into libdax_msgs_submit()