diff --git a/README b/README index 9588c13f..f016f9f9 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.0.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.6.2.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.0 : +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.34 or higher +- libisofs.so.6 , version libisofs-0.6.36 or higher libisoburn and xorriso will not start with libraries which are older than their -headers seen at compile time. +include headers seen at compile time. -Obtain libisoburn-0.6.0.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.6.2.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.6.0.pl00.tar.gz - cd libisoburn-0.6.0 + tar xzf libisoburn-0.6.2.pl00.tar.gz + cd libisoburn-0.6.2 Within that directory execute: diff --git a/configure.ac b/configure.ac index 600a2966..35a86212 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.6.1], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.6.3], [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=1 +ISOBURN_MICRO_VERSION=3 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 B00702 -dnl ### This is the release version 0.6.0 = libisoburn.so.1.49.0 +dnl ts B00918 +dnl ### This is the release version 0.6.2 = libisoburn.so.1.51.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 = 50 - 49 = 1 . Library name = libisoburn.so.1.49.0 +dnl SONAME = 52 - 51 = 1 . Library name = libisoburn.so.1.51.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=50 -LT_AGE=49 +LT_CURRENT=52 +LT_AGE=51 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index f8a51ab7..205309c2 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -268,7 +268,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 1 +#define isoburn_header_version_micro 3 /** 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 ddcef58f..b44db7c2 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.1.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.3.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.1.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.6.3.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.6.1.tar.gz - cd xorriso-0.6.1 + tar xzf xorriso-0.6.3.tar.gz + cd xorriso-0.6.3 Within that directory execute: @@ -290,9 +290,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.0 : +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.34 or higher +- libisofs.so.6 , version libisofs-0.6.36 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 9cf56553..0436f876 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.1], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.6.3], [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 b117ed18..192330b6 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.1 +xorriso_rev=0.6.3 # 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 97bb1dbf..6cbb9c71 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 1 +#define Xorriso_header_version_micrO 3 /** Eventually something like ".pl01" to indicate a bug fix. Normally empty. @@ -115,7 +115,7 @@ void Xorriso__version(int *major, int *minor, int *micro); @param flag Bitfield for control purposes. Unused yet. Submit 0. @return 1= library can work for caller 0= library is not usable in some aspects. Caller must restrict - itself to an earlier API version or must not use this libray + itself to an earlier API version or must not use this library at all. */ int Xorriso__is_compatible(int major, int minor, int micro, int flag); @@ -190,7 +190,7 @@ int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag); functions from the Options API. Wenn all desired activities are done, you may check whether there are - uncommited chages pending, compute an exit value, destroy the XorrisO + uncommited changes pending, compute an exit value, destroy the XorrisO object, and exit your program. */ @@ -295,8 +295,9 @@ int Xorriso_program_arg_bsl(struct XorrisO *xorriso, int argc, char ***argv, be at least 1, argv[*idx] must be a command. *idx will iterate over commands and parameters until this function aborts or until argc is reached. - @param flag bit0= recursion - bit1= these are the main() program start arguments + @param flag bit0= reserved. Indicates recursion. Submit 0. + bit1= Indicates that these are the main() program start + arguments @return <=0 = error 1 = success 2 = problem event ignored @@ -353,8 +354,9 @@ int Xorriso_dialog(struct XorrisO *xorriso, int flag); A final newline character gets appended automatically. @param os_errno Eventual errno related to the message. Submit 0 if the message is not related to a operating system error. - @param severity One of "ABORT", "FATAL", "SORRY", "WARNING", "HINT", - "NOTE", "UPDATE", "DEBUG". Defaults to "FATAL". + @param severity One of "ABORT", "FATAL", "FAILURE", "MISHAP", "SORRY", + "WARNING", "HINT", "NOTE", "UPDATE", "DEBUG". + Defaults to "FATAL". @param flag Bitfield for control purposes bit0= use pager (as with result) bit1= permission to suppress output diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 1da4b582..d4359d63 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -59,7 +59,7 @@ Images or add-on sessions may be written to about any kind of file object.
With kernel 2.6 ide-scsi is not needed.
or FreeBSD, libc, libpthread :
PATA/IDE drives need atapicam running.
-
SATA drives need atapicam or ahci running.
+
SATA drives need atapicam running or need to be driven by ahci.
libcam has to be installed.
libiconv has to be installed.
or Solaris, libc, libpthread :
@@ -142,7 +142,8 @@ Scans for optical drives, blanks re-useable optical media, formats media.
  • Suitable for: -CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, BD-R, BD-RE. +CD-R, CD-RW, DVD-R, DVD-R DL, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, +BD-R, BD-RE.
  • Reads its instructions from command line arguments, dialog, and batch files. @@ -439,19 +440,19 @@ files or trees to disk:

    Download as source code (see README):

    -
    xorriso-0.6.0.tar.gz -(1650 KB). +
    xorriso-0.6.2.tar.gz +(1670 KB).
    -
    (Released 02 Jul 2010)
    -
    xorriso-0.6.0.tar.gz.sig
    +
    (Released 18 Sep 2010)
    +
    xorriso-0.6.2.tar.gz.sig
    (detached GPG signature for verification by -gpg --verify xorriso-0.6.0.tar.gz.sig xorriso-0.6.0.tar.gz). +gpg --verify xorriso-0.6.2.tar.gz.sig xorriso-0.6.2.tar.gz).
    Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-0.6.0.tar.gz +as xorriso/xorriso-0.6.2.tar.gz
    @@ -479,10 +480,9 @@ as xorriso/xorriso-0.6.0.tar.gz

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

      -
    • -check_media patch_lba0= could install wrong image size
    • -
    • -as mkisofs option -volset was wrongly interpreted like -volid
    • +
    • Regression with -hardlinks and -compliance old_rr, 0.4.2, Aug 2009
    • @@ -500,26 +500,33 @@ Bug fixes in .pl01 towards xorriso-: -->

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

        -
      • Enabled use of libreadline on Solaris
      • -
      • New find test -disk_name
      • -
      • New option -hide, -find action -hide, -find test -hidden
      • -
      • New -boot_image bootspec cat_hidden=on
      • +
      • -New options -copyright_file , -biblio_file , -abstract_file +New option -preparer_id, -as mkisofs options -p and -preparer
      • -New option -read_mkisofsrc interprets .mkisofsrc +New -boot_image specifier emul_type=none|hard_disk|floppy
      • -Implemented -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list +New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd
      • -New -as mkisofs option --boot-catalog-hide +Made behavior of -as mkisofs with unknown options more similar to original
      • -Implemented -as mkisofs options -dir-mode, -file-mode, -abstract, -biblio, -copyright +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".
      -
      Enhancements towards stable version 0.6.0: +
      Enhancements towards stable version 0.6.2:
        -
      • Made behavior of -as mkisofs with unknown options more similar to original -
      • -
      • -New option -preparer_id, -as mkisofs options -p and -preparer -
      • -
      • -DVD-R DL are supported as single-session media. -I.e. only with option -close "on". -
      • +
      • - none yet -
       
      -
      README 0.6.1 -
      xorriso_0.6.1 -help
      -
      man xorriso (as of 0.6.1)
      +
      README 0.6.3 +
      xorriso_0.6.3 -help
      +
      man xorriso (as of 0.6.3)
       
      If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -608,8 +607,8 @@ libburnia libraries. installation see README)
      -xorriso-0.6.1.tar.gz -(1650 KB). +xorriso-0.6.3.tar.gz +(1670 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 3e807b19..401eecef 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 1 +#define Xorriso_req_micrO 3 static void yell_xorriso() diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4ee56863..44aa960e 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.09.15.065722" +#define Xorriso_timestamP "2010.09.19.134042" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index ab4797c1..f1aedc36 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 0 +#define xorriso_libisoburn_req_micro 3 struct SpotlisT; /* List of intervals with different read qualities */