Mentioned bug fix and pl01
This commit is contained in:
parent
64baafc17e
commit
1612e037ca
@ -1,3 +1,9 @@
|
||||
libburn-1.3.0.pl01.tar.gz Fri May 31 2013
|
||||
===============================================================================
|
||||
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||
old session start = next writable address.
|
||||
Regression introduced by version 1.2.8.
|
||||
|
||||
libburn-1.3.0.tar.gz Fri May 17 2013
|
||||
===============================================================================
|
||||
* Bug fix: Full formatting of BD-RE used certification regardless of drive
|
||||
|
11
README
11
README
@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
|
||||
and Ben Jansens <xor@orodu.net>
|
||||
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||
|
||||
http://files.libburnia-project.org/releases/libburn-1.3.0.tar.gz
|
||||
http://files.libburnia-project.org/releases/libburn-1.3.0.pl01.tar.gz
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||
|
||||
From tarball
|
||||
|
||||
Obtain libburn-1.3.0.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain libburn-1.3.0.pl01.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf libburn-1.3.0.tar.gz
|
||||
tar xzf libburn-1.3.0.pl01.tar.gz
|
||||
cd libburn-1.3.0
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
@ -702,6 +702,11 @@ Project history as far as known to me:
|
||||
introduced new boot preparation capabilities have been tested. New
|
||||
boot preparation options for GRUB2 were added.
|
||||
|
||||
- Fri May 31 2013 patch release libburn-1.3.0.pl01:
|
||||
cdrskin -msinfo on DVD and BD reported as old session start the same
|
||||
number as the next writable address.
|
||||
Regression introduced by version 1.2.8.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org but also published via:
|
||||
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
||||
http://scdbackup.sourceforge.net/cdrskin-1.3.0.tar.gz
|
||||
http://scdbackup.sourceforge.net/cdrskin-1.3.0.pl01.tar.gz
|
||||
|
||||
Copyright (C) 2006-2013 Thomas Schmitt, provided under GPL version 2 or later.
|
||||
------------------------------------------------------------------------------
|
||||
@ -26,9 +26,9 @@ By using this software you agree to the disclaimer at the end of this text
|
||||
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Obtain cdrskin-1.3.0.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain cdrskin-1.3.0.pl01.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf cdrskin-1.3.0.tar.gz
|
||||
tar xzf cdrskin-1.3.0.pl01.tar.gz
|
||||
cd cdrskin-1.3.0
|
||||
|
||||
Within that directory execute:
|
||||
|
@ -65,7 +65,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA.
|
||||
GPL software included:<BR>
|
||||
</H2>
|
||||
<DL>
|
||||
<DT>libburn-1.3.0</DT>
|
||||
<DT>libburn-1.3.0.pl01</DT>
|
||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||
developed and maintained since August 2006 by
|
||||
Thomas Schmitt from team of libburnia-project.org)
|
||||
@ -200,13 +200,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
|
||||
<P>
|
||||
<DL>
|
||||
<DT>Download as source code (see README):</DT>
|
||||
<DD><A HREF="cdrskin-1.3.0.tar.gz">cdrskin-1.3.0.tar.gz</A>
|
||||
<DD><A HREF="cdrskin-1.3.0.pl01.tar.gz">cdrskin-1.3.0.pl01.tar.gz</A>
|
||||
(950 KB).
|
||||
</DD>
|
||||
<DD><A HREF="cdrskin-1.3.0.tar.gz.sig">cdrskin-1.3.0.tar.gz.sig</A></DD>
|
||||
<DD><A HREF="cdrskin-1.3.0.pl01.tar.gz.sig">cdrskin-1.3.0.pl01.tar.gz.sig</A></DD>
|
||||
<DD>
|
||||
(detached GPG signature for verification by
|
||||
<KBD>gpg --verify cdrskin-1.3.0.tar.gz.sig cdrskin-1.3.0.tar.gz</KBD>
|
||||
<KBD>gpg --verify cdrskin-1.3.0.pl01.tar.gz.sig cdrskin-1.3.0.pl01.tar.gz</KBD>
|
||||
<BR>
|
||||
after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
|
||||
</DD>
|
||||
@ -278,15 +278,31 @@ DVD+R with damaged TOC were reported by -minfo with wrong end address
|
||||
-->
|
||||
</UL>
|
||||
|
||||
Bug fix towards cdrskin-1.3.0:
|
||||
<UL>
|
||||
<LI>
|
||||
cdrskin -msinfo on DVD and BD reported
|
||||
old session start = next writable address.
|
||||
Regression introduced by version 1.2.8
|
||||
</LI>
|
||||
</UL>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 1.3.1 :</H3></DT>
|
||||
<DD>Enhancements towards current stable version 1.3.0:
|
||||
<DD>Enhancements towards current stable version 1.3.0.pl01:
|
||||
<UL>
|
||||
<LI>
|
||||
none yet
|
||||
New option textfile_to_v07t=
|
||||
</LI>
|
||||
<LI>
|
||||
New options cdtext_to_textfile= and cdtext_to_v07t=
|
||||
</LI>
|
||||
<LI>
|
||||
New options extract_audio_to= , extract_tracks= , extract_basename= ,
|
||||
--extract_dap
|
||||
</LI>
|
||||
<!--
|
||||
<LI>none yet</LI>
|
||||
@ -295,7 +311,7 @@ none yet
|
||||
</UL>
|
||||
</DD>
|
||||
|
||||
<DD>Bug fixes towards cdrskin-1.3.0:
|
||||
<DD>Bug fixes towards cdrskin-1.3.0.pl01:
|
||||
<UL>
|
||||
<LI>none yet</LI>
|
||||
<!--
|
||||
|
@ -11814,7 +11814,7 @@ Made number transition to 1.3.0
|
||||
+ cdrskin/add_ts_changes_to_libburn_1_3_1
|
||||
Updated cdrskin tarball generator
|
||||
|
||||
17 May 2013 []
|
||||
17 May 2013 [5047]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
@ -11827,26 +11827,183 @@ Updated change log
|
||||
address
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
17 May 2013 [5051]
|
||||
- cdrskin/add_ts_changes_to_libburn_1_2_8
|
||||
- cdrskin/add_ts_changes_to_libburn_1_2_9
|
||||
+ cdrskin/add_ts_changes_to_libburn_1_3_0
|
||||
+ cdrskin/add_ts_changes_to_libburn_1_3_1
|
||||
Updated cdrskin tarball generator
|
||||
|
||||
2013.05.17.180032 [5052]
|
||||
Makefile.am
|
||||
configure.ac
|
||||
README
|
||||
libburn/libburn.h
|
||||
cdrskin/cdrskin.c
|
||||
cdrskin/cdrskin.1
|
||||
cdrskin/README
|
||||
cdrskin/compile_cdrskin.sh
|
||||
cdrskin/cdrskin_timestamp.h
|
||||
cdrskin/cdrskin_eng.html
|
||||
Made number transition to 1.3.1
|
||||
|
||||
17 May 2013 [5053]
|
||||
ChangeLog
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
||||
17 May 2013 [5054]
|
||||
svn move -m libburn release 1.3.0 is ready
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
------------------------------------ cycle - cdrskin-1.3.1 - 2013.05.17.181442
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
||||
|
||||
[]
|
||||
2013.05.19.114643 [5059]
|
||||
libburn/libburn.h
|
||||
libburn/cdtext.c
|
||||
doc/cdtext.txt
|
||||
libburn/libburn.ver
|
||||
New API call burn_make_input_sheet_v07t()
|
||||
|
||||
2013.05.19.114854 [5060]
|
||||
cdrskin/cdrskin.c
|
||||
cdrskin/cdrskin.1
|
||||
New option textfile_to_v07t=
|
||||
|
||||
2013.05.19.154838 [5061]
|
||||
cdrskin/cdrskin.c
|
||||
cdrskin/cdrskin.1
|
||||
New options cdtext_to_textfile= and cdtext_to_v07t=
|
||||
|
||||
2013.05.20.104814 [5062]
|
||||
libburn/libburn.h
|
||||
libburn/cdtext.c
|
||||
libburn/libdax_msgs.h
|
||||
Changed item description in list of error codes
|
||||
API call burn_session_input_sheet_v07t(): read multiple blocks from same file
|
||||
|
||||
2013.05.20.110128 [5063]
|
||||
cdrskin/cdrskin.c
|
||||
cdrskin/cdrskin.1
|
||||
Allowed option input_sheet_v07t= to read multiple blocks from same file
|
||||
|
||||
2013.05.20.124448 [5064]
|
||||
libburn/cdtext.c
|
||||
Bug fixes with new API call burn_make_input_sheet_v07t()
|
||||
|
||||
2013.05.20.124520 [5065]
|
||||
cdrskin/cdrskin.c
|
||||
Closed memory leak introduced by rev 5063
|
||||
|
||||
20 May 2013 [5066]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 - 2013.05.20.141737
|
||||
* New API call burn_make_input_sheet_v07t()
|
||||
* New option textfile_to_v07t=
|
||||
* New options cdtext_to_textfile= and cdtext_to_v07t=
|
||||
* API call burn_session_input_sheet_v07t(): read multiple blocks from same file
|
||||
|
||||
|
||||
2013.05.21.081819 [5067]
|
||||
cdrskin/cdrskin.c
|
||||
Defaulting -sao -multi to -tao -multi if -sao -multi is not possible
|
||||
|
||||
2013.05.23.154249 [5068]
|
||||
libburn/libburn.h
|
||||
libburn/file.c
|
||||
libburn/util.h
|
||||
libburn/util.c
|
||||
libburn/libdax_msgs.h
|
||||
libburn/libdax_msgs.c
|
||||
libburn/libburn.ver
|
||||
New API calls burn_drive_extract_audio(), burn_drive_extract_audio_track()
|
||||
|
||||
2013.05.23.154249 [5069]
|
||||
cdrskin/cdrskin.c
|
||||
cdrskin/cdrskin.1
|
||||
New cdrskin options extract_audio_to= , extract_tracks= , extract_basename= , --extract_dap
|
||||
|
||||
23 May 2013 [5070]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 - 2013.05.23.155617
|
||||
* New API calls burn_drive_extract_audio(), burn_drive_extract_audio_track()
|
||||
* New cdrskin options extract_audio_to= , extract_tracks= , extract_basename= ,
|
||||
--extract_dap
|
||||
|
||||
|
||||
23 May 2013 [5071]
|
||||
doc/cdtext.txt
|
||||
Updated documentation about CD-TEXT
|
||||
|
||||
2013.05.26.185945 [5072]
|
||||
cdrskin/cdrskin.c
|
||||
Luring K3B into using -xa rather than -xa1
|
||||
|
||||
2013.05.30.133008 [5076]
|
||||
cdrskin/cdrskin.c
|
||||
Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||
old session start == next writable address.
|
||||
Regression introduced by version 1.2.8 (rev 4956).
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 - 2013.05.30.133756
|
||||
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||
old session start == next writable address.
|
||||
Regression introduced by version 1.2.8 (rev 4956).
|
||||
|
||||
|
||||
31 May 2013 [5079]
|
||||
svn copy -m Branching for libburn bugfix release 1.3.0.pl01
|
||||
http://svn.libburnia-project.org/libburn/tags/1.3.0
|
||||
http://svn.libburnia-project.org/libburn/branches/1.3.0.pl01
|
||||
|
||||
2013.05.31.080001 [5080]
|
||||
cdrskin/cdrskin.c
|
||||
Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||
old session start = next writable address.
|
||||
Regression introduced by version 1.2.8 (rev 4956).
|
||||
|
||||
31 May 2013 []
|
||||
README
|
||||
cdrskin/README
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
|
||||
------------------------------ release - libburn-1.3.0.pl01 - 2013.05.31.080001
|
||||
|
||||
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||
old session start = next writable address.
|
||||
Regression introduced by version 1.2.8 (rev 4956).
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
||||
|
||||
|
||||
**********************************************************************
|
||||
@ -11859,7 +12016,6 @@ Important: When adding a public API function then add its name to file
|
||||
===============================================================================
|
||||
|
||||
|
||||
|
||||
cdrskin option to emit pacifiers with newline rather than carriage return
|
||||
|
||||
cdrskin does not have a runtime check for sizeof(off_t) >= 6.
|
||||
@ -11873,8 +12029,7 @@ CD-TEXT:
|
||||
- .inf files
|
||||
- enforcing constraints:
|
||||
- examine how drives react on wodim's cue sheet of INDEX 00 == INDEX 01
|
||||
>>> produce v07t text sheet from binary text pack array
|
||||
>>> bring make_v07t.c into libburn
|
||||
|
||||
|
||||
qemu:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user