diff --git a/README b/README index 85e9d32a..bea6f469 100644 --- a/README +++ b/README @@ -4,6 +4,7 @@ libisoburn. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. +http://files.libburnia-project.org/releases/libisoburn-0.1.9.tar.gz Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -25,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.1.7 : +Dynamic library and compile time header requirements for libisoburn-0.1.9 : - libburn.so.4 , version libburn-0.4.8 or higher -- libisofs.so.6 , version libisofs-0.6.4 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.1.7.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.1.9.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.1.7.tar.gz - cd libisoburn-0.1.7 + tar xzf libisoburn-0.1.9.tar.gz + cd libisoburn-0.1.9 Within that directory execute: @@ -59,7 +60,7 @@ 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 standalone tarball as first -preference for xorriso installation. +preference for statically linked xorriso installation. The libisoburn installation described above produces a dynamically linked xorriso binary depending on libburn.so, libisofs.so, libisoburn.so. @@ -103,7 +104,7 @@ on disk. It uses the normal POSIX filesystem calls, i.e. no libburnia stuff. This program is not installed systemwide but stays in the installation directory of the xorriso tarball as test/compare_file . Usually it is run as -exec payload of a find command. It demands at least three arguments: -The path of the first file to compare, the prefix1 to be cut off from path +The path of the file to compare, the prefix1 to be cut off from path and the prefix2 which gets prepended afterwards to obtain the path of the second file to compare. As further argument there can be -no_ctime which suppresses the comparison diff --git a/configure.ac b/configure.ac index b8c5f393..0a254aaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.1.7], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.1.9], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -13,7 +13,7 @@ dnl /ISOBURN_.*_VERSION dnl /LT_.* dnl /LIB.*_REQUIRED -dnl The API version codes are now defined in libisoburn/libisoburn.h +dnl The API version codes are defined in libisoburn/libisoburn.h dnl #define isoburn_header_version_* dnl configure.ac only rules the libtool revision numbering about dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE @@ -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=7 +ISOBURN_MICRO_VERSION=8 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 A80517 -dnl ### This is the release version 0.1.6 = libisoburn.so.1.5.0 +dnl ts A80602 +dnl ### This is the release version 0.1.8 = libisoburn.so.1.7.0 dnl This is the development version after above stable release dnl LT_CURRENT++, LT_AGE++ have not happened happened yet. dnl -dnl SONAME = 6 - 5 = 1 . Library name = libburn.so.1.5.0 +dnl SONAME = 8 - 7 = 1 . Library name = libburn.so.1.7.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=6 -LT_AGE=5 +LT_CURRENT=8 +LT_AGE=7 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 0be13809..587c9f94 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -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 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 1e23f246..e986b11b 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.1.7.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.1.9.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.7.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.1.9.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.1.7.tar.gz - cd xorriso-0.1.7 + tar xzf xorriso-0.1.9.tar.gz + cd xorriso-0.1.9 Within that directory execute: @@ -160,9 +160,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.1.7 : +Dynamic library and compile time header requirements for libisoburn-0.1.9 : - libburn.so.4 , version libburn-0.4.8 or higher -- libisofs.so.6 , version libisofs-0.6.4 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. diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index bab5733c..f997ee9a 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.1.7], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.1.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 ce839a51..3bfc48e9 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.1.7 +xorriso_rev=0.1.9 # For unstable uploads: xorriso_pl="" # For stable releases: diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index f3219477..3e193e6d 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -62,10 +62,10 @@ GPL software included:
reads and writes data from and to CD, DVD, BD-RE.
(founded by Derek Foreman and Ben Jansens, furthered since August 2006 by team of libburnia-project.org)
-
libisofs-0.6.4
+
libisofs-0.6.6
operates ISO 9660 images.
(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-
libisoburn-0.1.6
+
libisoburn-0.1.8
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -112,7 +112,10 @@ Can write result as add-on session to appendable multi-session media, to overwriteable media, to regular files, and to block devices.
  • -Scans for optical drives, blanks re-useable optical media. +Can copy single files from ISO image to disk filesystem. +
  • +
  • +Scans for optical drives, blanks re-useable optical media, formats media.
  • Suitable for: @@ -278,6 +281,17 @@ output will be redirected to stderr in this case.
    +
    Enable reverse operation of xorriso and copy some single files to disk: +
    $ xorriso -indev /dev/sr0 \
    +
       -osirrox on \
    +
       -cpx /pictures/private/horses*/*buttercup* \
    +
           /home/her/buttercup_dir \ +
    + +
    +
    +
    +
    Get overview of the options:
    $ xorriso -help
    @@ -297,8 +311,8 @@ are interested in using BD-R media.

    Download as source code (see README):

    -
    xorriso-0.1.6.pl00.tar.gz -(980 KB). +
    xorriso-0.1.8.pl00.tar.gz +(990 KB).
    @@ -323,21 +337,17 @@ an Open Source approved license

    -Bug fixes towards xorriso-0.1.4.pl00: +Bug fixes towards xorriso-0.1.6.pl00:

      -
    • -update_r and others did not work properly with relative paths
    • +
    • -indev -outdev modifying to overwriteable target yielded unmountable results
    • +
    • Major,minor numbers of device files appeared as 0,1 in next session

    -Enhancements towards previous stable version xorriso-0.1.4.pl00: +Enhancements towards previous stable version xorriso-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 -load makes alternative sessions accessible
    • -
    • New -blank and -format modes 'as_needed'
    • -
    • New option -list_formats and -format mode 'by_index_'
    • +
    • New option -stream_recording for full speed with DVD-RAM and BD-RE
    • +
    • New options -osirrox and -cpx allow to extract single files from ISO image

    @@ -345,28 +355,26 @@ Enhancements towards previous stable version xorriso-0.1.4.pl00:

    -

    Development snapshot, version 0.1.7 :

    -
    Bug fixes towards xorriso-0.1.6.pl00: +

    Development snapshot, version 0.1.9 :

    +
    Bug fixes towards xorriso-0.1.8.pl00:
      -
    • -indev -outdev modifying to overwriteable target yielded unmountable results
    • -
    -
    Enhancements towards stable version 0.1.6.pl00: +
    Enhancements towards stable version 0.1.8.pl00:
      -
    • New options -osirrox and -cpx
    • -
    • New option -stream_recording
    • -
     
    -
    README 0.1.7 -
    xorriso_0.1.7 -help
    -
    man xorriso (as of 0.1.7)
    +
    README 0.1.9 +
    xorriso_0.1.9 -help
    +
    man xorriso (as of 0.1.9)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -376,8 +384,8 @@ libburnia libraries. installation see README)
    -xorriso-0.1.7.tar.gz -(980 KB). +xorriso-0.1.9.tar.gz +(990 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of @@ -399,13 +407,12 @@ versions for dynamic linking. Only release versions are safe for that.
    Install: cd libisoburn ; ./bootstrap ; ./configure --prefix /usr ; make ; make install
    -
    Build of SVN versions needs +
    Build of SVN versions needs autotools of at least version 1.7 installed. But after the run of ./bootstrap, only -vanilla tools like make and gcc are needed. - +vanilla tools like make and gcc are needed. +
     
    -

    diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index bb0cb32b..877ff438 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.1.7" +#define Xorriso_program_versioN "0.1.9" /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4d09691b..84fd5c07 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.06.01.145155" +#define Xorriso_timestamP "2008.06.02.141334" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index dc61f22e..c66db4a1 100644 --- a/xorriso/xorrisoburn.h +++ b/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 7 +#define xorriso_libisoburn_req_micro 9 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);