Version leap to libisoburn-0.5.1
This commit is contained in:
@ -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
|
||||
http://www.gnu.org/software/xorriso/xorriso-0.4.9.tar.gz
|
||||
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.1.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.4.9.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-0.5.1.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-0.4.9.tar.gz
|
||||
cd xorriso-0.4.9
|
||||
tar xzf xorriso-0.5.1.tar.gz
|
||||
cd xorriso-0.5.1
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -280,9 +280,9 @@ and a matching dynamically linked xorriso binary.
|
||||
This binary is leaner but depends on properly installed libraries of suitable
|
||||
revision.
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.8 :
|
||||
Dynamic library and compile time header requirements for libisoburn-0.5.0 :
|
||||
- libburn.so.4 , version libburn-0.7.6 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.26 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.28 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time. So compile in the oldest possible installation
|
||||
setup unless you have reason to enforce a newer bug fix level.
|
||||
@ -335,7 +335,7 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||
This text itself is
|
||||
Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
|
||||
and is freely distributable.
|
||||
This text shall only be modified in sync with the technical properties of
|
||||
xorriso. If you make use of the license to derive modified versions of xorriso
|
||||
It shall only be modified in sync with the technical properties of xorriso.
|
||||
If you make use of the license to derive modified versions of xorriso
|
||||
then you are entitled to modify this text under that same license.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
|
||||
# Provided under GPL version 2 or later.
|
||||
|
||||
AC_INIT([xorriso], [0.4.9], [http://libburnia-project.org])
|
||||
AC_INIT([xorriso], [0.5.1], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
|
@ -40,7 +40,7 @@ create_gnu_xorriso="yes"
|
||||
current_dir=$(pwd)
|
||||
lone_dir="$current_dir"/"xorriso-standalone"
|
||||
|
||||
xorriso_rev=0.4.9
|
||||
xorriso_rev=0.5.1
|
||||
# For unstable uploads and patch level 0 of stable releases:
|
||||
xorriso_pl=""
|
||||
# For higher patch levels of stable releases:
|
||||
|
@ -20629,7 +20629,7 @@ char *Xorriso__get_patch_level_text(int flag)
|
||||
/* xorriso consists only of a main() stub which has an own version to match
|
||||
the version of libxorriso header and runtime code.
|
||||
*/
|
||||
#define Xorriso_main_program_versioN "0.4.9"
|
||||
#define Xorriso_main_program_versioN "0.5.1"
|
||||
|
||||
#else /* Xorriso_without_subS */
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
struct XorrisO;
|
||||
|
||||
|
||||
#define Xorriso_program_versioN "0.4.9"
|
||||
#define Xorriso_program_versioN "0.5.1"
|
||||
#define Xorriso_program_patch_leveL ""
|
||||
|
||||
|
||||
|
@ -435,10 +435,18 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-0.4.8.pl01.tar.gz">xorriso-0.4.8.pl01.tar.gz</A>
|
||||
(1360 KB).
|
||||
<DD><A HREF="xorriso-0.5.0.tar.gz">xorriso-0.5.0.tar.gz</A>
|
||||
(1370 KB).
|
||||
</DD>
|
||||
<DD>(Released 22 Feb 2010)</DD>
|
||||
<DD><A HREF="xorriso-0.5.0.tar.gz.sig">xorriso-0.5.0.tar.gz.sig</A>
|
||||
(detached GPG signature).
|
||||
</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.0.tar.gz
|
||||
</DD>
|
||||
<DD>(Released 10 Feb 2010, GPLv2+, predecessor of GNU xorriso)</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
@ -456,9 +464,8 @@ files or trees to disk:
|
||||
<A HREF="mailto:libburn-hackers@pykix.org">libburn-hackers@pykix.org</A></DD>
|
||||
</DL>
|
||||
<DL><DT>License:</DT>
|
||||
<DD><A HREF="COPYING_xorriso">GPL version 2 or later.</A>
|
||||
<DD><A HREF="COPYING_xorriso">GPL version 3 or later.</A>
|
||||
</DD>
|
||||
<DD>(To become with the next release a derived GPL version 3 or later.)</DD>
|
||||
<DD> </DD>
|
||||
</DL>
|
||||
</P>
|
||||
@ -466,17 +473,20 @@ files or trees to disk:
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.4.6.pl00:
|
||||
Bug fixes towards xorriso-0.4.8.pl00:
|
||||
<UL>
|
||||
<LI>
|
||||
With non-Linux system adapters there were 0 readable bytes on block devices
|
||||
which acted as pseudo drives.
|
||||
Regression in libisofs introduced with xorriso-0.4.2:
|
||||
-boot_image isolinux patch could lead to SIGSEGV
|
||||
</LI>
|
||||
<LI>
|
||||
xorriso did not blank CD-RW with images that were prepared on hard disk
|
||||
On FreeBSD: xorriso could leave the drive tray locked
|
||||
</LI>
|
||||
<LI>
|
||||
Invalid checksum tags were preserved if the new session produced no checksums
|
||||
On FreeBSD: Piped input was falsely attributed a small fixed size
|
||||
</LI>
|
||||
<LI>
|
||||
xorriso -update_r could lead to SIGSEGV if applied to a data file
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
@ -485,33 +495,21 @@ Invalid checksum tags were preserved if the new session produced no checksums
|
||||
</P>
|
||||
|
||||
<!--
|
||||
-->
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.4.8.pl00:
|
||||
<UL>
|
||||
<LI>
|
||||
Regression in libisofs introduced with xorriso-0.4.2:
|
||||
-boot_image isolinux patch could lead to SIGSEGV
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
-->
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-0.4.6.pl00:
|
||||
Enhancements towards previous stable version xorriso-0.4.8.pl00:
|
||||
<UL>
|
||||
<LI>Transition of documentation and program messages towards GNU xorriso</LI>
|
||||
<LI>
|
||||
New configure option --enable-libcdio for system adapter to libcdio-0.83git
|
||||
</LI>
|
||||
<LI>
|
||||
The checksum buffer for the emerging image gets now marked as invalid if
|
||||
image generation is canceled.
|
||||
</LI>
|
||||
<LI>
|
||||
More graceful reaction on filesystems where ACL are not enabled but
|
||||
nevertheless requested by the application.
|
||||
</LI>
|
||||
<LI>
|
||||
Made FreeBSD system adapter safe from mutal burn spoiling and drive deadlock.
|
||||
New option -scsi_log
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
@ -540,11 +538,11 @@ libburnia project and the legal intentions of
|
||||
<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.27</DT>
|
||||
<DT>libisofs-0.6.29</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.4.8</DT>
|
||||
<DT>libisoburn-0.5.0</DT>
|
||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed,
|
||||
and hosts the original source code of program xorriso.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
@ -559,45 +557,26 @@ cdrecord and mkisofs.</DT>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.4.9 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.4.8.pl00:
|
||||
<DT><H3>Development snapshot, version 0.5.1 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.5.0:
|
||||
<UL>
|
||||
<LI>
|
||||
Regression in libisofs introduced with xorriso-0.4.2:
|
||||
-boot_image isolinux patch could lead to SIGSEGV
|
||||
</LI>
|
||||
<LI>
|
||||
On FreeBSD: xorriso could leave the drive tray locked.
|
||||
</LI>
|
||||
<LI>
|
||||
On FreeBSD: Piped input was falsely attributed a small fixed size.
|
||||
</LI>
|
||||
<LI>
|
||||
Option -update_r could lead to SIGSEGV if applied to a data file rather
|
||||
than a directory.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 0.4.8.pl00:
|
||||
<DD>Enhancements towards stable version 0.5.0:
|
||||
<UL>
|
||||
|
||||
<LI>Transition of documentation and program messages towards GNU xorriso</LI>
|
||||
<LI>
|
||||
New option -scsi_log
|
||||
</LI>
|
||||
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.4.9</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.4.9 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.9)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.5.1</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.5.1 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.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
|
||||
@ -607,8 +586,8 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-0.4.9.tar.gz">xorriso-0.4.9.tar.gz</A>
|
||||
(1365 KB, GPLv3+, already dubbed GNU xorriso).
|
||||
<A HREF="xorriso-0.5.1.tar.gz">xorriso-0.5.1.tar.gz</A>
|
||||
(1370 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.02.22.195623"
|
||||
#define Xorriso_timestamP "2010.02.23.093924"
|
||||
|
@ -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 4
|
||||
#define xorriso_libisoburn_req_micro 9
|
||||
#define xorriso_libisoburn_req_minor 5
|
||||
#define xorriso_libisoburn_req_micro 1
|
||||
|
||||
|
||||
struct SpotlisT; /* List of intervals with different read qualities */
|
||||
|
Reference in New Issue
Block a user