From f803da91b42fa63fc3cfb73a71da3780a28772cb Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 5 Jan 2009 15:33:46 +0000 Subject: [PATCH] Version leap to 0.3.3 --- README | 16 ++-- configure.ac | 18 ++--- libisoburn/libisoburn.h | 8 +- xorriso/README | 16 ++-- xorriso/configure_ac.txt | 2 +- xorriso/make_xorriso_standalone.sh | 4 +- xorriso/xorriso_eng.html | 120 +++++++++++++++++------------ xorriso/xorriso_private.h | 4 +- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.h | 4 +- 10 files changed, 107 insertions(+), 87 deletions(-) diff --git a/README b/README index 99462a0b..3a3e960a 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ libisoburn. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. -http://files.libburnia-project.org/releases/libisoburn-0.3.1.tar.gz -Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt. +http://files.libburnia-project.org/releases/libisoburn-0.3.2.pl00.tar.gz +Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -27,18 +27,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.3.1 : -- libburn.so.4 , version libburn-0.5.8 or higher +Dynamic library and compile time header requirements for libisoburn-0.3.2 : +- libburn.so.4 , version libburn-0.6.0 or higher - libisofs.so.6 , version libisofs-0.6.12 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.3.1.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.3.2.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.3.1.tar.gz - cd libisoburn-0.3.1 + tar xzf libisoburn-0.3.2.pl00.tar.gz + cd libisoburn-0.3.2 Within that directory execute: @@ -156,7 +156,7 @@ libburnia-project.org By Mario Danic , Vreixo Formoso Thomas Schmitt -Copyright (C) 2006-2008 Mario Danic, Vreixo Formoso, Thomas Schmitt. +Copyright (C) 2006-2009 Mario Danic, Vreixo Formoso, Thomas Schmitt. libburnia-project.org is inspired by and in other components still containing parts of old diff --git a/configure.ac b/configure.ac index ea70a065..72963278 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.3.1], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.3.3], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -8,7 +8,7 @@ AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([subdir-objects]) dnl Hint: Search list for version code aspects: -dnl /AC_INT( +dnl /AC_INIT( dnl /ISOBURN_.*_VERSION dnl /LT_.* dnl /LIB.*_REQUIRED @@ -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=3 -ISOBURN_MICRO_VERSION=1 +ISOBURN_MICRO_VERSION=3 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION AC_SUBST(ISOBURN_MAJOR_VERSION) @@ -33,16 +33,16 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts A81201 -dnl ### This is the release version 0.3.0 = libisoburn.so.1.19.0 +dnl ts A90105 +dnl ### This is the release version 0.3.2 = libisoburn.so.1.21.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 = 20 - 19 = 1 . Library name = libisoburn.so.1.19.0 +dnl SONAME = 22 - 21 = 1 . Library name = libisoburn.so.1.21.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=20 -LT_AGE=19 +LT_CURRENT=22 +LT_AGE=21 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` @@ -106,7 +106,7 @@ AC_CHECK_HEADER(libburn/libburn.h) AC_CHECK_HEADER(libisofs/libisofs.h) dnl Check for proper library versions -LIBBURN_REQUIRED=0.5.9 +LIBBURN_REQUIRED=0.6.0 LIBISOFS_REQUIRED=0.6.12 PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED) PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED) diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index e16234d3..f64a7f4e 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -2,7 +2,7 @@ /* API definition of libisoburn. - Copyright 2007-2008 Vreixo Formoso Lopes + Copyright 2007-2009 Vreixo Formoso Lopes and Thomas Schmitt */ @@ -207,8 +207,8 @@ void isoburn_version(int *major, int *minor, int *micro); @since 0.1.0 */ #define isoburn_libburn_req_major 0 -#define isoburn_libburn_req_minor 5 -#define isoburn_libburn_req_micro 9 +#define isoburn_libburn_req_minor 6 +#define isoburn_libburn_req_micro 0 /** The minimum version of libisofs to be used with this version of libisoburn @@ -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 3 -#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 b/xorriso/README index 25a55cfd..5d42e522 100644 --- a/xorriso/README +++ b/xorriso/README @@ -4,8 +4,8 @@ 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.3.1.tar.gz -Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2. +http://scdbackup.sourceforge.net/xorriso-0.3.3.tar.gz +Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2. ------------------------------------------------------------------------------ @@ -37,10 +37,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.3.1.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.3.3.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.3.1.tar.gz - cd xorriso-0.3.1 + tar xzf xorriso-0.3.3.tar.gz + cd xorriso-0.3.3 Within that directory execute: @@ -200,8 +200,8 @@ 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.3.1 : -- libburn.so.4 , version libburn-0.5.8 or higher +Dynamic library and compile time header requirements for libisoburn-0.3.3 : +- libburn.so.4 , version libburn-0.6.0 or higher - libisofs.so.6 , version libisofs-0.6.12 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 @@ -231,7 +231,7 @@ libburnia-project.org By Mario Danic , Vreixo Formoso Thomas Schmitt -Copyright (C) 2006-2008 Mario Danic, Vreixo Formoso, Thomas Schmitt. +Copyright (C) 2006-2009 Mario Danic, Vreixo Formoso, Thomas Schmitt. libburnia-project.org is inspired by and in other components still containing parts of old diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 240d6bb2..62c985dd 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.3.1], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.3.3], [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 b8cfc163..de480b6f 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -1,7 +1,7 @@ #!/bin/sh # make_xorriso_standalone.sh -# Copyright 2008 Thomas Schmitt, scdbackup@gmx.net, GPL +# Copyright 2008 - 2009 Thomas Schmitt, scdbackup@gmx.net, GPL # # Not intended for general use in production installations ! # @@ -25,7 +25,7 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.3.1 +xorriso_rev=0.3.3 # For unstable uploads: xorriso_pl="" # For stable releases: diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index cbeaba34..4bbb30ce 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -62,15 +62,15 @@ and to MMC-5 for DVD or BD). GPL software included:
-
libburn-0.5.7
-
reads and writes data from and to CD, DVD, BD-RE.
+
libburn-0.6.1
+
reads and writes data from and to CD, DVD, BD.
(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.12
operates on ISO 9660 filesystem images.
(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-
libisoburn-0.3.0
+
libisoburn-0.3.2
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -119,11 +119,9 @@ Can perform multi-session tasks as emulation of mkisofs and cdrecord.
  • Can restore single files and whole trees from ISO image to disk filesystem.
  • -
  • Can check media for damages and copy readable blocks to disk.
  • @@ -147,6 +145,7 @@ Provides navigation commands for interactive ISO image manipulation.

    Command Examples:

    +
    Get an overview of drives and their addresses
    # xorriso -devices
    ...
    @@ -265,18 +264,19 @@ already been done by a previous -commit.
    -
    The following command can be run on blank media to create a -copy of the mentioned disk directory trees, and it can be run on appendable -media to perform a minimal set of change operations which update the -old ISO copies to match the new disk trees. -Older states can be retrieved by help of mount option "session=" from CD-R[W], -by help of "sbsector=" from other media. -So this constitutes true incremental backup. +
    The following command performs incremental backup. +It can be run on blank media to create a copy of the mentioned disk +directory trees, and it can be run on appendable media to perform a +minimal set of change operations which update the old ISO copies +to match the new disk trees. +Older states can be retrieved by help of mount options like "sbsector=" +or by help of xorriso option -mount.
    -The copies will be complete, except all file names ending -with ".o" or ".swp" which are excluded by options -not_leaf. +Only blank media or media with volume id "PROJECTS_MAIL_..." will be accepted. +Files with names ending by ".o" or ".swp" are excluded by options -not_leaf.
    -
    $ xorriso -dev /dev/sr0 \
    +
    $ xorriso -assert_volid 'PROJECTS_MAIL_*' FATAL \ \
    +
       -dev /dev/sr0 \
       -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \
       -not_leaf '*.o' -not_leaf '*.swp' \
       -update_r /home/thomas/open_source_projects /open_source_projects \
    @@ -287,6 +287,33 @@ with ".o" or ".swp" which are excluded by options -not_leaf.
    +
    +Operating systems usually mount the most recent session on media. +xorriso can issue the appropriate mount commands for older sessions. +First get an overview of the sessions on disk: +
    +
    $ xorriso -outdev /dev/sr0 -toc
    +
    +TOC layout   : Idx ,  sbsector ,       Size , Volume Id
    +ISO session  :   1 ,         0 ,    104719s , PROJECTS_MAIL_2008_08_10_231435
    +ISO session  :   2 ,    106928 ,      6785s , PROJECTS_MAIL_2008_08_14_184548
    +...
    +ISO session  :  76 ,    820384 ,     11035s , PROJECTS_MAIL_2009_01_04_191150
    +
    + +
    +Then become superuser and let xorriso mount the session of August 14, 2008 +to directory /mnt: +
    +
    # xorriso -mount /dev/sr0 volid '*_2008_08_14_*' /mnt
    +
    +To be later unmounted by: umount /mnt +
    + +
    +
    +
    +
    After the user has already created a suitable file tree on disk and copied the ISOLINUX files into subdirectory ./boot/isolinux of @@ -304,13 +331,17 @@ from hard disk or USB stick.
    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 -desired rather than MMC drive commands:
    -
    $ xorriso -dev stdio:/tmp/regular_file ...other.options...
    +
    $ xorriso -dev /tmp/regular_file ...other.options...
    +
    +A default setting for safety reasons requires that files below /dev/ +need prefix "stdio:" if they do not lead to MMC burner devices. +Be cautious not to overwrite your hard disk instead of your USB stick: +
    +
    $ xorriso -dev stdio:/dev/sdb ...other.options...
    Other file types are suitable only for writing but not for reading:
    -
    $ xorriso -outdev stdio:/tmp/named_pipe ...other.options...
    +
    $ xorriso -outdev /tmp/named_pipe ...other.options...
    In batch mode it is possible to operate xorriso in a pipeline with an external consumer of the generated ISO image. Any message @@ -369,8 +400,8 @@ files or trees to disk:

    Download as source code (see README):

    -
    xorriso-0.3.0.pl00.tar.gz -(1080 KB). +
    xorriso-0.3.2.pl00.tar.gz +(1100 KB).
    @@ -396,11 +427,9 @@ an Open Source approved license

    -Bug fixes towards xorriso-0.2.8.pl01: +Bug fixes towards xorriso-0.3.0.pl00:

      -
    • Forgot exit value registration to -return_with. Thanks to Steve Dodd.
    • -
    • -format "as_needed" did not recognize unformatted BD-RE
    • -
    • disk patterns with relative addresses were not properly resolved
    • +
    • Options -extract and -extract_single were not disabled with -osirrox off @@ -410,16 +439,13 @@ Bug fixes towards xorriso-0.2.8.pl01:

      -Enhancements towards previous stable version xorriso-0.2.8.pl01: +Enhancements towards previous stable version xorriso-0.3.0.pl00:

        - -
      • Suitable ISOLINUX boot images are made alternatively bootable via MBR
      • -
      • New options -quoted_path_list, -quoted_not_list
      • -
      • New option -backslash_codes for terminal safety with weird file names
      • -
      • New options -charset, -in_charset, -out_charset
      • -
      • New option -application_id
      • -
      • New option -compliance
      • - +
      • New options -mount, -mount_cmd, -session_string
      • +
      • By using libburn-0.6.1: support for BD-R media
      • +
      • New -format modes by_size_ and fast_by_size_
      • +
      • New option -assert_volid
      • +
      • New option -drive_class for safety management of pseudo-drive access

      @@ -427,33 +453,27 @@ Enhancements towards previous stable version xorriso-0.2.8.pl01:

      -

      Development snapshot, version 0.3.1 :

      -
      Bug fixes towards xorriso-0.3.0.pl00: +

      Development snapshot, version 0.3.3 :

      +
      Bug fixes towards xorriso-0.3.2.pl00:
        -
      • Options -extract and -extract_single were not disabled with -osirrox off
      • -
      -
      Enhancements towards stable version 0.3.0.pl00: +
      Enhancements towards stable version 0.3.2.pl00:
        -
      • New options -mount, -mount_cmd, -session_string
      • -
      • By using libburn-0.5.9: support for BD-R media
      • -
      • New -format modes by_size_ and fast_by_size_
      • -
      • New option -assert_volid
      • -
      • New option -drive_class for safety management of pseudo-drive access
      • -
       
      -
      README 0.3.1 -
      xorriso_0.3.1 -help
      -
      man xorriso (as of 0.3.1)
      +
      README 0.3.3 +
      xorriso_0.3.3 -help
      +
      man xorriso (as of 0.3.3)
       
      If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -463,8 +483,8 @@ libburnia libraries. installation see README)
      -xorriso-0.3.1.tar.gz -(1080 KB). +xorriso-0.3.3.tar.gz +(1100 KB).
      A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index 36984045..0f146a23 100644 --- a/xorriso/xorriso_private.h +++ b/xorriso/xorriso_private.h @@ -2,7 +2,7 @@ /* Command line oriented batch and dialog tool which creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2008 Thomas Schmitt, + Copyright 2007-2009 Thomas Schmitt, Provided under GPL version 2. @@ -18,7 +18,7 @@ #ifndef Xorriso_private_includeD #define Xorriso_private_includeD yes -#define Xorriso_program_versioN "0.3.1" +#define Xorriso_program_versioN "0.3.3" /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index e16fb605..414ac260 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.01.05.145703" +#define Xorriso_timestamP "2009.01.05.153105" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index f06111d2..27797681 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -4,7 +4,7 @@ a command line oriented batch and dialog tool which creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2008 Thomas Schmitt, + Copyright 2007-2009 Thomas Schmitt, Provided under GPL version 2. @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 3 -#define xorriso_libisoburn_req_micro 1 +#define xorriso_libisoburn_req_micro 3 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);