From 11ccdf7555bc2a4db7769ed19190cafcbcada2a3 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 17 May 2008 16:35:14 +0000 Subject: [PATCH] Version leap to 0.1.6, requiring libburn-0.4.8 now --- libisoburn/branches/ZeroOneSix/README | 16 +-- libisoburn/branches/ZeroOneSix/configure.ac | 20 ++-- .../ZeroOneSix/libisoburn/libisoburn.h | 4 +- libisoburn/branches/ZeroOneSix/xorriso/README | 12 +- .../ZeroOneSix/xorriso/configure_ac.txt | 4 +- .../xorriso/make_xorriso_standalone.sh | 6 +- .../ZeroOneSix/xorriso/xorriso_eng.html | 112 ++++++++---------- .../ZeroOneSix/xorriso/xorriso_private.h | 2 +- .../ZeroOneSix/xorriso/xorriso_timestamp.h | 2 +- .../branches/ZeroOneSix/xorriso/xorrisoburn.h | 2 +- 10 files changed, 86 insertions(+), 94 deletions(-) diff --git a/libisoburn/branches/ZeroOneSix/README b/libisoburn/branches/ZeroOneSix/README index 391d3ed7..de64eceb 100644 --- a/libisoburn/branches/ZeroOneSix/README +++ b/libisoburn/branches/ZeroOneSix/README @@ -25,18 +25,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.1.5 : -- libburn.so.4 , version libburn-0.4.4 or higher +Dynamic library and compile time header requirements for libisoburn-0.1.6 : +- libburn.so.4 , version libburn-0.4.8 or higher - libisofs.so.6 , version libisofs-0.6.4 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.1.5.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.1.6.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.1.5.tar.gz - cd libisoburn-0.1.5 + tar xzf libisoburn-0.1.6.pl00.tar.gz + cd libisoburn-0.1.6 Within that directory execute: @@ -58,10 +58,10 @@ as well as libisoburn includes a command line and dialog application named xorriso, which offers a substantial part of libisoburn features to shell scripts and -users. Its file xorriso/README describes a standlone tarball as first +users. Its file xorriso/README describes a standalone tarball as first preference for xorriso installation. -The installation described above produces a dynamically linked xorriso binary -as described in chapter "libisoburn" at the end of that text. +The libisoburn installation described above produces a dynamically linked +xorriso binary depending on libburn.so, libisofs.so, libisoburn.so. After installation documentation is available via man xorriso diff --git a/libisoburn/branches/ZeroOneSix/configure.ac b/libisoburn/branches/ZeroOneSix/configure.ac index 762fe5c1..0b99f3ac 100644 --- a/libisoburn/branches/ZeroOneSix/configure.ac +++ b/libisoburn/branches/ZeroOneSix/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.1.5], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.1.6], [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=1 -ISOBURN_MICRO_VERSION=5 +ISOBURN_MICRO_VERSION=6 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION AC_SUBST(ISOBURN_MAJOR_VERSION) @@ -33,15 +33,15 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts A80512 -dnl ### This was the release version 0.1.4 = libisoburn.so.1.3.0 -dnl This is the development version after stable release libisoburn.so.1.3.0 -dnl LT_CURRENT++, LT_AGE++ have happened happened meanwhile. +dnl ts A80517 +dnl This is the release version 0.1.6 = libisoburn.so.1.5.0 +dnl ### This is the development version after above stable release +dnl ### LT_CURRENT++, LT_AGE++ have not happened happened yet. dnl -dnl SONAME = 5 - 4 = 1 . Library name = libburn.so.1.4.0 +dnl SONAME = 6 - 5 = 1 . Library name = libburn.so.1.5.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=5 -LT_AGE=4 +LT_CURRENT=6 +LT_AGE=5 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` @@ -99,7 +99,7 @@ AC_CHECK_HEADER(libburn/libburn.h) AC_CHECK_HEADER(libisofs/libisofs.h) dnl Check for proper library versions -LIBBURN_REQUIRED=0.4.7 +LIBBURN_REQUIRED=0.4.8 LIBISOFS_REQUIRED=0.6.4 PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED) PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED) diff --git a/libisoburn/branches/ZeroOneSix/libisoburn/libisoburn.h b/libisoburn/branches/ZeroOneSix/libisoburn/libisoburn.h index b161eea1..b36dcd7d 100644 --- a/libisoburn/branches/ZeroOneSix/libisoburn/libisoburn.h +++ b/libisoburn/branches/ZeroOneSix/libisoburn/libisoburn.h @@ -196,7 +196,7 @@ void isoburn_version(int *major, int *minor, int *micro); */ #define isoburn_libburn_req_major 0 #define isoburn_libburn_req_minor 4 -#define isoburn_libburn_req_micro 7 +#define isoburn_libburn_req_micro 8 /** The minimum version of libisofs to be used with this version of libisoburn @@ -232,7 +232,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); */ #define isoburn_header_version_major 0 #define isoburn_header_version_minor 1 -#define isoburn_header_version_micro 5 +#define isoburn_header_version_micro 6 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time. diff --git a/libisoburn/branches/ZeroOneSix/xorriso/README b/libisoburn/branches/ZeroOneSix/xorriso/README index 2edc301d..a558be19 100644 --- a/libisoburn/branches/ZeroOneSix/xorriso/README +++ b/libisoburn/branches/ZeroOneSix/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.1.5.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.1.6.pl00.tar.gz Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2. ------------------------------------------------------------------------------ @@ -35,10 +35,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.1.5.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.1.6.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.1.5.tar.gz - cd xorriso-0.1.5 + tar xzf xorriso-0.1.6.pl00.tar.gz + cd xorriso-0.1.6 Within that directory execute: @@ -160,8 +160,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.1.5 : -- libburn.so.4 , version libburn-0.4.4 or higher +Dynamic library and compile time header requirements for libisoburn-0.1.6 : +- libburn.so.4 , version libburn-0.4.8 or higher - libisofs.so.6 , version libisofs-0.6.4 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 diff --git a/libisoburn/branches/ZeroOneSix/xorriso/configure_ac.txt b/libisoburn/branches/ZeroOneSix/xorriso/configure_ac.txt index ad78c1d4..14d8773a 100644 --- a/libisoburn/branches/ZeroOneSix/xorriso/configure_ac.txt +++ b/libisoburn/branches/ZeroOneSix/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.1.5], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.1.6], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([subdir-objects]) BURN_MAJOR_VERSION=0 BURN_MINOR_VERSION=4 -BURN_MICRO_VERSION=7 +BURN_MICRO_VERSION=9 AC_SUBST(BURN_MAJOR_VERSION) AC_SUBST(BURN_MINOR_VERSION) AC_SUBST(BURN_MICRO_VERSION) diff --git a/libisoburn/branches/ZeroOneSix/xorriso/make_xorriso_standalone.sh b/libisoburn/branches/ZeroOneSix/xorriso/make_xorriso_standalone.sh index d146a528..ea602182 100755 --- a/libisoburn/branches/ZeroOneSix/xorriso/make_xorriso_standalone.sh +++ b/libisoburn/branches/ZeroOneSix/xorriso/make_xorriso_standalone.sh @@ -25,11 +25,11 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.1.5 +xorriso_rev=0.1.6 # 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/ZeroOneSix/xorriso/xorriso_eng.html b/libisoburn/branches/ZeroOneSix/xorriso/xorriso_eng.html index 3cfad486..5bf1d9f9 100644 --- a/libisoburn/branches/ZeroOneSix/xorriso/xorriso_eng.html +++ b/libisoburn/branches/ZeroOneSix/xorriso/xorriso_eng.html @@ -2,7 +2,7 @@ - + xorriso homepage english @@ -58,14 +58,14 @@ and to MMC-5 for DVD). GPL software included:
-
libburn-0.4.5
+
libburn-0.4.9
reads and writes data from and to CD and DVD.
(founded by Derek Foreman and Ben Jansens, furthered since August 2006 by team of libburnia-project.org)
libisofs-0.6.4
operates ISO 9660 images.
(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-
libisoburn-0.1.4
+
libisoburn-0.1.6
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -115,7 +115,8 @@ to overwriteable media, to regular files, and to block devices. Scans for optical drives, blanks re-useable optical media.
  • -Suitable for: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R/DL, DVD+RW, DVD-RAM. +Suitable for: +CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, BD-RE.
  • Reads its instructions from command line arguments, dialog, and batch files. @@ -151,8 +152,9 @@ may accept pathspecs of form target=source as known from program mkisofs.
    Get info about a particular drive and loaded media:
    $ xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less
    -
    Make re-usable media writable again, delete any ISO 9660 image:
    -
    $ xorriso -outdev /dev/sr0 -blank fast -eject all
    +
    Make re-usable media writable again, delete any ISO 9660 image, +eventually prepare yet unused BD-RE:
    +
    $ xorriso -outdev /dev/sr0 -blank as_needed -eject all

    @@ -174,17 +176,17 @@ adjust permissions to make it publicly read-only, write it to media and immediately eject media without previously reloading the written image.
    -
    $ xorriso -outdev /dev/sr0 -blank fast -pathspecs on \
    -
      -add /sounds=/home/me/sounds \
    -
           -/pictures=/home/me/pictures -- \
    +
    $ cd /home/me
    +
    $ xorriso -outdev /dev/sr0 -blank as_needed \
    +
      -map /home/me/sounds /sounds \
    +
      -map /home/me/pictures /pictures \
      -rm_r /sounds/indecent '/pictures/*private*' -- \
    -
      -add /pictures/private/horses=/home/me/pictures/private/horses -- \
    +
      -cd / \
    +
      -add pictures/private/horses* -- \
      -chmod_r a+r,a-w / -- \
      -find / -type d -exec chmod a+x -- \
      -volid SOUNDS_PICS_2008_01_16 \
      -commit_eject all
    -

    @@ -195,15 +197,14 @@ rename /pictures/private/horses, add new directory trees /sounds and /movies, disallow any access for group and others. Finally write as additional session to media and eject: -
    $ xorriso -dev /dev/sr0 -pathspecs on \
    +
    $ xorriso -dev /dev/sr0 \
      -rm_r /sounds -- \
      -mv /pictures/private/horses /horse_show -- \
    -
      -add /sounds=/home/me/prepared_for_dvd/sounds_dummy \
    -
           /movies=/home/me/prepared_for_dvd/movies -- \
    +
      -map /home/me/prepared_for_dvd/sounds_dummy /sounds \
    +
      -map /home/me/prepared_for_dvd/movies /movies \
      -chmod_r go-rwx / -- \
      -volid SOUNDS_PICS_2008_01_17 \
      -commit_eject all
    -

    @@ -230,9 +231,11 @@ run. It will write eventually pending changes to media, if that has not already been done by a previous -commit.
    $ xorriso -dialog on
    enter option and arguments :
    -
    -dev /dev/sr0 -pathspecs on
    +
    -dev /dev/sr0
    enter option and arguments :
    -
    -add /sounds=/home/me/prepared_for_dvd/sounds_dummy /movies=/home/me/prepared_for_dvd/movies
    +
    -map /home/me/prepared_for_dvd/sounds_dummy /sounds
    +
    enter option and arguments :
    +
    -map /home/me/prepared_for_dvd/movies /movies
    Available navigation commands: -cd, -ls, -du, -find
    enter option and arguments :
    -commit
    @@ -244,27 +247,20 @@ already been done by a previous -commit.
    -
    The following command can be run on blank media to create a complete +
    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 DVD-R[W] and DVD+R. -So this constitutes true incremental backup. -On overwriteable media only the newest state is accessible. - - - +
    +The copies will be complete, except all file names ending +with ".o" or ".swp" which are excluded by options -not_leaf.
    $ xorriso -dev /dev/sr0 \
       -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \
    -
       -update_r /home/thomas/open_source_projects /open_source_projects \
       -update_r /home/thomas/personal_mail /personal_mail \
       -commit -toc -eject all
    @@ -300,8 +296,8 @@ Testers wanted who are willing to risk some double layer DVD media.

    Download as source code (see README):

    -
    xorriso-0.1.4.pl00.tar.gz -(955 KB). +
    xorriso-0.1.6.pl00.tar.gz +(980 KB).
    @@ -325,20 +321,22 @@ an Open Source approved license


    -

    -Enhancements towards previous stable version xorriso-0.1.2.pl00: +Bug fixes towards xorriso-0.1.4.pl00:

      -
    • Coordination of -cut_out, -compare and -update
    • -
    • New option -split_size, automated splitting of oversized files
    • -
    • Improved performance with reading directory trees
    • -
    • New option -session_log
    • -
    • Dynamically linkable with release version 0.6.4 of libisofs
    • +
    • -update_r and others did not work properly with relative paths
    -Bug fixes towards xorriso-0.1.2.pl00: +

    +

    +Enhancements towards previous stable version xorriso-0.1.4.pl00:

      -
    • -as mkisofs -no-pad was misspelled -nopad
    • -
    • Implicite directory attribute copying with -cut_out was wrong
    • +
    • Support for BD-RE
    • +
    • New options -map and -map_single
    • +
    • New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
    • +
    • Emulated -toc on overwriteable media, new -toc layout with volume id
    • +
    • New option -load makes alternative sessions accessible
    • +
    • New -blank and -format modes 'as_needed'
    • +
    • New option -list_formats and -format mode 'by_index_'

    @@ -346,31 +344,25 @@ Bug fixes towards xorriso-0.1.2.pl00:

    -

    Development snapshot, version 0.1.5 :

    -
    Bug fixes towards xorriso-0.1.4.pl00: +

    Development snapshot, version 0.1.7 :

    +
    Bug fixes towards xorriso-0.1.6.pl00:
      +
    • - none yet -
    • -
    -
    Enhancements towards stable version 0.1.4.pl00: +
    Enhancements towards stable version 0.1.6.pl00:
      -
    • Support for BD-RE
    • -
    • New options -map and -map_single
    • -
    • New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
    • -
    • Emulated -toc on overwriteable media, new -toc layout with volume id
    • -
    • New option -rom_toc_scan for read-only drive problems
    • -
    • New option -load makes alternative sessions accessible
    • -
    • New option -error_behavior with a first occasion 'image_loading'
    • -
    • New -blank and -format option 'as_needed'
    • -
    • New option -list_formats
    • - + +
    • - none yet -
     
    -
    README 0.1.5 -
    xorriso_0.1.5 -help
    -
    man xorriso (as of 0.1.5)
    +
    README 0.1.7 +
    xorriso_0.1.7 -help
    +
    man xorriso (as of 0.1.7)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -380,7 +372,7 @@ libburnia libraries. installation see README)
    -xorriso-0.1.5.tar.gz +xorriso-0.1.7.tar.gz (980 KB).
    A dynamically linked development version of xorriso can be obtained diff --git a/libisoburn/branches/ZeroOneSix/xorriso/xorriso_private.h b/libisoburn/branches/ZeroOneSix/xorriso/xorriso_private.h index ecec2a81..18b94785 100644 --- a/libisoburn/branches/ZeroOneSix/xorriso/xorriso_private.h +++ b/libisoburn/branches/ZeroOneSix/xorriso/xorriso_private.h @@ -18,7 +18,7 @@ #ifndef Xorriso_private_includeD #define Xorriso_private_includeD yes -#define Xorriso_program_versioN "0.1.5" +#define Xorriso_program_versioN "0.1.6" /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/libisoburn/branches/ZeroOneSix/xorriso/xorriso_timestamp.h b/libisoburn/branches/ZeroOneSix/xorriso/xorriso_timestamp.h index 71b82fd6..b21f3f50 100644 --- a/libisoburn/branches/ZeroOneSix/xorriso/xorriso_timestamp.h +++ b/libisoburn/branches/ZeroOneSix/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.05.17.162753" +#define Xorriso_timestamP "2008.05.17.170001" diff --git a/libisoburn/branches/ZeroOneSix/xorriso/xorrisoburn.h b/libisoburn/branches/ZeroOneSix/xorriso/xorrisoburn.h index c5d876a9..4c76386b 100644 --- a/libisoburn/branches/ZeroOneSix/xorriso/xorrisoburn.h +++ b/libisoburn/branches/ZeroOneSix/xorriso/xorrisoburn.h @@ -21,7 +21,7 @@ struct FindjoB; */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 1 -#define xorriso_libisoburn_req_micro 5 +#define xorriso_libisoburn_req_micro 6 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);