Version leap to 0.3.3

This commit is contained in:
Thomas Schmitt 2009-01-05 15:33:46 +00:00
parent b07e37454a
commit f803da91b4
10 changed files with 107 additions and 87 deletions

16
README
View File

@ -4,8 +4,8 @@
libisoburn. By Vreixo Formoso <metalpain2002@yahoo.es> libisoburn. 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.3.1.tar.gz http://files.libburnia-project.org/releases/libisoburn-0.3.2.pl00.tar.gz
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt. Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2. Provided under GPL version 2.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -27,18 +27,18 @@ 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.3.1 : Dynamic library and compile time header requirements for libisoburn-0.3.2 :
- libburn.so.4 , version libburn-0.5.8 or higher - libburn.so.4 , version libburn-0.6.0 or higher
- libisofs.so.6 , version libisofs-0.6.12 or higher - libisofs.so.6 , version libisofs-0.6.12 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.
Obtain libisoburn-0.3.1.tar.gz, take it to a directory of your choice Obtain libisoburn-0.3.2.pl00.tar.gz, take it to a directory of your choice
and do: and do:
tar xzf libisoburn-0.3.1.tar.gz tar xzf libisoburn-0.3.2.pl00.tar.gz
cd libisoburn-0.3.1 cd libisoburn-0.3.2
Within that directory execute: Within that directory execute:
@ -156,7 +156,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-2008 Mario Danic, Vreixo Formoso, Thomas Schmitt. Copyright (C) 2006-2009 Mario Danic, Vreixo Formoso, Thomas Schmitt.
libburnia-project.org is inspired by and in other components still containing libburnia-project.org is inspired by and in other components still containing
parts of old parts of old

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.3.1], [http://libburnia-project.org]) AC_INIT([libisoburn], [0.3.3], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h]) dnl AC_CONFIG_HEADER([config.h])
@ -8,7 +8,7 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])
dnl Hint: Search list for version code aspects: dnl Hint: Search list for version code aspects:
dnl /AC_INT( dnl /AC_INIT(
dnl /ISOBURN_.*_VERSION dnl /ISOBURN_.*_VERSION
dnl /LT_.* dnl /LT_.*
dnl /LIB.*_REQUIRED dnl /LIB.*_REQUIRED
@ -21,7 +21,7 @@ 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=0
ISOBURN_MINOR_VERSION=3 ISOBURN_MINOR_VERSION=3
ISOBURN_MICRO_VERSION=1 ISOBURN_MICRO_VERSION=3
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
AC_SUBST(ISOBURN_MAJOR_VERSION) AC_SUBST(ISOBURN_MAJOR_VERSION)
@ -33,16 +33,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 A81201 dnl ts A90105
dnl ### This is the release version 0.3.0 = libisoburn.so.1.19.0 dnl ### This is the release version 0.3.2 = libisoburn.so.1.21.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 happened yet. dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl dnl
dnl SONAME = 20 - 19 = 1 . Library name = libisoburn.so.1.19.0 dnl SONAME = 22 - 21 = 1 . Library name = libisoburn.so.1.21.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=20 LT_CURRENT=22
LT_AGE=19 LT_AGE=21
LT_REVISION=0 LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@ -106,7 +106,7 @@ AC_CHECK_HEADER(libburn/libburn.h)
AC_CHECK_HEADER(libisofs/libisofs.h) AC_CHECK_HEADER(libisofs/libisofs.h)
dnl Check for proper library versions dnl Check for proper library versions
LIBBURN_REQUIRED=0.5.9 LIBBURN_REQUIRED=0.6.0
LIBISOFS_REQUIRED=0.6.12 LIBISOFS_REQUIRED=0.6.12
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED) PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED) PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

@ -2,7 +2,7 @@
/* /*
API definition of libisoburn. API definition of libisoburn.
Copyright 2007-2008 Vreixo Formoso Lopes <metalpain2002@yahoo.es> Copyright 2007-2009 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net> and Thomas Schmitt <scdbackup@gmx.net>
*/ */
@ -207,8 +207,8 @@ void isoburn_version(int *major, int *minor, int *micro);
@since 0.1.0 @since 0.1.0
*/ */
#define isoburn_libburn_req_major 0 #define isoburn_libburn_req_major 0
#define isoburn_libburn_req_minor 5 #define isoburn_libburn_req_minor 6
#define isoburn_libburn_req_micro 9 #define isoburn_libburn_req_micro 0
/** The minimum version of libisofs to be used with this version of libisoburn /** The minimum version of libisofs to be used with this version of libisoburn
@ -244,7 +244,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
*/ */
#define isoburn_header_version_major 0 #define isoburn_header_version_major 0
#define isoburn_header_version_minor 3 #define isoburn_header_version_minor 3
#define isoburn_header_version_micro 1 #define isoburn_header_version_micro 3
/** 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.

View File

@ -4,8 +4,8 @@
xorriso. By Thomas Schmitt <scdbackup@gmx.net> xorriso. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via: Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/xorriso_eng.html http://scdbackup.sourceforge.net/xorriso_eng.html
http://scdbackup.sourceforge.net/xorriso-0.3.1.tar.gz http://scdbackup.sourceforge.net/xorriso-0.3.3.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2. Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -37,10 +37,10 @@ The tarball contains anything that is needed except libc and libpthread.
libreadline and the readline-dev headers will make dialog mode more convenient, libreadline and the readline-dev headers will make dialog mode more convenient,
but are not mandatory. but are not mandatory.
Obtain xorriso-0.3.1.tar.gz, take it to a directory of your choice and do: Obtain xorriso-0.3.3.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.3.1.tar.gz tar xzf xorriso-0.3.3.tar.gz
cd xorriso-0.3.1 cd xorriso-0.3.3
Within that directory execute: Within that directory execute:
@ -200,8 +200,8 @@ and a matching dynamically linked xorriso binary.
This binary is leaner but depends on properly installed libraries of suitable This binary is leaner but depends on properly installed libraries of suitable
revision. revision.
Dynamic library and compile time header requirements for libisoburn-0.3.1 : Dynamic library and compile time header requirements for libisoburn-0.3.3 :
- libburn.so.4 , version libburn-0.5.8 or higher - libburn.so.4 , version libburn-0.6.0 or higher
- libisofs.so.6 , version libisofs-0.6.12 or higher - libisofs.so.6 , version libisofs-0.6.12 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
@ -231,7 +231,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-2008 Mario Danic, Vreixo Formoso, Thomas Schmitt. Copyright (C) 2006-2009 Mario Danic, Vreixo Formoso, Thomas Schmitt.
libburnia-project.org is inspired by and in other components still containing libburnia-project.org is inspired by and in other components still containing
parts of old parts of old

View File

@ -1,4 +1,4 @@
AC_INIT([xorriso], [0.3.1], [http://libburnia-project.org]) AC_INIT([xorriso], [0.3.3], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h]) dnl AC_CONFIG_HEADER([config.h])

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# make_xorriso_standalone.sh # make_xorriso_standalone.sh
# Copyright 2008 Thomas Schmitt, scdbackup@gmx.net, GPL # Copyright 2008 - 2009 Thomas Schmitt, scdbackup@gmx.net, GPL
# #
# Not intended for general use in production installations ! # Not intended for general use in production installations !
# #
@ -25,7 +25,7 @@
current_dir=$(pwd) current_dir=$(pwd)
lone_dir="$current_dir"/"xorriso-standalone" lone_dir="$current_dir"/"xorriso-standalone"
xorriso_rev=0.3.1 xorriso_rev=0.3.3
# For unstable uploads: # For unstable uploads:
xorriso_pl="" xorriso_pl=""
# For stable releases: # For stable releases:

View File

@ -62,15 +62,15 @@ and to MMC-5 for DVD or BD).
GPL software included:<BR> GPL software included:<BR>
</H2> </H2>
<DL> <DL>
<DT>libburn-0.5.7</DT> <DT>libburn-0.6.1</DT>
<DD>reads and writes data from and to CD, DVD, BD-RE.</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.12</DT> <DT>libisofs-0.6.12</DT>
<DD>operates on ISO 9660 filesystem images.</DD> <DD>operates on ISO 9660 filesystem images.</DD>
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD> <DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
<DT>libisoburn-0.3.0</DT> <DT>libisoburn-0.3.2</DT>
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD> <DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
<DD>(By Vreixo Formoso and Thomas Schmitt <DD>(By Vreixo Formoso and Thomas Schmitt
from team of libburnia-project.org)</DD> from team of libburnia-project.org)</DD>
@ -119,11 +119,9 @@ Can perform multi-session tasks as emulation of mkisofs and cdrecord.
<LI> <LI>
Can restore single files and whole trees from ISO image to disk filesystem. Can restore single files and whole trees from ISO image to disk filesystem.
</LI> </LI>
<!--
<LI> <LI>
Can issue commands to mount older sessions on Linux or FreeBSD. Can issue commands to mount older sessions on Linux or FreeBSD.
</LI> </LI>
-->
<LI> <LI>
Can check media for damages and copy readable blocks to disk. Can check media for damages and copy readable blocks to disk.
</LI> </LI>
@ -147,6 +145,7 @@ Provides navigation commands for interactive ISO image manipulation.
<P> <P>
<H2>Command Examples:</H2> <H2>Command Examples:</H2>
<DL> <DL>
<DT>Get an overview of drives and their addresses</DT> <DT>Get an overview of drives and their addresses</DT>
<DD>#<KBD>&nbsp;xorriso -devices</KBD></DD> <DD>#<KBD>&nbsp;xorriso -devices</KBD></DD>
<DD><KBD>...</KBD></DD> <DD><KBD>...</KBD></DD>
@ -265,18 +264,19 @@ already been done by a previous -commit.</DT>
<HR> <HR>
</DT> </DT>
<DT>The following command can be run on blank media to create a <DT>The following command performs incremental backup.
copy of the mentioned disk directory trees, and it can be run on appendable It can be run on blank media to create a copy of the mentioned disk
media to perform a minimal set of change operations which update the directory trees, and it can be run on appendable media to perform a
old ISO copies to match the new disk trees. minimal set of change operations which update the old ISO copies
Older states can be retrieved by help of mount option "session=" from CD-R[W], to match the new disk trees.
by help of "sbsector=" from other media. Older states can be retrieved by help of mount options like "sbsector="
So this constitutes true incremental backup. or by help of xorriso option -mount.
<BR> <BR>
The copies will be complete, except all file names ending Only blank media or media with volume id "PROJECTS_MAIL_..." will be accepted.
with ".o" or ".swp" which are excluded by options -not_leaf. Files with names ending by ".o" or ".swp" are excluded by options -not_leaf.
</DT> </DT>
<DD>$<KBD>&nbsp;xorriso -dev /dev/sr0 \</KBD></DD> <DD>$<KBD>&nbsp;xorriso -assert_volid 'PROJECTS_MAIL_*' FATAL \ \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -dev /dev/sr0 \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \</KBD></DD> <DD><KBD>&nbsp;&nbsp; -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -not_leaf '*.o' -not_leaf '*.swp' \</KBD></DD> <DD><KBD>&nbsp;&nbsp; -not_leaf '*.o' -not_leaf '*.swp' \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD> <DD><KBD>&nbsp;&nbsp; -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD>
@ -287,6 +287,33 @@ with ".o" or ".swp" which are excluded by options -not_leaf.
<HR> <HR>
</DT> </DT>
<DT>
Operating systems usually mount the most recent session on media.
xorriso can issue the appropriate mount commands for older sessions.
First get an overview of the sessions on disk:
</DT>
<DD>$<KBD>&nbsp;xorriso -outdev /dev/sr0 -toc</KBD></DD>
<PRE>
TOC layout : Idx , sbsector , Size , Volume Id
ISO session : 1 , 0 , 104719s , PROJECTS_MAIL_2008_08_10_231435
ISO session : 2 , 106928 , 6785s , PROJECTS_MAIL_2008_08_14_184548
...
ISO session : 76 , 820384 , 11035s , PROJECTS_MAIL_2009_01_04_191150
</PRE>
<DT>
Then become superuser and let xorriso mount the session of August 14, 2008
to directory /mnt:
</DT>
<DD>#<KBD>&nbsp;xorriso -mount /dev/sr0 volid '*_2008_08_14_*' /mnt </KBD></DD>
<DT>
To be later unmounted by: <KBD>umount /mnt</KBD>
</DT>
<DT>
<HR>
</DT>
<DT> <DT>
After the user has already created a suitable file tree on disk After the user has already created a suitable file tree on disk
and copied the ISOLINUX files into subdirectory ./boot/isolinux of and copied the ISOLINUX files into subdirectory ./boot/isolinux of
@ -304,13 +331,17 @@ from hard disk or USB stick.
<DT>ISO images may not only be stored on optical media but also in <DT>ISO images may not only be stored on optical media but also in
regular disk files or block devices for full multi-session operation. regular disk files or block devices for full multi-session operation.
The prefix &quot;stdio:&quot; indicates that normal file operations are
desired rather than MMC drive commands:
</DT> </DT>
<DD>$<KBD>&nbsp;xorriso -dev stdio:/tmp/regular_file ...other.options...</DD> <DD>$<KBD>&nbsp;xorriso -dev /tmp/regular_file ...other.options...</DD>
<DT>
A default setting for safety reasons requires that files below /dev/
need prefix &quot;stdio:&quot; if they do not lead to MMC burner devices.
Be cautious not to overwrite your hard disk instead of your USB stick:
</DT>
<DD>$<KBD>&nbsp;xorriso -dev stdio:/dev/sdb ...other.options...</DD>
<DT>Other file types are suitable only for writing but not for reading:</DT> <DT>Other file types are suitable only for writing but not for reading:</DT>
<DD>$<KBD>&nbsp;xorriso -outdev stdio:/tmp/named_pipe ...other.options...</DD> <DD>$<KBD>&nbsp;xorriso -outdev /tmp/named_pipe ...other.options...</DD>
<DT>In batch mode it is possible to operate xorriso in a pipeline <DT>In batch mode it is possible to operate xorriso in a pipeline
with an external consumer of the generated ISO image. Any message with an external consumer of the generated ISO image. Any message
@ -369,8 +400,8 @@ files or trees to disk:
<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.3.0.pl00.tar.gz">xorriso-0.3.0.pl00.tar.gz</A> <DD><A HREF="xorriso-0.3.2.pl00.tar.gz">xorriso-0.3.2.pl00.tar.gz</A>
(1080 KB). (1100 KB).
</DD> </DD>
</DL> </DL>
</DD> </DD>
@ -396,11 +427,9 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<HR> <HR>
<P> <P>
Bug fixes towards xorriso-0.2.8.pl01: Bug fixes towards xorriso-0.3.0.pl00:
<UL> <UL>
<LI>Forgot exit value registration to -return_with. Thanks to Steve Dodd.</LI> <LI>Options -extract and -extract_single were not disabled with -osirrox off
<LI>-format "as_needed" did not recognize unformatted BD-RE</LI>
<LI>disk patterns with relative addresses were not properly resolved</LI>
<!-- <!--
<LI>- none -</LI> <LI>- none -</LI>
--> -->
@ -410,16 +439,13 @@ Bug fixes towards xorriso-0.2.8.pl01:
</P> </P>
<P> <P>
Enhancements towards previous stable version xorriso-0.2.8.pl01: Enhancements towards previous stable version xorriso-0.3.0.pl00:
<UL> <UL>
<LI>New options -mount, -mount_cmd, -session_string</LI>
<LI>Suitable ISOLINUX boot images are made alternatively bootable via MBR</LI> <LI>By using libburn-0.6.1: support for BD-R media</LI>
<LI>New options -quoted_path_list, -quoted_not_list</LI> <LI>New -format modes by_size_ and fast_by_size_</LI>
<LI>New option -backslash_codes for terminal safety with weird file names</LI> <LI>New option -assert_volid</LI>
<LI>New options -charset, -in_charset, -out_charset </LI> <LI>New option -drive_class for safety management of pseudo-drive access</LI>
<LI>New option -application_id</LI>
<LI>New option -compliance</LI>
</UL> </UL>
</P> </P>
@ -427,33 +453,27 @@ Enhancements towards previous stable version xorriso-0.2.8.pl01:
<P> <P>
<DL> <DL>
<DT><H3>Development snapshot, version 0.3.1 :</H3></DT> <DT><H3>Development snapshot, version 0.3.3 :</H3></DT>
<DD>Bug fixes towards xorriso-0.3.0.pl00: <DD>Bug fixes towards xorriso-0.3.2.pl00:
<UL> <UL>
<LI>Options -extract and -extract_single were not disabled with -osirrox off
</LI> </LI>
<!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
<!--
--> -->
</UL> </UL>
</DD> </DD>
<DD>Enhancements towards stable version 0.3.0.pl00: <DD>Enhancements towards stable version 0.3.2.pl00:
<UL> <UL>
<LI>New options -mount, -mount_cmd, -session_string</LI>
<LI>By using libburn-0.5.9: support for BD-R media</LI>
<LI>New -format modes by_size_ and fast_by_size_</LI>
<LI>New option -assert_volid</LI>
<LI>New option -drive_class for safety management of pseudo-drive access</LI>
<!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
<!--
--> -->
</UL> </UL>
</DD> </DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 0.3.1</A> <DD><A HREF="README_xorriso_devel">README 0.3.3</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.3.1 -help</A></DD> <DD><A HREF="xorriso_help_devel">xorriso_0.3.3 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.3.1)</A></DD> <DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.3.3)</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
@ -463,8 +483,8 @@ libburnia libraries.
installation see README) installation see README)
</DD> </DD>
<DD> <DD>
<A HREF="xorriso-0.3.1.tar.gz">xorriso-0.3.1.tar.gz</A> <A HREF="xorriso-0.3.3.tar.gz">xorriso-0.3.3.tar.gz</A>
(1080 KB). (1100 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

View File

@ -2,7 +2,7 @@
/* Command line oriented batch and dialog tool which creates, loads, /* 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-2008 Thomas Schmitt, <scdbackup@gmx.net> Copyright 2007-2009 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2. Provided under GPL version 2.
@ -18,7 +18,7 @@
#ifndef Xorriso_private_includeD #ifndef Xorriso_private_includeD
#define Xorriso_private_includeD yes #define Xorriso_private_includeD yes
#define Xorriso_program_versioN "0.3.1" #define Xorriso_program_versioN "0.3.3"
/** The source code release timestamp */ /** The source code release timestamp */
#include "xorriso_timestamp.h" #include "xorriso_timestamp.h"

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.01.05.145703" #define Xorriso_timestamP "2009.01.05.153105"

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-2008 Thomas Schmitt, <scdbackup@gmx.net> Copyright 2007-2009 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2. Provided under GPL version 2.
@ -19,7 +19,7 @@
*/ */
#define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_major 0
#define xorriso_libisoburn_req_minor 3 #define xorriso_libisoburn_req_minor 3
#define xorriso_libisoburn_req_micro 1 #define xorriso_libisoburn_req_micro 3
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag); int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);