Next cdrskin-0.3.7 cycle

This commit is contained in:
Thomas Schmitt 2007-05-29 16:27:25 +00:00
parent d7ca1dd333
commit 8efb863d5d
2 changed files with 60 additions and 24 deletions

View File

@ -81,18 +81,13 @@ Ports to other usable systems are appreciated. Reports are welcome.
<P> <P>
<H2>Commands:</H2> <H2>Commands:</H2>
<DL> <DL>
<DT>The goal is to provide some of cdrecord's options in a compatible way. <DT>The most common options of cdrecord for data and audio on CD media
This has been achieved quite sufficiently for the needs of backup tool are provided in a compatible way.<BR>
<A HREF="http://scdbackup.sourceforge.net/main_eng.html">scdbackup</A> On single layer DVD media cdrskin is able to perform any recording job
and for data CD projects of <A HREF="http://www.k3b.org">K3b</A> which is possible with cdrecord.
(see <A HREF="#examples">examples</A>). Other than with cdrecord, options -multi and -tao are supported with
Suitability for audio CD frontends has been improved much and is now being certain DVD types.
evaluated.<BR> </DT>
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.<BR>
Further enhancements depend on people who can describe and discuss their
wishes as well as on the development of libburn.</DT>
<BR><BR> <BR><BR>
<DT>Get an overview of drives and their addresses</DT> <DT>Get an overview of drives and their addresses</DT>
<DD>#<KBD>&nbsp;cdrskin -scanbus</KBD></DD> <DD>#<KBD>&nbsp;cdrskin -scanbus</KBD></DD>
@ -160,7 +155,6 @@ as listed by option --devices.</DT>
<DT>Read the detailed manual page:</DT> <DT>Read the detailed manual page:</DT>
<DD>$<KBD>&nbsp;<A HREF="man_1_cdrskin.html">man cdrskin</A></KBD></DD> <DD>$<KBD>&nbsp;<A HREF="man_1_cdrskin.html">man cdrskin</A></KBD></DD>
</DL> </DL>
<DL> <DL>
<DT>Read about the standard for which cdrskin is striving:</DT> <DT>Read about the standard for which cdrskin is striving:</DT>
<DD>$<KBD>&nbsp; <DD>$<KBD>&nbsp;
@ -171,6 +165,9 @@ man cdrecord</A></KBD></DD>
this "don't bother Joerg" demand.) this "don't bother Joerg" demand.)
</DD> </DD>
</DL> </DL>
Testers wanted who are willing to risk some double layer DVD media.
</P> </P>
<HR> <HR>
@ -248,6 +245,7 @@ Enhancements towards previous stable version cdrskin-0.3.4:
<DD>Enhancements towards stable version 0.3.6.pl00: <DD>Enhancements towards stable version 0.3.6.pl00:
<UL> <UL>
<LI>Now able to cope with the peculiarities of Linux 2.4 USB</LI> <LI>Now able to cope with the peculiarities of Linux 2.4 USB</LI>
<LI>Refusal to perform -dummy runs on media which cannot simulate burning</LI>
</UL> </UL>
</DD> </DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>

View File

@ -3717,13 +3717,60 @@ libburn/sector.c
libburn/write.c libburn/write.c
For Linux 2.4, USB audio : Reduced CD output buffer size to 32 kiB 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/cdrskin_eng.html
cdrskin/changelog.txt cdrskin/changelog.txt
Next cdrskin-0.3.7 cycle 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 ?) 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 ? 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. 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: ----------------------------------------- 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 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() Convert burn_print() into libdax_msgs_submit()