Compare commits
4 Commits
release-1.
...
ZeroFiveSi
Author | SHA1 | Date | |
---|---|---|---|
b64cf3f295 | |||
f47ef69838 | |||
9343b142e4 | |||
f194cbbc88 |
12
README
12
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.4.pl00.tar.gz
|
http://files.libburnia-project.org/releases/libisoburn-0.5.6.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.4 :
|
Dynamic library and compile time header requirements for libisoburn-0.5.6 :
|
||||||
- libburn.so.4 , version libburn-0.7.8 or higher
|
- libburn.so.4 , version libburn-0.7.8 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.30 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.4.pl00.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.5.6.pl00.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.5.4.pl00.tar.gz
|
tar xzf libisoburn-0.5.6.pl00.tar.gz
|
||||||
cd libisoburn-0.5.4
|
cd libisoburn-0.5.6
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
|
16
configure.ac
16
configure.ac
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.5.5], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.5.6], [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=5
|
ISOBURN_MICRO_VERSION=6
|
||||||
|
|
||||||
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 B00419
|
dnl ts B00504
|
||||||
dnl ### This is the release version 0.5.4 = libisoburn.so.1.43.0
|
dnl This is the release version 0.5.6 = libisoburn.so.1.45.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 = 44 - 43 = 1 . Library name = libisoburn.so.1.43.0
|
dnl SONAME = 46 - 45 = 1 . Library name = libisoburn.so.1.45.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=44
|
LT_CURRENT=46
|
||||||
LT_AGE=43
|
LT_AGE=45
|
||||||
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 5
|
#define isoburn_header_version_micro 6
|
||||||
/** 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.5.tar.gz
|
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.6.tar.gz
|
||||||
Provided under GPL version 3 or later. No warranty.
|
Provided under GPL version 3 or later. No warranty.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -45,10 +45,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.5.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.5.6.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.5.5.tar.gz
|
tar xzf xorriso-0.5.6.tar.gz
|
||||||
cd xorriso-0.5.5
|
cd xorriso-0.5.6
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
|
@ -7491,15 +7491,155 @@ xorriso/configure_ac.txt
|
|||||||
xorriso/xorriso_timestamp.h
|
xorriso/xorriso_timestamp.h
|
||||||
Version leap to libisoburn-0.5.5
|
Version leap to libisoburn-0.5.5
|
||||||
|
|
||||||
[]
|
19 Apr 2010 [3190]
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Documented changes and release timestamp
|
Documented changes and release timestamp
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.5.5 - 2010.04.19.095104
|
------------------------------------ cycle - xorriso-0.5.5 - 2010.04.19.095104
|
||||||
|
|
||||||
|
19 Apr 2010 [3191]
|
||||||
|
svn move -m Promoted branch to tag
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveFour
|
||||||
|
http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveFour
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.5.5 -
|
20 Apr 2010 [3192]
|
||||||
------------------------------------ cycle - xorriso-0.5.5 -
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Requiring libisofs-0.6.31 now
|
||||||
|
|
||||||
|
2010.04.20.091732 [3193]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
New -boot_image any platform_id=
|
||||||
|
|
||||||
|
2010.04.20.103448 [3194]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Determining boot image size only after it was added to the ISO image
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.5 - 2010.04.20.103448
|
||||||
|
* New -boot_image any platform_id=, -as mkisofs --efi-boot
|
||||||
|
|
||||||
|
|
||||||
|
2010.04.20.140151 [3195]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Raised boot catalog weight to 1000000000
|
||||||
|
|
||||||
|
2010.04.20.142540 [3196]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Changed iso_image_set_boot_platform_id() to el_torito_set_boot_platform_id()
|
||||||
|
|
||||||
|
2010.04.22.143944 [3197]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Allowing 1 BIOS boot image and 1 EFI boot image: -boot_image grub efi_path=
|
||||||
|
|
||||||
|
2010.04.22.160615 [3198]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Bug fixes and improvements of previous revision 3197
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.5 - 2010.04.22.160615
|
||||||
|
------------------------------------ cycle - xorriso-0.5.5 - 2010.04.22.221241
|
||||||
|
|
||||||
|
|
||||||
|
2010.04.26.121051 [3199]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Allowing up to 32 boot images, -boot_image any id_string=, sel_crit=
|
||||||
|
|
||||||
|
2010.04.26.141229 [3200]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Fixed minor problems with previous revision 3199
|
||||||
|
|
||||||
|
2010.04.26.175506 [3201]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Some documentation updates
|
||||||
|
|
||||||
|
27 Apr 2010 [3202]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Some more documentation updates
|
||||||
|
|
||||||
|
2010.04.27.072331 [3203]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Downgraded message about stdout redirection from NOTE to DEBUG
|
||||||
|
|
||||||
|
2010.04.27.074834 [3204]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Fixed handling of empty current bin_path and already attached boot images
|
||||||
|
|
||||||
|
2010.04.29.133234 [3205]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso.info
|
||||||
|
Avoided -boot_image patching for images which obviously have no boot-info-table
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.5 - 2010.04.29.133234
|
||||||
|
* Allowing up to 32 boot images
|
||||||
|
* New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
|
||||||
|
* New -as mkisofs options --efi-boot, -eltorito-alt-boot
|
||||||
|
|
||||||
|
|
||||||
|
2010.05.03.123759 [3208]
|
||||||
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Requiring libisofs-0.6.32 now
|
||||||
|
|
||||||
|
2010.05.03.165446 [3209]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Adapted xorriso-standalone to version leap libisofs-0.6.33
|
||||||
|
|
||||||
|
04 May 2010 [3210]
|
||||||
|
svn copy -m Branching for libisoburn release 0.5.6
|
||||||
|
http://svn.libburnia-project.org/libisoburn/trunk
|
||||||
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix
|
||||||
|
|
||||||
|
2010.05.04.100001 [3211]
|
||||||
|
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.4
|
||||||
|
|
||||||
|
[]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
----------------------------------- release - xorriso-0.5.6 - 2010.05.04.100001
|
||||||
|
* Allowing up to 32 boot images
|
||||||
|
* New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
|
||||||
|
* New -as mkisofs options --efi-boot, -eltorito-alt-boot
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.5.7 -
|
||||||
|
------------------------------------ cycle - xorriso-0.5.7 -
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
TODO
|
TODO
|
||||||
@ -7507,28 +7647,21 @@ Documented changes and release timestamp
|
|||||||
|
|
||||||
------------------------------------------------- For GRUB
|
------------------------------------------------- For GRUB
|
||||||
|
|
||||||
|
- multi-boot management
|
||||||
|
libisofs:
|
||||||
|
- replace memory buffered boot images by filtered streams
|
||||||
|
- in eltorito_writer_compute_data_blocks():
|
||||||
|
from iso_memory_stream_new() to some filter contraption
|
||||||
|
with memorized first block and reading the rest from stream.
|
||||||
|
- let patch_boot_image() read directly from stream
|
||||||
|
(filtered or unfiltered should make no difference for the
|
||||||
|
checksum)
|
||||||
|
- warn that multiple boot images work only if they stem from
|
||||||
|
distinct disk files
|
||||||
|
|
||||||
libisofs:
|
|
||||||
|
|
||||||
- allow to adjust the weight of the virtual boot catalog node
|
|
||||||
(is currently 1000)
|
|
||||||
|
|
||||||
- libisofs API to control in write_validation_entry() : ve->platform_id[0] = X;
|
|
||||||
and multi-boot BIOS + EFI :
|
|
||||||
Date: Sat, 17 Apr 2010 22:30:45 +0200
|
|
||||||
From: Vladimir '?-coder/phcoder' Serbinenko <phcoder@gmail.com>
|
|
||||||
Reply-To: The development of GNU GRUB <grub-devel@gnu.org>
|
|
||||||
|
|
||||||
BIOS+EFI one should look like
|
|
||||||
Validation entry with id = 0
|
|
||||||
Default entry (BIOS). I would like that on hybrid BIOS always come in
|
|
||||||
default entry to avoid hitting BIOS bugs
|
|
||||||
Section header entry: 0x91, 0xef, 0x0001, 0, ..., 0
|
|
||||||
Section entry: 0x88, 0x00, 0x0000, 0, 0, <number of sectors in EFI boot
|
|
||||||
image>, <LBA start>, 0, ..., 0
|
|
||||||
In case of just EFI the Section header entry and Section entry become
|
|
||||||
Validation entry and default entry.
|
|
||||||
|
|
||||||
|
- move most of xorriso into libisoburn
|
||||||
|
- split up xorriso.c and xorrisoburn.c into smaller modules
|
||||||
|
|
||||||
------------------------------------------------- FreeBSD
|
------------------------------------------------- FreeBSD
|
||||||
|
|
||||||
|
@ -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.5], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.5.6], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# nglibisofs-develop libburn-develop libisoburn-develop
|
# nglibisofs-develop libburn-develop libisoburn-develop
|
||||||
# where tarballs or repository copies have been installed of
|
# where tarballs or repository copies have been installed of
|
||||||
# libisofs libburn libisoburn
|
# libisofs libburn libisoburn
|
||||||
# obtained by following instructions on http://libburnia-project.org.
|
# obtained according to instructions on http://libburnia-project.org.
|
||||||
#
|
#
|
||||||
# It creates a new directory tree
|
# It creates a new directory tree
|
||||||
# xorriso-standalone
|
# xorriso-standalone
|
||||||
@ -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.5
|
xorriso_rev=0.5.6
|
||||||
# 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:
|
||||||
|
@ -21418,7 +21418,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.5"
|
#define Xorriso_main_program_versioN "0.5.6"
|
||||||
|
|
||||||
#else /* Xorriso_without_subS */
|
#else /* Xorriso_without_subS */
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
struct XorrisO;
|
struct XorrisO;
|
||||||
|
|
||||||
|
|
||||||
#define Xorriso_program_versioN "0.5.5"
|
#define Xorriso_program_versioN "0.5.6"
|
||||||
#define Xorriso_program_patch_leveL ""
|
#define Xorriso_program_patch_leveL ""
|
||||||
|
|
||||||
|
|
||||||
|
@ -436,19 +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.4.tar.gz">xorriso-0.5.4.tar.gz</A>
|
<DD><A HREF="xorriso-0.5.6.tar.gz">xorriso-0.5.6.tar.gz</A>
|
||||||
(1580 KB).
|
(1600 KB).
|
||||||
</DD>
|
</DD>
|
||||||
<DD>(Released 19 Apr 2010)</DD>
|
<DD>(Released 19 Apr 2010)</DD>
|
||||||
<DD><A HREF="xorriso-0.5.4.tar.gz.sig">xorriso-0.5.4.tar.gz.sig</A></DD>
|
<DD><A HREF="xorriso-0.5.6.tar.gz.sig">xorriso-0.5.6.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.4.tar.gz.sig xorriso-0.5.4.tar.gz</KBD>).
|
<KBD>gpg --verify xorriso-0.5.6.tar.gz.sig xorriso-0.5.6.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.4.tar.gz
|
as xorriso/xorriso-0.5.6.tar.gz
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
@ -476,7 +476,7 @@ as xorriso/xorriso-0.5.4.tar.gz
|
|||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Bug fixes towards xorriso-0.5.2:
|
Bug fixes towards xorriso-0.5.4:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
<!--
|
<!--
|
||||||
@ -496,25 +496,16 @@ Bug fixes in .pl01 towards xorriso-:
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.5.2.pl00:
|
Enhancements towards previous stable version xorriso-0.5.4:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>
|
||||||
New -as mkisofs options -G and --protective-msdos-label for grub-mkrescue
|
Allowing up to 32 boot images
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=
|
New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
New: -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr
|
New -as mkisofs options --efi-boot, -eltorito-alt-boot
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
New find action mkisofs_r and emulation -as mkisofs -r
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
New -find action sort_weight, new -as mkisofs --sort-weight
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
New -compliance options only_iso_version, no_j_force_dots
|
|
||||||
</LI>
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
@ -543,11 +534,11 @@ libburnia project and the legal intentions of
|
|||||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||||
developed and maintained since August 2006 by
|
developed and maintained since August 2006 by
|
||||||
Thomas Schmitt from team of libburnia-project.org)</DD>
|
Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||||
<DT>libisofs-0.6.31</DT>
|
<DT>libisofs-0.6.33</DT>
|
||||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||||
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
||||||
from team of libburnia-project.org)</DD>
|
from team of libburnia-project.org)</DD>
|
||||||
<DT>libisoburn-0.5.4</DT>
|
<DT>libisoburn-0.5.6</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
|
||||||
@ -562,8 +553,8 @@ cdrecord and mkisofs.</DT>
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.5.5 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.5.7 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.5.4:
|
<DD>Bug fixes towards xorriso-0.5.6:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
<!--
|
<!--
|
||||||
@ -571,21 +562,18 @@ cdrecord and mkisofs.</DT>
|
|||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.5.4:
|
<DD>Enhancements towards stable version 0.5.6:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Allowing up to 32 boot images</LI>
|
<LI>- none yet -</LI>
|
||||||
<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 yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DD><A HREF="README_xorriso_devel">README 0.5.5</A>
|
<DD><A HREF="README_xorriso_devel">README 0.5.7</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.5.5 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.5.7 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.5)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.7)</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
|
||||||
@ -595,8 +583,8 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.5.5.tar.gz">xorriso-0.5.5.tar.gz</A>
|
<A HREF="xorriso-0.5.7.tar.gz">xorriso-0.5.7.tar.gz</A>
|
||||||
(1580 KB).
|
(1600 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.05.03.165446"
|
#define Xorriso_timestamP "2010.05.04.100001"
|
||||||
|
@ -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 5
|
#define xorriso_libisoburn_req_micro 6
|
||||||
|
|
||||||
|
|
||||||
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