diff --git a/libisoburn/trunk/README b/libisoburn/trunk/README index 3c184fcf..de2b563e 100644 --- a/libisoburn/trunk/README +++ b/libisoburn/trunk/README @@ -4,7 +4,7 @@ libisoburn and xorriso. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. -http://files.libburnia-project.org/releases/libisoburn-0.5.6.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.5.8.pl00.tar.gz Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2 or later. ------------------------------------------------------------------------------ @@ -34,17 +34,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.5.6 : +Dynamic library and compile time header requirements for libisoburn-0.5.8 : - libburn.so.4 , version libburn-0.8.2 or higher - libisofs.so.6 , version libisofs-0.6.32 or higher libisoburn and xorriso will not start with libraries which are older than their headers seen at compile time. -Obtain libisoburn-0.5.6.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.5.8.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.5.6.pl00.tar.gz - cd libisoburn-0.5.6 + tar xzf libisoburn-0.5.8.pl00.tar.gz + cd libisoburn-0.5.8 Within that directory execute: @@ -122,11 +122,14 @@ So after installation of a binary libisoburn package you may find it e.g. as /usr/local/include/libisoburn/xorriso.h - Drives and Disk File Objects -The user of libisoburn applications needs rw-permission for the CD/DVD/BD -drives which shall be used, even if only reading is intended. +The user of libisoburn applications needs operating system dependent +permissions for the CD/DVD/BD drives which shall be used. +On Linux and FreeBSD this means -rw-permissions, even if only reading is +intended. On Solaris one needs privileges "basic,sys_devices" and r-permission, +even if writing is intended. + A list of rw-accessible drives can be obtained by xorriso -devices resp. by xorriso API call diff --git a/libisoburn/trunk/configure.ac b/libisoburn/trunk/configure.ac index f15b85a2..0f2d25f2 100644 --- a/libisoburn/trunk/configure.ac +++ b/libisoburn/trunk/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.5.7], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.5.9], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -23,7 +23,7 @@ dnl dnl These three are only copies to provide libtool with unused LT_RELEASE ISOBURN_MAJOR_VERSION=0 ISOBURN_MINOR_VERSION=5 -ISOBURN_MICRO_VERSION=7 +ISOBURN_MICRO_VERSION=9 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION @@ -36,16 +36,16 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts B00504 -dnl ### This is the release version 0.5.6 = libisoburn.so.1.45.0 +dnl ts B00613 +dnl ### This is the release version 0.5.8 = libisoburn.so.1.47.0 dnl This is the development version after above stable release dnl LT_CURRENT++, LT_AGE++ have not happened yet. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl -dnl SONAME = 46 - 45 = 1 . Library name = libisoburn.so.1.45.0 +dnl SONAME = 48 - 47 = 1 . Library name = libisoburn.so.1.47.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=46 -LT_AGE=45 +LT_CURRENT=48 +LT_AGE=47 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` @@ -255,12 +255,18 @@ AC_SUBST(XORRISO_DVD_OBS_64K) AC_CHECK_HEADER(libburn/libburn.h) AC_CHECK_HEADER(libisofs/libisofs.h) + +# ------- Visible mark in configure : Start of library check + dnl Check for proper library versions LIBBURN_REQUIRED=0.8.2 LIBISOFS_REQUIRED=0.6.32 PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED) PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED) +# ------- Visible mark in configure : End of library check + + if test x$LIBCDIO_DEF = x then if test x$enable_libcdio = xyes diff --git a/libisoburn/trunk/libisoburn/libisoburn.h b/libisoburn/trunk/libisoburn/libisoburn.h index e650d3c6..68159e16 100644 --- a/libisoburn/trunk/libisoburn/libisoburn.h +++ b/libisoburn/trunk/libisoburn/libisoburn.h @@ -264,7 +264,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); */ #define isoburn_header_version_major 0 #define isoburn_header_version_minor 5 -#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/libisoburn/trunk/xorriso/README_gnu_xorriso b/libisoburn/trunk/xorriso/README_gnu_xorriso index 48158331..d080a13f 100644 --- a/libisoburn/trunk/xorriso/README_gnu_xorriso +++ b/libisoburn/trunk/xorriso/README_gnu_xorriso @@ -4,7 +4,7 @@ GNU xorriso. By Thomas Schmitt Derived from and supported by libburnia-project.org, published via: http://www.gnu.org/software/xorriso/xorriso_eng.html -ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.7.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.9.tar.gz Provided under GPL version 3 or later. No warranty. ------------------------------------------------------------------------------ @@ -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.5.7.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.5.9.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.5.7.tar.gz - cd xorriso-0.5.7 + tar xzf xorriso-0.5.9.tar.gz + cd xorriso-0.5.9 Within that directory execute: @@ -101,8 +101,9 @@ Other deliberate dependency reduction options of ./configure are: --disable-zlib avoid use of zlib functions like compress2() xorriso brings own system adapters which allow burning optical media on -GNU/Linux and FreeBSD. Alternatively it can use libcdio-0.83 or later for -sending commands to optical drives: +GNU/Linux, FreeBSD, Solaris. +Alternatively it can use libcdio-0.83 or later for sending commands to +optical drives: --enable-libcdio xorriso allows to use external processes as file content filters. This is @@ -150,7 +151,7 @@ On Linux, full and insecure enabling of both for everybody would look like This is equivalent to the traditional setup chmod a+x,u+s cdrecord. On FreeBSD, device permissions are to be set in /etc/devfs.rules. -On Solaris, pfexec privileges may be restricted to "base,sys_devices". +On Solaris, pfexec privileges may be restricted to "basic,sys_devices". See below "System Dependend Drive Permission Examples". I strongly discourage to run xorriso with setuid root or via sudo ! @@ -275,21 +276,22 @@ xorriso is based on libisofs which does ISO 9600 filesystem aspects and on libburn which does the input and output aspects. Parts of this foundation are accessed via libisoburn, which is closely related to xorriso. -libisoburn provides two services: +libisoburn provides several services: - Encapsulation of coordination between libisofs and libburn. - Emulation of ISO 9660 multi-session on overwriteable media or random access files. +- Implementation of the xorriso API. The sourcecode of all three libraries is included in the xorriso standalone tarball. It is compiled with xorriso and linked statically. But you may as well get and install releases of libburn and libisofs, in order to be able to install a release of libisoburn which produces libisoburn.so.1 and a matching dynamically linked xorriso binary. -This binary is leaner but depends on properly installed libraries of suitable -revision. +This binary is very lean but depends on properly installed libraries of +suitable revision. -Dynamic library and compile time header requirements for libisoburn-0.5.6 : -- libburn.so.4 , version libburn-0.7.8 or higher +Dynamic library and compile time header requirements for libisoburn-0.5.8 : +- libburn.so.4 , version libburn-0.8.2 or higher - libisofs.so.6 , version libisofs-0.6.32 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/trunk/xorriso/configure_ac.txt b/libisoburn/trunk/xorriso/configure_ac.txt index 2d145d77..072da4d0 100644 --- a/libisoburn/trunk/xorriso/configure_ac.txt +++ b/libisoburn/trunk/xorriso/configure_ac.txt @@ -3,7 +3,7 @@ # Copyright (c) 2007 - 2010 Thomas Schmitt # Provided under GPL version 2 or later. -AC_INIT([xorriso], [0.5.7], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.5.8], [http://libburnia-project.org]) AC_PREREQ([2.50]) AC_CANONICAL_HOST @@ -258,8 +258,13 @@ then else echo "enabled EXPERIMENTAL use of libcdio as system adapter" +# ------- Visible mark in configure : Start of library check + LIBCDIO_REQUIRED=0.83 PKG_CHECK_MODULES(LIBCDIO, libcdio >= $LIBCDIO_REQUIRED) + +# ------- Visible mark in configure : End of library check + fi if test x$LIBCDIO_DEF = x-DLibburn_use_libcdiO then diff --git a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh index 2ba2d079..7d3bc7ce 100755 --- a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh +++ b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh @@ -40,7 +40,7 @@ create_gnu_xorriso="yes" current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.5.7 +xorriso_rev=0.5.9 # For unstable uploads and patch level 0 of stable releases: xorriso_pl="" # For higher patch levels of stable releases: diff --git a/libisoburn/trunk/xorriso/xorriso.h b/libisoburn/trunk/xorriso/xorriso.h index b835a45c..904882f4 100644 --- a/libisoburn/trunk/xorriso/xorriso.h +++ b/libisoburn/trunk/xorriso/xorriso.h @@ -22,6 +22,12 @@ Mandatory calls are: Xorriso_new(), Xorriso_startup_libraries(), Xorriso_destroy() + This architecture is fully public since version 0.5.8. From then on, new + features get marked by + @since major.minor.micro + If this mark is missing, then the feature was present before release 0.5.8. + + There is a lower level of API which consists of libisofs.h, libburn.h and libisoburn.h. One should not mix those calls with the ones of xorriso.h . */ @@ -50,7 +56,7 @@ struct XorrisO; */ #define Xorriso_header_version_majoR 0 #define Xorriso_header_version_minoR 5 -#define Xorriso_header_version_micrO 7 +#define Xorriso_header_version_micrO 9 /** Eventually something like ".pl01" to indicate a bug fix. Normally empty. diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html index cb143cff..cd6df486 100644 --- a/libisoburn/trunk/xorriso/xorriso_eng.html +++ b/libisoburn/trunk/xorriso/xorriso_eng.html @@ -2,7 +2,7 @@ - + GNU xorriso - GNU Project - Free Software Foundation @@ -15,7 +15,8 @@

GNU xorriso

-

ISO 9660 Rock Ridge Filesystem Manipulator for GNU/Linux and FreeBSD

+

ISO 9660 Rock Ridge Filesystem Manipulator for GNU/Linux, FreeBSD, Solaris +

@@ -43,7 +44,7 @@ About any CD, DVD, or BD recorder produced in the recent ten years. supports recorders which are compliant to standards MMC-1 for CD and MMC-5 for DVD or BD.
-GNU/Linux and FreeBSD allow to access drives connected +GNU/Linux, FreeBSD, and Solaris allow to access drives connected via SCSI, PATA (aka IDE, ATA), USB, or SATA.
xorriso also operates on ISO images in data files or block devices. @@ -61,6 +62,8 @@ Images or add-on sessions may be written to about any kind of file object.
SATA drives need atapicam or ahci running.
libcam has to be installed.
libiconv has to be installed.
+
or Solaris, libc, libpthread :
+
Tested on kernel 5.11, hopefully suitable for older ones too.
or some other X/Open system, libc, libpthread :
There will be no direct operation of optical drives, but only POSIX i/o @@ -119,11 +122,11 @@ 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. +Can activate ISOLINUX and GRUB boot images by El Torito boot record and MBR.
  • -Can activate ISOLINUX and GRUB boot images by El Torito boot record and MBR. +Writes result as completely new image or as add-on session +to optical media or filesystem objects.
  • Can perform multi-session tasks as emulation of mkisofs and cdrecord. @@ -436,19 +439,19 @@ files or trees to disk:

    Download as source code (see README):

    -
    xorriso-0.5.6.tar.gz -(1600 KB). +
    xorriso-0.5.8.tar.gz +(1640 KB).
    -
    (Released 04 May 2010)
    -
    xorriso-0.5.6.tar.gz.sig
    +
    (Released 13 Jun 2010)
    +
    xorriso-0.5.8.tar.gz.sig
    (detached GPG signature for verification by -gpg --verify xorriso-0.5.6.tar.gz.sig xorriso-0.5.6.tar.gz). +gpg --verify xorriso-0.5.8.tar.gz.sig xorriso-0.5.8.tar.gz).
    Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-0.5.6.tar.gz +as xorriso/xorriso-0.5.8.tar.gz
  • @@ -476,9 +479,18 @@ as xorriso/xorriso-0.5.6.tar.gz

    -Bug fixes towards xorriso-0.5.4: +Bug fixes towards xorriso-0.5.6:

      -
    • - none -
    • +
    • +CD TOC was not read if the first track did not start at LBA 0 +
    • +
    • +CD-ROM media got attributed random lead-in and lead-out adresses +
    • +
    • +SIGSEGV of experimental libcdio system adapter if drive list is empty +
    • + @@ -496,17 +508,12 @@ Bug fixes in .pl01 towards xorriso-: -->

      -Enhancements towards previous stable version xorriso-0.5.4: +Enhancements towards previous stable version xorriso-0.5.6:

        -
      • -Allowing up to 32 boot images -
      • -
      • -New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next -
      • -
      • -New -as mkisofs options --efi-boot, -eltorito-alt-boot -
      • +
      • A new system adapter allows to burn CD, DVD and BD on OpenSolaris
      • +
      • New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc
      • +
      • Implemented -as cdrecord -V
      • +
      • Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
      • @@ -529,7 +536,7 @@ libburnia project and the legal intentions of FSF match completely.
         
        -
        libburn-0.8.1
        +
        libburn-0.8.3
        reads and writes data from and to CD, DVD, BD.
        (founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by @@ -538,7 +545,7 @@ Thomas Schmitt from team of libburnia-project.org)
        operates on ISO 9660 filesystem images.
        (By Vreixo Formoso, Mario Danic and Thomas Schmitt from team of libburnia-project.org)
        -
        libisoburn-0.5.6
        +
        libisoburn-0.5.8
        coordinates libburn and libisofs, emulates multi-session where needed, and hosts the original source code of program xorriso.
        (By Vreixo Formoso and Thomas Schmitt @@ -553,8 +560,8 @@ cdrecord and mkisofs.

        -

        Development snapshot, version 0.5.7 :

        -
        Bug fixes towards xorriso-0.5.6: +

        Development snapshot, version 0.5.9 :

        +
        Bug fixes towards xorriso-0.5.8:
        • - none yet -
        -
        Enhancements towards stable version 0.5.6: +
        Enhancements towards stable version 0.5.8:
          -
        • A new system adapter allows to burn CD, DVD and BD on OpenSolaris
        • -
        • New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc
        • -
        • Implemented -as cdrecord -V
        • -
        • Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
        • +
        • - none yet -
         
        -
        README 0.5.7 -
        xorriso_0.5.7 -help
        -
        man xorriso (as of 0.5.7)
        +
        README 0.5.9 +
        xorriso_0.5.9 -help
        +
        man xorriso (as of 0.5.9)
         
        If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -586,7 +590,7 @@ libburnia libraries. installation see README)
        -xorriso-0.5.7.tar.gz +xorriso-0.5.9.tar.gz (1630 KB).
        A dynamically linked development version of xorriso can be obtained diff --git a/libisoburn/trunk/xorriso/xorriso_main.c b/libisoburn/trunk/xorriso/xorriso_main.c index b557365b..5ad4f5ac 100644 --- a/libisoburn/trunk/xorriso/xorriso_main.c +++ b/libisoburn/trunk/xorriso/xorriso_main.c @@ -43,7 +43,7 @@ The xorriso source is divided in two groups: - A set of source modules interacts with the libraries: + A set of source modules interacts with the lower level library APIs: base_obj.[ch] fundamental operations of the XorrisO object lib_mgt.[ch] manages the relation between xorriso and the libraries @@ -57,7 +57,7 @@ filters.[ch] operates on data filter objects xorrisoburn.h declarations needed by the non-library modules - Another set is independent of the liburnia libraries: + Another set is independent of the lower level APIs: parse_exec.c deals with parsing and interpretation of command input sfile.c functions around files and strings @@ -100,11 +100,12 @@ #include "xorriso.h" -/* The minimum version of libisoburn to be used with this version of xorriso +/* The minimum version of libisoburn xorriso API to be used with this + version of xorriso. */ #define Xorriso_req_majoR 0 #define Xorriso_req_minoR 5 -#define Xorriso_req_micrO 7 +#define Xorriso_req_micrO 8 static void yell_xorriso() diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index 6a39e543..f5bf2ca7 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.06.14.073240" +#define Xorriso_timestamP "2010.06.14.081834" diff --git a/libisoburn/trunk/xorriso/xorrisoburn.h b/libisoburn/trunk/xorriso/xorrisoburn.h index db1d83d5..d7b716d5 100644 --- a/libisoburn/trunk/xorriso/xorrisoburn.h +++ b/libisoburn/trunk/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 5 -#define xorriso_libisoburn_req_micro 7 +#define xorriso_libisoburn_req_micro 8 struct SpotlisT; /* List of intervals with different read qualities */