From d135e33b9ef1a77bc2d3c5c1fc2f4e2d1f40815d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 28 Jun 2009 11:17:25 +0000 Subject: [PATCH] Version leap to libisoburn-0.4.1 --- README | 17 +++---- configure.ac | 16 +++--- libisoburn/libisoburn.h | 4 +- xorriso/README | 12 ++--- xorriso/configure_ac.txt | 2 +- xorriso/make_xorriso_standalone.sh | 2 +- xorriso/xorriso.c | 2 +- xorriso/xorriso.h | 4 +- xorriso/xorriso_eng.html | 82 +++++++++++++----------------- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.h | 4 +- 11 files changed, 68 insertions(+), 79 deletions(-) diff --git a/README b/README index 7e6d7dd7..d71ba4f3 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.8.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.4.0.pl00.tar.gz Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -29,18 +29,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.3.8 : +Dynamic library and compile time header requirements for libisoburn-0.4.0 : - libburn.so.4 , version libburn-0.6.4 or higher -- libisofs.so.6 , version libisofs-0.6.18 or higher +- libisofs.so.6 , version libisofs-0.6.20 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. +headers seen at compile time. -Obtain libisoburn-0.3.8.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.4.0.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.3.8.pl00.tar.gz - cd libisoburn-0.3.8 + tar xzf libisoburn-0.4.0.pl00.tar.gz + cd libisoburn-0.4.0 Within that directory execute: @@ -49,7 +48,7 @@ Within that directory execute: Then become superuser and execute make install -which will make available libisoburn.so.1 and program xorriso. +which will make available libisoburn.so.1 and the program xorriso. For the API concepts and calls see ./libisoburn/libisoburn.h diff --git a/configure.ac b/configure.ac index eb78e242..d9de7961 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.3.9], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.4.1], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -20,8 +20,8 @@ dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE 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=9 +ISOBURN_MINOR_VERSION=4 +ISOBURN_MICRO_VERSION=1 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 A90418 -dnl ### This is the release version 0.3.8 = libisoburn.so.1.27.0 +dnl ts A90628 +dnl ### This is the release version 0.4.0 = libisoburn.so.1.29.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 = 28 - 27 = 1 . Library name = libisoburn.so.1.27.0 +dnl SONAME = 30 - 29 = 1 . Library name = libisoburn.so.1.29.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=28 -LT_AGE=27 +LT_CURRENT=30 +LT_AGE=29 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index a0f17857..30ea9c26 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -259,8 +259,8 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); @since 0.1.0 */ #define isoburn_header_version_major 0 -#define isoburn_header_version_minor 3 -#define isoburn_header_version_micro 9 +#define isoburn_header_version_minor 4 +#define isoburn_header_version_micro 1 /** 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 462a8217..2f32253e 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.9.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.4.1.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.9.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.4.1.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.3.9.tar.gz - cd xorriso-0.3.9 + tar xzf xorriso-0.4.1.tar.gz + cd xorriso-0.4.1 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.8 : +Dynamic library and compile time header requirements for libisoburn-0.4.0 : - libburn.so.4 , version libburn-0.6.4 or higher -- libisofs.so.6 , version libisofs-0.6.18 or higher +- libisofs.so.6 , version libisofs-0.6.20 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 01f81e56..5f05fedc 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.3.9], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.4.1], [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 51e4b355..884d5635 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.3.9 +xorriso_rev=0.4.1 # For unstable uploads: xorriso_pl="" # For stable releases: diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index acbfd47d..57e449e5 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -20149,7 +20149,7 @@ char *Xorriso__get_version_text(int flag) /* xorriso consists only of a main() stub which has an own version to match the version of libxorriso header and runtime code. */ -#define Xorriso_main_program_versioN "0.3.9" +#define Xorriso_main_program_versioN "0.4.1" #else /* Xorriso_without_subS */ diff --git a/xorriso/xorriso.h b/xorriso/xorriso.h index 39200865..e9496c99 100644 --- a/xorriso/xorriso.h +++ b/xorriso/xorriso.h @@ -16,13 +16,13 @@ struct XorrisO; -#define Xorriso_program_versioN "0.3.9" +#define Xorriso_program_versioN "0.4.1" /* --------------------- Fundamental Management ------------------- */ -/* Get the version text (e.g. "0.3.9") of the program code. +/* Get the version text (e.g. "0.4.1") of the program code. @param flag unused yet, submit 0 @return readonly character string */ diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 5a078945..c0d22eef 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -91,8 +91,7 @@ ISO 9660 formatter and burner for CD, DVD, BD are fixely integrated. Operates on an existing ISO image or creates a new one.
  • -Copies files from filesystem into the ISO image and vice versa, -with ACL and xattr. +Copies files from filesystem into the ISO image and vice versa.
  • Changes file properties, renames or deletes file objects in the ISO image. @@ -101,6 +100,9 @@ Changes file properties, renames or deletes file objects in the ISO image. Updates ISO subtrees incrementally to match given disk subtrees.
  • +Can record and restore hard link relations, ACL, and xattr. +
  • +
  • File content may get zisofs or gzip compressed or filtered by external processes.
  • @@ -109,7 +111,7 @@ Writes result as completely new image or as add-on session to optical media or filesystem objects.
  • -Can activate ISOLINUX boot images by El Torito boot record and by MBR. +Can activate ISOLINUX boot images by El Torito boot record.
  • Can perform multi-session tasks as emulation of mkisofs and cdrecord. @@ -418,10 +420,10 @@ files or trees to disk:

    Download as source code (see README):

    -
    xorriso-0.3.8.pl00.tar.gz -(1220 KB). +
    xorriso-0.4.0.pl00.tar.gz +(1260 KB).
    -
    (Released 19 Apr 2009)
    +
    (Released 28 Jun 2009)
    @@ -446,10 +448,12 @@ an Open Source approved license

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

      -
    • - none -
    • +
    • SIGSEGV by dereferencing NULL with option -status and no search string
    • +
    • -load volid did not perform pattern search
    @@ -457,26 +461,22 @@ Bug fixes towards xorriso-0.3.6.pl00:

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

      -
    • -New options -set_filter , -set_filter_r, -find -exec set_filter +
    • New option -hardlinks for recording and restoring of hard link relations
    • -
    • -New option -zisofs, built-in filters --zisofs , --gzip , --gunzip
    • +
    • New option -for_backup as shortcut for -acl -xattr -hardlinks
    • -
    • -New options -external_filter , -unregister_filter, -close_filter_list +
    • Improved read performance with -update_r
    • -
    • -New options -show_stream, -show_stream_r -
    • -
    • -New -osirrox mode "banned" -
    • -
    • -New option -auto_charset based on xattr "isofs.cs" +
    • Improved read performance with -extract by -osirrox sort_lba
    • +
    • Operators with option -find : -not, -or, -and, (, ), -if, -then, -else
    • +
    • New -find tests -wholename, -prune, -sort_lba
    • + +

    @@ -487,16 +487,16 @@ New option -auto_charset based on xattr "isofs.cs" Library copies included in xorriso tarballs:
    -
    libburn-0.6.5
    +
    libburn-0.6.7
    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.19
    +
    libisofs-0.6.21
    operates on ISO 9660 filesystem images.
    (By Vreixo Formoso, Mario Danic and Thomas Schmitt from team of libburnia-project.org)
    -
    libisoburn-0.3.8
    +
    libisoburn-0.4.0
    coordinates libburn and libisofs, emulates multi-session where needed.
    (By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
    @@ -510,35 +510,25 @@ cdrecord and mkisofs.

    -

    Development snapshot, version 0.3.9 :

    -
    Bug fixes towards xorriso-0.3.8.pl00: +

    Development snapshot, version 0.4.1 :

    +
    Bug fixes towards xorriso-0.4.0.pl00:
      -
    • SIGSEGV by dereferencing NULL with option -status and no search string
    • -
    • -load volid did not perform pattern search
    • -
    -
    Enhancements towards stable version 0.3.8.pl00: +
    Enhancements towards stable version 0.4.0.pl00:
      -
    • New option -hardlinks for recording and restoring of hard link relations -
    • -
    • New option -for_backup as shortcut for -acl -xattr -hardlinks -
    • -
    • Improved read performance with -update_r and -extract -
    • -
    • Operators with option -find : -not, -or, -and, (, ), -if, -then, -else
    • -
    • New -find tests -wholename, -prune, -sort_lba
    • -
     
    -
    README 0.3.9 -
    xorriso_0.3.9 -help
    -
    man xorriso (as of 0.3.9)
    +
    README 0.4.1 +
    xorriso_0.4.1 -help
    +
    man xorriso (as of 0.4.1)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -548,8 +538,8 @@ libburnia libraries. installation see README)
    -xorriso-0.3.9.tar.gz -(1250 KB). +xorriso-0.4.1.tar.gz +(1260 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 44f1cf15..b3a5a5a4 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.06.27.112408" +#define Xorriso_timestamP "2009.06.28.100124" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 74c16fc4..c26044ad 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -18,8 +18,8 @@ /* The minimum version of libisoburn to be used with this version of xorriso */ #define xorriso_libisoburn_req_major 0 -#define xorriso_libisoburn_req_minor 3 -#define xorriso_libisoburn_req_micro 9 +#define xorriso_libisoburn_req_minor 4 +#define xorriso_libisoburn_req_micro 1 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);