Next cdrskin-0.2.7 cycle
This commit is contained in:
parent
91ff41856b
commit
90d0a6952c
@ -31,7 +31,7 @@
|
||||
<H2>Hardware requirements:</H2>
|
||||
A CD recorder suitable for
|
||||
<A HREF="http://libburn.pykix.org">libburn.pykix.org</A>
|
||||
(SCSI or IDE/ATAPI writers compliant to mmc standard).
|
||||
(SCSI or IDE/ATAPI writers compliant to mmc-3 standard).
|
||||
<BR>
|
||||
</P>
|
||||
|
||||
@ -213,7 +213,9 @@ Enhancements towards previous stable version cdrskin-0.2.4:
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.2.7 :</H3></DT>
|
||||
<DD>Enhancements towards stable version 0.2.6:
|
||||
(none yet)
|
||||
<UL>
|
||||
<LI>Improved recognition of unsuitable media types</LI>
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_cdrskin_devel">README 0.2.7</A>
|
||||
|
@ -1714,7 +1714,6 @@ Coordinated scsi_notify_error() and scsi_error()
|
||||
cdrskin/changelog.txt
|
||||
Last cdrskin-0.2.5 cycle
|
||||
|
||||
|
||||
23 Nov 2006 [434]
|
||||
- test/burn.c
|
||||
- test/master.c
|
||||
@ -1723,7 +1722,6 @@ Last cdrskin-0.2.5 cycle
|
||||
- test/rip.c
|
||||
Removed obsolete test programs
|
||||
|
||||
|
||||
2006.11.23.102340 [435]
|
||||
Makefile.am
|
||||
cdrskin/compile_cdrskin.sh
|
||||
@ -1758,22 +1756,93 @@ Mentioned telltoc and dewav as helpers of libburner
|
||||
|
||||
------------------------------------ cycle - cdrskin-0.2.7 - 2006.11.24.125445
|
||||
|
||||
[]
|
||||
24 Nov 2006 [439]
|
||||
cdrskin/changelog.txt
|
||||
First cdrskin-0.2.7 cycle
|
||||
|
||||
24 Nov 2006 []
|
||||
24 Nov 2006 [440]
|
||||
doc/comments
|
||||
Updated libburner helptext
|
||||
Updated libburner helptext copy
|
||||
|
||||
24 Nov 2006 [441]
|
||||
doc/comments
|
||||
Made our claim of burning CD more general
|
||||
|
||||
2006.11.25.104047 [442]
|
||||
cdrskin/cdrskin.c
|
||||
Disabled old workaround for ticket 8, burn_disc_read_atip() fixed the problem
|
||||
|
||||
25 Nov 2006 [443]
|
||||
libburn/drive.h
|
||||
libburn/drive.c
|
||||
libburn/write.c
|
||||
test/libburner.c
|
||||
Ticket 91: update media state model after content change
|
||||
|
||||
25 Nov 2006 [444]
|
||||
test/libburner.c
|
||||
test/telltoc.c
|
||||
Made use of libburn device address translation (/dev/sr0, /dev/cdrom, ...)
|
||||
|
||||
25 Nov 2006 [445]
|
||||
test/libburner.c
|
||||
Corrected two minor bugs
|
||||
|
||||
2006.11.25.170456 [446]
|
||||
libburn/cleanup.c
|
||||
cdrskin/cleanup.c
|
||||
Trying to keep signal handler from repeating messages
|
||||
|
||||
2006.11.25.182841 [447]
|
||||
libburn/write.c
|
||||
libburn/drive.c
|
||||
Prevented premature BURN_DRIVE_IDLE introduced with revision 443
|
||||
|
||||
2006.11.25.210321 [448]
|
||||
cdrskin/cdrskin.c
|
||||
Enabled options -vv, -vvv and -vvvv
|
||||
|
||||
28 Nov 2006 [449]
|
||||
README
|
||||
Mentioned renaming of umbrella project to libburnia
|
||||
|
||||
2006.11.29.205136 [450]
|
||||
cdrskin/cdrskin.c
|
||||
Added preliminary support for new cdrecord 1000+ = ATA busses (input only)
|
||||
|
||||
2006.12.01.213845 [451]
|
||||
libburn/transport.h
|
||||
libburn/libdax_msgs.h
|
||||
libburn/mmc.c
|
||||
Ticket 21: media type via 46h GET CONFIGURATION , Current Profile
|
||||
|
||||
2006.12.02.111701 [452]
|
||||
libburn/libburn.h
|
||||
libburn/mmc.c
|
||||
libburn/drive.c
|
||||
cdrskin/cdrskin.c
|
||||
New API function to obtain media type: burn_disc_get_profile()
|
||||
|
||||
2006.12.02.130631 [453]
|
||||
libburn/mmc.c
|
||||
Correction for drives which return empty tray as profile 0x00 rather than error
|
||||
|
||||
|
||||
------------------------------------ cycle - cdrskin-0.2.7 - 2006.12.02.151257
|
||||
* Improved recognition of unsuitable media types
|
||||
|
||||
|
||||
[]
|
||||
Create alternative to regrabbing which does not close the drive fd
|
||||
cdrskin/changelog.txt
|
||||
cdrskin/cdrskin_eng.html
|
||||
Next cdrskin-0.2.7 cycle
|
||||
|
||||
|
||||
------------------------------------ cycle - cdrskin-0.2.7 -
|
||||
|
||||
|
||||
----------------------------------------- long term intentions:
|
||||
|
||||
[]
|
||||
Truely recognize media type
|
||||
|
||||
[]
|
||||
-reset: ioctl(fd,CDROMRESET) ioctl(fd,SG_SCSI_RESET,SG_SCSI_RESET_DEVICE)
|
||||
|
Loading…
Reference in New Issue
Block a user