Version leap to libisoburn-1.0.1

This commit is contained in:
Thomas Schmitt 2011-01-17 09:25:21 +00:00
parent 02e15f015f
commit 509d00149f
11 changed files with 82 additions and 80 deletions

18
README
View File

@ -4,8 +4,8 @@
libisoburn and xorriso. By Vreixo Formoso <metalpain2002@yahoo.es> libisoburn and xorriso. By Vreixo Formoso <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net> and Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org. Integrated sub project of libburnia-project.org.
http://files.libburnia-project.org/releases/libisoburn-0.6.6.pl00.tar.gz http://files.libburnia-project.org/releases/libisoburn-1.0.0.pl00.tar.gz
Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. Copyright (C) 2006-2011 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2 or later. 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 Compilation, First Glimpse, Installation
Dynamic library and compile time header requirements for libisoburn-0.6.6 : Dynamic library and compile time header requirements for libisoburn-1.0.0 :
- libburn.so.4 , version libburn-0.8.8 or higher - libburn.so.4 , version libburn-1.0.0 or higher
- libisofs.so.6 , version libisofs-0.6.40 or higher - libisofs.so.6 , version libisofs-1.0.0 or higher
libisoburn and xorriso will not start with libraries which are older than their libisoburn and xorriso will not start with libraries which are older than their
include headers seen at compile time. include headers seen at compile time.
Obtain libisoburn-0.6.6.pl00.tar.gz, take it to a directory of your choice Obtain libisoburn-1.0.0.pl00.tar.gz, take it to a directory of your choice
and do: and do:
tar xzf libisoburn-0.6.6.pl00.tar.gz tar xzf libisoburn-1.0.0.pl00.tar.gz
cd libisoburn-0.6.6 cd libisoburn-1.0.0
Within that directory execute: Within that directory execute:
@ -224,7 +224,7 @@ libburnia-project.org
By Mario Danic <mario.danic@gmail.com>, By Mario Danic <mario.danic@gmail.com>,
Vreixo Formoso <metalpain2002@yahoo.es> Vreixo Formoso <metalpain2002@yahoo.es>
Thomas Schmitt <scdbackup@gmx.net> Thomas Schmitt <scdbackup@gmx.net>
Copyright (C) 2006-2010 Mario Danic, Vreixo Formoso, Thomas Schmitt. Copyright (C) 2006-2011 Mario Danic, Vreixo Formoso, Thomas Schmitt.
We will not raise any legal protest to dynamic linking of our libraries We will not raise any legal protest to dynamic linking of our libraries
with applications that are not under GPL, as long as they fulfill with applications that are not under GPL, as long as they fulfill

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.6.7], [http://libburnia-project.org]) AC_INIT([libisoburn], [1.0.1], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h]) dnl AC_CONFIG_HEADER([config.h])
@ -21,9 +21,9 @@ dnl configure.ac only rules the libtool revision numbering about
dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE
dnl dnl
dnl These three are only copies to provide libtool with unused LT_RELEASE dnl These three are only copies to provide libtool with unused LT_RELEASE
ISOBURN_MAJOR_VERSION=0 ISOBURN_MAJOR_VERSION=1
ISOBURN_MINOR_VERSION=6 ISOBURN_MINOR_VERSION=0
ISOBURN_MICRO_VERSION=7 ISOBURN_MICRO_VERSION=1
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION 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 Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE dnl SONAME will become LT_CURRENT - LT_AGE
dnl dnl
dnl ts B01212 dnl ts B10116
dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.0 dnl ### This is the release version 1.0.0 = libisoburn.so.1.57.0
dnl This is the development version after above stable release dnl This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened yet. dnl LT_CURRENT++, LT_AGE++ have not happened yet.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl dnl
dnl SONAME = 56 - 55 = 1 . Library name = libisoburn.so.1.55.0 dnl SONAME = 58 - 57 = 1 . Library name = libisoburn.so.1.57.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=56 LT_CURRENT=58
LT_AGE=55 LT_AGE=57
LT_REVISION=0 LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`

View File

@ -2,7 +2,7 @@
/* /*
Lower level API definition of libisoburn. Lower level API definition of libisoburn.
Copyright 2007-2010 Vreixo Formoso Lopes <metalpain2002@yahoo.es> Copyright 2007-2011 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net> and Thomas Schmitt <scdbackup@gmx.net>
Provided under GPL version 2 or later. Provided under GPL version 2 or later.
*/ */
@ -285,9 +285,9 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
time. time.
@since 0.1.0 @since 0.1.0
*/ */
#define isoburn_header_version_major 0 #define isoburn_header_version_major 1
#define isoburn_header_version_minor 6 #define isoburn_header_version_minor 0
#define isoburn_header_version_micro 7 #define isoburn_header_version_micro 1
/** Note: /** Note:
Above version numbers are also recorded in configure.ac because libtool Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time. wants them as parameters at build time.
@ -1097,7 +1097,7 @@ int isoburn_igopt_get_extensions(struct isoburn_imgen_opts *o, int *ext);
ISO level 1 by allowing DOS style 8.3 names rather than ISO level 1 by allowing DOS style 8.3 names rather than
only 8 characters. only 8 characters.
(mkisofs and its clones obviously do this violation.) (mkisofs and its clones obviously do this violation.)
@since 0.6.8 @since 1.0.0
@return 1 success, <=0 failure @return 1 success, <=0 failure
*/ */
#define isoburn_igopt_omit_version_numbers 1 #define isoburn_igopt_omit_version_numbers 1
@ -1131,7 +1131,7 @@ int isoburn_igopt_get_relaxed(struct isoburn_imgen_opts *o, int *relax);
Currently the length limit is 96 characters, because an ECMA-119 directory Currently the length limit is 96 characters, because an ECMA-119 directory
record may at most have 254 bytes and up to 158 other bytes must fit into record may at most have 254 bytes and up to 158 other bytes must fit into
the record. Probably 96 more bytes can be made free for the name in future. the record. Probably 96 more bytes can be made free for the name in future.
@since 0.6.8 @since 1.0.0
@param o The option set to work on @param o The option set to work on
@param len 0 = disable this feature and perform name translation @param len 0 = disable this feature and perform name translation
according to other settings. according to other settings.

View File

@ -4,7 +4,7 @@
GNU xorriso. By Thomas Schmitt <scdbackup@gmx.net> GNU xorriso. By Thomas Schmitt <scdbackup@gmx.net>
Derived from and supported by libburnia-project.org, published via: Derived from and supported by libburnia-project.org, published via:
http://www.gnu.org/software/xorriso/xorriso_eng.html http://www.gnu.org/software/xorriso/xorriso_eng.html
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.7.tar.gz ftp://ftp.gnu.org/gnu/xorriso/xorriso-1.0.1.tar.gz
Provided under GPL version 3 or later. No warranty. 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 If they were present at compile time, then the optional libraries have to
be present at runtime, too. be present at runtime, too.
Obtain xorriso-0.6.7.tar.gz, take it to a directory of your choice and do: Obtain xorriso-1.0.1.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.6.7.tar.gz tar xzf xorriso-1.0.1.tar.gz
cd xorriso-0.6.7 cd xorriso-1.0.1
Within that directory execute: Within that directory execute:
@ -291,9 +291,9 @@ and a matching dynamically linked xorriso binary.
This binary is very lean but depends on properly installed libraries of This binary is very lean but depends on properly installed libraries of
suitable revision. suitable revision.
Dynamic library and compile time header requirements for libisoburn-0.6.6 : Dynamic library and compile time header requirements for libisoburn-1.0.0 :
- libburn.so.4 , version libburn-0.8.8 or higher - libburn.so.4 , version libburn-1.0.0 or higher
- libisofs.so.6 , version libisofs-0.6.40 or higher - libisofs.so.6 , version libisofs-1.0.0 or higher
libisoburn and xorriso will not start with libraries which are older than their 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 headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level. setup unless you have reason to enforce a newer bug fix level.
@ -411,7 +411,7 @@ By Mario Danic <mario.danic@gmail.com>, libburn, libisofs
Vreixo Formoso <metalpain2002@yahoo.es>, libisofs, libisoburn Vreixo Formoso <metalpain2002@yahoo.es>, libisofs, libisoburn
Thomas Schmitt <scdbackup@gmx.net>, libburn, libisofs, Thomas Schmitt <scdbackup@gmx.net>, libburn, libisofs,
libisoburn, xorriso libisoburn, xorriso
Copyright (C) 2006-2010 Mario Danic, Vreixo Formoso, Thomas Schmitt. Copyright (C) 2006-2011 Mario Danic, Vreixo Formoso, Thomas Schmitt.
libburnia-project.org is inspired by and in libburn still containing parts libburnia-project.org is inspired by and in libburn still containing parts
of old of old
@ -422,12 +422,12 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
GNU xorriso contains libjte GNU xorriso contains libjte
Copyright (C) 2000-2007 Free Software Foundation, Inc. Copyright (C) 2000-2007 Free Software Foundation, Inc.
2004-2010 Steve McIntyre 2004-2010 Steve McIntyre
2010-2010 George Danchev, Thomas Schmitt 2010-2011 George Danchev, Thomas Schmitt
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
This text itself is This text itself is
Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net> Copyright (c) 2007 - 2011 Thomas Schmitt <scdbackup@gmx.net>
and is freely distributable. and is freely distributable.
It shall only be modified in sync with the technical properties of xorriso. It shall only be modified in sync with the technical properties of xorriso.
If you make use of the license to derive modified versions of xorriso If you make use of the license to derive modified versions of xorriso

View File

@ -1,9 +1,9 @@
# configure.ac stems from xorriso/configure_ac.txt and leads to ./configure # configure.ac stems from xorriso/configure_ac.txt and leads to ./configure
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net> # Copyright (c) 2007 - 2011 Thomas Schmitt <scdbackup@gmx.net>
# Provided under GPL version 2 or later. # Provided under GPL version 2 or later.
AC_INIT([xorriso], [0.6.7], [http://libburnia-project.org]) AC_INIT([xorriso], [1.0.1], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
AC_CANONICAL_HOST AC_CANONICAL_HOST

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# make_xorriso_standalone.sh # make_xorriso_standalone.sh
# Copyright 2008 - 2010 Thomas Schmitt, scdbackup@gmx.net, GPLv2+ # Copyright 2008 - 2011 Thomas Schmitt, scdbackup@gmx.net, GPLv2+
# #
# Not intended for general use in production installations ! # Not intended for general use in production installations !
# #
@ -40,7 +40,7 @@ create_gnu_xorriso="yes"
current_dir=$(pwd) current_dir=$(pwd)
lone_dir="$current_dir"/"xorriso-standalone" lone_dir="$current_dir"/"xorriso-standalone"
xorriso_rev=0.6.7 xorriso_rev=1.0.1
# For unstable uploads and patch level 0 of stable releases: # For unstable uploads and patch level 0 of stable releases:
xorriso_pl="" xorriso_pl=""
# For higher patch levels of stable releases: # For higher patch levels of stable releases:
@ -263,7 +263,7 @@ then
copy_files xorriso/COPYING_gnu_xorriso "$lone_dir"/COPYING copy_files xorriso/COPYING_gnu_xorriso "$lone_dir"/COPYING
copy_files xorriso/AUTHORS_gnu_xorriso "$lone_dir"/AUTHORS copy_files xorriso/AUTHORS_gnu_xorriso "$lone_dir"/AUTHORS
# patch xorriso/xorriso.c to be GNU xorriso # patch xorriso/xorriso.h to be GNU xorriso
sed -e's/define Xorriso_libburnia_xorrisO/define Xorriso_GNU_xorrisO/' \ sed -e's/define Xorriso_libburnia_xorrisO/define Xorriso_GNU_xorrisO/' \
-e's/This may be changed to Xorriso_GNU_xorrisO in order to c/C/' \ -e's/This may be changed to Xorriso_GNU_xorrisO in order to c/C/' \
<xorriso/xorriso.h >"$lone_dir"/xorriso/xorriso.h <xorriso/xorriso.h >"$lone_dir"/xorriso/xorriso.h

View File

@ -59,9 +59,9 @@ struct XorrisO;
at build time. at build time.
@since 0.5.8 @since 0.5.8
*/ */
#define Xorriso_header_version_majoR 0 #define Xorriso_header_version_majoR 1
#define Xorriso_header_version_minoR 6 #define Xorriso_header_version_minoR 0
#define Xorriso_header_version_micrO 7 #define Xorriso_header_version_micrO 1
/** Eventually something like ".pl01" to indicate a bug fix. Normally empty. /** Eventually something like ".pl01" to indicate a bug fix. Normally empty.

View File

@ -446,19 +446,21 @@ This can bring effective read performance near to the raw media reading speed.
<P> <P>
<DL> <DL>
<DT><H3>Download as source code (see README):</H3></DT> <DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-0.6.6.tar.gz">xorriso-0.6.6.tar.gz</A> <DD><A HREF="xorriso-1.0.0.tar.gz">xorriso-1.0.0.tar.gz</A>
(1765 KB). (1775 KB).
</DD> </DD>
<DD>(Released 12 Dec 2010)</DD> <DD>(Released 17 Jan 2011)</DD>
<DD><A HREF="xorriso-0.6.6.tar.gz.sig">xorriso-0.6.6.tar.gz.sig</A></DD> <DD><A HREF="xorriso-1.0.0.tar.gz.sig">xorriso-1.0.0.tar.gz.sig</A></DD>
<DD> <DD>
(detached GPG signature for verification by (detached GPG signature for verification by
<KBD>gpg --verify xorriso-0.6.6.tar.gz.sig xorriso-0.6.6.tar.gz</KBD>). <KBD>gpg --verify xorriso-1.0.0.tar.gz.sig xorriso-1.0.0.tar.gz</KBD>
<BR>
after eventual <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
</DD> </DD>
<DD> <DD>
Also on <A HREF="http://www.gnu.org/prep/ftp.html"> Also on <A HREF="http://www.gnu.org/prep/ftp.html">
mirrors of ftp://ftp.gnu.org/gnu/ </A> mirrors of ftp://ftp.gnu.org/gnu/ </A>
as xorriso/xorriso-0.6.6.tar.gz as xorriso/xorriso-1.0.0.tar.gz
</DD> </DD>
</DL> </DL>
</DD> </DD>
@ -486,10 +488,9 @@ as xorriso/xorriso-0.6.6.tar.gz
<HR> <HR>
<P> <P>
Bug fixes towards xorriso-0.6.4: Bug fixes towards xorriso-0.6.6:
<UL> <UL>
<LI>-as mkisofs -print-size printed the size but also produced ISO image</LI> <LI>-as mkisofs -print-size did not account for -partition_offset</LI>
<LI>Build problem fix on Linux 2.4</LI>
<!-- <!--
<LI>- none -</LI> <LI>- none -</LI>
--> -->
@ -507,18 +508,19 @@ Bug fixes in .pl01 towards xorriso-:
--> -->
<P> <P>
Enhancements towards previous stable version xorriso-0.6.4: Enhancements towards previous stable version xorriso-0.6.6:
<UL> <UL>
<LI>New -as mkisofs option -joliet-long</LI> <LI>New -compliance options untranslated_names , untranslated_name_len=</LI>
<LI> <LI>New -as mkisofs option -untranslated_name_len</LI>
New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label <LI>New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4</LI>
for SUN SPARC systems. <LI>New -compliance option iso_9660_level=number</LI>
<LI>New -compliance option allow_dir_id_ext</LI>
<LI>New -as mkisofs option -disallow_dir_id_ext</LI>
<LI>Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc.
</LI> </LI>
<LI> <LI>Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog
New action estimate_size for -find and -findx
</LI> </LI>
<!-- <!--
<LI>- none -</LI> <LI>- none -</LI>
--> -->
@ -541,16 +543,16 @@ libburnia project and the legal intentions of
<A HREF="http://www.fsf.org/"> FSF </A> match completely. <A HREF="http://www.fsf.org/"> FSF </A> match completely.
</DT> </DT>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DT>libburn-0.9.1</DT> <DT>libburn-1.0.1</DT>
<DD>reads and writes data from and to CD, DVD, BD.</DD> <DD>reads and writes data from and to CD, DVD, BD.</DD>
<DD>(founded by Derek Foreman and Ben Jansens, <DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org)</DD> Thomas Schmitt from team of libburnia-project.org)</DD>
<DT>libisofs-0.6.41</DT> <DT>libisofs-1.0.1</DT>
<DD>operates on ISO 9660 filesystem images.</DD> <DD>operates on ISO 9660 filesystem images.</DD>
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt <DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
from team of libburnia-project.org)</DD> from team of libburnia-project.org)</DD>
<DT>libisoburn-0.6.6</DT> <DT>libisoburn-1.0.0</DT>
<DD>coordinates libburn and libisofs, emulates multi-session where needed, <DD>coordinates libburn and libisofs, emulates multi-session where needed,
and hosts the original source code of program xorriso.</DD> and hosts the original source code of program xorriso.</DD>
<DD>It provides the complete functionality of xorriso via <DD>It provides the complete functionality of xorriso via
@ -571,8 +573,8 @@ cdrecord and mkisofs.</DT>
<P> <P>
<DL> <DL>
<DT><H3>Development snapshot, version 0.6.7 :</H3></DT> <DT><H3>Development snapshot, version 1.0.1 :</H3></DT>
<DD>Bug fixes towards xorriso-0.6.6: <DD>Bug fixes towards xorriso-1.0.0:
<UL> <UL>
<LI>- none yet -</LI> <LI>- none yet -</LI>
<!-- <!--
@ -580,7 +582,7 @@ cdrecord and mkisofs.</DT>
--> -->
</UL> </UL>
</DD> </DD>
<DD>Enhancements towards stable version 0.6.6: <DD>Enhancements towards stable version 1.0.0:
<UL> <UL>
<LI>- none yet -</LI> <LI>- none yet -</LI>
<!-- <!--
@ -591,9 +593,9 @@ cdrecord and mkisofs.</DT>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 0.6.7</A> <DD><A HREF="README_xorriso_devel">README 1.0.1</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.6.7 -help</A></DD> <DD><A HREF="xorriso_help_devel">xorriso-1.0.1 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.6.7)</A></DD> <DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.0.1)</A></DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DT>If you want to distribute development versions of xorriso, then use <DT>If you want to distribute development versions of xorriso, then use
this tarball which produces static linking between xorriso and the this tarball which produces static linking between xorriso and the
@ -603,8 +605,8 @@ libburnia libraries.
installation see README) installation see README)
</DD> </DD>
<DD> <DD>
<A HREF="xorriso-0.6.7.tar.gz">xorriso-0.6.7.tar.gz</A> <A HREF="xorriso-1.0.1.tar.gz">xorriso-1.0.1.tar.gz</A>
(1765 KB). (1775 KB).
</DD> </DD>
<DT>A dynamically linked development version of xorriso can be obtained <DT>A dynamically linked development version of xorriso can be obtained
from repositories of from repositories of
@ -701,7 +703,7 @@ scdbackup, multi volume CD/DVD/BD backup</A></DD>
<BR> <BR>
Legal statement: This website does not serve any commercial purpose. Legal statement: This website does not serve any commercial purpose.
<BR><BR> <BR><BR>
Copyright &copy; 2008 - 2010 Thomas Schmitt. Copyright &copy; 2008 - 2011 Thomas Schmitt.
<BR> <BR>
This text is freely distributable. It shall only be modified in sync with This text is freely distributable. It shall only be modified in sync with
the factual properties of xorriso and its public storage locations. the factual properties of xorriso and its public storage locations.

View File

@ -2,7 +2,7 @@
/* xorriso - Command line oriented batch and dialog tool which creates, loads, /* xorriso - Command line oriented batch and dialog tool which creates, loads,
manipulates and burns ISO 9660 filesystem images. manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net> Copyright 2007-2011 Thomas Schmitt, <scdbackup@gmx.net>
Initial code of this program was derived from program src/askme.c out Initial code of this program was derived from program src/askme.c out
of scdbackup-0.8.8, Copyright 2007 Thomas Schmitt, BSD-License. of scdbackup-0.8.8, Copyright 2007 Thomas Schmitt, BSD-License.
@ -109,9 +109,9 @@
/* The minimum version of libisoburn xorriso API to be used with this /* The minimum version of libisoburn xorriso API to be used with this
version of xorriso. version of xorriso.
*/ */
#define Xorriso_req_majoR 0 #define Xorriso_req_majoR 1
#define Xorriso_req_minoR 6 #define Xorriso_req_minoR 0
#define Xorriso_req_micrO 7 #define Xorriso_req_micrO 1
static void yell_xorriso() static void yell_xorriso()

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.01.16.193257" #define Xorriso_timestamP "2011.01.17.092111"

View File

@ -4,7 +4,7 @@
a command line oriented batch and dialog tool which creates, loads, a command line oriented batch and dialog tool which creates, loads,
manipulates and burns ISO 9660 filesystem images. manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net> Copyright 2007-2011 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2 or later. Provided under GPL version 2 or later.
@ -17,9 +17,9 @@
/* The minimum version of libisoburn to be used with this version of xorriso /* The minimum version of libisoburn to be used with this version of xorriso
*/ */
#define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_major 1
#define xorriso_libisoburn_req_minor 6 #define xorriso_libisoburn_req_minor 0
#define xorriso_libisoburn_req_micro 7 #define xorriso_libisoburn_req_micro 1
struct SpotlisT; /* List of intervals with different read qualities */ struct SpotlisT; /* List of intervals with different read qualities */