Version leap to libisoburn-0.4.1
This commit is contained in:
parent
e21150e227
commit
d135e33b9e
17
README
17
README
@ -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.3.8.pl00.tar.gz
|
http://files.libburnia-project.org/releases/libisoburn-0.4.0.pl00.tar.gz
|
||||||
Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt.
|
Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt.
|
||||||
Provided under GPL version 2.
|
Provided under GPL version 2.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -29,18 +29,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.3.8 :
|
Dynamic library and compile time header requirements for libisoburn-0.4.0 :
|
||||||
- libburn.so.4 , version libburn-0.6.4 or higher
|
- libburn.so.4 , version libburn-0.6.4 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.18 or higher
|
- libisofs.so.6 , version libisofs-0.6.20 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.
|
||||||
setup unless you have reason to enforce a newer level of bug fixes or features.
|
|
||||||
|
|
||||||
Obtain libisoburn-0.3.8.pl00.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.4.0.pl00.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.3.8.pl00.tar.gz
|
tar xzf libisoburn-0.4.0.pl00.tar.gz
|
||||||
cd libisoburn-0.3.8
|
cd libisoburn-0.4.0
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -49,7 +48,7 @@ Within that directory execute:
|
|||||||
|
|
||||||
Then become superuser and execute
|
Then become superuser and execute
|
||||||
make install
|
make install
|
||||||
which will make available libisoburn.so.1 and program xorriso.
|
which will make available libisoburn.so.1 and the program xorriso.
|
||||||
|
|
||||||
For the API concepts and calls see
|
For the API concepts and calls see
|
||||||
./libisoburn/libisoburn.h
|
./libisoburn/libisoburn.h
|
||||||
|
16
configure.ac
16
configure.ac
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.3.9], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.4.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])
|
||||||
|
|
||||||
@ -20,8 +20,8 @@ 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=0
|
||||||
ISOBURN_MINOR_VERSION=3
|
ISOBURN_MINOR_VERSION=4
|
||||||
ISOBURN_MICRO_VERSION=9
|
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
|
||||||
|
|
||||||
@ -34,16 +34,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 A90418
|
dnl ts A90628
|
||||||
dnl ### This is the release version 0.3.8 = libisoburn.so.1.27.0
|
dnl ### This is the release version 0.4.0 = libisoburn.so.1.29.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 = 28 - 27 = 1 . Library name = libisoburn.so.1.27.0
|
dnl SONAME = 30 - 29 = 1 . Library name = libisoburn.so.1.29.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=28
|
LT_CURRENT=30
|
||||||
LT_AGE=27
|
LT_AGE=29
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
|
@ -259,8 +259,8 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
|
|||||||
@since 0.1.0
|
@since 0.1.0
|
||||||
*/
|
*/
|
||||||
#define isoburn_header_version_major 0
|
#define isoburn_header_version_major 0
|
||||||
#define isoburn_header_version_minor 3
|
#define isoburn_header_version_minor 4
|
||||||
#define isoburn_header_version_micro 9
|
#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.
|
||||||
|
@ -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.3.9.tar.gz
|
http://scdbackup.sourceforge.net/xorriso-0.4.1.tar.gz
|
||||||
Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2.
|
Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -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.3.9.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.4.1.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.3.9.tar.gz
|
tar xzf xorriso-0.4.1.tar.gz
|
||||||
cd xorriso-0.3.9
|
cd xorriso-0.4.1
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -222,9 +222,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.3.8 :
|
Dynamic library and compile time header requirements for libisoburn-0.4.0 :
|
||||||
- libburn.so.4 , version libburn-0.6.4 or higher
|
- libburn.so.4 , version libburn-0.6.4 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.18 or higher
|
- libisofs.so.6 , version libisofs-0.6.20 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.3.9], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.4.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])
|
||||||
|
|
||||||
|
@ -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.9
|
xorriso_rev=0.4.1
|
||||||
# For unstable uploads:
|
# For unstable uploads:
|
||||||
xorriso_pl=""
|
xorriso_pl=""
|
||||||
# For stable releases:
|
# For stable releases:
|
||||||
|
@ -20149,7 +20149,7 @@ char *Xorriso__get_version_text(int flag)
|
|||||||
/* xorriso consists only of a main() stub which has an own version to match
|
/* xorriso consists only of a main() stub which has an own version to match
|
||||||
the version of libxorriso header and runtime code.
|
the version of libxorriso header and runtime code.
|
||||||
*/
|
*/
|
||||||
#define Xorriso_main_program_versioN "0.3.9"
|
#define Xorriso_main_program_versioN "0.4.1"
|
||||||
|
|
||||||
#else /* Xorriso_without_subS */
|
#else /* Xorriso_without_subS */
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
struct XorrisO;
|
struct XorrisO;
|
||||||
|
|
||||||
|
|
||||||
#define Xorriso_program_versioN "0.3.9"
|
#define Xorriso_program_versioN "0.4.1"
|
||||||
|
|
||||||
|
|
||||||
/* --------------------- Fundamental Management ------------------- */
|
/* --------------------- Fundamental Management ------------------- */
|
||||||
|
|
||||||
|
|
||||||
/* Get the version text (e.g. "0.3.9") of the program code.
|
/* Get the version text (e.g. "0.4.1") of the program code.
|
||||||
@param flag unused yet, submit 0
|
@param flag unused yet, submit 0
|
||||||
@return readonly character string
|
@return readonly character string
|
||||||
*/
|
*/
|
||||||
|
@ -91,8 +91,7 @@ ISO 9660 formatter and burner for CD, DVD, BD are fixely integrated.
|
|||||||
Operates on an existing ISO image or creates a new one.
|
Operates on an existing ISO image or creates a new one.
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
Copies files from filesystem into the ISO image and vice versa,
|
Copies files from filesystem into the ISO image and vice versa.
|
||||||
with ACL and xattr.
|
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
Changes file properties, renames or deletes file objects in the ISO image.
|
Changes file properties, renames or deletes file objects in the ISO image.
|
||||||
@ -101,6 +100,9 @@ Changes file properties, renames or deletes file objects in the ISO image.
|
|||||||
Updates ISO subtrees incrementally to match given disk subtrees.
|
Updates ISO subtrees incrementally to match given disk subtrees.
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
|
Can record and restore hard link relations, ACL, and xattr.
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
File content may get zisofs or gzip compressed or filtered by external
|
File content may get zisofs or gzip compressed or filtered by external
|
||||||
processes.
|
processes.
|
||||||
</LI>
|
</LI>
|
||||||
@ -109,7 +111,7 @@ 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 by El Torito boot record and by MBR.
|
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.
|
||||||
@ -418,10 +420,10 @@ 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.8.pl00.tar.gz">xorriso-0.3.8.pl00.tar.gz</A>
|
<DD><A HREF="xorriso-0.4.0.pl00.tar.gz">xorriso-0.4.0.pl00.tar.gz</A>
|
||||||
(1220 KB).
|
(1260 KB).
|
||||||
</DD>
|
</DD>
|
||||||
<DD>(Released 19 Apr 2009)</DD>
|
<DD>(Released 28 Jun 2009)</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
@ -446,10 +448,12 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Bug fixes towards xorriso-0.3.6.pl00:
|
Bug fixes towards xorriso-0.3.8.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none -</LI>
|
<LI>SIGSEGV by dereferencing NULL with option -status and no search string</LI>
|
||||||
|
<LI>-load volid did not perform pattern search</LI>
|
||||||
<!--
|
<!--
|
||||||
|
<LI>- none -</LI>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
@ -457,26 +461,22 @@ Bug fixes towards xorriso-0.3.6.pl00:
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.3.6.pl00:
|
Enhancements towards previous stable version xorriso-0.3.8.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>New option -hardlinks for recording and restoring of hard link relations
|
||||||
New options -set_filter , -set_filter_r, -find -exec set_filter
|
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>New option -for_backup as shortcut for -acl -xattr -hardlinks
|
||||||
New option -zisofs, built-in filters --zisofs , --gzip , --gunzip</LI>
|
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>Improved read performance with -update_r
|
||||||
New options -external_filter , -unregister_filter, -close_filter_list
|
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>Improved read performance with -extract by -osirrox sort_lba
|
||||||
New options -show_stream, -show_stream_r
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
New -osirrox mode "banned"
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
New option -auto_charset based on xattr "isofs.cs"
|
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>Operators with option -find : -not, -or, -and, (, ), -if, -then, -else</LI>
|
||||||
|
<LI>New -find tests -wholename, -prune, -sort_lba</LI>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<LI>- none -</LI>
|
||||||
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
@ -487,16 +487,16 @@ New option -auto_charset based on xattr "isofs.cs"
|
|||||||
Library copies included in xorriso tarballs:
|
Library copies included in xorriso tarballs:
|
||||||
</H3>
|
</H3>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>libburn-0.6.5</DT>
|
<DT>libburn-0.6.7</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.19</DT>
|
<DT>libisofs-0.6.21</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.3.8</DT>
|
<DT>libisoburn-0.4.0</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>
|
||||||
@ -510,35 +510,25 @@ cdrecord and mkisofs.</DT>
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.3.9 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.4.1 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.3.8.pl00:
|
<DD>Bug fixes towards xorriso-0.4.0.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>SIGSEGV by dereferencing NULL with option -status and no search string</LI>
|
|
||||||
<LI>-load volid did not perform pattern search</LI>
|
|
||||||
<!--
|
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
|
<!--
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.3.8.pl00:
|
<DD>Enhancements towards stable version 0.4.0.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>New option -hardlinks for recording and restoring of hard link relations
|
|
||||||
</LI>
|
|
||||||
<LI>New option -for_backup as shortcut for -acl -xattr -hardlinks
|
|
||||||
</LI>
|
|
||||||
<LI>Improved read performance with -update_r and -extract
|
|
||||||
</LI>
|
|
||||||
<LI>Operators with option -find : -not, -or, -and, (, ), -if, -then, -else</LI>
|
|
||||||
<LI>New -find tests -wholename, -prune, -sort_lba</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.3.9</A>
|
<DD><A HREF="README_xorriso_devel">README 0.4.1</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.3.9 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.4.1 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.3.9)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.1)</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
|
||||||
@ -548,8 +538,8 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.3.9.tar.gz">xorriso-0.3.9.tar.gz</A>
|
<A HREF="xorriso-0.4.1.tar.gz">xorriso-0.4.1.tar.gz</A>
|
||||||
(1250 KB).
|
(1260 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
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2009.06.27.112408"
|
#define Xorriso_timestamP "2009.06.28.100124"
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
/* 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 0
|
||||||
#define xorriso_libisoburn_req_minor 3
|
#define xorriso_libisoburn_req_minor 4
|
||||||
#define xorriso_libisoburn_req_micro 9
|
#define xorriso_libisoburn_req_micro 1
|
||||||
|
|
||||||
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