Updated change log
This commit is contained in:
parent
a990c68614
commit
659834f352
@ -2,7 +2,8 @@ SVN trunk (to become libburn-1.3.0 or higher)
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
* Bug fix: Full formatting of BD-RE used certification regardless of drive
|
* Bug fix: Full formatting of BD-RE used certification regardless of drive
|
||||||
capabilities
|
capabilities
|
||||||
|
* Bug fix: DVD+R with damaged TOC were reported by -minfo with wrong end
|
||||||
|
address
|
||||||
|
|
||||||
libburn-1.2.8.tar.gz Mon Mar 08 2013
|
libburn-1.2.8.tar.gz Mon Mar 08 2013
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
@ -292,7 +292,7 @@ On some drives the request for minimum speed yielded maximum speed
|
|||||||
<DD>Enhancements towards current stable version 1.2.8:
|
<DD>Enhancements towards current stable version 1.2.8:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>
|
||||||
Full formatting of BD-RE used certification regardless of drive capabilities
|
none yet
|
||||||
</LI>
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
@ -303,7 +303,12 @@ Full formatting of BD-RE used certification regardless of drive capabilities
|
|||||||
|
|
||||||
<DD>Bug fixes towards cdrskin-1.2.8:
|
<DD>Bug fixes towards cdrskin-1.2.8:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>none yet</LI>
|
<LI>
|
||||||
|
Full formatting of BD-RE used certification regardless of drive capabilities
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
DVD+R with damaged TOC were reported by -minfo with wrong end address
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
-->
|
-->
|
||||||
|
@ -11763,16 +11763,24 @@ libburn/mmc.c
|
|||||||
libburn/libdax_msgs.h
|
libburn/libdax_msgs.h
|
||||||
Bug fix: Formatting of BD-RE used certification regardless of drive capabilities
|
Bug fix: Formatting of BD-RE used certification regardless of drive capabilities
|
||||||
|
|
||||||
01 Apr 2013 []
|
01 Apr 2013 [5015]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.2.9 -
|
------------------------------------ cycle - cdrskin-1.2.9 - 2013.04.01.125750
|
||||||
Bug fix: Formatting of BD-RE used certification regardless of drive capabilities
|
Bug fix: Formatting of BD-RE used certification regardless of drive capabilities
|
||||||
|
|
||||||
|
|
||||||
|
2013.05.10.064018 [5034]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
Bug fix: DVD+R with damaged TOC were reported by -minfo with wrong end address
|
||||||
|
|
||||||
|
2013.05.10.072542 [5035]
|
||||||
|
libburn/libdax_msgs.h
|
||||||
|
Added new item to list of error codes
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
@ -11780,6 +11788,8 @@ cdrskin/changelog.txt
|
|||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.2.9 -
|
------------------------------------ cycle - cdrskin-1.2.9 -
|
||||||
|
Bug fix: DVD+R with damaged TOC were reported by -minfo with wrong end address
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
@ -11800,6 +11810,31 @@ Important: When adding a public API function then add its name to file
|
|||||||
TODO
|
TODO
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
>>> Bad DVD+R : -minfo End Addr is computed wrongly.
|
||||||
|
|
||||||
|
book type: DVD+R (emulated booktype)
|
||||||
|
Product Id: MBIPG101/R05/48
|
||||||
|
Producer: Moser Baer India Limited
|
||||||
|
|
||||||
|
Mounted media class: DVD
|
||||||
|
Mounted media type: DVD+R
|
||||||
|
Disk Is not erasable
|
||||||
|
disk status: incomplete/appendable
|
||||||
|
session status: empty
|
||||||
|
first track: 1
|
||||||
|
number of sessions: 1
|
||||||
|
first track in last sess: 1
|
||||||
|
last track in last sess: 1
|
||||||
|
Disk Is not unrestricted
|
||||||
|
Disk type: DVD, HD-DVD or BD
|
||||||
|
|
||||||
|
Track Sess Type Start Addr End Addr Size
|
||||||
|
==============================================
|
||||||
|
1 1 Blank 1928880 366223 366224
|
||||||
|
|
||||||
|
Next writable address: 1928880
|
||||||
|
Remaining writable size: 366224
|
||||||
|
|
||||||
|
|
||||||
cdrskin option to emit pacifiers with newline rather than carriage return
|
cdrskin option to emit pacifiers with newline rather than carriage return
|
||||||
|
|
||||||
@ -11814,6 +11849,7 @@ CD-TEXT:
|
|||||||
- .inf files
|
- .inf files
|
||||||
- enforcing constraints:
|
- enforcing constraints:
|
||||||
- examine how drives react on wodim's cue sheet of INDEX 00 == INDEX 01
|
- examine how drives react on wodim's cue sheet of INDEX 00 == INDEX 01
|
||||||
|
>>> produce v07t text sheet from binary text pack array
|
||||||
|
|
||||||
|
|
||||||
qemu:
|
qemu:
|
||||||
|
Loading…
Reference in New Issue
Block a user