Version leap to 0.2.8
This commit is contained in:
parent
bd2cd7ca54
commit
c0a0644bb2
@ -4,7 +4,7 @@
|
|||||||
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.2.7.tar.gz
|
http://files.libburnia-project.org/releases/libisoburn-0.2.8.pl00.tar.gz
|
||||||
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
|
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
|
||||||
Provided under GPL version 2.
|
Provided under GPL version 2.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -26,18 +26,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.2.7 :
|
Dynamic library and compile time header requirements for libisoburn-0.2.8 :
|
||||||
- libburn.so.4 , version libburn-0.5.2 or higher
|
- libburn.so.4 , version libburn-0.5.4 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.9 or higher
|
- libisofs.so.6 , version libisofs-0.6.10 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.2.7.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.2.8.pl00.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.2.7.tar.gz
|
tar xzf libisoburn-0.2.8.pl00.tar.gz
|
||||||
cd libisoburn-0.2.7
|
cd libisoburn-0.2.8
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.2.7], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.2.8], [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,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=2
|
ISOBURN_MINOR_VERSION=2
|
||||||
ISOBURN_MICRO_VERSION=7
|
ISOBURN_MICRO_VERSION=8
|
||||||
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)
|
||||||
@ -34,15 +34,15 @@ 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 A80920
|
dnl ts A80920
|
||||||
dnl ### This is the release version 0.2.6 = libisoburn.so.1.15.0
|
dnl This is the release version 0.2.8 = libisoburn.so.1.17.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 = 16 - 15 = 1 . Library name = libisoburn.so.1.15.0
|
dnl SONAME = 18 - 17 = 1 . Library name = libisoburn.so.1.17.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=16
|
LT_CURRENT=18
|
||||||
LT_AGE=15
|
LT_AGE=17
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
|
@ -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 2
|
#define isoburn_header_version_minor 2
|
||||||
#define isoburn_header_version_micro 7
|
#define isoburn_header_version_micro 8
|
||||||
/** 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.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
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.2.7.tar.gz
|
http://scdbackup.sourceforge.net/xorriso-0.2.8.pl00.tar.gz
|
||||||
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -36,10 +36,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.2.7.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.2.8.pl00.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.2.7.tar.gz
|
tar xzf xorriso-0.2.8.pl00.tar.gz
|
||||||
cd xorriso-0.2.7
|
cd xorriso-0.2.8
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -192,9 +192,9 @@ 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.2.7 :
|
Dynamic library and compile time header requirements for libisoburn-0.2.8 :
|
||||||
- libburn.so.4 , version libburn-0.5.2 or higher
|
- libburn.so.4 , version libburn-0.5.4 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.9 or higher
|
- libisofs.so.6 , version libisofs-0.6.10 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([xorriso], [0.2.7], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.2.8], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
current_dir=$(pwd)
|
current_dir=$(pwd)
|
||||||
lone_dir="$current_dir"/"xorriso-standalone"
|
lone_dir="$current_dir"/"xorriso-standalone"
|
||||||
|
|
||||||
xorriso_rev=0.2.7
|
xorriso_rev=0.2.8
|
||||||
# For unstable uploads:
|
# For unstable uploads:
|
||||||
xorriso_pl=""
|
# xorriso_pl=""
|
||||||
# For stable releases:
|
# For stable releases:
|
||||||
# xorriso_pl=".pl00"
|
xorriso_pl=".pl00"
|
||||||
|
|
||||||
with_bootstrap_tarball=1
|
with_bootstrap_tarball=1
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<H2>Purpose:</H2>
|
<H2>Purpose:</H2>
|
||||||
xorriso maps file objects from POSIX compliant filesystems
|
xorriso copies file objects from POSIX compliant filesystems
|
||||||
into Rock Ridge enhanced ISO 9660 filesystems and allows
|
into Rock Ridge enhanced ISO 9660 filesystems and allows
|
||||||
session-wise manipulation of such filesystems. It can load the management
|
session-wise manipulation of such filesystems. It can load the management
|
||||||
information of existing ISO images and it writes the session results to
|
information of existing ISO images and it writes the session results to
|
||||||
@ -60,15 +60,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.3</DT>
|
<DT>libburn-0.5.5</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-RE.</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.8</DT>
|
<DT>libisofs-0.6.10</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.2.6</DT>
|
<DT>libisoburn-0.2.8</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>
|
||||||
@ -107,13 +107,9 @@ Updates ISO subtrees incrementally to match given disk subtrees.
|
|||||||
Writes result as completely new image or as add-on session
|
Writes result as completely new image or as add-on session
|
||||||
to optical media or filesystem objects.
|
to optical media or filesystem objects.
|
||||||
</LI>
|
</LI>
|
||||||
|
|
||||||
<!--
|
|
||||||
<LI>
|
<LI>
|
||||||
Can activate ISOLINUX boot images via El Torito.
|
Can activate ISOLINUX boot images by El Torito boot record.
|
||||||
</LI>
|
</LI>
|
||||||
-->
|
|
||||||
|
|
||||||
<LI>
|
<LI>
|
||||||
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
||||||
</LI>
|
</LI>
|
||||||
@ -136,9 +132,6 @@ Reads its instructions from command line arguments, dialog, and batch files.
|
|||||||
<LI>
|
<LI>
|
||||||
Provides navigation commands for interactive ISO image manipulation.
|
Provides navigation commands for interactive ISO image manipulation.
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
|
||||||
Adjustable thresholds for abort, exit value, and problem reporting.
|
|
||||||
</LI>
|
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
@ -181,7 +174,7 @@ eventually prepare yet unused BD-RE:</DT>
|
|||||||
<DD>$<KBD> xorriso -dev /dev/sr0 -add /home/me/sounds /home/me/pictures
|
<DD>$<KBD> xorriso -dev /dev/sr0 -add /home/me/sounds /home/me/pictures
|
||||||
</KBD></DD>
|
</KBD></DD>
|
||||||
|
|
||||||
<DT>Check the result:</DT>
|
<DT>Have a look at the result:</DT>
|
||||||
<DD>$<KBD> xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less</KBD></DD>
|
<DD>$<KBD> xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less</KBD></DD>
|
||||||
|
|
||||||
<DT>
|
<DT>
|
||||||
@ -285,6 +278,20 @@ with ".o" or ".swp" which are excluded by options -not_leaf.
|
|||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
|
|
||||||
|
<DT>
|
||||||
|
After the user has already created a suitable file tree on disk
|
||||||
|
and copied the ISOLINUX files into subdirectory ./boot/isolinux of
|
||||||
|
that tree, xorriso can burn an El Torito bootable media:
|
||||||
|
</DT>
|
||||||
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed \</KBD></DD>
|
||||||
|
<DD><KBD> -map /home/me/ISOLINUX_prepared_tree / \</KBD></DD>
|
||||||
|
<DD><KBD> -boot_image isolinux dir=/boot/isolinux</KBD></DD>
|
||||||
|
|
||||||
|
<DT>
|
||||||
|
<HR>
|
||||||
|
</DT>
|
||||||
|
|
||||||
<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 "stdio:" indicates that normal file operations are
|
The prefix "stdio:" indicates that normal file operations are
|
||||||
@ -322,14 +329,17 @@ One may switch from mkisofs emulation to xorriso's own command mode:
|
|||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
|
|
||||||
<DT>Enable reverse operation of xorriso and copy some files and a tree to disk:
|
<DT>If for any reason the reading operating system mishandles the ISO image
|
||||||
|
or some files in it, one may enable reverse operation of xorriso and copy
|
||||||
|
files or trees to disk:
|
||||||
<DD>$<KBD> xorriso -indev /dev/sr0 \</KBD></DD>
|
<DD>$<KBD> xorriso -indev /dev/sr0 \</KBD></DD>
|
||||||
<DD><KBD> -osirrox on \</KBD></DD>
|
<DD><KBD> -osirrox on \</KBD></DD>
|
||||||
<DD><KBD> -cpx /pictures/private/horses*/*buttercup* \</KBD></DD>
|
<DD><KBD> -cpx '/pictures/private/horses*/*buttercup*' \</KBD></DD>
|
||||||
<DD><KBD> /home/her/buttercup_dir -- \</KBD>
|
<DD><KBD> /home/her/buttercup_dir -- \</KBD>
|
||||||
<DD><KBD> -extract /sounds /home/her/sounds_from_me</KBD></DD>
|
<DD><KBD> -extract /sounds /home/her/sounds_from_me</KBD></DD>
|
||||||
</DD>
|
</DD>
|
||||||
|
<DT>Consider to enter dialog mode and use commands like
|
||||||
|
<KBD>-cd , -du , -lsl , -find<KBD>.
|
||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
@ -353,7 +363,7 @@ are interested in using BD-R media.
|
|||||||
<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.2.6.pl01.tar.gz">xorriso-0.2.6.pl01.tar.gz</A>
|
<DD><A HREF="xorriso-0.2.8.pl00.tar.gz">xorriso-0.2.8.pl00.tar.gz</A>
|
||||||
(1050 KB).
|
(1050 KB).
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
@ -383,32 +393,22 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|||||||
Bug fixes towards xorriso-0.2.6.pl00:
|
Bug fixes towards xorriso-0.2.6.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>A potential buffer overflow has been fixed</LI>
|
<LI>A potential buffer overflow has been fixed</LI>
|
||||||
</UL>
|
<LI>-follow "link" attributed random target filenames to looping links</LI>
|
||||||
</P>
|
<LI>-as mkisofs -iso-level was accused to be an unknown option</LI>
|
||||||
|
|
||||||
<P>
|
|
||||||
Bug fixes towards xorriso-0.2.4.pl00:
|
|
||||||
<UL>
|
|
||||||
|
|
||||||
<LI>-format full did not re-format already formatted DVD+RW</LI>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.2.4.pl00:
|
Enhancements towards previous stable version xorriso-0.2.4.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
|
|
||||||
<LI>Capability to insert and extract files far larger than 4 GB</LI>
|
<LI>Ability to write and maintain bootable ISO images based on ISOLINUX</LI>
|
||||||
<LI>New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
|
<LI>New ./configure option --disable-libreadline to make binary more portable
|
||||||
</LI>
|
</LI>
|
||||||
<LI>New option -extract_cut to retrieve data from oversized files</LI>
|
|
||||||
<LI>New option -check_media_defaults</LI>
|
|
||||||
<LI>New -error_behavior "file_extraction" behavior "best_effort"</LI>
|
|
||||||
<LI>New option -list_delimiter</LI>
|
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
@ -417,28 +417,25 @@ Enhancements towards previous stable version xorriso-0.2.4.pl00:
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.2.7 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.2.9 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.2.6.pl00:
|
<DD>Bug fixes towards xorriso-0.2.8.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>A potential buffer overflow has been fixed</LI>
|
|
||||||
<LI>-as mkisofs -iso-level was accused to be an unknown option</LI>
|
|
||||||
<!--
|
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
|
<!--
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.2.6.pl00:
|
<DD>Enhancements towards stable version 0.2.8.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Ability to write and maintain bootable ISO images based on ISOLINUX</LI>
|
|
||||||
<!--
|
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
|
<!--
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DD><A HREF="README_xorriso_devel">README 0.2.7</A>
|
<DD><A HREF="README_xorriso_devel">README 0.2.9</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.2.7 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.2.9 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.7)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.9)</A></DD>
|
||||||
<DD> </DD>
|
<DD> </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
|
||||||
@ -448,7 +445,7 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.2.7.tar.gz">xorriso-0.2.7.tar.gz</A>
|
<A HREF="xorriso-0.2.9.tar.gz">xorriso-0.2.9.tar.gz</A>
|
||||||
(1050 KB).
|
(1050 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
|
||||||
|
@ -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.2.7"
|
#define Xorriso_program_versioN "0.2.8"
|
||||||
|
|
||||||
/** The source code release timestamp */
|
/** The source code release timestamp */
|
||||||
#include "xorriso_timestamp.h"
|
#include "xorriso_timestamp.h"
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.10.10.134020"
|
#define Xorriso_timestamP "2008.10.12.120001"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
#define xorriso_libisoburn_req_major 0
|
#define xorriso_libisoburn_req_major 0
|
||||||
#define xorriso_libisoburn_req_minor 2
|
#define xorriso_libisoburn_req_minor 2
|
||||||
#define xorriso_libisoburn_req_micro 7
|
#define xorriso_libisoburn_req_micro 8
|
||||||
|
|
||||||
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user