Updated change log
This commit is contained in:
parent
63d6cdd0f2
commit
0002873ca4
@ -1,9 +1,11 @@
|
|||||||
SVN trunk (to become libburn-1.2.8 or higher)
|
SVN trunk (to become libburn-1.2.8 or higher)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
* New cdrskin option --list_speeds
|
||||||
* New API call burn_disc_get_incomplete_sessions()
|
* New API call burn_disc_get_incomplete_sessions()
|
||||||
* New burn_toc_entry component .track_status_bits
|
* New burn_toc_entry component .track_status_bits
|
||||||
* Bug fix: All CD tracks were reported with the sizes of the tracks in the
|
* Bug fix: All CD tracks were reported with the sizes of the tracks in the
|
||||||
first session. Regression introduced with version 1.2.0 (rev 4552).
|
first session. Regression introduced with version 1.2.0 (rev 4552).
|
||||||
|
* Bug fix: On some drives the request for minimum speed yielded maximum speed
|
||||||
|
|
||||||
|
|
||||||
libburn-1.2.6.tar.gz Tue Jan 08 2013
|
libburn-1.2.6.tar.gz Tue Jan 08 2013
|
||||||
|
@ -283,6 +283,9 @@ Bug fixes towards cdrskin-1.2.4:
|
|||||||
<LI>
|
<LI>
|
||||||
-toc and -minfo now report about tracks in the incomplete session
|
-toc and -minfo now report about tracks in the incomplete session
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
New cdrskin option --list_speeds
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
-->
|
-->
|
||||||
@ -296,6 +299,9 @@ Bug fixes towards cdrskin-1.2.4:
|
|||||||
All CD tracks were reported with the sizes of the tracks in the
|
All CD tracks were reported with the sizes of the tracks in the
|
||||||
first session. Regression introduced with version 1.2.0
|
first session. Regression introduced with version 1.2.0
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
On some drives the request for minimum speed yielded maximum speed
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
-->
|
-->
|
||||||
|
@ -11616,13 +11616,17 @@ Made use of new API features to handle incomplete sessions
|
|||||||
libburn/structure.c
|
libburn/structure.c
|
||||||
Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552).
|
Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552).
|
||||||
|
|
||||||
16 Jan 2013 []
|
16 Jan 2013 [4965]
|
||||||
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.7 - 2013.01.15.104005
|
2013.01.16.181124 [4966]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
Updated cdrskin copyright message
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-1.2.7 - 2013.01.16.181124
|
||||||
* New API call burn_disc_get_incomplete_sessions()
|
* New API call burn_disc_get_incomplete_sessions()
|
||||||
* New burn_toc_entry component .track_status_bits
|
* New burn_toc_entry component .track_status_bits
|
||||||
* -toc and -minfo now report about tracks in the incomplete session
|
* -toc and -minfo now report about tracks in the incomplete session
|
||||||
@ -11630,6 +11634,30 @@ Updated change log
|
|||||||
first session. Regression introduced with version 1.2.0 (rev 4552).
|
first session. Regression introduced with version 1.2.0 (rev 4552).
|
||||||
|
|
||||||
|
|
||||||
|
2013.02.26.080127 [4972]
|
||||||
|
libburn/drive.c
|
||||||
|
Corrected wrong use of sizeof
|
||||||
|
|
||||||
|
2013.03.04.211258 [4975]
|
||||||
|
libburn/mmc.c
|
||||||
|
Bug fix: On some drives the request for minimum speed yielded maximum speed
|
||||||
|
|
||||||
|
2013.03.04.232436 [4976]
|
||||||
|
libburn/mmc.c
|
||||||
|
Corrected previous bug fix which caused speed descriptors to appear twice
|
||||||
|
|
||||||
|
2013.03.05.124217 [4977]
|
||||||
|
libburn/mmc.c
|
||||||
|
Still correcting the bug fix of rev 4975
|
||||||
|
|
||||||
|
2013.03.05.124508 [4978]
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
New cdrskin option --list_speeds
|
||||||
|
|
||||||
|
05 Mar 2013 [4979]
|
||||||
|
cdrskin/cdrskin.1
|
||||||
|
Mentioned --list_speeds in manual page
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
@ -11637,6 +11665,9 @@ cdrskin/changelog.txt
|
|||||||
Updated change log
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-1.2.7 -
|
------------------------------------ cycle - cdrskin-1.2.7 -
|
||||||
|
* Bug fix: On some drives the request for minimum speed yielded maximum speed
|
||||||
|
* New cdrskin option --list_speeds
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
|
Loading…
Reference in New Issue
Block a user