From 5a6eb5b141f413c5f350b7415092160fa0375e61 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 18 Apr 2009 15:09:06 +0000 Subject: [PATCH] Version leap to libisoburn-0.3.9 --- README | 12 ++--- configure.ac | 14 ++--- libisoburn/libisoburn.h | 2 +- xorriso/README | 12 ++--- xorriso/configure_ac.txt | 2 +- xorriso/make_xorriso_standalone.sh | 4 +- xorriso/xorriso_eng.html | 82 ++++++++++++++---------------- xorriso/xorriso_private.h | 2 +- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.h | 12 +---- 10 files changed, 65 insertions(+), 79 deletions(-) diff --git a/README b/README index 0c44d3ff..7e6d7dd7 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.3.6.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.3.8.pl00.tar.gz Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -29,18 +29,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.6 : +Dynamic library and compile time header requirements for libisoburn-0.3.8 : - libburn.so.4 , version libburn-0.6.4 or higher -- libisofs.so.6 , version libisofs-0.6.16 or higher +- libisofs.so.6 , version libisofs-0.6.18 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 level of bug fixes or features. -Obtain libisoburn-0.3.6.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.3.8.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.3.6.pl00.tar.gz - cd libisoburn-0.3.6 + tar xzf libisoburn-0.3.8.pl00.tar.gz + cd libisoburn-0.3.8 Within that directory execute: diff --git a/configure.ac b/configure.ac index de9a509e..eb974518 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.3.7], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.3.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=3 -ISOBURN_MICRO_VERSION=7 +ISOBURN_MICRO_VERSION=9 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION @@ -34,16 +34,16 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts A90316 -dnl ### This is the release version 0.3.6 = libisoburn.so.1.25.0 +dnl ts A90418 +dnl ### This is the release version 0.3.8 = libisoburn.so.1.27.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 = 26 - 25 = 1 . Library name = libisoburn.so.1.25.0 +dnl SONAME = 28 - 27 = 1 . Library name = libisoburn.so.1.27.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=26 -LT_AGE=25 +LT_CURRENT=28 +LT_AGE=27 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 6be228d0..42adfb5d 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -260,7 +260,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 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 fb196764..462a8217 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.3.7.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.3.9.tar.gz Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2. ------------------------------------------------------------------------------ @@ -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.3.7.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.3.9.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.3.7.tar.gz - cd xorriso-0.3.7 + tar xzf xorriso-0.3.9.tar.gz + cd xorriso-0.3.9 Within that directory execute: @@ -222,9 +222,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.3.6 : +Dynamic library and compile time header requirements for libisoburn-0.3.8 : - libburn.so.4 , version libburn-0.6.4 or higher -- libisofs.so.6 , version libisofs-0.6.16 or higher +- libisofs.so.6 , version libisofs-0.6.18 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 3567e24e..dd2446ec 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.3.7], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.3.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 c3b1de97..5647a3b6 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -25,11 +25,11 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.3.7 +xorriso_rev=0.3.9 # For unstable uploads: xorriso_pl="" # For stable releases: -# xorriso_pl=".pl00" +## xorriso_pl=".pl00" with_bootstrap_tarball=1 diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 4ca636cf..32162864 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -103,6 +103,10 @@ Changes file properties, renames or deletes file objects in the ISO image. Updates ISO subtrees incrementally to match given disk subtrees.
  • +File content may get zisofs or gzip compressed or filtered by external +processes. +
  • +
  • Writes result as completely new image or as add-on session to optical media or filesystem objects.
  • @@ -112,11 +116,6 @@ Can activate ISOLINUX boot images by El Torito boot record and by MBR.
  • Can perform multi-session tasks as emulation of mkisofs and cdrecord.
  • -
  • Can issue commands to mount older sessions on Linux or FreeBSD.
  • @@ -284,6 +283,14 @@ Files with names ending by ".o" or ".swp" are excluded by options -not_leaf.
       -update_r /home/thomas/personal_mail /personal_mail \
       -commit -toc -eject all
    +
    +To apply zisofs compression to those data files which get newly copied from +the local filesystem, perform immediately before -commit : +
    +   -find / -type f -lba_range -1 2000000000 -exec set_filter --zisofs -- \
    + + +

    @@ -404,8 +411,8 @@ files or trees to disk:

    Download as source code (see README):

    -
    xorriso-0.3.6.pl00.tar.gz -(1180 KB). +
    xorriso-0.3.8.pl00.tar.gz +(1220 KB).
    @@ -431,14 +438,10 @@ an Open Source approved license

    -Bug fixes towards xorriso-0.3.4.pl00: +Bug fixes towards xorriso-0.3.6.pl00:

      -
    • Solaris recognized Rock Ridge in ISO images from xorriso -only if the new AAIP extension hid a bug with -compliance old_rr
    • -
    • Solaris was not able to use the ".." directory entry for navigation -in xorriso generated ISO images
    • -
    @@ -446,17 +449,25 @@ in xorriso generated ISO images

    -Enhancements towards previous stable version xorriso-0.3.4.pl00: +Enhancements towards previous stable version xorriso-0.3.6.pl00:

    • -Dummy MMC adapter for compilation on systems other than Linux, FreeBSD +New options -set_filter , -set_filter_r, -find -exec set_filter
    • -Default of -compliance has been changed to "old_rr". The previous default is -now available as "new_rr". +New option -zisofs, built-in filters --zisofs , --gzip , --gunzip
    • -New -stream_recording modes with start address or "data". "on" is now 32s. +New options -external_filter , -unregister_filter, -close_filter_list +
    • +
    • +New options -show_stream, -show_stream_r +
    • +
    • +New -osirrox mode "banned" +
    • +
    • +New option -auto_charset based on xattr "isofs.cs"

    @@ -473,11 +484,11 @@ Library copies included in xorriso tarballs:
    (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.16
    +
    libisofs-0.6.19
    operates on ISO 9660 filesystem images.
    (By Vreixo Formoso, Mario Danic and Thomas Schmitt from team of libburnia-project.org)
    -
    libisoburn-0.3.6
    +
    libisoburn-0.3.8
    coordinates libburn and libisofs, emulates multi-session where needed.
    (By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
    @@ -491,40 +502,25 @@ cdrecord and mkisofs.

    -

    Development snapshot, version 0.3.7 :

    -
    Bug fixes towards xorriso-0.3.6.pl00: +

    Development snapshot, version 0.3.9 :

    +
    Bug fixes towards xorriso-0.3.8.pl00:
    • - none yet -
    -
    Enhancements towards stable version 0.3.6.pl00: +
    Enhancements towards stable version 0.3.8.pl00:
      -
    • -New option -auto_charset based on xattr "isofs.cs" and "isofs.st" -
    • -
    • -New options -external_filter , -unregister_filter , -close_filter_list , -set_filter , -set_filter_r -
    • -
    • -New option -zisofs, builtin filters --zisofs and --zisofs-decode -
    • -
    • -New options -show_stream, -show_stream_r -
    • -
    • -New -osirrox mode "banned" -
    • -
     
    -
    README 0.3.7 -
    xorriso_0.3.7 -help
    -
    man xorriso (as of 0.3.7)
    +
    README 0.3.9 +
    xorriso_0.3.9 -help
    +
    man xorriso (as of 0.3.9)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -534,7 +530,7 @@ libburnia libraries. installation see README)
    -xorriso-0.3.7.tar.gz +xorriso-0.3.9.tar.gz (1220 KB).
    A dynamically linked development version of xorriso can be obtained diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index 39a270f8..b8a58166 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.3.7" +#define Xorriso_program_versioN "0.3.9" /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index c69d4547..e44c114a 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.04.18.090616" +#define Xorriso_timestamP "2009.04.18.150555" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 78f36931..9b032f90 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 3 -#define xorriso_libisoburn_req_micro 7 +#define xorriso_libisoburn_req_micro 9 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag); @@ -211,16 +211,6 @@ int Xorriso_burn_track(struct XorrisO *xorriso, off_t write_start_address, int Xorriso_get_profile(struct XorrisO *xorriso, int *profile_number, char profile_name[80], int flag); -#ifdef NIX - -/* @param flag bit0= do not mark image as changed */ -int Xorriso_set_publisher(struct XorrisO *xorriso, char *name, int flag); - -/* @param flag bit0= do not mark image as changed */ -int Xorriso_set_application_id(struct XorrisO *xorriso, char *name, int flag); - -#endif /* NIX */ - /* @param flag bit0= node_pt is a valid ISO object handle, ignore pathname */ int Xorriso_iso_file_open(struct XorrisO *xorriso, char *pathname,