From 0eb24d293f36b5c051a1f7db6bebed9fd0ff9bcb Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 31 May 2013 10:09:00 +0000 Subject: [PATCH] Mentioned bug fix and pl01 --- ChangeLog | 8 +++++++- README | 11 ++++++++--- cdrskin/cdrskin_eng.html | 25 +++++++++++++++--------- cdrskin/changelog.txt | 41 +++++++++++++++++++++++++++++++++++++++- 4 files changed, 71 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index de0f227..c2abba8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 320b831..5d3ee05 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ Still containing parts of Libburn. By 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 -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. + ------------------------------------------------------------------------------ diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 3042af8..2643cfd 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -65,7 +65,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-1.3.0
+
libburn-1.3.0.pl01
(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

Download as source code (see README):
-
cdrskin-1.3.0.tar.gz +
cdrskin-1.3.0.pl01.tar.gz (950 KB).
-
cdrskin-1.3.0.tar.gz.sig
+
cdrskin-1.3.0.pl01.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.3.0.tar.gz.sig cdrskin-1.3.0.tar.gz +gpg --verify cdrskin-1.3.0.pl01.tar.gz.sig cdrskin-1.3.0.pl01.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -278,12 +278,21 @@ DVD+R with damaged TOC were reported by -minfo with wrong end address --> +Bug fix towards cdrskin-1.3.0: +
    +
  • +cdrskin -msinfo on DVD and BD reported +old session start = next writable address. +Regression introduced by version 1.2.8 +
  • +
+

Development snapshot, version 1.3.1 :

-
Enhancements towards current stable version 1.3.0: +
Enhancements towards current stable version 1.3.0.pl01:
  • New option textfile_to_v07t= @@ -302,11 +311,9 @@ New options extract_audio_to= , extract_tracks= , extract_basename= ,
-
Bug fixes towards cdrskin-1.3.0: +
Bug fixes towards cdrskin-1.3.0.pl01:
    -
  • cdrskin -msinfo on DVD and BD reported old session start = -next writable address. Regression introduced by version 1.2.8. -
  • +
  • none yet
  • diff --git a/cdrskin/changelog.txt b/cdrskin/changelog.txt index d66ebf9..899c2dc 100644 --- a/cdrskin/changelog.txt +++ b/cdrskin/changelog.txt @@ -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