Compare commits
4 Commits
1.3.6
...
ZeroFiveTw
Author | SHA1 | Date | |
---|---|---|---|
ead6d3d7b7 | |||
a6846a779a | |||
87c0be3dbf | |||
46cb414f29 |
10
README
10
README
@ -4,7 +4,7 @@
|
|||||||
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.5.0.pl00.tar.gz
|
http://files.libburnia-project.org/releases/libisoburn-0.5.2.pl00.tar.gz
|
||||||
Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt.
|
Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt.
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -31,17 +31,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.5.0 :
|
Dynamic library and compile time header requirements for libisoburn-0.5.2 :
|
||||||
- libburn.so.4 , version libburn-0.7.6 or higher
|
- libburn.so.4 , version libburn-0.7.6 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.28 or higher
|
- libisofs.so.6 , version libisofs-0.6.28 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.
|
headers seen at compile time.
|
||||||
|
|
||||||
Obtain libisoburn-0.5.0.pl00.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.5.2.pl00.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.5.0.pl00.tar.gz
|
tar xzf libisoburn-0.5.2.pl00.tar.gz
|
||||||
cd libisoburn-0.5.0
|
cd libisoburn-0.5.2
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
|
16
configure.ac
16
configure.ac
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.5.1], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.5.2], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
@ -23,7 +23,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=5
|
ISOBURN_MINOR_VERSION=5
|
||||||
ISOBURN_MICRO_VERSION=1
|
ISOBURN_MICRO_VERSION=2
|
||||||
|
|
||||||
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 B00222
|
dnl ts B00329
|
||||||
dnl ### This is the release version 0.5.0 = libisoburn.so.1.39.0
|
dnl This is the release version 0.5.2 = libisoburn.so.1.41.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 = 40 - 39 = 1 . Library name = libisoburn.so.1.39.0
|
dnl SONAME = 42 - 41 = 1 . Library name = libisoburn.so.1.41.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=40
|
LT_CURRENT=42
|
||||||
LT_AGE=39
|
LT_AGE=41
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
|
@ -261,7 +261,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 5
|
#define isoburn_header_version_minor 5
|
||||||
#define isoburn_header_version_micro 1
|
#define isoburn_header_version_micro 2
|
||||||
/** 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 @@
|
|||||||
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.5.1.tar.gz
|
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.2.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.5.1.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.5.2.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.5.1.tar.gz
|
tar xzf xorriso-0.5.2.tar.gz
|
||||||
cd xorriso-0.5.1
|
cd xorriso-0.5.2
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -71,22 +71,25 @@ or you may execute as superuser:
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
For general concepts, options and usage examples see
|
For general concepts, options and usage examples see
|
||||||
|
info xorriso
|
||||||
|
or
|
||||||
man 1 xorriso
|
man 1 xorriso
|
||||||
|
|
||||||
This man page is part of the tarball as
|
The documents are part of the tarball as
|
||||||
|
xorriso/xorriso.info
|
||||||
xorriso/xorriso.1
|
xorriso/xorriso.1
|
||||||
|
Original source text of both is
|
||||||
|
xorriso/xorriso.texi
|
||||||
You may get a first glimpse by
|
You may get a first glimpse by
|
||||||
|
info ./xorriso/xorriso.info
|
||||||
man ./xorriso/xorriso.1
|
man ./xorriso/xorriso.1
|
||||||
|
|
||||||
It gets installed with "make install" but may also be placed manually in the
|
|
||||||
./man1 directory below one of the directories mentioned in environment
|
|
||||||
variable $MANPATH.
|
|
||||||
|
|
||||||
The installation creates several alias links pointing to the xorriso binary:
|
The installation creates several alias links pointing to the xorriso binary:
|
||||||
xorrisofs starts xorriso with -as mkisofs emulation already enabled
|
xorrisofs starts xorriso with -as mkisofs emulation already enabled
|
||||||
xorrecord starts xorriso with -as cdrecord emulation already enabled
|
xorrecord starts xorriso with -as cdrecord emulation already enabled
|
||||||
osirrox starts with -osirrox image-to-disk copying already enabled
|
osirrox starts with -osirrox image-to-disk copying already enabled
|
||||||
|
|
||||||
|
|
||||||
If you want to avoid dependecy on libreadline although the libreadline
|
If you want to avoid dependecy on libreadline although the libreadline
|
||||||
development package is installed, then rather build xorriso by:
|
development package is installed, then rather build xorriso by:
|
||||||
./configure --prefix=/usr --disable-libreadline
|
./configure --prefix=/usr --disable-libreadline
|
||||||
@ -280,7 +283,7 @@ 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.5.0 :
|
Dynamic library and compile time header requirements for libisoburn-0.5.2 :
|
||||||
- libburn.so.4 , version libburn-0.7.6 or higher
|
- libburn.so.4 , version libburn-0.7.6 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.28 or higher
|
- libisofs.so.6 , version libisofs-0.6.28 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
|
||||||
|
@ -6871,14 +6871,351 @@ xorriso/xorriso_private.h
|
|||||||
test/compare_file.c
|
test/compare_file.c
|
||||||
Lifted ban to derive GPLv3, extended copyright range to 2010
|
Lifted ban to derive GPLv3, extended copyright range to 2010
|
||||||
|
|
||||||
25 Jan 2010 [] ([3044])
|
25 Jan 2010 [3049] ([3044])
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Documented changes and release timestamp
|
Documented changes and release timestamp
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.4.9 - 2010.01.25.142705
|
------------------------------------ cycle - xorriso-0.4.9 - 2010.01.25.142705
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.4.9 -
|
|
||||||
------------------------------------ cycle - xorriso-0.4.9 -
|
25 Jan 2010 [3050]
|
||||||
|
move -m Promoted branch to tag \
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFourEight \
|
||||||
|
http://svn.libburnia-project.org/libisoburn/tags/ZeroFourEight
|
||||||
|
|
||||||
|
27 Jan 2010 [3051]
|
||||||
|
README
|
||||||
|
Changed leftover text which disallowed GPLv3
|
||||||
|
|
||||||
|
04 Feb 2010 [3052]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Small corrections in xorriso man page
|
||||||
|
|
||||||
|
2010.02.04.082710 [3053]
|
||||||
|
acinclude.m4
|
||||||
|
configure.ac
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Forcing use of /usr/local on FreeBSD by LDFLAGS and CPPFLAGS
|
||||||
|
|
||||||
|
2010.02.08.110814 [3055]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Removed surplus quotes from an error message
|
||||||
|
|
||||||
|
8 Feb 2010 [3056]
|
||||||
|
svn move -m 'Marked libisofs SVN copy as outdated (use bzr on lp)'
|
||||||
|
http://svn.libburnia-project.org/libisofs
|
||||||
|
http://svn.libburnia-project.org/libisofs_outdated
|
||||||
|
|
||||||
|
2010.02.10.150252 [3057]
|
||||||
|
README
|
||||||
|
Updated license statement about our legal view and future licenses
|
||||||
|
|
||||||
|
2010.02.10.150501 [3058]
|
||||||
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Requiring libisofs-0.6.28 now
|
||||||
|
|
||||||
|
2010.02.10.150547 [3059]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Adapted xorriso-standalone to version leap libisofs-0.6.29
|
||||||
|
|
||||||
|
10 Feb 2010 [3060]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Updated xorriso web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.4.9 - 2010.02.10.150547
|
||||||
|
Bug fix: Regression in libisofs introduced with xorriso-0.4.2 in August 2009:
|
||||||
|
-boot_image could lead to SIGSEGV
|
||||||
|
|
||||||
|
|
||||||
|
12 Feb 2010 [3061]
|
||||||
|
xorriso/README
|
||||||
|
Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+
|
||||||
|
|
||||||
|
svn move -m 'Renamed xorriso/README to xorriso/README_gnu_xorriso' \
|
||||||
|
xorriso/README xorriso/README_gnu_xorriso
|
||||||
|
|
||||||
|
2010.02.12.153945 [3062]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
+ xorriso/COPYING_gnu_xorriso
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+
|
||||||
|
|
||||||
|
2010.02.12.213121 [3065]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Changed docs and comments to "GNU/Linux" where appropriate
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.4.9 - 2010.02.12.213121
|
||||||
|
|
||||||
|
2010.02.14.151045 [3067]
|
||||||
|
README
|
||||||
|
COPYRIGHT
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/data_source.c
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
Added or adjusted copyright and license statements in single files
|
||||||
|
|
||||||
|
2010.02.14.151610 [3068]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
+ xorriso/AUTHORS_gnu_xorriso
|
||||||
|
+ xorriso/COPYRIGHT_gnu_xorriso
|
||||||
|
Added or adjusted copyright and license statements in single files
|
||||||
|
|
||||||
|
2010.02.14.172124 [3070]
|
||||||
|
README
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
Excluded unused libburn source module crc.c from GNU xorriso tarball
|
||||||
|
|
||||||
|
2010.02.15.204530 [3072]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Adjustments with web page of GNU xorriso
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.4.9 - 2010.02.15.204530
|
||||||
|
|
||||||
|
2010.02.17.140002 [3074]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Bug fix for FreeBSD: xorriso could leave the drive tray locked
|
||||||
|
|
||||||
|
2010.02.18.125019 [3076]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New option -scsi_log
|
||||||
|
|
||||||
|
2010.02.19.172125 [3077]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file
|
||||||
|
|
||||||
|
19 Feb 2010 [3078] [3079]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Adjustments with web page of GNU xorriso
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.4.9 - 2010.02.19.172125
|
||||||
|
Bug fix on FreeBSD: xorriso could leave the drive tray locked
|
||||||
|
Bug fix on FreeBSD: Piped input was falsely attributed a small fixed size
|
||||||
|
Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file
|
||||||
|
New option -scsi_log
|
||||||
|
|
||||||
|
22 Feb 2010 [3081]
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Mentioned bug-xorriso@gnu.org as a contact address for GNU xorriso
|
||||||
|
|
||||||
|
2010.02.22.195623 [3082]
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Changed versioning and tarball name to match unpack directory name
|
||||||
|
|
||||||
|
22 Feb 2010 [3083]
|
||||||
|
svn copy -m Branching for libisoburn release 0.5.0
|
||||||
|
http://svn.libburnia-project.org/libisoburn/trunk
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveZero
|
||||||
|
|
||||||
|
2010.02.22.213001 [3084]
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/xorriso_timestamp.h
|
||||||
|
Version leap to libisoburn-0.5.0
|
||||||
|
|
||||||
|
22 Feb 2010 [3085]
|
||||||
|
Makefile.am
|
||||||
|
Delivering xorriso/README_gnu_xorriso with libisoburn
|
||||||
|
|
||||||
|
22 Feb 2010 [3086]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
----------------------------------- release - xorriso-0.5.0 - 2010.02.22.213001
|
||||||
|
Bug fix: Regression in libisofs introduced with xorriso-0.4.2 in August 2009:
|
||||||
|
-boot_image could lead to SIGSEGV
|
||||||
|
Bug fix on FreeBSD: xorriso could leave the drive tray locked
|
||||||
|
Bug fix on FreeBSD: Piped input was falsely attributed a small fixed size
|
||||||
|
Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file
|
||||||
|
New option -scsi_log
|
||||||
|
|
||||||
|
|
||||||
|
2010.02.23.093924 [3087]
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/xorriso_timestamp.h
|
||||||
|
Version leap to libisoburn-0.5.1
|
||||||
|
|
||||||
|
23 Feb 2010 [3088]
|
||||||
|
Makefile.am
|
||||||
|
Delivering xorriso/README_gnu_xorriso with libisoburn
|
||||||
|
|
||||||
|
23 Feb 2010 [3089]
|
||||||
|
svn move -m Promoted branch to tag
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveZero
|
||||||
|
http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveZero
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.1 - 2010.02.23.093924
|
||||||
|
|
||||||
|
|
||||||
|
28 Feb 2010 [3094]
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
Adjusted patcher of Makefile.in for GNU xorriso
|
||||||
|
|
||||||
|
28 Feb 2010 [3095]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Corrected spelling errors in xorriso man page
|
||||||
|
|
||||||
|
2010.03.09.065117 [3109]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Requiring libburn-0.7.7 now
|
||||||
|
|
||||||
|
2010.03.09.065408 [3110]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Adapted xorriso signal handling to new libburn advise
|
||||||
|
|
||||||
|
2010.03.10.183348 [3121]
|
||||||
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Requiring libburn-0.7.8 now
|
||||||
|
|
||||||
|
2010.03.10.183426 [3122]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Adapted GNU xorriso to version leap libburn-0.7.9
|
||||||
|
|
||||||
|
2010.03.18.101202 [3125]
|
||||||
|
Makefile.am
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
+ xorriso/xorriso.texi
|
||||||
|
+ xorriso/xorriso.info
|
||||||
|
+ xorriso/make_xorriso_1.c
|
||||||
|
+ xorriso/make_docs.sh
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/convert_man_to_html.sh
|
||||||
|
Switched xorriso documentation to a hybrid of texinfo and man page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.1 - 2010.03.18.101202
|
||||||
|
* xorriso documentation now also available in (tex)info format
|
||||||
|
|
||||||
|
|
||||||
|
2010.03.20.165317 [3126]
|
||||||
|
xorriso/make_docs.sh
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/convert_man_to_html.sh
|
||||||
|
Restructured xorriso documentation and added index
|
||||||
|
|
||||||
|
2010.03.21.124435 [3127]
|
||||||
|
Makefile.am
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Distributing and installing xorriso.info
|
||||||
|
|
||||||
|
2010.03.21.124517 [3128]
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Silenced a harmless compiler warning
|
||||||
|
|
||||||
|
22 Mar 2010 [3129]
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
Changed global info dir entry of xorriso.texi
|
||||||
|
|
||||||
|
22 Mar 2010 [3130]
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Changed global info dir entry of xorriso.info
|
||||||
|
|
||||||
|
2010.03.29.103419 [3136]
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Avoided to declare empty tray as written media
|
||||||
|
|
||||||
|
2010.03.29.103533 [3137]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Better handling of empty tray when aquiring drive
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.1 - 2010.03.29.103533
|
||||||
|
|
||||||
|
29 Mar 2010 [3138]
|
||||||
|
svn copy -m Branching for libisoburn release 0.5.2
|
||||||
|
http://svn.libburnia-project.org/libisoburn/trunk
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveTwo
|
||||||
|
|
||||||
|
2010.03.29.190001 [3139]
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/xorriso_timestamp.h
|
||||||
|
Version leap to libisoburn-0.5.2
|
||||||
|
|
||||||
|
[]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
----------------------------------- release - xorriso-0.5.2 - 2010.03.29.190001
|
||||||
|
* xorriso documentation now also available in (tex)info format
|
||||||
|
* Prepared FreeBSD system adapter to work with ahci driver
|
||||||
|
|
||||||
|
|
||||||
|
2010.03.30.082405 []
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/xorriso_timestamp.h
|
||||||
|
Version leap to libisoburn-0.5.2
|
||||||
|
|
||||||
|
[]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.3 -
|
||||||
|
------------------------------------ cycle - xorriso-0.5.3 -
|
||||||
|
------------------------------------ cycle - xorriso-0.5.3 -
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
TODO
|
TODO
|
||||||
@ -6886,6 +7223,42 @@ Documented changes and release timestamp
|
|||||||
|
|
||||||
------------------------------------------------- bugs
|
------------------------------------------------- bugs
|
||||||
|
|
||||||
|
- DVD-ROM drives report CD tracks with size up to the next track start.
|
||||||
|
Why ? -> libburn
|
||||||
|
Eventually restrict -check_media to ISO image size ?
|
||||||
|
|
||||||
|
- make iso_init() and iso_finish() safe against multiple calls
|
||||||
|
from multiple threads.
|
||||||
|
|
||||||
|
- ??? disable isohybrid by default ?
|
||||||
|
|
||||||
|
|
||||||
|
- Is it harmless to have an empty xorriso->loaded_boot_cat_path ?
|
||||||
|
This situation appears if an image gets loaded that was created
|
||||||
|
by mkisofs ... -hide boot.catalog ...
|
||||||
|
xorriso -toc reports:
|
||||||
|
Boot bin_path: '/boot/isolinux/isolinux.bin'
|
||||||
|
Boot cat_path: -not-found-at-load-time-
|
||||||
|
|
||||||
|
- Not reproducible any more ?
|
||||||
|
Sesssion without MD5 does not get loaded if -md5 on
|
||||||
|
e.g. intenso USB when session 45 was youngest (w/o MD5)
|
||||||
|
|
||||||
|
libburn : DEBUG : burn_drive_is_enumerable_adr( stdio:/dev/sdb ) is true
|
||||||
|
libisoburn: DEBUG : Found 45 ISO sessions by scanning 2880 kB in 0 seconds
|
||||||
|
xorriso : NOTE : Loading ISO image tree from LBA 0
|
||||||
|
libisofs: FAILURE : Checksum mismatch between checksum tag and data blocks
|
||||||
|
libisofs: FAILURE : Image loading aborted due to MD5 mismatch of image tree data
|
||||||
|
libisofs: HINT : You may override this refusal by disabling MD5 checking
|
||||||
|
libisofs: FAILURE : Checksum mismatch in System Area, Volume Descriptors, or directory tree
|
||||||
|
Only the output drive remains. Created empty ISO image.
|
||||||
|
Drive current: -outdev '/dev/sdb'
|
||||||
|
Media current: stdio file, overwriteable
|
||||||
|
Media status : is written , is appendable
|
||||||
|
Media summary: 45 sessions, 774442 data blocks, 1513m data, 398m free
|
||||||
|
xorriso : FATAL : Cannot read ISO image tree
|
||||||
|
xorriso : HINT : You might get a questionable ISO image tree by option -md5 'off'.
|
||||||
|
xorriso : NOTE : Tolerated problem event of severity 'FATAL'
|
||||||
|
|
||||||
|
|
||||||
- what about split files and hard links ?
|
- what about split files and hard links ?
|
||||||
@ -6902,6 +7275,9 @@ xorriso : UPDATE : 3691 MB written (fifo 78%) [buf 100%] 2.3x.
|
|||||||
|
|
||||||
------------------------------------------------- important
|
------------------------------------------------- important
|
||||||
|
|
||||||
|
- introduce a read offset for displaced ISO images ?
|
||||||
|
(Copy from CD block 123456 to disk. Apply -img_displaced_by 123456s )
|
||||||
|
|
||||||
- options -print_info , -print_mark
|
- options -print_info , -print_mark
|
||||||
|
|
||||||
- (ECMA-119 names in: -copyright_id , -abstract_id , -biblio_id)
|
- (ECMA-119 names in: -copyright_id , -abstract_id , -biblio_id)
|
||||||
@ -6932,8 +7308,9 @@ xorriso : UPDATE : 3691 MB written (fifo 78%) [buf 100%] 2.3x.
|
|||||||
|
|
||||||
------------------------------------------------- development
|
------------------------------------------------- development
|
||||||
|
|
||||||
- Replace Libisofs_new_fs_image_inO by Libisofs_hardlink_prooF
|
- Is it possible to make use of iso_node_set_hidden()
|
||||||
and make the latter unconditional.
|
to hide e.g. boot catalogs ?
|
||||||
|
Eventually emulate mkisofs -hide -hide-list
|
||||||
|
|
||||||
- Special pseudo ACL: "--remove-default"
|
- Special pseudo ACL: "--remove-default"
|
||||||
|
|
||||||
@ -7000,11 +7377,6 @@ xorriso : UPDATE : 3691 MB written (fifo 78%) [buf 100%] 2.3x.
|
|||||||
iso_node_set_name("xyz");
|
iso_node_set_name("xyz");
|
||||||
}
|
}
|
||||||
|
|
||||||
- demo/ produces on FreeBSD several binaries of 500k each.
|
|
||||||
On all systems gcc issues warnings.
|
|
||||||
- Which demo binary is still valid ?
|
|
||||||
|
|
||||||
|
|
||||||
------ feature enhancements :
|
------ feature enhancements :
|
||||||
|
|
||||||
- With 100,000 files in a single directory, adding new nodes becomes
|
- With 100,000 files in a single directory, adding new nodes becomes
|
||||||
@ -7027,14 +7399,6 @@ xorriso : UPDATE : 3691 MB written (fifo 78%) [buf 100%] 2.3x.
|
|||||||
- $partok {0...1} = 0
|
- $partok {0...1} = 0
|
||||||
|
|
||||||
|
|
||||||
- File checksums as backpack and as xattr values.
|
|
||||||
Problem: If they are scattered over the data section then they will cause
|
|
||||||
a lot of random access and thus be slow with BD. They need to be buffered
|
|
||||||
in memory as zinfo and written all together after data section.
|
|
||||||
|
|
||||||
- Image checksum tag in the last data blocks of an image.
|
|
||||||
A data file entry should point to that block.
|
|
||||||
|
|
||||||
- A dummy option in IsoWriteOpts which causes iso_image_create_burn_source()
|
- A dummy option in IsoWriteOpts which causes iso_image_create_burn_source()
|
||||||
to end before actually data get written. (For -print_size)
|
to end before actually data get written. (For -print_size)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
|
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
|
||||||
# Provided under GPL version 2 or later.
|
# Provided under GPL version 2 or later.
|
||||||
|
|
||||||
AC_INIT([xorriso], [0.5.1], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.5.2], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
@ -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.5.1
|
xorriso_rev=0.5.2
|
||||||
# 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:
|
||||||
|
@ -20648,7 +20648,7 @@ char *Xorriso__get_patch_level_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.5.1"
|
#define Xorriso_main_program_versioN "0.5.2"
|
||||||
|
|
||||||
#else /* Xorriso_without_subS */
|
#else /* Xorriso_without_subS */
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
struct XorrisO;
|
struct XorrisO;
|
||||||
|
|
||||||
|
|
||||||
#define Xorriso_program_versioN "0.5.1"
|
#define Xorriso_program_versioN "0.5.2"
|
||||||
#define Xorriso_program_patch_leveL ""
|
#define Xorriso_program_patch_leveL ""
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,7 +57,8 @@ Images or add-on sessions may be written to about any kind of file object.
|
|||||||
<DD>With kernel 2.4 a PATA/IDE drive has to be under ide-scsi emulation.</DD>
|
<DD>With kernel 2.4 a PATA/IDE drive has to be under ide-scsi emulation.</DD>
|
||||||
<DD>With kernel 2.6 ide-scsi is not needed.</DD>
|
<DD>With kernel 2.6 ide-scsi is not needed.</DD>
|
||||||
<DT>or FreeBSD, libc, libpthread :</DT>
|
<DT>or FreeBSD, libc, libpthread :</DT>
|
||||||
<DD>PATA/IDE and SATA drives need atapicam running.</DD>
|
<DD>PATA/IDE drives need atapicam running.</DD>
|
||||||
|
<DD>SATA drives need atapicam or ahci running.</DD>
|
||||||
<DD>libcam has to be installed.</DD>
|
<DD>libcam has to be installed.</DD>
|
||||||
<DD>libiconv has to be installed.</DD>
|
<DD>libiconv has to be installed.</DD>
|
||||||
<DT>or some other X/Open system, libc, libpthread :</DT>
|
<DT>or some other X/Open system, libc, libpthread :</DT>
|
||||||
@ -435,17 +436,19 @@ 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.5.0.tar.gz">xorriso-0.5.0.tar.gz</A>
|
<DD><A HREF="xorriso-0.5.2.tar.gz">xorriso-0.5.2.tar.gz</A>
|
||||||
(1370 KB).
|
(1560 KB).
|
||||||
</DD>
|
</DD>
|
||||||
<DD>(Released 22 Feb 2010)</DD>
|
<DD>(Released 29 Mar 2010)</DD>
|
||||||
<DD><A HREF="xorriso-0.5.0.tar.gz.sig">xorriso-0.5.0.tar.gz.sig</A>
|
<DD><A HREF="xorriso-0.5.2.tar.gz.sig">xorriso-0.5.2.tar.gz.sig</A></DD>
|
||||||
(detached GPG signature).
|
<DD>
|
||||||
|
(detached GPG signature for verification by
|
||||||
|
<KBD>gpg --verify xorriso-0.5.2.tar.gz.sig xorriso-0.5.2.tar.gz</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.5.0.tar.gz
|
as xorriso/xorriso-0.5.2.tar.gz
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
@ -457,11 +460,11 @@ as xorriso/xorriso-0.5.0.tar.gz
|
|||||||
</DL>
|
</DL>
|
||||||
<A NAME="contact"></A>
|
<A NAME="contact"></A>
|
||||||
<DL><DT>Contact:</DT>
|
<DL><DT>Contact:</DT>
|
||||||
<DD>Thomas Schmitt, <A HREF="mailto:scdbackup@gmx.net">scdbackup@gmx.net</A></DD>
|
|
||||||
<DD>GNU xorriso support mailing list,
|
<DD>GNU xorriso support mailing list,
|
||||||
<A HREF="mailto:bug-xorriso@gnu.org">bug-xorriso@gnu.org</A></DD>
|
<A HREF="mailto:bug-xorriso@gnu.org">bug-xorriso@gnu.org</A></DD>
|
||||||
<DD>libburnia development mailing list,
|
<DD>libburnia development mailing list,
|
||||||
<A HREF="mailto:libburn-hackers@pykix.org">libburn-hackers@pykix.org</A></DD>
|
<A HREF="mailto:libburn-hackers@pykix.org">libburn-hackers@pykix.org</A></DD>
|
||||||
|
<DD>Thomas Schmitt, <A HREF="mailto:scdbackup@gmx.net">scdbackup@gmx.net</A></DD>
|
||||||
</DL>
|
</DL>
|
||||||
<DL><DT>License:</DT>
|
<DL><DT>License:</DT>
|
||||||
<DD><A HREF="COPYING_xorriso">GPL version 3 or later.</A>
|
<DD><A HREF="COPYING_xorriso">GPL version 3 or later.</A>
|
||||||
@ -473,21 +476,9 @@ as xorriso/xorriso-0.5.0.tar.gz
|
|||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Bug fixes towards xorriso-0.4.8.pl00:
|
Bug fixes towards xorriso-0.5.0:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>- none -</LI>
|
||||||
Regression in libisofs introduced with xorriso-0.4.2:
|
|
||||||
-boot_image isolinux patch could lead to SIGSEGV
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
On FreeBSD: xorriso could leave the drive tray locked
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
On FreeBSD: Piped input was falsely attributed a small fixed size
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
xorriso -update_r could lead to SIGSEGV if applied to a data file
|
|
||||||
</LI>
|
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
-->
|
-->
|
||||||
@ -507,9 +498,12 @@ Bug fixes towards xorriso-0.4.8.pl00:
|
|||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.4.8.pl00:
|
Enhancements towards previous stable version xorriso-0.4.8.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Transition of documentation and program messages towards GNU xorriso</LI>
|
|
||||||
<LI>
|
<LI>
|
||||||
New option -scsi_log
|
Manual now based on hybrid format of Texinfo and man-page.
|
||||||
|
Copies included: xorriso.texi, xorriso.info , xorriso.1
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
On FreeBSD: support for upcomming SATA driver "ahci"
|
||||||
</LI>
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
@ -533,7 +527,7 @@ 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> </DD>
|
<DD> </DD>
|
||||||
<DT>libburn-0.7.7</DT>
|
<DT>libburn-0.7.9</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
|
||||||
@ -542,7 +536,7 @@ Thomas Schmitt from team of libburnia-project.org)</DD>
|
|||||||
<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.5.0</DT>
|
<DT>libisoburn-0.5.2</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>(By Vreixo Formoso and Thomas Schmitt
|
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||||
@ -557,26 +551,28 @@ cdrecord and mkisofs.</DT>
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.5.1 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.5.3 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.5.0:
|
<DD>Bug fixes towards xorriso-0.5.2:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
<!--
|
<!--
|
||||||
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.5.0:
|
<DD>Enhancements towards stable version 0.5.2:
|
||||||
<UL>
|
<UL>
|
||||||
|
|
||||||
<LI>- none yet -</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.5.1</A>
|
<DD><A HREF="README_xorriso_devel">README 0.5.3</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.5.1 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.5.3 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.1)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.3)</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
|
||||||
@ -586,8 +582,8 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.5.1.tar.gz">xorriso-0.5.1.tar.gz</A>
|
<A HREF="xorriso-0.5.3.tar.gz">xorriso-0.5.3.tar.gz</A>
|
||||||
(1370 KB).
|
(1560 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 "2010.03.29.103533"
|
#define Xorriso_timestamP "2010.03.29.190001"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
#define xorriso_libisoburn_req_major 0
|
#define xorriso_libisoburn_req_major 0
|
||||||
#define xorriso_libisoburn_req_minor 5
|
#define xorriso_libisoburn_req_minor 5
|
||||||
#define xorriso_libisoburn_req_micro 1
|
#define xorriso_libisoburn_req_micro 2
|
||||||
|
|
||||||
|
|
||||||
struct SpotlisT; /* List of intervals with different read qualities */
|
struct SpotlisT; /* List of intervals with different read qualities */
|
||||||
|
Reference in New Issue
Block a user