From 89775f12bae5b32d1443fc98e233f5e969076546 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 18 Jul 2008 13:29:11 +0000 Subject: [PATCH] Version leap to 0.2.2 --- libisoburn/branches/ZeroTwoTwo/README | 10 +- libisoburn/branches/ZeroTwoTwo/configure.ac | 20 ++-- .../ZeroTwoTwo/libisoburn/libisoburn.h | 2 +- libisoburn/branches/ZeroTwoTwo/xorriso/README | 10 +- .../ZeroTwoTwo/xorriso/configure_ac.txt | 2 +- .../xorriso/make_xorriso_standalone.sh | 6 +- .../ZeroTwoTwo/xorriso/xorriso_eng.html | 94 ++++++++++--------- .../ZeroTwoTwo/xorriso/xorriso_private.h | 6 +- .../ZeroTwoTwo/xorriso/xorriso_timestamp.h | 2 +- .../branches/ZeroTwoTwo/xorriso/xorrisoburn.h | 2 +- 10 files changed, 80 insertions(+), 74 deletions(-) diff --git a/libisoburn/branches/ZeroTwoTwo/README b/libisoburn/branches/ZeroTwoTwo/README index d6d1ce3a..a95ef3ad 100644 --- a/libisoburn/branches/ZeroTwoTwo/README +++ b/libisoburn/branches/ZeroTwoTwo/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.1.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.2.2.pl00.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.1 : +Dynamic library and compile time header requirements for libisoburn-0.2.2 : - libburn.so.4 , version libburn-0.4.8 or higher - libisofs.so.6 , version libisofs-0.6.6 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.1.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.2.2.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.2.1.tar.gz - cd libisoburn-0.2.1 + tar xzf libisoburn-0.2.2.pl00.tar.gz + cd libisoburn-0.2.2 Within that directory execute: diff --git a/libisoburn/branches/ZeroTwoTwo/configure.ac b/libisoburn/branches/ZeroTwoTwo/configure.ac index 01c43768..14fb4371 100644 --- a/libisoburn/branches/ZeroTwoTwo/configure.ac +++ b/libisoburn/branches/ZeroTwoTwo/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.2.1], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.2.2], [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=1 +ISOBURN_MICRO_VERSION=2 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 A80713 -dnl ### This is the release version 0.2.0 = libisoburn.so.1.9.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 imeanwhile. +dnl ts A80718 +dnl This is the release version 0.2.2 = libisoburn.so.1.11.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 = 11 - 10 = 1 . Library name = libburn.so.1.10.0 +dnl SONAME = 12 - 11 = 1 . Library name = libburn.so.1.11.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=11 -LT_AGE=10 +LT_CURRENT=12 +LT_AGE=11 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/branches/ZeroTwoTwo/libisoburn/libisoburn.h b/libisoburn/branches/ZeroTwoTwo/libisoburn/libisoburn.h index fc8e76ab..0827f8a5 100644 --- a/libisoburn/branches/ZeroTwoTwo/libisoburn/libisoburn.h +++ b/libisoburn/branches/ZeroTwoTwo/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 1 +#define isoburn_header_version_micro 2 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time. diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/README b/libisoburn/branches/ZeroTwoTwo/xorriso/README index 0be71330..179a289b 100644 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/README +++ b/libisoburn/branches/ZeroTwoTwo/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.1.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.2.2.pl00.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.1.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.2.2.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.2.1.tar.gz - cd xorriso-0.2.1 + tar xzf xorriso-0.2.2.pl00.tar.gz + cd xorriso-0.2.2 Within that directory execute: @@ -166,7 +166,7 @@ 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.1 : +Dynamic library and compile time header requirements for libisoburn-0.2.2 : - libburn.so.4 , version libburn-0.4.8 or higher - libisofs.so.6 , version libisofs-0.6.6 or higher libisoburn and xorriso will not start with libraries which are older than their diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/configure_ac.txt b/libisoburn/branches/ZeroTwoTwo/xorriso/configure_ac.txt index e6a45090..c7b0b3e5 100644 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/configure_ac.txt +++ b/libisoburn/branches/ZeroTwoTwo/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.2.1], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.2.2], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/make_xorriso_standalone.sh b/libisoburn/branches/ZeroTwoTwo/xorriso/make_xorriso_standalone.sh index b1c3a926..d043d7ba 100755 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/make_xorriso_standalone.sh +++ b/libisoburn/branches/ZeroTwoTwo/xorriso/make_xorriso_standalone.sh @@ -25,11 +25,11 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.2.1 +xorriso_rev=0.2.2 # For unstable uploads: -xorriso_pl="" +# xorriso_pl="" # For stable releases: -# xorriso_pl=".pl00" +xorriso_pl=".pl00" with_bootstrap_tarball=1 diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_eng.html b/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_eng.html index 74688526..e895f613 100644 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_eng.html +++ b/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_eng.html @@ -60,7 +60,7 @@ and to MMC-5 for DVD or BD). GPL software included:
-
libburn-0.4.9
+
libburn-0.5.1
reads and writes data from and to CD, DVD, BD-RE.
(founded by Derek Foreman and Ben Jansens, furthered since August 2006 by @@ -68,7 +68,7 @@ Thomas Schmitt from team of libburnia-project.org)
libisofs-0.6.6
operates on ISO 9660 filesystem images.
(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-
libisoburn-0.2.0
+
libisoburn-0.2.2
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -106,16 +106,6 @@ Changes file properties in the ISO image.
  • Updates ISO subtrees incrementally to match given disk subtrees.
  • - -
  • -Can write result as completely new image to optical media or -filesystem objects. -
  • -
  • -Can write result as add-on session to appendable multi-session media, -to overwriteable media, to regular files, and to block devices. -
  • - -
  • Can restore single files and whole trees from ISO image to disk filesystem.
  • @@ -291,6 +279,24 @@ with an external consumer of the generated ISO image. Any message output will be redirected to stderr in this case.
    $ xorriso -outdev - ...other.options... | consumer
    + +
    +
    +
    + +
    +Let xorriso serve underneath growisofs via its alias name "xorrisofs" +which enables mkisofs emulation: +
    +
    $ export MKISOFS="xorrisofs"
    +
    $ growisofs -Z /dev/dvd /some/files
    +
    $ growisofs -M /dev/dvd /more/files
    +
    +One may switch from mkisofs emulation to xorriso's own command mode: +
    +
    $ growisofs -M /dev/dvd -- outdev - -update_r /my/files /files +
    +

    @@ -326,8 +332,8 @@ are interested in using BD-R media.

    Download as source code (see README):

    -
    xorriso-0.2.0.pl00.tar.gz -(1000 KB). +
    xorriso-0.2.2.pl00.tar.gz +(1020 KB).
    @@ -352,22 +358,30 @@ an Open Source approved license

    -Bug fixes towards xorriso-0.1.8.pl00: +Bug fixes towards xorriso-0.2.0.pl00:

      -
    • --chmod unintentionally performed o-x as first operation -
    • + +
    • libburn could not access drives /dev/scdN without existing /dev/srN
    • +

    -Enhancements towards previous stable version xorriso-0.1.8.pl00: +Enhancements towards previous stable version xorriso-0.2.0.pl00:

      -
    • New option -extract restores with arguments of -map or -update_r
    • -
    • -New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk + +
    • New option -grow_blindly
    • +
    • Options -C and -M with -as mkisofs emulation
    • +
    • Options with -as cdrecord emulation:
      +-multi , -msinfo , --grow_overwriteable_iso , write_start_address= , +-isosize , tsize=
    • -
    • New option -paste_in to copy ISO files into parts of disk files
    • -
    • New options -map_l, -compare_l, -update_l, -extract_l
    • +
    • make install creates xorriso aliases as symbolic links: +osirrox, xorrisofs, xorrecord +
    • +
    • +Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage +
    • +

    @@ -375,35 +389,25 @@ New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk

    -

    Development snapshot, version 0.2.1 :

    -
    Bug fixes towards xorriso-0.2.0.pl00: +

    Development snapshot, version 0.2.3 :

    +
    Bug fixes towards xorriso-0.2.2.pl00:
      -
    • - none yet -
    -
    Enhancements towards stable version 0.2.0.pl00: +
    Enhancements towards stable version 0.2.2.pl00:
      -
    • New option -grow_blindly
    • -
    • New options -C and -M for -as mkisofs emulation
    • -
    • Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage -
    • -
    • New options -multi and -msinfo for -as cdrecord emulation
    • -
    • make install creates xorriso aliases as symbolic links: -osirrox, xorrisofs, xorrecord -
    • -
    • -
     
    -
    README 0.2.1 -
    xorriso_0.2.1 -help
    -
    man xorriso (as of 0.2.1)
    +
    README 0.2.3 +
    xorriso_0.2.3 -help
    +
    man xorriso (as of 0.2.3)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -413,8 +417,8 @@ libburnia libraries. installation see README)
    -xorriso-0.2.1.tar.gz -(1000 KB). +xorriso-0.2.3.tar.gz +(1020 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_private.h b/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_private.h index 16b42e44..edeac524 100644 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_private.h +++ b/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_private.h @@ -18,7 +18,7 @@ #ifndef Xorriso_private_includeD #define Xorriso_private_includeD yes -#define Xorriso_program_versioN "0.2.1" +#define Xorriso_program_versioN "0.2.2" /** The source code release timestamp */ #include "xorriso_timestamp.h" @@ -133,6 +133,8 @@ struct XorrisO { /* the global context of xorriso */ 1= value is session number 2= value is track number 3= value is lba + bit16= with mode 3 : value is possibly 16 too high. + Let isoburn_set_msc1() adjust it. bit30= interference with normal msc1 processing is enabled. Without this bit, isoburn_set_msc1() will not be called. @@ -271,7 +273,7 @@ struct XorrisO { /* the global context of xorriso */ double error_count; /* double will not roll over */ /* pacifiers */ - int pacifier_style; /* 0= xorriso, 1=cdrecord, 2=mkisofs */ + int pacifier_style; /* 0= xorriso, 1=mkisofs 2=cdrecord */ double pacifier_interval; double start_time; double last_update_time; diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_timestamp.h b/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_timestamp.h index 29b11c38..085ea452 100644 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_timestamp.h +++ b/libisoburn/branches/ZeroTwoTwo/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.07.17.184520" +#define Xorriso_timestamP "2008.07.18.120001" diff --git a/libisoburn/branches/ZeroTwoTwo/xorriso/xorrisoburn.h b/libisoburn/branches/ZeroTwoTwo/xorriso/xorrisoburn.h index 05db4546..4e53e134 100644 --- a/libisoburn/branches/ZeroTwoTwo/xorriso/xorrisoburn.h +++ b/libisoburn/branches/ZeroTwoTwo/xorriso/xorrisoburn.h @@ -21,7 +21,7 @@ struct FindjoB; */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 2 -#define xorriso_libisoburn_req_micro 1 +#define xorriso_libisoburn_req_micro 2 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);