Compare commits
4 Commits
ZeroSixFou
...
ZeroSixZer
Author | SHA1 | Date | |
---|---|---|---|
f8bec5d746 | |||
0be8414929 | |||
5ed122161b | |||
47aee12caf |
14
README
14
README
@ -4,7 +4,7 @@
|
||||
libisoburn and xorriso. By Vreixo Formoso <metalpain2002@yahoo.es>
|
||||
and Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org.
|
||||
http://files.libburnia-project.org/releases/libisoburn-0.5.8.pl00.tar.gz
|
||||
http://files.libburnia-project.org/releases/libisoburn-0.6.0.pl00.tar.gz
|
||||
Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt.
|
||||
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
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.5.8 :
|
||||
- libburn.so.4 , version libburn-0.8.2 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.32 or higher
|
||||
Dynamic library and compile time header requirements for libisoburn-0.6.0 :
|
||||
- libburn.so.4 , version libburn-0.8.4 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.34 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time.
|
||||
|
||||
Obtain libisoburn-0.5.8.pl00.tar.gz, take it to a directory of your choice
|
||||
Obtain libisoburn-0.6.0.pl00.tar.gz, take it to a directory of your choice
|
||||
and do:
|
||||
|
||||
tar xzf libisoburn-0.5.8.pl00.tar.gz
|
||||
cd libisoburn-0.5.8
|
||||
tar xzf libisoburn-0.6.0.pl00.tar.gz
|
||||
cd libisoburn-0.6.0
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
|
18
configure.ac
18
configure.ac
@ -1,4 +1,4 @@
|
||||
AC_INIT([libisoburn], [0.5.9], [http://libburnia-project.org])
|
||||
AC_INIT([libisoburn], [0.6.0], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
@ -22,8 +22,8 @@ dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE
|
||||
dnl
|
||||
dnl These three are only copies to provide libtool with unused LT_RELEASE
|
||||
ISOBURN_MAJOR_VERSION=0
|
||||
ISOBURN_MINOR_VERSION=5
|
||||
ISOBURN_MICRO_VERSION=9
|
||||
ISOBURN_MINOR_VERSION=6
|
||||
ISOBURN_MICRO_VERSION=0
|
||||
|
||||
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 SONAME will become LT_CURRENT - LT_AGE
|
||||
dnl
|
||||
dnl ts B00613
|
||||
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 ts B00702
|
||||
dnl This is the release version 0.6.0 = libisoburn.so.1.49.0
|
||||
dnl ### This is the development version after above stable release
|
||||
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
|
||||
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
||||
dnl
|
||||
dnl SONAME = 48 - 47 = 1 . Library name = libisoburn.so.1.47.0
|
||||
dnl SONAME = 50 - 49 = 1 . Library name = libisoburn.so.1.49.0
|
||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||
LT_CURRENT=48
|
||||
LT_AGE=47
|
||||
LT_CURRENT=50
|
||||
LT_AGE=49
|
||||
LT_REVISION=0
|
||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||
|
||||
|
@ -263,8 +263,8 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
|
||||
@since 0.1.0
|
||||
*/
|
||||
#define isoburn_header_version_major 0
|
||||
#define isoburn_header_version_minor 5
|
||||
#define isoburn_header_version_micro 9
|
||||
#define isoburn_header_version_minor 6
|
||||
#define isoburn_header_version_micro 0
|
||||
/** Note:
|
||||
Above version numbers are also recorded in configure.ac because libtool
|
||||
wants them as parameters at build time.
|
||||
|
@ -4,7 +4,7 @@
|
||||
GNU xorriso. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Derived from and supported by libburnia-project.org, published via:
|
||||
http://www.gnu.org/software/xorriso/xorriso_eng.html
|
||||
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.9.tar.gz
|
||||
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.0.tar.gz
|
||||
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
|
||||
be present at runtime, too.
|
||||
|
||||
Obtain xorriso-0.5.9.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-0.6.0.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-0.5.9.tar.gz
|
||||
cd xorriso-0.5.9
|
||||
tar xzf xorriso-0.6.0.tar.gz
|
||||
cd xorriso-0.6.0
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -290,9 +290,9 @@ and a matching dynamically linked xorriso binary.
|
||||
This binary is very lean but depends on properly installed libraries of
|
||||
suitable revision.
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.5.8 :
|
||||
- libburn.so.4 , version libburn-0.8.2 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.32 or higher
|
||||
Dynamic library and compile time header requirements for libisoburn-0.6.0 :
|
||||
- libburn.so.4 , version libburn-0.8.4 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.34 or higher
|
||||
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
|
||||
setup unless you have reason to enforce a newer bug fix level.
|
||||
|
@ -7947,7 +7947,7 @@ Documented changes and release timestamp
|
||||
* 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 cdrecord option -V
|
||||
* Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
|
||||
|
||||
|
||||
@ -7969,18 +7969,290 @@ xorriso/configure_ac.txt
|
||||
xorriso/xorriso_timestamp.h
|
||||
Version leap to libisoburn-0.5.9
|
||||
|
||||
[]
|
||||
14 Jun 2010 [3270]
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
[]
|
||||
14 Jun 2010 [3271]
|
||||
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 - 2010.06.14.081834
|
||||
|
||||
|
||||
2010.06.15.160133 [3275]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libburn-0.8.3 now (because SIGWINCH handling on Solaris)
|
||||
|
||||
2010.06.15.160501 [3276]
|
||||
acinclude.m4
|
||||
Enabled use of libreadline on Solaris by eventually linking -lcurses
|
||||
|
||||
2010.06.16.105449 [3278]
|
||||
libisoburn/libisoburn.h
|
||||
Clarified API description of isoburn_read_iso_head()
|
||||
|
||||
2010.06.16.105652 [3279]
|
||||
xorriso/write_run.c
|
||||
Bug fix: check_media patch_lba0= could install wrong image size
|
||||
|
||||
2010.06.16.140253 [3280]
|
||||
xorriso/write_run.c
|
||||
Made patch_lba0= more modest with overwriting.
|
||||
|
||||
2010.06.18.053105 [3281]
|
||||
xorriso/emulators.c
|
||||
Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
|
||||
|
||||
2010.06.18.113147 [3282]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libisofs-0.6.33 now
|
||||
|
||||
2010.06.19.152046 [3283]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/write_run.c
|
||||
xorriso/opts_a_c.c
|
||||
xorriso/iso_img.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -boot_image bootspec cat_hidden=
|
||||
|
||||
2010.06.19.152046 [3284]
|
||||
xorriso/iso_tree.h
|
||||
xorriso/iso_tree.c
|
||||
xorriso/findjob.h
|
||||
xorriso/findjob.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New find test -disk_name
|
||||
|
||||
2010.06.20.072130 [3285]
|
||||
xorriso/opts_a_c.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/findjob.h
|
||||
xorriso/findjob.c
|
||||
xorriso/misc_funct.h
|
||||
xorriso/misc_funct.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New find action -hide, new find test -hidden
|
||||
|
||||
2010.06.20.141555 [3286]
|
||||
xorriso/aux_objects.c
|
||||
xorriso/emulators.c
|
||||
xorriso/opts_p_z.c
|
||||
xorriso/read_run.c
|
||||
libisoburn/burn_wrap.c
|
||||
Trying to silence compiler warnings of OpenSuse Build Service
|
||||
|
||||
2010.06.20.164738 [3287]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/disk_ops.c
|
||||
xorriso/iso_tree.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New option -hide
|
||||
|
||||
2010.06.22.132641 [3288]
|
||||
xorriso/opts_p_z.c
|
||||
Made -quoted_path_list continue to execute words after error in the same line
|
||||
|
||||
2010.06.23.134250 [3289]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/aux_objects.c
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_i_o.c
|
||||
xorriso/emulators.c
|
||||
xorriso/disk_ops.c
|
||||
xorriso/misc_funct.h
|
||||
xorriso/misc_funct.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list
|
||||
|
||||
2010.06.23.134250 [3290]
|
||||
xorriso/emulators.c
|
||||
Included a missing header file
|
||||
|
||||
2010.06.23.151900 [3291]
|
||||
xorriso/parse_exec.h
|
||||
Updated the missing header file
|
||||
|
||||
2010.06.23.152337 [3292]
|
||||
xorriso/emulators.c
|
||||
Revoked unneeded change of revision 3290
|
||||
|
||||
2010.06.23.175357 [3293]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/lib_mgt.c
|
||||
xorriso/drive_mgt.c
|
||||
xorriso/iso_img.c
|
||||
Reset xorriso->boot_count when image gets discarded
|
||||
|
||||
2010.06.23.175613 [3294]
|
||||
xorriso/write_run.c
|
||||
Moved call of iso_image_set_boot_catalog_hidden() to Xorriso_write_session()
|
||||
|
||||
------------------------------------ cycle - xorriso-0.5.9 - 2010.06.23.175613
|
||||
Bug fix: -check_media patch_lba0= could install wrong image size
|
||||
Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
|
||||
Enabled use of libreadline on Solaris
|
||||
New find test -disk_name
|
||||
New option -hide, -find action -hide, -find test -hidden
|
||||
New -boot_image bootspec cat_hidden=on
|
||||
New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list
|
||||
|
||||
|
||||
2010.06.24.084800 [3295]
|
||||
xorriso/emulators.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -as mkisofs option --boot-catalog-hide
|
||||
|
||||
2010.06.25.095836 [3296]
|
||||
xorriso/emulators.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New -as mkisofs option -dir-mode
|
||||
|
||||
2010.06.25.102140 [3297]
|
||||
xorriso/emulators.c
|
||||
New -as mkisofs option -file-mode
|
||||
|
||||
2010.06.25.174329 [3298]
|
||||
xorriso/text_io.c
|
||||
Appending eventual strerror() to event message line rather than to new line
|
||||
|
||||
2010.06.25.175810 [3299]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/parse_exec.h
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/opts_p_z.c
|
||||
xorriso/sfile.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New option -read_mkisofsrc interprets .mkisofsrc
|
||||
|
||||
2010.06.26.113947 [3300]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_a_c.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/drive_mgt.c
|
||||
xorriso/iso_img.c
|
||||
xorriso/text_io.c
|
||||
xorriso/write_run.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New options -copright_file , -biblio_file , -abstract_file
|
||||
|
||||
2010.06.26.114315 [3301]
|
||||
xorriso/emulators.c
|
||||
New -as mkisofs options -abstract, -biblio, -copyright
|
||||
|
||||
------------------------------------ cycle - xorriso-0.5.9 - 2010.06.26.114315
|
||||
New -as mkisofs option --boot-catalog-hide
|
||||
New options -copright_file , -biblio_file , -abstract_file
|
||||
New option -read_mkisofsrc interprets .mkisofsrc
|
||||
New -as mkisofs options -dir-mode, -file-mode
|
||||
New -as mkisofs options -abstract, -biblio, -copyright
|
||||
|
||||
|
||||
2010.06.28.100903 [3302]
|
||||
xorriso/text_io.c
|
||||
Supressing "Thank you for being patient" with times smaller than 2
|
||||
|
||||
2010.06.28.101019 [3303]
|
||||
xorriso/iso_tree.c
|
||||
Made option -lsl mark files in hidden directories as hidden
|
||||
|
||||
27 Jun 2010 [3304]
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Removed outdated doc statement about hidden files
|
||||
|
||||
2010.06.29.102043 [3305]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libisofs-0.6.34 now
|
||||
|
||||
2010.06.29.102229 [3306]
|
||||
xorriso/configure_ac.txt
|
||||
Adapted GNU xorriso to version leap libisofs-0.6.35
|
||||
|
||||
2010.06.30.181822 [3315]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libburn-0.8.4 now
|
||||
|
||||
2010.06.30.181908 [3316]
|
||||
xorriso/configure_ac.txt
|
||||
Adapted GNU xorriso to version leap libburn-0.8.5
|
||||
|
||||
02 Jul 2010 [3317]
|
||||
svn copy -m Branching for libisoburn release 0.6.0 \
|
||||
http://svn.libburnia-project.org/libisoburn/trunk \
|
||||
http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero
|
||||
|
||||
2010.07.02.090001 [3318]
|
||||
configure.ac
|
||||
README
|
||||
libisoburn/libisoburn.h
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorriso_main.c
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
xorriso/configure_ac.txt
|
||||
xorriso/xorriso_timestamp.h
|
||||
Version leap to libisoburn-0.6.0
|
||||
|
||||
02 Jul 2010 []
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
----------------------------------- release - xorriso-0.6.0 - 2010.07.02.090001
|
||||
Bug fix: -check_media patch_lba0= could install wrong image size
|
||||
Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
|
||||
Enabled use of libreadline on Solaris
|
||||
New find test -disk_name
|
||||
New option -hide, -find action -hide, -find test -hidden
|
||||
New -boot_image bootspec cat_hidden=on
|
||||
New options -copright_file , -biblio_file , -abstract_file
|
||||
New option -read_mkisofsrc interprets .mkisofsrc
|
||||
Implemented -as mkisofs options -hide,-hide-joliet,-hide-list,-hide-joliet-list
|
||||
New -as mkisofs option --boot-catalog-hide
|
||||
Implemented -as mkisofs options -dir-mode, -file-mode
|
||||
Implemented -as mkisofs options -abstract, -biblio, -copyright
|
||||
|
||||
------------------------------------ cycle - xorriso-0.5.9 -
|
||||
------------------------------------ cycle - xorriso-0.5.9 -
|
||||
|
||||
@ -7990,17 +8262,8 @@ http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveEight
|
||||
|
||||
------------------------------------------------- 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 ?)
|
||||
(The mount command needs to be adapted to Solaris.
|
||||
But currently there is no sector address option with mount.)
|
||||
|
||||
|
||||
------------------------------------------------- For GRUB
|
||||
@ -8017,16 +8280,34 @@ The mount command needs to be adapted to Solaris.
|
||||
- warn that multiple boot images work only if they stem from
|
||||
distinct disk files
|
||||
|
||||
- Option to avoid TOC-emulation and save 64 to 126 kB
|
||||
|
||||
|
||||
------------------------------------------------- FreeBSD
|
||||
|
||||
- Examine and replay:
|
||||
http://wiki.freebsd.org/AvgLiveCD
|
||||
|
||||
- looks ok now:
|
||||
mkisofs -R -l -ldots -allow-lowercase -allow-multidot \
|
||||
-V 'My FreeBSD' -volset 'My FreeBSDs' \
|
||||
-hide boot.catalog -o ../R.iso -no-emul-boot \
|
||||
-b boot/cdboot .
|
||||
|
||||
|
||||
- try
|
||||
qemu -m 256 -cdrom /tmp/R.iso -boot d
|
||||
|
||||
------------------------------------------------- bugs
|
||||
|
||||
- Make first pass of -as mkisofs fool proof.
|
||||
Currently it would accept arguments of unhandled options as options.
|
||||
|
||||
- one-time delimiter which overrides -list_delimiter for only the
|
||||
next command.
|
||||
E.g. for --back_to_xorriso in emulations
|
||||
|
||||
- An ISO image as first file of a stdout stream might start at LBA 32
|
||||
and thus look like a session. It has not the proper ofsset, though.
|
||||
|
||||
|
||||
- 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.
|
||||
@ -8036,13 +8317,6 @@ The mount command needs to be adapted to Solaris.
|
||||
- make iso_init() and iso_finish() safe against multiple calls
|
||||
from multiple threads.
|
||||
|
||||
- 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-
|
||||
|
||||
- what about split files and hard links ?
|
||||
|
||||
- xorriso -as cdrecord in rare cases reports intermediate "X of X MB"
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
|
||||
# Provided under GPL version 2 or later.
|
||||
|
||||
AC_INIT([xorriso], [0.5.8], [http://libburnia-project.org])
|
||||
AC_INIT([xorriso], [0.6.0], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
@ -40,7 +40,7 @@ create_gnu_xorriso="yes"
|
||||
current_dir=$(pwd)
|
||||
lone_dir="$current_dir"/"xorriso-standalone"
|
||||
|
||||
xorriso_rev=0.5.9
|
||||
xorriso_rev=0.6.0
|
||||
# For unstable uploads and patch level 0 of stable releases:
|
||||
xorriso_pl=""
|
||||
# For higher patch levels of stable releases:
|
||||
|
@ -55,8 +55,8 @@ struct XorrisO;
|
||||
@since 0.5.8
|
||||
*/
|
||||
#define Xorriso_header_version_majoR 0
|
||||
#define Xorriso_header_version_minoR 5
|
||||
#define Xorriso_header_version_micrO 9
|
||||
#define Xorriso_header_version_minoR 6
|
||||
#define Xorriso_header_version_micrO 0
|
||||
|
||||
|
||||
/** Eventually something like ".pl01" to indicate a bug fix. Normally empty.
|
||||
|
@ -15,8 +15,8 @@
|
||||
<P>
|
||||
<H1>GNU xorriso</H1>
|
||||
|
||||
<H2>ISO 9660 Rock Ridge Filesystem Manipulator for GNU/Linux, FreeBSD, Solaris
|
||||
</H2>
|
||||
<H2>ISO 9660 Rock Ridge Filesystem Manipulator<BR>
|
||||
for GNU/Linux, FreeBSD, Solaris</H2>
|
||||
</P>
|
||||
</CENTER>
|
||||
|
||||
@ -439,19 +439,19 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-0.5.8.tar.gz">xorriso-0.5.8.tar.gz</A>
|
||||
(1640 KB).
|
||||
<DD><A HREF="xorriso-0.6.0.tar.gz">xorriso-0.6.0.tar.gz</A>
|
||||
(1650 KB).
|
||||
</DD>
|
||||
<DD>(Released 13 Jun 2010)</DD>
|
||||
<DD><A HREF="xorriso-0.5.8.tar.gz.sig">xorriso-0.5.8.tar.gz.sig</A></DD>
|
||||
<DD>(Released 02 Jul 2010)</DD>
|
||||
<DD><A HREF="xorriso-0.6.0.tar.gz.sig">xorriso-0.6.0.tar.gz.sig</A></DD>
|
||||
<DD>
|
||||
(detached GPG signature for verification by
|
||||
<KBD>gpg --verify xorriso-0.5.8.tar.gz.sig xorriso-0.5.8.tar.gz</KBD>).
|
||||
<KBD>gpg --verify xorriso-0.6.0.tar.gz.sig xorriso-0.6.0.tar.gz</KBD>).
|
||||
</DD>
|
||||
<DD>
|
||||
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
||||
mirrors of ftp://ftp.gnu.org/gnu/ </A>
|
||||
as xorriso/xorriso-0.5.8.tar.gz
|
||||
as xorriso/xorriso-0.6.0.tar.gz
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
@ -479,18 +479,10 @@ as xorriso/xorriso-0.5.8.tar.gz
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.5.6:
|
||||
Bug fixes towards xorriso-0.5.8:
|
||||
<UL>
|
||||
<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>-check_media patch_lba0= could install wrong image size</LI>
|
||||
<LI>-as mkisofs option -volset was wrongly interpreted like -volid</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
@ -508,12 +500,28 @@ Bug fixes in .pl01 towards xorriso-:
|
||||
-->
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-0.5.6:
|
||||
Enhancements towards previous stable version xorriso-0.5.8:
|
||||
<UL>
|
||||
<LI>A new system adapter allows to burn CD, DVD and BD on OpenSolaris</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>Enabled use of libreadline on Solaris</LI>
|
||||
<LI>New find test -disk_name</LI>
|
||||
<LI>New option -hide, -find action -hide, -find test -hidden</LI>
|
||||
<LI>New -boot_image bootspec cat_hidden=on</LI>
|
||||
<LI>
|
||||
New options -copyright_file , -biblio_file , -abstract_file
|
||||
</LI>
|
||||
<LI>
|
||||
New option -read_mkisofsrc interprets .mkisofsrc
|
||||
</LI>
|
||||
<LI>
|
||||
Implemented -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list
|
||||
</LI>
|
||||
<LI>
|
||||
New -as mkisofs option --boot-catalog-hide
|
||||
</LI>
|
||||
<LI>
|
||||
Implemented -as mkisofs options -dir-mode, -file-mode, -abstract, -biblio, -copyright
|
||||
</LI>
|
||||
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
@ -536,18 +544,20 @@ libburnia project and the legal intentions of
|
||||
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
||||
</DT>
|
||||
<DD> </DD>
|
||||
<DT>libburn-0.8.3</DT>
|
||||
<DT>libburn-0.8.5</DT>
|
||||
<DD>reads and writes data from and to CD, DVD, BD.</DD>
|
||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||
developed and maintained since August 2006 by
|
||||
Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||
<DT>libisofs-0.6.33</DT>
|
||||
<DT>libisofs-0.6.35</DT>
|
||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
||||
from team of libburnia-project.org)</DD>
|
||||
<DT>libisoburn-0.5.8</DT>
|
||||
<DT>libisoburn-0.6.0</DT>
|
||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed,
|
||||
and hosts the original source code of program xorriso.</DD>
|
||||
<DD>It provides the complete functionality of xorriso via
|
||||
a C language API.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
from team of libburnia-project.org)</DD>
|
||||
<DD> </DD>
|
||||
@ -560,8 +570,8 @@ cdrecord and mkisofs.</DT>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.5.9 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.5.8:
|
||||
<DT><H3>Development snapshot, version 0.6.1 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.6.0:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
@ -569,7 +579,7 @@ cdrecord and mkisofs.</DT>
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 0.5.8:
|
||||
<DD>Enhancements towards stable version 0.6.0:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
@ -578,9 +588,9 @@ cdrecord and mkisofs.</DT>
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.5.9</A>
|
||||
<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.9)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.6.1</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.6.1 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.6.1)</A></DD>
|
||||
<DD> </DD>
|
||||
<DT>If you want to distribute development versions of xorriso, then use
|
||||
this tarball which produces static linking between xorriso and the
|
||||
@ -590,8 +600,8 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-0.5.9.tar.gz">xorriso-0.5.9.tar.gz</A>
|
||||
(1630 KB).
|
||||
<A HREF="xorriso-0.6.1.tar.gz">xorriso-0.6.1.tar.gz</A>
|
||||
(1650 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
xorriso is the higher level API of libisoburn which allows to operate all
|
||||
three libraries by a unified set of commands.
|
||||
xorriso.h exposes the public functions.
|
||||
<libisoburn/xorriso.h> exposes the public functions.
|
||||
Among these functions are direct equivalents of the xorriso interpreter
|
||||
commands. There are also functions for fundamental management and for
|
||||
handling event messages.
|
||||
@ -40,6 +40,11 @@
|
||||
One should not mix the use of the xorriso API with the use of the lower
|
||||
level APIs of libburn, libisofs, libisoburn.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
The following overview is relevant for development but not for usage of
|
||||
xorriso. An application programmer should read xorriso.h and man xorriso
|
||||
resp. info xorriso, rather than diving into its source code.
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
The xorriso source is divided in two groups:
|
||||
|
||||
@ -104,8 +109,8 @@
|
||||
version of xorriso.
|
||||
*/
|
||||
#define Xorriso_req_majoR 0
|
||||
#define Xorriso_req_minoR 5
|
||||
#define Xorriso_req_micrO 8
|
||||
#define Xorriso_req_minoR 6
|
||||
#define Xorriso_req_micrO 0
|
||||
|
||||
|
||||
static void yell_xorriso()
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.06.30.181908"
|
||||
#define Xorriso_timestamP "2010.07.02.090001"
|
||||
|
@ -18,8 +18,8 @@
|
||||
/* The minimum version of libisoburn to be used with this version of xorriso
|
||||
*/
|
||||
#define xorriso_libisoburn_req_major 0
|
||||
#define xorriso_libisoburn_req_minor 5
|
||||
#define xorriso_libisoburn_req_micro 8
|
||||
#define xorriso_libisoburn_req_minor 6
|
||||
#define xorriso_libisoburn_req_micro 0
|
||||
|
||||
|
||||
struct SpotlisT; /* List of intervals with different read qualities */
|
||||
|
Reference in New Issue
Block a user