Mentioned bug fix and pl01
This commit is contained in:
parent
5ad33bc6c0
commit
59606c4450
@ -1,7 +1,7 @@
|
||||
SVN trunk (to become libburn-1.3.2 or higher)
|
||||
===============================================================================
|
||||
* Bug fix: cdrskin -msinfo on DVD and BD reported
|
||||
old session start == next writable address.
|
||||
old session start = next writable address.
|
||||
Regression introduced by version 1.2.8 (rev 4956).
|
||||
* New API call burn_make_input_sheet_v07t()
|
||||
* API call burn_session_input_sheet_v07t(): read multiple blocks from same file
|
||||
@ -11,6 +11,12 @@ SVN trunk (to become libburn-1.3.2 or higher)
|
||||
* New cdrskin options extract_audio_to= , extract_tracks= , extract_basename= , --extract_dap
|
||||
|
||||
|
||||
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,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.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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,12 +278,21 @@ 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>
|
||||
New option textfile_to_v07t=
|
||||
@ -302,11 +311,9 @@ New options extract_audio_to= , extract_tracks= , extract_basename= ,
|
||||
</UL>
|
||||
</DD>
|
||||
|
||||
<DD>Bug fixes towards cdrskin-1.3.0:
|
||||
<DD>Bug fixes towards cdrskin-1.3.0.pl01:
|
||||
<UL>
|
||||
<LI>cdrskin -msinfo on DVD and BD reported old session start =
|
||||
next writable address. Regression introduced by version 1.2.8.
|
||||
</LI>
|
||||
<LI>none yet</LI>
|
||||
<!--
|
||||
<LI>none yet</LI>
|
||||
-->
|
||||
|
@ -11958,11 +11958,49 @@ cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
||||
------------------------------------ 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 [5081]
|
||||
README
|
||||
cdrskin/README
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Mentioned bug fix and pl01
|
||||
|
||||
31 May 2013 [5082]
|
||||
svn move -m libburn bugfix release 1.3.0.pl01 is ready
|
||||
http://svn.libburnia-project.org/libburn/branches/1.3.0.pl01
|
||||
http://svn.libburnia-project.org/libburn/tags/1.3.0.pl01
|
||||
|
||||
------------------------------ 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).
|
||||
|
||||
[]
|
||||
README
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
cdrskin/changelog.txt
|
||||
Mentioned bug fix and pl01
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
@ -11970,6 +12008,7 @@ cdrskin/changelog.txt
|
||||
Updated change log
|
||||
|
||||
------------------------------------ cycle - cdrskin-1.3.1 -
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
cdrskin/cdrskin_eng.html
|
||||
|
Loading…
Reference in New Issue
Block a user