Mentioned bug fix and pl01

This commit is contained in:
Thomas Schmitt 2013-05-31 10:09:00 +00:00
parent f1ef0a1995
commit 0eb24d293f
4 changed files with 71 additions and 14 deletions

View File

@ -1,7 +1,7 @@
SVN trunk (to become libburn-1.3.2 or higher) SVN trunk (to become libburn-1.3.2 or higher)
=============================================================================== ===============================================================================
* Bug fix: cdrskin -msinfo on DVD and BD reported * 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). Regression introduced by version 1.2.8 (rev 4956).
* New API call burn_make_input_sheet_v07t() * New API call burn_make_input_sheet_v07t()
* API call burn_session_input_sheet_v07t(): read multiple blocks from same file * 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 * 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 libburn-1.3.0.tar.gz Fri May 17 2013
=============================================================================== ===============================================================================
* Bug fix: Full formatting of BD-RE used certification regardless of drive * Bug fix: Full formatting of BD-RE used certification regardless of drive

11
README
View File

@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net> and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens 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 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 cd libburn-1.3.0
./configure --prefix=/usr ./configure --prefix=/usr
make make
@ -702,6 +702,11 @@ Project history as far as known to me:
introduced new boot preparation capabilities have been tested. New introduced new boot preparation capabilities have been tested. New
boot preparation options for GRUB2 were added. 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.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@ -65,7 +65,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA.
GPL software included:<BR> GPL software included:<BR>
</H2> </H2>
<DL> <DL>
<DT>libburn-1.3.0</DT> <DT>libburn-1.3.0.pl01</DT>
<DD>(founded by Derek Foreman and Ben Jansens, <DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org) Thomas Schmitt from team of libburnia-project.org)
@ -200,13 +200,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
<P> <P>
<DL> <DL>
<DT>Download as source code (see README):</DT> <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). (950 KB).
</DD> </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> <DD>
(detached GPG signature for verification by (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> <BR>
after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>). after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
</DD> </DD>
@ -278,12 +278,21 @@ DVD+R with damaged TOC were reported by -minfo with wrong end address
--> -->
</UL> </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> <HR>
<P> <P>
<DL> <DL>
<DT><H3>Development snapshot, version 1.3.1 :</H3></DT> <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> <UL>
<LI> <LI>
New option textfile_to_v07t= New option textfile_to_v07t=
@ -302,11 +311,9 @@ New options extract_audio_to= , extract_tracks= , extract_basename= ,
</UL> </UL>
</DD> </DD>
<DD>Bug fixes towards cdrskin-1.3.0: <DD>Bug fixes towards cdrskin-1.3.0.pl01:
<UL> <UL>
<LI>cdrskin -msinfo on DVD and BD reported old session start = <LI>none yet</LI>
next writable address. Regression introduced by version 1.2.8.
</LI>
<!-- <!--
<LI>none yet</LI> <LI>none yet</LI>
--> -->

View File

@ -11958,11 +11958,49 @@ cdrskin/cdrskin_eng.html
cdrskin/changelog.txt cdrskin/changelog.txt
Updated change log 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 * 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). 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 ChangeLog
cdrskin/cdrskin_eng.html cdrskin/cdrskin_eng.html
@ -11970,6 +12008,7 @@ cdrskin/changelog.txt
Updated change log Updated change log
------------------------------------ cycle - cdrskin-1.3.1 - ------------------------------------ cycle - cdrskin-1.3.1 -
[] []
ChangeLog ChangeLog
cdrskin/cdrskin_eng.html cdrskin/cdrskin_eng.html