Compare commits
5 Commits
1.0.2
...
ZeroFiveEi
Author | SHA1 | Date | |
---|---|---|---|
a5e17bd8f8 | |||
1d08b53a8b | |||
76dab3316c | |||
1223de9f82 | |||
6eb8dc42c7 |
19
README
19
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.6.pl00.tar.gz
|
http://files.libburnia-project.org/releases/libisoburn-0.5.8.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.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -34,17 +34,17 @@ By using this software you agree to the disclaimer at the end of this text:
|
|||||||
|
|
||||||
Compilation, First Glimpse, Installation
|
Compilation, First Glimpse, Installation
|
||||||
|
|
||||||
Dynamic library and compile time header requirements for libisoburn-0.5.6 :
|
Dynamic library and compile time header requirements for libisoburn-0.5.8 :
|
||||||
- libburn.so.4 , version libburn-0.8.2 or higher
|
- libburn.so.4 , version libburn-0.8.2 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.32 or higher
|
- libisofs.so.6 , version libisofs-0.6.32 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.6.pl00.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.5.8.pl00.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.5.6.pl00.tar.gz
|
tar xzf libisoburn-0.5.8.pl00.tar.gz
|
||||||
cd libisoburn-0.5.6
|
cd libisoburn-0.5.8
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -122,11 +122,14 @@ So after installation of a binary libisoburn package you may find it e.g. as
|
|||||||
/usr/local/include/libisoburn/xorriso.h
|
/usr/local/include/libisoburn/xorriso.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Drives and Disk File Objects
|
Drives and Disk File Objects
|
||||||
|
|
||||||
The user of libisoburn applications needs rw-permission for the CD/DVD/BD
|
The user of libisoburn applications needs operating system dependent
|
||||||
drives which shall be used, even if only reading is intended.
|
permissions for the CD/DVD/BD drives which shall be used.
|
||||||
|
On Linux and FreeBSD this means -rw-permissions, even if only reading is
|
||||||
|
intended. On Solaris one needs privileges "basic,sys_devices" and r-permission,
|
||||||
|
even if writing is intended.
|
||||||
|
|
||||||
A list of rw-accessible drives can be obtained by
|
A list of rw-accessible drives can be obtained by
|
||||||
xorriso -devices
|
xorriso -devices
|
||||||
resp. by xorriso API call
|
resp. by xorriso API call
|
||||||
|
18
configure.ac
18
configure.ac
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.5.7], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.5.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])
|
||||||
|
|
||||||
@ -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=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
|
||||||
|
|
||||||
@ -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 B00504
|
dnl ts B00613
|
||||||
dnl ### This is the release version 0.5.6 = libisoburn.so.1.45.0
|
dnl This is the release version 0.5.8 = libisoburn.so.1.47.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 = 46 - 45 = 1 . Library name = libisoburn.so.1.45.0
|
dnl SONAME = 48 - 47 = 1 . Library name = libisoburn.so.1.47.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=46
|
LT_CURRENT=48
|
||||||
LT_AGE=45
|
LT_AGE=47
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
|
@ -264,7 +264,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 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 @@
|
|||||||
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.7.tar.gz
|
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.8.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.7.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.5.8.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.5.7.tar.gz
|
tar xzf xorriso-0.5.8.tar.gz
|
||||||
cd xorriso-0.5.7
|
cd xorriso-0.5.8
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -150,7 +150,7 @@ On Linux, full and insecure enabling of both for everybody would look like
|
|||||||
This is equivalent to the traditional setup chmod a+x,u+s cdrecord.
|
This is equivalent to the traditional setup chmod a+x,u+s cdrecord.
|
||||||
|
|
||||||
On FreeBSD, device permissions are to be set in /etc/devfs.rules.
|
On FreeBSD, device permissions are to be set in /etc/devfs.rules.
|
||||||
On Solaris, pfexec privileges may be restricted to "base,sys_devices".
|
On Solaris, pfexec privileges may be restricted to "basic,sys_devices".
|
||||||
See below "System Dependend Drive Permission Examples".
|
See below "System Dependend Drive Permission Examples".
|
||||||
|
|
||||||
I strongly discourage to run xorriso with setuid root or via sudo !
|
I strongly discourage to run xorriso with setuid root or via sudo !
|
||||||
@ -275,21 +275,22 @@ xorriso is based on libisofs which does ISO 9600 filesystem aspects and on
|
|||||||
libburn which does the input and output aspects. Parts of this foundation
|
libburn which does the input and output aspects. Parts of this foundation
|
||||||
are accessed via libisoburn, which is closely related to xorriso.
|
are accessed via libisoburn, which is closely related to xorriso.
|
||||||
|
|
||||||
libisoburn provides two services:
|
libisoburn provides several services:
|
||||||
- Encapsulation of coordination between libisofs and libburn.
|
- Encapsulation of coordination between libisofs and libburn.
|
||||||
- Emulation of ISO 9660 multi-session on overwriteable media
|
- Emulation of ISO 9660 multi-session on overwriteable media
|
||||||
or random access files.
|
or random access files.
|
||||||
|
- Implementation of the xorriso API.
|
||||||
|
|
||||||
The sourcecode of all three libraries is included in the xorriso standalone
|
The sourcecode of all three libraries is included in the xorriso standalone
|
||||||
tarball. It is compiled with xorriso and linked statically.
|
tarball. It is compiled with xorriso and linked statically.
|
||||||
But you may as well get and install releases of libburn and libisofs, in order
|
But you may as well get and install releases of libburn and libisofs, in order
|
||||||
to be able to install a release of libisoburn which produces libisoburn.so.1
|
to be able to install a release of libisoburn which produces libisoburn.so.1
|
||||||
and a matching dynamically linked xorriso binary.
|
and a matching dynamically linked xorriso binary.
|
||||||
This binary is leaner but depends on properly installed libraries of suitable
|
This binary is very lean but depends on properly installed libraries ofi
|
||||||
revision.
|
suitable revision.
|
||||||
|
|
||||||
Dynamic library and compile time header requirements for libisoburn-0.5.6 :
|
Dynamic library and compile time header requirements for libisoburn-0.5.8 :
|
||||||
- libburn.so.4 , version libburn-0.7.8 or higher
|
- libburn.so.4 , version libburn-0.8.2 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.32 or higher
|
- libisofs.so.6 , version libisofs-0.6.32 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
|
||||||
|
@ -7614,7 +7614,7 @@ svn copy -m Branching for libisoburn release 0.5.6
|
|||||||
http://svn.libburnia-project.org/libisoburn/trunk
|
http://svn.libburnia-project.org/libisoburn/trunk
|
||||||
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix
|
||||||
|
|
||||||
2010.05.04.100001 [3213]
|
2010.05.04.100001 [3211]
|
||||||
configure.ac
|
configure.ac
|
||||||
README
|
README
|
||||||
libisoburn/libisoburn.h
|
libisoburn/libisoburn.h
|
||||||
@ -7628,7 +7628,7 @@ xorriso/configure_ac.txt
|
|||||||
xorriso/xorriso_timestamp.h
|
xorriso/xorriso_timestamp.h
|
||||||
Version leap to libisoburn-0.5.6
|
Version leap to libisoburn-0.5.6
|
||||||
|
|
||||||
04 May 2010 []
|
04 May 2010 [3212]
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Documented changes and release timestamp
|
Documented changes and release timestamp
|
||||||
|
|
||||||
@ -7638,7 +7638,7 @@ Documented changes and release timestamp
|
|||||||
* New -as mkisofs options --efi-boot, -eltorito-alt-boot
|
* New -as mkisofs options --efi-boot, -eltorito-alt-boot
|
||||||
|
|
||||||
|
|
||||||
2010.05.04.120115 []
|
2010.05.04.120115 [3213]
|
||||||
configure.ac
|
configure.ac
|
||||||
README
|
README
|
||||||
libisoburn/libisoburn.h
|
libisoburn/libisoburn.h
|
||||||
@ -7650,21 +7650,358 @@ xorriso/xorriso_eng.html
|
|||||||
xorriso/make_xorriso_standalone.sh
|
xorriso/make_xorriso_standalone.sh
|
||||||
xorriso/configure_ac.txt
|
xorriso/configure_ac.txt
|
||||||
xorriso/xorriso_timestamp.h
|
xorriso/xorriso_timestamp.h
|
||||||
Version leap to libisoburn-0.5.4
|
Version leap to libisoburn-0.5.7
|
||||||
|
|
||||||
04 May 2010 []
|
04 May 2010 [3214]
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Documented changes and release timestamp
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
04 May 2010 [3215]
|
||||||
|
svn move -m Promoted branch to tag
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix
|
||||||
|
http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveSix
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.5.7 - 2010.05.04.120115
|
------------------------------------ cycle - xorriso-0.5.7 - 2010.05.04.120115
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.5.7 -
|
|
||||||
------------------------------------ cycle - xorriso-0.5.7 -
|
2010.05.05.194248 [3216]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Removed development macro Xorriso_multi_booT by making it unconditional
|
||||||
|
|
||||||
|
05 May 2010 [3217]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Avoided to show inappropriate links on www.gnu.org
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.7 - 2010.05.05.194248
|
||||||
|
|
||||||
|
|
||||||
|
2010.05.15.184604 [3218]
|
||||||
|
Makefile.am
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/compile_xorriso.sh
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
- xorriso/xorriso.c
|
||||||
|
- xorriso/xorrisoburn.c
|
||||||
|
+ xorriso/xorriso_main.c
|
||||||
|
+ xorriso/sfile.h
|
||||||
|
+ xorriso/sfile.c
|
||||||
|
+ xorriso/aux_objects.h
|
||||||
|
+ xorriso/aux_objects.c
|
||||||
|
+ xorriso/findjob.h
|
||||||
|
+ xorriso/findjob.c
|
||||||
|
+ xorriso/check_media.h
|
||||||
|
+ xorriso/check_media.c
|
||||||
|
+ xorriso/misc_funct.h
|
||||||
|
+ xorriso/misc_funct.c
|
||||||
|
+ xorriso/text_io.h
|
||||||
|
+ xorriso/text_io.c
|
||||||
|
+ xorriso/match.h
|
||||||
|
+ xorriso/match.c
|
||||||
|
+ xorriso/emulators.h
|
||||||
|
+ xorriso/emulators.c
|
||||||
|
+ xorriso/disk_ops.h
|
||||||
|
+ xorriso/disk_ops.c
|
||||||
|
+ xorriso/cmp_update.h
|
||||||
|
+ xorriso/cmp_update.c
|
||||||
|
+ xorriso/parse_exec.h
|
||||||
|
+ xorriso/parse_exec.c
|
||||||
|
+ xorriso/opts_a_c.c
|
||||||
|
+ xorriso/opts_d_h.c
|
||||||
|
+ xorriso/opts_i_o.c
|
||||||
|
+ xorriso/opts_p_z.c
|
||||||
|
+ xorriso/base_obj.h
|
||||||
|
+ xorriso/base_obj.c
|
||||||
|
+ xorriso/lib_mgt.h
|
||||||
|
+ xorriso/lib_mgt.c
|
||||||
|
+ xorriso/sort_cmp.h
|
||||||
|
+ xorriso/sort_cmp.c
|
||||||
|
+ xorriso/drive_mgt.h
|
||||||
|
+ xorriso/drive_mgt.c
|
||||||
|
+ xorriso/iso_img.h
|
||||||
|
+ xorriso/iso_img.c
|
||||||
|
+ xorriso/iso_tree.h
|
||||||
|
+ xorriso/iso_tree.c
|
||||||
|
+ xorriso/iso_manip.h
|
||||||
|
+ xorriso/iso_manip.c
|
||||||
|
+ xorriso/write_run.h
|
||||||
|
+ xorriso/write_run.c
|
||||||
|
+ xorriso/read_run.h
|
||||||
|
+ xorriso/read_run.c
|
||||||
|
+ xorriso/filters.h
|
||||||
|
+ xorriso/filters.c
|
||||||
|
Splitted xorriso.c and xorrisoburn.c into smaller source modules
|
||||||
|
|
||||||
|
2010.05.16.092546 [3220]
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
libisoburn/data_source.c
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
Eventually including ../config.h generated by autotools
|
||||||
|
|
||||||
|
2010.05.16.093108 [3221]
|
||||||
|
xorriso/aux_objects.c
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/check_media.c
|
||||||
|
xorriso/cmp_update.c
|
||||||
|
xorriso/disk_ops.c
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/filters.c
|
||||||
|
xorriso/findjob.c
|
||||||
|
xorriso/iso_img.c
|
||||||
|
xorriso/iso_manip.c
|
||||||
|
xorriso/iso_tree.c
|
||||||
|
xorriso/lib_mgt.c
|
||||||
|
xorriso/make_xorriso_1.c
|
||||||
|
xorriso/match.c
|
||||||
|
xorriso/misc_funct.c
|
||||||
|
xorriso/opts_a_c.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/opts_i_o.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/parse_exec.c
|
||||||
|
xorriso/read_run.c
|
||||||
|
xorriso/sfile.c
|
||||||
|
xorriso/sort_cmp.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
Eventually including ../config.h generated by autotools
|
||||||
|
|
||||||
|
2010.05.16.113100 [3222]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
Made option -version know again whether it is in GNU xorriso
|
||||||
|
|
||||||
|
2010.05.16.171056 [3223]
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
Checking for suitable sizeof(off_t)
|
||||||
|
|
||||||
|
2010.05.17.142656 [3224]
|
||||||
|
+ xorriso/xorriso_bootstrap.txt
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
Made compilation of GNU xorriso less verbous by use of autoheader config.h
|
||||||
|
|
||||||
|
2010.05.18.174455 [3225]
|
||||||
|
Makefile.am
|
||||||
|
- xorriso/makefile_libxorriso_am.txt
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
Moved xorriso implementation into libisoburn
|
||||||
|
|
||||||
|
19 May 2010 [3226]
|
||||||
|
test/compare_file.c
|
||||||
|
Eventually including ../config.h generated by autotools
|
||||||
|
|
||||||
|
2010.05.19.160540 [3227]
|
||||||
|
configure.ac
|
||||||
|
Makefile.am
|
||||||
|
xorriso/compile_xorriso.sh
|
||||||
|
Moved configuration options from xorriso_xorriso_CFLAGS to CFLAGS
|
||||||
|
|
||||||
|
2010.05.21.132725 [3228]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Mentioned both levels of API and their mutual exclusiveness
|
||||||
|
|
||||||
|
2010.05.21.133627 [3229]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
Adapted version checking to new library situation
|
||||||
|
|
||||||
|
2010.05.21.134500 [3230]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Corrected typo in remark
|
||||||
|
|
||||||
|
2010.05.23.072450 [3231]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
New write extension option isoburn_igopt_no_emul_toc
|
||||||
|
|
||||||
|
2010.05.23.072616 [3232]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
New -compliance rule no_emul_toc
|
||||||
|
|
||||||
|
2010.05.23.072845 [3233]
|
||||||
|
xorriso/emulators.c
|
||||||
|
Implemented -as cdrecord -V, new -as mkisofs option --no-emul-toc
|
||||||
|
|
||||||
|
23 May 2010 [3234]
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Documentation for recent enhancements
|
||||||
|
|
||||||
|
2010.05.26.123017 [3235]
|
||||||
|
xorriso/emulators.c
|
||||||
|
Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
|
||||||
|
|
||||||
|
26 May 2010 [3236]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Updated GNU xorriso web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.7 - 2010.05.26.123017
|
||||||
|
* xorriso source split into more modules, object code moved into libisoburn
|
||||||
|
* New write extension option isoburn_igopt_no_emul_toc
|
||||||
|
* New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc
|
||||||
|
* Implemented -as cdrecord -V
|
||||||
|
* Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
|
||||||
|
|
||||||
|
|
||||||
|
2010.05.31.095756 [3238]
|
||||||
|
xorriso/aux_objects.h
|
||||||
|
xorriso/aux_objects.c
|
||||||
|
Corrected a misplaced class description comment
|
||||||
|
|
||||||
|
2010.06.07.180414 [3242]
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
Taking care of new Solaris adapter of libburn
|
||||||
|
|
||||||
|
07 Jun 2010 [3243]
|
||||||
|
README
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Updated documentation about Solaris adapter
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.7 - 2010.06.07.180414
|
||||||
|
* New libburn system adapter for Solaris uscsi (tested on snv134, kernel 5.11)
|
||||||
|
|
||||||
|
|
||||||
|
10 Jun 2010 [3249]
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Mentioned Solaris and system dependent drive permission settings
|
||||||
|
|
||||||
|
2010.06.11.174804 [3258]
|
||||||
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Requiring libburn-0.8.2 now
|
||||||
|
|
||||||
|
11 Jun 2010 [3259]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Adapted xorriso-standalone to version leap libburn-0.8.3
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.7 - 2010.06.11.174804
|
||||||
|
|
||||||
|
|
||||||
|
2010.06.13.105645 [3260]
|
||||||
|
xorriso/emulators.c
|
||||||
|
Removed surplus test expression
|
||||||
|
|
||||||
|
2010.06.13.110316 [3261]
|
||||||
|
README
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_main.c
|
||||||
|
Updated docs about existence of xorriso API in libisoburn
|
||||||
|
|
||||||
|
2010.06.13.133537 [3261]
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Untangled messed-up relation between -hardlinks and -compliance
|
||||||
|
|
||||||
|
13 Jun 2010 [3263]
|
||||||
|
svn copy -m Branching for libisoburn release 0.5.8
|
||||||
|
http://svn.libburnia-project.org/libisoburn/trunk
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveEight
|
||||||
|
|
||||||
|
2010.06.13.140001 [3264]
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README_gnu_xorriso
|
||||||
|
xorriso/xorriso.h
|
||||||
|
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.8
|
||||||
|
|
||||||
|
13 Jun 2010 [3265]
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
Avoided double printing of xorriso version header line
|
||||||
|
|
||||||
|
[]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
----------------------------------- release - xorriso-0.5.8 - 2010.06.13.140001
|
||||||
|
* New libburn system adapter for Solaris uscsi (tested on snv134, kernel 5.11)
|
||||||
|
* xorriso source split into more modules, object code moved into libisoburn
|
||||||
|
* New write extension option isoburn_igopt_no_emul_toc
|
||||||
|
* New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc
|
||||||
|
* Implemented -as cdrecord -V
|
||||||
|
* Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
|
||||||
|
|
||||||
|
|
||||||
|
[]
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
Avoided double printing of xorriso version header line
|
||||||
|
|
||||||
|
[]
|
||||||
|
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.7
|
||||||
|
|
||||||
|
[]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
[]
|
||||||
|
svn move -m Promoted branch to tag
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveEight
|
||||||
|
http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveEight
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.9 -
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.9 -
|
||||||
|
------------------------------------ cycle - xorriso-0.5.9 -
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
TODO
|
TODO
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
------------------------------------------------- For Solaris
|
||||||
|
|
||||||
|
libreadline does not know that it needs
|
||||||
|
libcurses. (On Linux and on FreeBSD it
|
||||||
|
links -lcurses automatically.)
|
||||||
|
I need a smarter ./configure test.
|
||||||
|
|
||||||
|
The OS adapter header os-dummy.h for general
|
||||||
|
X/Open systems does not know that it shall
|
||||||
|
ignore SIGWINCH (which libreadline throws).
|
||||||
|
|
||||||
|
The mount command needs to be adapted to Solaris.
|
||||||
|
(What is possible, at all ?)
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------- For GRUB
|
------------------------------------------------- For GRUB
|
||||||
|
|
||||||
- multi-boot management
|
- multi-boot management
|
||||||
@ -7679,9 +8016,8 @@ Documented changes and release timestamp
|
|||||||
- warn that multiple boot images work only if they stem from
|
- warn that multiple boot images work only if they stem from
|
||||||
distinct disk files
|
distinct disk files
|
||||||
|
|
||||||
|
- Option to avoid TOC-emulation and save 64 to 126 kB
|
||||||
|
|
||||||
- move most of xorriso into libisoburn
|
|
||||||
- split up xorriso.c and xorrisoburn.c into smaller modules
|
|
||||||
|
|
||||||
------------------------------------------------- FreeBSD
|
------------------------------------------------- FreeBSD
|
||||||
|
|
||||||
@ -7690,6 +8026,8 @@ Documented changes and release timestamp
|
|||||||
|
|
||||||
------------------------------------------------- bugs
|
------------------------------------------------- bugs
|
||||||
|
|
||||||
|
- xorriso_eng.html on www.gnu.org it should rather be xorriso.html
|
||||||
|
|
||||||
- DVD-ROM drives report CD tracks with size up to the next track start.
|
- DVD-ROM drives report CD tracks with size up to the next track start.
|
||||||
Why ? -> libburn
|
Why ? -> libburn
|
||||||
Eventually restrict -check_media to ISO image size ?
|
Eventually restrict -check_media to ISO image 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.7], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.5.8], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -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.7
|
xorriso_rev=0.5.8
|
||||||
# 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:
|
||||||
|
@ -1531,7 +1531,6 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag)
|
|||||||
"xorriso version : %d.%d.%d%s\n",
|
"xorriso version : %d.%d.%d%s\n",
|
||||||
Xorriso_header_version_majoR, Xorriso_header_version_minoR,
|
Xorriso_header_version_majoR, Xorriso_header_version_minoR,
|
||||||
Xorriso_header_version_micrO, Xorriso_program_patch_leveL);
|
Xorriso_header_version_micrO, Xorriso_program_patch_leveL);
|
||||||
Xorriso_result(xorriso, 0);
|
|
||||||
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
||||||
"Version timestamp : %s\n",Xorriso_timestamP);
|
"Version timestamp : %s\n",Xorriso_timestamP);
|
||||||
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
||||||
|
@ -50,7 +50,7 @@ struct XorrisO;
|
|||||||
*/
|
*/
|
||||||
#define Xorriso_header_version_majoR 0
|
#define Xorriso_header_version_majoR 0
|
||||||
#define Xorriso_header_version_minoR 5
|
#define Xorriso_header_version_minoR 5
|
||||||
#define Xorriso_header_version_micrO 7
|
#define Xorriso_header_version_micrO 8
|
||||||
|
|
||||||
|
|
||||||
/** Eventually something like ".pl01" to indicate a bug fix. Normally empty.
|
/** Eventually something like ".pl01" to indicate a bug fix. Normally empty.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<META NAME="description" CONTENT="GNU xorriso, creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions">
|
<META NAME="description" CONTENT="GNU xorriso, creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions">
|
||||||
<META NAME="keywords" CONTENT="xorriso, libburn, libburnia, burn, CD, DVD, ISO, ISO 9660, RockRidge, Rock Ridge, GNU/Linux, Linux, FreeBSD, recording, burning, CD-R, CD-RW, DVD-R, DVD-RW, DVD+RW, DVD+R, DVD+R DL, BD-RE, BD-R, scdbackup">
|
<META NAME="keywords" CONTENT="xorriso, libburn, libburnia, burn, CD, DVD, ISO, ISO 9660, RockRidge, Rock Ridge, GNU/Linux, Linux, FreeBSD, Solaris, recording, burning, CD-R, CD-RW, DVD-R, DVD-RW, DVD+RW, DVD+R, DVD+R DL, BD-RE, BD-R, scdbackup">
|
||||||
<META NAME="robots" CONTENT="follow">
|
<META NAME="robots" CONTENT="follow">
|
||||||
<TITLE>GNU xorriso - GNU Project - Free Software Foundation</TITLE>
|
<TITLE>GNU xorriso - GNU Project - Free Software Foundation</TITLE>
|
||||||
<LINK rev="made" href="mailto:webmasters@gnu.org">
|
<LINK rev="made" href="mailto:webmasters@gnu.org">
|
||||||
@ -15,7 +15,8 @@
|
|||||||
<P>
|
<P>
|
||||||
<H1>GNU xorriso</H1>
|
<H1>GNU xorriso</H1>
|
||||||
|
|
||||||
<H2>ISO 9660 Rock Ridge Filesystem Manipulator for GNU/Linux and FreeBSD</H2>
|
<H2>ISO 9660 Rock Ridge Filesystem Manipulator for GNU/Linux, FreeBSD, Solaris
|
||||||
|
</H2>
|
||||||
</P>
|
</P>
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
@ -43,7 +44,7 @@ About any CD, DVD, or BD recorder produced in the recent ten years.
|
|||||||
supports recorders which are compliant to standards MMC-1 for CD and
|
supports recorders which are compliant to standards MMC-1 for CD and
|
||||||
MMC-5 for DVD or BD.
|
MMC-5 for DVD or BD.
|
||||||
<BR>
|
<BR>
|
||||||
GNU/Linux and FreeBSD allow to access drives connected
|
GNU/Linux, FreeBSD, and Solaris allow to access drives connected
|
||||||
via SCSI, PATA (aka IDE, ATA), USB, or SATA.
|
via SCSI, PATA (aka IDE, ATA), USB, or SATA.
|
||||||
<BR>
|
<BR>
|
||||||
xorriso also operates on ISO images in data files or block devices.
|
xorriso also operates on ISO images in data files or block devices.
|
||||||
@ -61,6 +62,8 @@ Images or add-on sessions may be written to about any kind of file object.
|
|||||||
<DD>SATA drives need atapicam or ahci 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 Solaris, libc, libpthread :</DT>
|
||||||
|
<DD>Tested on kernel 5.11, hopefully suitable for older ones too.</DD>
|
||||||
<DT>or some other X/Open system, libc, libpthread :</DT>
|
<DT>or some other X/Open system, libc, libpthread :</DT>
|
||||||
<DD>
|
<DD>
|
||||||
There will be no direct operation of optical drives, but only POSIX i/o
|
There will be no direct operation of optical drives, but only POSIX i/o
|
||||||
@ -119,11 +122,11 @@ File content may get zisofs or gzip compressed or filtered by external
|
|||||||
processes.
|
processes.
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
Writes result as completely new image or as add-on session
|
Can activate ISOLINUX and GRUB boot images by El Torito boot record and MBR.
|
||||||
to optical media or filesystem objects.
|
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
Can activate ISOLINUX and GRUB boot images by El Torito boot record and MBR.
|
Writes result as completely new image or as add-on session
|
||||||
|
to optical media or filesystem objects.
|
||||||
</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.
|
||||||
@ -436,19 +439,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.6.tar.gz">xorriso-0.5.6.tar.gz</A>
|
<DD><A HREF="xorriso-0.5.8.tar.gz">xorriso-0.5.8.tar.gz</A>
|
||||||
(1600 KB).
|
(1640 KB).
|
||||||
</DD>
|
</DD>
|
||||||
<DD>(Released 04 May 2010)</DD>
|
<DD>(Released 13 Jun 2010)</DD>
|
||||||
<DD><A HREF="xorriso-0.5.6.tar.gz.sig">xorriso-0.5.6.tar.gz.sig</A></DD>
|
<DD><A HREF="xorriso-0.5.8.tar.gz.sig">xorriso-0.5.8.tar.gz.sig</A></DD>
|
||||||
<DD>
|
<DD>
|
||||||
(detached GPG signature for verification by
|
(detached GPG signature for verification by
|
||||||
<KBD>gpg --verify xorriso-0.5.6.tar.gz.sig xorriso-0.5.6.tar.gz</KBD>).
|
<KBD>gpg --verify xorriso-0.5.8.tar.gz.sig xorriso-0.5.8.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.6.tar.gz
|
as xorriso/xorriso-0.5.8.tar.gz
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
@ -476,9 +479,18 @@ as xorriso/xorriso-0.5.6.tar.gz
|
|||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Bug fixes towards xorriso-0.5.4:
|
Bug fixes towards xorriso-0.5.6:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none -</LI>
|
<LI>
|
||||||
|
CD TOC was not read if the first track did not start at LBA 0
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
CD-ROM media got attributed random lead-in and lead-out adresses
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
SIGSEGV of experimental libcdio system adapter if drive list is empty
|
||||||
|
</LI>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
-->
|
-->
|
||||||
@ -496,17 +508,12 @@ Bug fixes in .pl01 towards xorriso-:
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.5.4:
|
Enhancements towards previous stable version xorriso-0.5.6:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>A new system adapter allows to burn CD, DVD and BD on OpenSolaris</LI>
|
||||||
Allowing up to 32 boot images
|
<LI>New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc</LI>
|
||||||
</LI>
|
<LI>Implemented -as cdrecord -V</LI>
|
||||||
<LI>
|
<LI>Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase</LI>
|
||||||
New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
New -as mkisofs options --efi-boot, -eltorito-alt-boot
|
|
||||||
</LI>
|
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
-->
|
-->
|
||||||
@ -529,7 +536,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.8.1</DT>
|
<DT>libburn-0.8.3</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
|
||||||
@ -538,7 +545,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.6</DT>
|
<DT>libisoburn-0.5.8</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
|
||||||
@ -553,8 +560,8 @@ cdrecord and mkisofs.</DT>
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.5.7 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.5.9 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.5.6:
|
<DD>Bug fixes towards xorriso-0.5.8:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
<!--
|
<!--
|
||||||
@ -562,21 +569,18 @@ cdrecord and mkisofs.</DT>
|
|||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.5.6:
|
<DD>Enhancements towards stable version 0.5.8:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>A new system adapter allows to burn CD, DVD and BD on OpenSolaris</LI>
|
<LI>- none yet -</LI>
|
||||||
<LI>New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc</LI>
|
|
||||||
<LI>Implemented -as cdrecord -V</LI>
|
|
||||||
<LI>Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase</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.7</A>
|
<DD><A HREF="README_xorriso_devel">README 0.5.9</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.5.7 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.5.9 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.7)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.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
|
||||||
@ -586,7 +590,7 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.5.7.tar.gz">xorriso-0.5.7.tar.gz</A>
|
<A HREF="xorriso-0.5.9.tar.gz">xorriso-0.5.9.tar.gz</A>
|
||||||
(1630 KB).
|
(1630 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
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.06.13.133537"
|
#define Xorriso_timestamP "2010.06.13.140001"
|
||||||
|
@ -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 7
|
#define xorriso_libisoburn_req_micro 8
|
||||||
|
|
||||||
|
|
||||||
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