diff --git a/README b/README index 0e59fbfc..16856ab6 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.4.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.6.6.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.4 : +Dynamic library and compile time header requirements for libisoburn-0.6.6 : - libburn.so.4 , version libburn-0.8.8 or higher -- libisofs.so.6 , version libisofs-0.6.38 or higher +- libisofs.so.6 , version libisofs-0.6.40 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.4.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.6.6.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.6.4.pl00.tar.gz - cd libisoburn-0.6.4 + tar xzf libisoburn-0.6.6.pl00.tar.gz + cd libisoburn-0.6.6 Within that directory execute: diff --git a/configure.ac b/configure.ac index 316cfe4d..da52abcf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.6.5], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.6.7], [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=5 +ISOBURN_MICRO_VERSION=7 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION @@ -37,15 +37,15 @@ dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl dnl ts B01026 -dnl ### This is the release version 0.6.4 = libisoburn.so.1.53.0 +dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.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 = 54 - 53 = 1 . Library name = libisoburn.so.1.53.0 +dnl SONAME = 56 - 55 = 1 . Library name = libisoburn.so.1.55.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=54 -LT_AGE=53 +LT_CURRENT=56 +LT_AGE=55 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 55982eae..08ad7122 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 5 +#define isoburn_header_version_micro 7 /** 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 3a6ebf00..79086919 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.5.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.7.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.5.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.6.7.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.6.5.tar.gz - cd xorriso-0.6.5 + tar xzf xorriso-0.6.7.tar.gz + cd xorriso-0.6.7 Within that directory execute: @@ -291,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.4 : +Dynamic library and compile time header requirements for libisoburn-0.6.6 : - libburn.so.4 , version libburn-0.8.8 or higher -- libisofs.so.6 , version libisofs-0.6.38 or higher +- libisofs.so.6 , version libisofs-0.6.40 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. diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index ee3aa8f4..5f6928c1 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.5], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.6.7], [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 e1208324..1d15d29b 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.5 +xorriso_rev=0.6.7 # 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 fc71f73b..1b3fc9f4 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 5 +#define Xorriso_header_version_micrO 7 /** Eventually something like ".pl01" to indicate a bug fix. Normally empty. diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index db249a94..4bac6260 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -421,6 +421,10 @@ files or trees to disk:
       /home/her/buttercup_dir -- \
   -extract /sounds /home/her/sounds_from_me
+
Each copy command processes its files sorted by block address +in the ISO image in order to reduce head moves with optical media. +This can bring effective read performance near to the raw media reading speed. +
Consider to enter dialog mode and use commands like -cd , -du , -lsl , -find.
@@ -442,19 +446,19 @@ files or trees to disk:

Download as source code (see README):

-
xorriso-0.6.4.tar.gz -(1750 KB). +
xorriso-0.6.6.tar.gz +(1765 KB).
-
(Released 26 Oct 2010)
-
xorriso-0.6.4.tar.gz.sig
+
(Released 12 Dec 2010)
+
xorriso-0.6.6.tar.gz.sig
(detached GPG signature for verification by -gpg --verify xorriso-0.6.4.tar.gz.sig xorriso-0.6.4.tar.gz). +gpg --verify xorriso-0.6.6.tar.gz.sig xorriso-0.6.6.tar.gz).
Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-0.6.4.tar.gz +as xorriso/xorriso-0.6.6.tar.gz
@@ -482,9 +486,10 @@ as xorriso/xorriso-0.6.4.tar.gz

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

    -
  • - none -
  • +
  • -as mkisofs -print-size printed the size but also produced ISO image
  • +
  • Build problem fix on Linux 2.4
  • @@ -502,23 +507,16 @@ Bug fixes in .pl01 towards xorriso-: -->

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

      +
    • New -as mkisofs option -joliet-long
    • -New option -jigdo +New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label +for SUN SPARC systems.
    • -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 -
    • -
    • -New option -append_partition, -as mkisofs -append_partition +New action estimate_size for -find and -findx
    -
    Enhancements towards stable version 0.6.4: +
    Enhancements towards stable version 0.6.6:
    • - none yet -
    -
     
     
    -
    README 0.6.5 -
    xorriso_0.6.5 -help
    -
    man xorriso (as of 0.6.5)
    +
    README 0.6.7 +
    xorriso_0.6.7 -help
    +
    man xorriso (as of 0.6.7)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -607,8 +603,8 @@ libburnia libraries. installation see README)
    -xorriso-0.6.5.tar.gz -(1750 KB). +xorriso-0.6.7.tar.gz +(1765 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/xorriso/xorriso_main.c b/xorriso/xorriso_main.c index 2008381d..4d4989a6 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 5 +#define Xorriso_req_micrO 7 static void yell_xorriso() diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 7260fd52..d749463e 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.12.10.123634" +#define Xorriso_timestamP "2010.12.12.120823" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index e707e249..c8fb5022 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 5 +#define xorriso_libisoburn_req_micro 7 struct SpotlisT; /* List of intervals with different read qualities */