diff --git a/libisoburn/branches/ZeroFiveSix/README b/libisoburn/branches/ZeroFiveSix/README index b5d9da8f..ff5dd2e0 100644 --- a/libisoburn/branches/ZeroFiveSix/README +++ b/libisoburn/branches/ZeroFiveSix/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.5.4.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.5.6.pl00.tar.gz Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2 or later. ------------------------------------------------------------------------------ @@ -31,17 +31,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.5.4 : +Dynamic library and compile time header requirements for libisoburn-0.5.6 : - libburn.so.4 , version libburn-0.7.8 or higher -- libisofs.so.6 , version libisofs-0.6.30 or higher +- libisofs.so.6 , version libisofs-0.6.32 or higher libisoburn and xorriso will not start with libraries which are older than their headers seen at compile time. -Obtain libisoburn-0.5.4.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.5.6.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.5.4.pl00.tar.gz - cd libisoburn-0.5.4 + tar xzf libisoburn-0.5.6.pl00.tar.gz + cd libisoburn-0.5.6 Within that directory execute: diff --git a/libisoburn/branches/ZeroFiveSix/configure.ac b/libisoburn/branches/ZeroFiveSix/configure.ac index 3cdb7b5d..248aefe4 100644 --- a/libisoburn/branches/ZeroFiveSix/configure.ac +++ b/libisoburn/branches/ZeroFiveSix/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.5.5], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.5.6], [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=5 -ISOBURN_MICRO_VERSION=5 +ISOBURN_MICRO_VERSION=6 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 B00419 -dnl ### This is the release version 0.5.4 = libisoburn.so.1.43.0 -dnl This is the development version after above stable release +dnl ts B00504 +dnl This is the release version 0.5.6 = libisoburn.so.1.45.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 = 44 - 43 = 1 . Library name = libisoburn.so.1.43.0 +dnl SONAME = 46 - 45 = 1 . Library name = libisoburn.so.1.45.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=44 -LT_AGE=43 +LT_CURRENT=46 +LT_AGE=45 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/branches/ZeroFiveSix/libisoburn/libisoburn.h b/libisoburn/branches/ZeroFiveSix/libisoburn/libisoburn.h index ee69c2e0..4753010a 100644 --- a/libisoburn/branches/ZeroFiveSix/libisoburn/libisoburn.h +++ b/libisoburn/branches/ZeroFiveSix/libisoburn/libisoburn.h @@ -261,7 +261,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); */ #define isoburn_header_version_major 0 #define isoburn_header_version_minor 5 -#define isoburn_header_version_micro 5 +#define isoburn_header_version_micro 6 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time. diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/README_gnu_xorriso b/libisoburn/branches/ZeroFiveSix/xorriso/README_gnu_xorriso index 3d110312..c6198899 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/README_gnu_xorriso +++ b/libisoburn/branches/ZeroFiveSix/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.5.5.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.6.tar.gz Provided under GPL version 3 or later. No warranty. ------------------------------------------------------------------------------ @@ -45,10 +45,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.5.5.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.5.6.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.5.5.tar.gz - cd xorriso-0.5.5 + tar xzf xorriso-0.5.6.tar.gz + cd xorriso-0.5.6 Within that directory execute: diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/configure_ac.txt b/libisoburn/branches/ZeroFiveSix/xorriso/configure_ac.txt index ac2d2a03..6b1211af 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/configure_ac.txt +++ b/libisoburn/branches/ZeroFiveSix/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.5.5], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.5.6], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/make_xorriso_standalone.sh b/libisoburn/branches/ZeroFiveSix/xorriso/make_xorriso_standalone.sh index f92a811e..86adbcd6 100755 --- a/libisoburn/branches/ZeroFiveSix/xorriso/make_xorriso_standalone.sh +++ b/libisoburn/branches/ZeroFiveSix/xorriso/make_xorriso_standalone.sh @@ -10,7 +10,7 @@ # nglibisofs-develop libburn-develop libisoburn-develop # where tarballs or repository copies have been installed of # libisofs libburn libisoburn -# obtained by following instructions on http://libburnia-project.org. +# obtained according to instructions on http://libburnia-project.org. # # It creates a new directory tree # xorriso-standalone @@ -40,7 +40,7 @@ create_gnu_xorriso="yes" current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.5.5 +xorriso_rev=0.5.6 # For unstable uploads and patch level 0 of stable releases: xorriso_pl="" # For higher patch levels of stable releases: diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.c b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.c index 5119bf3d..23c4bb78 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.c +++ b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.c @@ -21418,7 +21418,7 @@ char *Xorriso__get_patch_level_text(int flag) /* xorriso consists only of a main() stub which has an own version to match the version of libxorriso header and runtime code. */ -#define Xorriso_main_program_versioN "0.5.5" +#define Xorriso_main_program_versioN "0.5.6" #else /* Xorriso_without_subS */ diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.h b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.h index c4ff8431..86fb84c4 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.h +++ b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso.h @@ -16,7 +16,7 @@ struct XorrisO; -#define Xorriso_program_versioN "0.5.5" +#define Xorriso_program_versioN "0.5.6" #define Xorriso_program_patch_leveL "" diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_eng.html b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_eng.html index 6bf2ff13..218eb3db 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_eng.html +++ b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_eng.html @@ -436,19 +436,19 @@ files or trees to disk:

Download as source code (see README):

-
xorriso-0.5.4.tar.gz -(1580 KB). +
xorriso-0.5.6.tar.gz +(1600 KB).
(Released 19 Apr 2010)
-
xorriso-0.5.4.tar.gz.sig
+
xorriso-0.5.6.tar.gz.sig
(detached GPG signature for verification by -gpg --verify xorriso-0.5.4.tar.gz.sig xorriso-0.5.4.tar.gz). +gpg --verify xorriso-0.5.6.tar.gz.sig xorriso-0.5.6.tar.gz).
Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-0.5.4.tar.gz +as xorriso/xorriso-0.5.6.tar.gz
@@ -476,7 +476,7 @@ as xorriso/xorriso-0.5.4.tar.gz

-Bug fixes towards xorriso-0.5.2: +Bug fixes towards xorriso-0.5.4:

  • - none -
  • -Enhancements towards previous stable version xorriso-0.5.2.pl00: +Enhancements towards previous stable version xorriso-0.5.4:

    • -New -as mkisofs options -G and --protective-msdos-label for grub-mkrescue +Allowing up to 32 boot images
    • -New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date= +New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
    • -New: -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr -
    • -
    • -New find action mkisofs_r and emulation -as mkisofs -r -
    • -
    • -New -find action sort_weight, new -as mkisofs --sort-weight -
    • -
    • -New -compliance options only_iso_version, no_j_force_dots +New -as mkisofs options --efi-boot, -eltorito-alt-boot
    -
    Enhancements towards stable version 0.5.4: +
    Enhancements towards stable version 0.5.6:
      -
    • Allowing up to 32 boot images
    • -
    • New -boot_image bootspecs -efi_path=, platform_id=, sel_crit=, id_string=, next
    • -
    • New -as mkisofs options --efi-boot, -eltorito-alt-boot
    • +
    • - none yet -
     
    -
    README 0.5.5 -
    xorriso_0.5.5 -help
    -
    man xorriso (as of 0.5.5)
    +
    README 0.5.7 +
    xorriso_0.5.7 -help
    +
    man xorriso (as of 0.5.7)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -595,8 +583,8 @@ libburnia libraries. installation see README)
    -xorriso-0.5.5.tar.gz -(1580 KB). +xorriso-0.5.7.tar.gz +(1600 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_timestamp.h b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_timestamp.h index 81f6ce0e..9f8ff266 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_timestamp.h +++ b/libisoburn/branches/ZeroFiveSix/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.05.03.165446" +#define Xorriso_timestamP "2010.05.04.100001" diff --git a/libisoburn/branches/ZeroFiveSix/xorriso/xorrisoburn.h b/libisoburn/branches/ZeroFiveSix/xorriso/xorrisoburn.h index 92cb2036..f199479d 100644 --- a/libisoburn/branches/ZeroFiveSix/xorriso/xorrisoburn.h +++ b/libisoburn/branches/ZeroFiveSix/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 5 -#define xorriso_libisoburn_req_micro 5 +#define xorriso_libisoburn_req_micro 6 struct SpotlisT; /* List of intervals with different read qualities */