Updated change log
This commit is contained in:
parent
5644f93fb9
commit
01ed10fbb9
@ -2,6 +2,10 @@
|
|||||||
SVN trunk (to become libburn-1.4.4 or higher)
|
SVN trunk (to become libburn-1.4.4 or higher)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
* Bug fix: Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*
|
* Bug fix: Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*
|
||||||
|
* Bug fix: burn_make_input_sheet_v07t() falsly recognized double byte encoding.
|
||||||
|
Affected cdrskin option: cdtext_to_v07t=
|
||||||
|
* Bug fix: Double free at end of run if burn_write_opts_set_leadin_text() isi
|
||||||
|
used. Affected cdrskin option: textfile=
|
||||||
|
|
||||||
libburn-1.4.2.pl01.tar.gz Fri Jan 29 2016
|
libburn-1.4.2.pl01.tar.gz Fri Jan 29 2016
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
@ -298,6 +298,12 @@ Bug fixes towards cdrskin-1.4.2 (without .pl01):
|
|||||||
<DD>Bug fixes towards cdrskin-1.4.2.pl01:
|
<DD>Bug fixes towards cdrskin-1.4.2.pl01:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*</LI>
|
<LI>Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*</LI>
|
||||||
|
<LI>
|
||||||
|
Option cdtext_to_v07t= falsly recognized double byte encoding.
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
Option textfile= caused a double free at end of the cdrskin run.
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
-->
|
-->
|
||||||
|
@ -13323,7 +13323,7 @@ Replaced unused timezone parameter of gettimeofday() by NULL
|
|||||||
libburn/sg-linux.c
|
libburn/sg-linux.c
|
||||||
Bug fix: Linux /proc/sys/dev/cdrom/info overrode SCSI dev family conversion
|
Bug fix: Linux /proc/sys/dev/cdrom/info overrode SCSI dev family conversion
|
||||||
|
|
||||||
[]
|
18 Mar 2016 [i5682]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
@ -13333,6 +13333,25 @@ Updated change log
|
|||||||
* Bug fix: Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*
|
* Bug fix: Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*
|
||||||
|
|
||||||
|
|
||||||
|
2016.03.30.113137 [5686]
|
||||||
|
libburn/cdtext.c
|
||||||
|
Bug fix: burn_make_input_sheet_v07t() falsly recognized double byte encoding
|
||||||
|
|
||||||
|
2016.03.30.185545 [5687]
|
||||||
|
libburn/options.c
|
||||||
|
Bug fix: Double free at end of run if burn_write_opts_set_leadin_text() is used
|
||||||
|
|
||||||
|
30 Mar 2016 []
|
||||||
|
ChangeLog
|
||||||
|
cdrskin/cdrskin_eng.html
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Updated change log
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-1.4.3 - 2016.03.30.191115
|
||||||
|
* Bug fix: burn_make_input_sheet_v07t() falsly recognized double byte encoding
|
||||||
|
* Bug fix: Double free at end of run if burn_write_opts_set_leadin_text() is used
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
cdrskin/cdrskin_eng.html
|
cdrskin/cdrskin_eng.html
|
||||||
|
Loading…
Reference in New Issue
Block a user