diff --git a/README b/README index 6465e4f1..e062e582 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ libisoburn. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. -http://files.libburnia-project.org/releases/libisoburn-0.2.7.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.2.9.tar.gz Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -26,18 +26,18 @@ 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.2.7 : -- libburn.so.4 , version libburn-0.5.2 or higher -- libisofs.so.6 , version libisofs-0.6.9 or higher +Dynamic library and compile time header requirements for libisoburn-0.2.9 : +- libburn.so.4 , version libburn-0.5.4 or higher +- libisofs.so.6 , version libisofs-0.6.10 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. -Obtain libisoburn-0.2.7.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.2.9.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.2.7.tar.gz - cd libisoburn-0.2.7 + tar xzf libisoburn-0.2.9.tar.gz + cd libisoburn-0.2.9 Within that directory execute: diff --git a/configure.ac b/configure.ac index fd0668d7..6310a005 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.2.7], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.2.9], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -21,7 +21,7 @@ dnl dnl These three are only copies to provide libtool with unused LT_RELEASE ISOBURN_MAJOR_VERSION=0 ISOBURN_MINOR_VERSION=2 -ISOBURN_MICRO_VERSION=7 +ISOBURN_MICRO_VERSION=9 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION AC_SUBST(ISOBURN_MAJOR_VERSION) @@ -34,15 +34,15 @@ dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl dnl ts A80920 -dnl ### This is the release version 0.2.6 = libisoburn.so.1.15.0 +dnl ### This is the release version 0.2.8 = libisoburn.so.1.17.0 dnl This is the development version after above stable release dnl LT_CURRENT++, LT_AGE++ have not happened happened yet. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl -dnl SONAME = 16 - 15 = 1 . Library name = libisoburn.so.1.15.0 +dnl SONAME = 18 - 17 = 1 . Library name = libisoburn.so.1.17.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=16 -LT_AGE=15 +LT_CURRENT=18 +LT_AGE=17 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index d40c0f89..41d90f79 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -244,7 +244,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); */ #define isoburn_header_version_major 0 #define isoburn_header_version_minor 2 -#define isoburn_header_version_micro 7 +#define isoburn_header_version_micro 9 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time. diff --git a/xorriso/README b/xorriso/README index 6049339f..7e599b52 100644 --- a/xorriso/README +++ b/xorriso/README @@ -4,7 +4,7 @@ xorriso. By Thomas Schmitt Integrated sub project of libburnia-project.org but also published via: http://scdbackup.sourceforge.net/xorriso_eng.html -http://scdbackup.sourceforge.net/xorriso-0.2.7.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.2.9.tar.gz Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2. ------------------------------------------------------------------------------ @@ -36,10 +36,10 @@ The tarball contains anything that is needed except libc and libpthread. libreadline and the readline-dev headers will make dialog mode more convenient, but are not mandatory. -Obtain xorriso-0.2.7.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.2.9.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.2.7.tar.gz - cd xorriso-0.2.7 + tar xzf xorriso-0.2.9.tar.gz + cd xorriso-0.2.9 Within that directory execute: @@ -192,9 +192,9 @@ and a matching dynamically linked xorriso binary. This binary is leaner but depends on properly installed libraries of suitable revision. -Dynamic library and compile time header requirements for libisoburn-0.2.7 : -- libburn.so.4 , version libburn-0.5.2 or higher -- libisofs.so.6 , version libisofs-0.6.9 or higher +Dynamic library and compile time header requirements for libisoburn-0.2.9 : +- libburn.so.4 , version libburn-0.5.4 or higher +- libisofs.so.6 , version libisofs-0.6.10 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 4500fc54..15cc7729 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.2.7], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.2.9], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index 726615c5..bfa7a68f 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -25,7 +25,7 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.2.7 +xorriso_rev=0.2.9 # For unstable uploads: xorriso_pl="" # For stable releases: diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index da8952fb..98f653cf 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -19,7 +19,7 @@

Purpose:

-xorriso maps file objects from POSIX compliant filesystems +xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to @@ -60,15 +60,15 @@ and to MMC-5 for DVD or BD). GPL software included:
-
libburn-0.5.3
+
libburn-0.5.5
reads and writes data from and to CD, DVD, BD-RE.
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org)
-
libisofs-0.6.8
+
libisofs-0.6.10
operates on ISO 9660 filesystem images.
(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-
libisoburn-0.2.6
+
libisoburn-0.2.8
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -107,13 +107,9 @@ Updates ISO subtrees incrementally to match given disk subtrees. Writes result as completely new image or as add-on session to optical media or filesystem objects. - - -
  • Can perform multi-session tasks as emulation of mkisofs and cdrecord.
  • @@ -136,9 +132,6 @@ Reads its instructions from command line arguments, dialog, and batch files.
  • Provides navigation commands for interactive ISO image manipulation.
  • -
  • -Adjustable thresholds for abort, exit value, and problem reporting. -
  • @@ -181,7 +174,7 @@ eventually prepare yet unused BD-RE:
    $ xorriso -dev /dev/sr0 -add /home/me/sounds /home/me/pictures
    -
    Check the result:
    +
    Have a look at the result:
    $ xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less
    @@ -285,6 +278,20 @@ with ".o" or ".swp" which are excluded by options -not_leaf.

    + +
    +After the user has already created a suitable file tree on disk +and copied the ISOLINUX files into subdirectory ./boot/isolinux of +that tree, xorriso can burn an El Torito bootable media: +
    +
    $ xorriso -outdev /dev/sr0 -blank as_needed \
    +
       -map /home/me/ISOLINUX_prepared_tree / \
    +
       -boot_image isolinux dir=/boot/isolinux
    + +
    +
    +
    +
    ISO images may not only be stored on optical media but also in regular disk files or block devices for full multi-session operation. The prefix "stdio:" indicates that normal file operations are @@ -322,14 +329,17 @@ One may switch from mkisofs emulation to xorriso's own command mode:
    -
    Enable reverse operation of xorriso and copy some files and a tree to disk: +
    If for any reason the reading operating system mishandles the ISO image +or some files in it, one may enable reverse operation of xorriso and copy +files or trees to disk:
    $ xorriso -indev /dev/sr0 \
       -osirrox on \
    -
       -cpx /pictures/private/horses*/*buttercup* \
    +
       -cpx '/pictures/private/horses*/*buttercup*' \
           /home/her/buttercup_dir -- \
       -extract /sounds /home/her/sounds_from_me
    - +
    Consider to enter dialog mode and use commands like +-cd , -du , -lsl , -find.

    @@ -353,7 +363,7 @@ are interested in using BD-R media.

    Download as source code (see README):

    -
    xorriso-0.2.6.pl01.tar.gz +
    xorriso-0.2.8.pl00.tar.gz (1050 KB).
    @@ -383,32 +393,22 @@ an Open Source approved license Bug fixes towards xorriso-0.2.6.pl00:
    • A potential buffer overflow has been fixed
    • -
    -

    - -

    -Bug fixes towards xorriso-0.2.4.pl00: -

      - -
    • -format full did not re-format already formatted DVD+RW
    • - +
    • -follow "link" attributed random target filenames to looping links
    • +
    • -as mkisofs -iso-level was accused to be an unknown option

    +

    Enhancements towards previous stable version xorriso-0.2.4.pl00:

      -
    • Capability to insert and extract files far larger than 4 GB
    • -
    • New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3 +
    • Ability to write and maintain bootable ISO images based on ISOLINUX
    • +
    • New ./configure option --disable-libreadline to make binary more portable
    • -
    • New option -extract_cut to retrieve data from oversized files
    • -
    • New option -check_media_defaults
    • -
    • New -error_behavior "file_extraction" behavior "best_effort"
    • -
    • New option -list_delimiter

    @@ -417,28 +417,25 @@ Enhancements towards previous stable version xorriso-0.2.4.pl00:

    -

    Development snapshot, version 0.2.7 :

    -
    Bug fixes towards xorriso-0.2.6.pl00: +

    Development snapshot, version 0.2.9 :

    +
    Bug fixes towards xorriso-0.2.8.pl00:
      -
    • A potential buffer overflow has been fixed
    • -
    • -as mkisofs -iso-level was accused to be an unknown option
    • -
    -
    Enhancements towards stable version 0.2.6.pl00: +
    Enhancements towards stable version 0.2.8.pl00:
      -
    • Ability to write and maintain bootable ISO images based on ISOLINUX
    • -
     
    -
    README 0.2.7 -
    xorriso_0.2.7 -help
    -
    man xorriso (as of 0.2.7)
    +
    README 0.2.9 +
    xorriso_0.2.9 -help
    +
    man xorriso (as of 0.2.9)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -448,7 +445,7 @@ libburnia libraries. installation see README)
    -xorriso-0.2.7.tar.gz +xorriso-0.2.9.tar.gz (1050 KB).
    A dynamically linked development version of xorriso can be obtained diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index c5326f1c..98e0d1b3 100644 --- a/xorriso/xorriso_private.h +++ b/xorriso/xorriso_private.h @@ -18,7 +18,7 @@ #ifndef Xorriso_private_includeD #define Xorriso_private_includeD yes -#define Xorriso_program_versioN "0.2.7" +#define Xorriso_program_versioN "0.2.9" /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 418294a0..1286c655 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.10.10.134020" +#define Xorriso_timestamP "2008.10.12.133957" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 4a451dd6..dec99892 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 2 -#define xorriso_libisoburn_req_micro 7 +#define xorriso_libisoburn_req_micro 9 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);