diff --git a/libisoburn/branches/1.3.6.pl01/README b/libisoburn/branches/1.3.6.pl01/README index 1cc54a74..36385759 100644 --- a/libisoburn/branches/1.3.6.pl01/README +++ b/libisoburn/branches/1.3.6.pl01/README @@ -4,7 +4,7 @@ libisoburn and xorriso. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. -http://files.libburnia-project.org/releases/libisoburn-1.3.6.tar.gz +http://files.libburnia-project.org/releases/libisoburn-1.3.6.pl01.tar.gz Copyright (C) 2006-2009 Vreixo Formoso, Copyright (C) 2006-2014 Thomas Schmitt. Provided under GPL version 2 or later. @@ -42,10 +42,10 @@ Dynamic library and compile time header requirements for libisoburn-1.3.6 : libisoburn and xorriso will not start with libraries which are older than their include headers seen at compile time. -Obtain libisoburn-1.3.6.tar.gz, take it to a directory of your choice +Obtain libisoburn-1.3.6.pl01.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-1.3.6.tar.gz + tar xzf libisoburn-1.3.6.pl01.tar.gz cd libisoburn-1.3.6 Within that directory execute: diff --git a/libisoburn/branches/1.3.6.pl01/xorriso/README_gnu_xorriso b/libisoburn/branches/1.3.6.pl01/xorriso/README_gnu_xorriso index f85805cc..5bf8dc2c 100644 --- a/libisoburn/branches/1.3.6.pl01/xorriso/README_gnu_xorriso +++ b/libisoburn/branches/1.3.6.pl01/xorriso/README_gnu_xorriso @@ -4,7 +4,7 @@ GNU xorriso. By Thomas Schmitt Derived from and supported by libburnia-project.org, published via: http://www.gnu.org/software/xorriso/xorriso_eng.html -http://www.gnu.org/software/xorriso/xorriso-1.3.6.tar.gz +http://www.gnu.org/software/xorriso/xorriso-1.3.6.pl01.tar.gz Provided under GPL version 3 or later. No warranty. ------------------------------------------------------------------------------ @@ -47,9 +47,9 @@ Optional at compile time are: If they were present at compile time, then the optional libraries have to be present at runtime, too. -Obtain xorriso-1.3.6.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-1.3.6.pl01.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-1.3.6.tar.gz + tar xzf xorriso-1.3.6.pl01.tar.gz cd xorriso-1.3.6 Within that directory execute: diff --git a/libisoburn/branches/1.3.6.pl01/xorriso/iso_img.c b/libisoburn/branches/1.3.6.pl01/xorriso/iso_img.c index 4ccb681a..8ccd96d0 100644 --- a/libisoburn/branches/1.3.6.pl01/xorriso/iso_img.c +++ b/libisoburn/branches/1.3.6.pl01/xorriso/iso_img.c @@ -418,7 +418,7 @@ int Xorriso_boot_item_status(struct XorrisO *xorriso, char *cat_path, no_defaults= flag & 1; line= xorriso->result_line; - if(flag & 16) { + if((flag & 16) && bin_path[0] != 0) { /* Allow to concentrate boot options. */ memset(zeros, 0, 28); if(memcmp(id_string, zeros, 28) == 0 && diff --git a/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_eng.html b/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_eng.html index 1c1aa0a6..ec826d8f 100644 --- a/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_eng.html +++ b/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_eng.html @@ -508,21 +508,21 @@ files or trees to disk:

Download as source code (see README):

-
xorriso-1.3.6.tar.gz +
xorriso-1.3.6.pl01.tar.gz (2410 KB).
-
(Released 04 Mar 2014)
-
xorriso-1.3.6.tar.gz.sig
+
(Released 14 Mar 2014)
+
xorriso-1.3.6.pl01.tar.gz.sig
(detached GPG signature for verification by -gpg --verify xorriso-1.3.6.tar.gz.sig xorriso-1.3.6.tar.gz +gpg --verify xorriso-1.3.6.pl01.tar.gz.sig xorriso-1.3.6.pl01.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-1.3.6.tar.gz +as xorriso/xorriso-1.3.6.pl01.tar.gz
@@ -572,15 +572,16 @@ Regression introduced by release 1.3.4

-

@@ -644,7 +645,10 @@ cdrecord and mkisofs.

Development snapshot, version 1.3.7 :

Bug fixes towards xorriso-1.3.6:
    -
  • - none yet -
  • +
  • Command -status produced FAILURE event if no drive was acquired. + Regression introduced by release 1.3.6
  • +
  • Compilation warning for unsupported systems mutated into an error
  • +
  • CD TAO with add-on sessions could cause a buffer overrun
  • diff --git a/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_timestamp.h b/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_timestamp.h index eee21c72..7da7b5c6 100644 --- a/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_timestamp.h +++ b/libisoburn/branches/1.3.6.pl01/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.03.04.120001" +#define Xorriso_timestamP "2014.03.18.083001"