diff --git a/README b/README index 6357071d..0e59fbfc 100644 --- a/README +++ b/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-0.6.2.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.6.4.pl00.tar.gz Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2 or later. ------------------------------------------------------------------------------ @@ -34,17 +34,17 @@ By using this software you agree to the disclaimer at the end of this text: Compilation, First Glimpse, Installation -Dynamic library and compile time header requirements for libisoburn-0.6.2 : -- libburn.so.4 , version libburn-0.8.4 or higher -- libisofs.so.6 , version libisofs-0.6.36 or higher +Dynamic library and compile time header requirements for libisoburn-0.6.4 : +- libburn.so.4 , version libburn-0.8.8 or higher +- libisofs.so.6 , version libisofs-0.6.38 or higher libisoburn and xorriso will not start with libraries which are older than their include headers seen at compile time. -Obtain libisoburn-0.6.2.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.6.4.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.6.2.pl00.tar.gz - cd libisoburn-0.6.2 + tar xzf libisoburn-0.6.4.pl00.tar.gz + cd libisoburn-0.6.4 Within that directory execute: @@ -96,6 +96,7 @@ Other deliberate dependency reduction options of ./configure are: --disable-libacl avoid use of ACL functions like acl_to_text() --disable-xattr avoid use of xattr functions like listxattr() --disable-zlib avoid use of zlib functions like compress2() + --disable-libjte avoid use of libjte for -jigdo command xorriso allows to use external processes as file content filters. This is a potential security risk which may be avoided by ./configure option diff --git a/configure.ac b/configure.ac index 9725bc2f..a38aa1c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.6.3], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.6.5], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -23,7 +23,7 @@ dnl dnl These three are only copies to provide libtool with unused LT_RELEASE ISOBURN_MAJOR_VERSION=0 ISOBURN_MINOR_VERSION=6 -ISOBURN_MICRO_VERSION=3 +ISOBURN_MICRO_VERSION=5 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION @@ -36,16 +36,16 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts B00918 -dnl ### This is the release version 0.6.2 = libisoburn.so.1.51.0 +dnl ts B01026 +dnl ### This is the release version 0.6.4 = libisoburn.so.1.53.0 dnl This is the development version after above stable release dnl LT_CURRENT++, LT_AGE++ have not happened yet. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl -dnl SONAME = 52 - 51 = 1 . Library name = libisoburn.so.1.51.0 +dnl SONAME = 54 - 53 = 1 . Library name = libisoburn.so.1.53.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=52 -LT_AGE=51 +LT_CURRENT=54 +LT_AGE=53 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index a8135c20..35a8765f 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -287,7 +287,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); */ #define isoburn_header_version_major 0 #define isoburn_header_version_minor 6 -#define isoburn_header_version_micro 3 +#define isoburn_header_version_micro 5 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time. diff --git a/xorriso/README_gnu_xorriso b/xorriso/README_gnu_xorriso index b6e2f03d..3a6ebf00 100644 --- a/xorriso/README_gnu_xorriso +++ b/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 -ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.3.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.5.tar.gz Provided under GPL version 3 or later. No warranty. ------------------------------------------------------------------------------ @@ -46,10 +46,10 @@ 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-0.6.3.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.6.5.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.6.3.tar.gz - cd xorriso-0.6.3 + tar xzf xorriso-0.6.5.tar.gz + cd xorriso-0.6.5 Within that directory execute: @@ -98,7 +98,8 @@ Never omit the "make clean" command after switching libreadline enabling. Other deliberate dependency reduction options of ./configure are: --disable-libacl avoid use of ACL functions like acl_to_text() --disable-xattr avoid use of xattr functions like listxattr() - --disable-zlib avoid use of zlib functions like compress2() + --disable-zlib avoid use of zlib functions like compress2() + this also avoids the use of libjte and option -jigdo. xorriso brings own system adapters which allow burning optical media on GNU/Linux, FreeBSD, Solaris. @@ -290,9 +291,9 @@ and a matching dynamically linked xorriso binary. This binary is very lean but depends on properly installed libraries of suitable revision. -Dynamic library and compile time header requirements for libisoburn-0.6.2 : -- libburn.so.4 , version libburn-0.8.4 or higher -- libisofs.so.6 , version libisofs-0.6.36 or higher +Dynamic library and compile time header requirements for libisoburn-0.6.4 : +- libburn.so.4 , version libburn-0.8.8 or higher +- libisofs.so.6 , version libisofs-0.6.38 or higher libisoburn and xorriso will not start with libraries which are older than their headers seen at compile time. So compile in the oldest possible installation setup unless you have reason to enforce a newer bug fix level. @@ -418,8 +419,7 @@ Libburn. By Derek Foreman and Ben Jansens Copyright (C) 2002-2006 Derek Foreman and Ben Jansens -GNU xorriso contains -libjte +GNU xorriso contains libjte Copyright (C) 2000-2007 Free Software Foundation, Inc. 2004-2010 Steve McIntyre 2010-2010 George Danchev, Thomas Schmitt diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 7d5aaf34..c64623c2 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -3,7 +3,7 @@ # Copyright (c) 2007 - 2010 Thomas Schmitt # Provided under GPL version 2 or later. -AC_INIT([xorriso], [0.6.3], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.6.5], [http://libburnia-project.org]) AC_PREREQ([2.50]) AC_CANONICAL_HOST diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index c7d71a59..3a6319f8 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -40,7 +40,7 @@ create_gnu_xorriso="yes" current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.6.3 +xorriso_rev=0.6.5 # For unstable uploads and patch level 0 of stable releases: xorriso_pl="" # For higher patch levels of stable releases: diff --git a/xorriso/xorriso.h b/xorriso/xorriso.h index c72e190b..fd6f4ed6 100644 --- a/xorriso/xorriso.h +++ b/xorriso/xorriso.h @@ -61,7 +61,7 @@ struct XorrisO; */ #define Xorriso_header_version_majoR 0 #define Xorriso_header_version_minoR 6 -#define Xorriso_header_version_micrO 3 +#define Xorriso_header_version_micrO 5 /** Eventually something like ".pl01" to indicate a bug fix. Normally empty. diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index de0982a2..db249a94 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -82,7 +82,7 @@ but rather not with CD, DVD-R, DVD+R, BD-R.
libacl and libacl-devel
eventually allow on GNU/Linux to get and set ACLs.
zlib and zlib-devel
-
eventually allow zisofs and gzip compression.
+
eventually allow zisofs, gzip compression, and Jigdo file production.
libbz2 and libbz2-devel
eventually allow bzip2 compression of Jigdo template files.
@@ -442,19 +442,19 @@ files or trees to disk:

Download as source code (see README):

-
xorriso-0.6.2.tar.gz -(1670 KB). +
xorriso-0.6.4.tar.gz +(1750 KB).
-
(Released 18 Sep 2010)
-
xorriso-0.6.2.tar.gz.sig
+
(Released 26 Oct 2010)
+
xorriso-0.6.4.tar.gz.sig
(detached GPG signature for verification by -gpg --verify xorriso-0.6.2.tar.gz.sig xorriso-0.6.2.tar.gz). +gpg --verify xorriso-0.6.4.tar.gz.sig xorriso-0.6.4.tar.gz).
Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-0.6.2.tar.gz +as xorriso/xorriso-0.6.4.tar.gz
@@ -482,9 +482,9 @@ as xorriso/xorriso-0.6.2.tar.gz

-Bug fixes towards xorriso-0.6.0: +Bug fixes towards xorriso-0.6.2:

    -
  • Regression with -hardlinks and -compliance old_rr, 0.4.2, Aug 2009
  • +
  • - none -
  • @@ -502,33 +502,23 @@ Bug fixes in .pl01 towards xorriso-: -->

    -Enhancements towards previous stable version xorriso-0.6.0: +Enhancements towards previous stable version xorriso-0.6.2:

    • -New option -preparer_id, -as mkisofs options -p and -preparer +New option -jigdo
    • -New -boot_image specifier emul_type=none|hard_disk|floppy +New -as mkisofs options -jigdo-* , -md5-list , -checksum_algorithm_* as of genisoimage
    • -New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd +New bootspecs mips_path= and mipsel_path= for Debian MIPS releases
    • -Made behavior of -as mkisofs with unknown options more similar to original +New -as mkisofs options -mips-boot and -mipsel-boot
    • -New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot -
    • -
    • -New -as mkisofs option -e from Fedora genisoimage -
    • -
    • -New -as mkisofs options -partition_offset,-partition_hd_cyl,-partition_sec_hd -
    • -
    • -DVD-R DL are supported as single-session media. -I.e. only with option -close "on". +New option -append_partition, -as mkisofs -append_partition
    -
    Enhancements towards stable version 0.6.2: +
    Enhancements towards stable version 0.6.4:
      -
    • -New option -jigdo -
    • -
    • -New -as mkisofs options -jigdo-* , -md5-list , -checksum_algorithm_* as of genisoimage -
    • -
    • -New bootspecs mips_path= and mipsel_path= for Debian MIPS releases -
    • -
    • -New -as mkisofs options -mips-boot and -mipsel-boot -
    • +
    • - none yet -
    • @@ -612,9 +595,9 @@ New -as mkisofs options -mips-boot and -mipsel-boot
       
       
      -
      README 0.6.3 -
      xorriso_0.6.3 -help
      -
      man xorriso (as of 0.6.3)
      +
      README 0.6.5 +
      xorriso_0.6.5 -help
      +
      man xorriso (as of 0.6.5)
       
      If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -624,8 +607,8 @@ libburnia libraries. installation see README)
    -xorriso-0.6.3.tar.gz -(1730 KB). +xorriso-0.6.5.tar.gz +(1750 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of @@ -654,8 +637,8 @@ versions for dynamic linking. Only release versions are safe for that. But after the run of ./bootstrap, only vanilla tools like make and gcc are needed.
    -
    The development version of GNU xorriso contains a copy of libjte-0.1.1 -which produces jigdo and template file together with the emerging ISO image, +
    GNU xorriso contains a copy of libjte-0.1.1 +which produces jigdo and template file together with the emerging ISO image. (By Free Software Foundation, Steve McIntyre, George Danchev, Thomas Schmitt)
    diff --git a/xorriso/xorriso_main.c b/xorriso/xorriso_main.c index 401eecef..dbe324a0 100644 --- a/xorriso/xorriso_main.c +++ b/xorriso/xorriso_main.c @@ -111,7 +111,7 @@ */ #define Xorriso_req_majoR 0 #define Xorriso_req_minoR 6 -#define Xorriso_req_micrO 3 +#define Xorriso_req_micrO 5 static void yell_xorriso() diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index ca60e7bd..598eafd0 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.10.23.162302" +#define Xorriso_timestamP "2010.10.26.104219" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 57ba5c54..964a8c75 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 6 -#define xorriso_libisoburn_req_micro 3 +#define xorriso_libisoburn_req_micro 5 struct SpotlisT; /* List of intervals with different read qualities */ @@ -512,14 +512,20 @@ int Xorriso_attach_boot_image(struct XorrisO *xorriso, int flag); int Xorriso_boot_image_status(struct XorrisO *xorriso, char *filter, FILE *fp, int flag); +int Xorriso_add_mips_boot_file(struct XorrisO *xorriso, char *path, int flag); + +int Xorriso_coordinate_system_area(struct XorrisO *xorriso, int sa_type, + int options, char *cmd, int flag); + + + + /* A pseudo file type for El-Torito bootsectors as in man 2 stat : For now take the highest possible value. */ #define Xorriso_IFBOOT S_IFMT -int Xorriso_add_mips_boot_file(struct XorrisO *xorriso, char *path, int flag); - int Exprtest_match(struct XorrisO *xorriso, struct ExprtesT *ftest, void *node_pt, char *name, char *path,