Next cdrskin-0.3.7 cycle
This commit is contained in:
parent
45ab57b588
commit
c3e29b4fe4
@ -81,18 +81,13 @@ Ports to other usable systems are appreciated. Reports are welcome.
|
||||
<P>
|
||||
<H2>Commands:</H2>
|
||||
<DL>
|
||||
<DT>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
|
||||
<A HREF="http://scdbackup.sourceforge.net/main_eng.html">scdbackup</A>
|
||||
and for data CD projects of <A HREF="http://www.k3b.org">K3b</A>
|
||||
(see <A HREF="#examples">examples</A>).
|
||||
Suitability for audio CD frontends has been improved much and is now being
|
||||
evaluated.<BR>
|
||||
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>
|
||||
<DT>The most common options of cdrecord for data and audio on CD media
|
||||
are provided in a compatible way.<BR>
|
||||
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.
|
||||
</DT>
|
||||
<BR><BR>
|
||||
<DT>Get an overview of drives and their addresses</DT>
|
||||
<DD>#<KBD> cdrskin -scanbus</KBD></DD>
|
||||
@ -160,7 +155,6 @@ as listed by option --devices.</DT>
|
||||
<DT>Read the detailed manual page:</DT>
|
||||
<DD>$<KBD> <A HREF="man_1_cdrskin.html">man cdrskin</A></KBD></DD>
|
||||
</DL>
|
||||
|
||||
<DL>
|
||||
<DT>Read about the standard for which cdrskin is striving:</DT>
|
||||
<DD>$<KBD>
|
||||
@ -171,6 +165,9 @@ man cdrecord</A></KBD></DD>
|
||||
this "don't bother Joerg" demand.)
|
||||
</DD>
|
||||
</DL>
|
||||
|
||||
Testers wanted who are willing to risk some double layer DVD media.
|
||||
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
@ -248,6 +245,7 @@ Enhancements towards previous stable version cdrskin-0.3.4:
|
||||
<DD>Enhancements towards stable version 0.3.6.pl00:
|
||||
<UL>
|
||||
<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>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user