Version leap to libisoburn-0.4.7
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org but also published via:
|
||||
http://scdbackup.sourceforge.net/xorriso_eng.html
|
||||
http://scdbackup.sourceforge.net/xorriso-0.4.5.tar.gz
|
||||
http://scdbackup.sourceforge.net/xorriso-0.4.7.tar.gz
|
||||
Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@ -35,7 +35,7 @@ The most simple way to get xorriso from source code is the xorriso standalone
|
||||
tarball.
|
||||
|
||||
Prerequisites:
|
||||
The tarball contains anything that is needed except the following system
|
||||
The tarball contains everything that is needed except the following system
|
||||
components:
|
||||
libc, libpthread
|
||||
plus on FreeBSD: libiconv, libcam
|
||||
@ -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.5.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-0.4.7.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-0.4.5.tar.gz
|
||||
cd xorriso-0.4.5
|
||||
tar xzf xorriso-0.4.7.tar.gz
|
||||
cd xorriso-0.4.7
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -275,7 +275,7 @@ 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.5 :
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.6 :
|
||||
- libburn.so.4 , version libburn-0.7.4 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.24 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([xorriso], [0.4.5], [http://libburnia-project.org])
|
||||
AC_INIT([xorriso], [0.4.7], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
current_dir=$(pwd)
|
||||
lone_dir="$current_dir"/"xorriso-standalone"
|
||||
|
||||
xorriso_rev=0.4.5
|
||||
xorriso_rev=0.4.7
|
||||
# For unstable uploads:
|
||||
xorriso_pl=""
|
||||
# For stable releases:
|
||||
|
@ -20557,7 +20557,7 @@ char *Xorriso__get_version_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.5"
|
||||
#define Xorriso_main_program_versioN "0.4.7"
|
||||
|
||||
#else /* Xorriso_without_subS */
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
struct XorrisO;
|
||||
|
||||
|
||||
#define Xorriso_program_versioN "0.4.5"
|
||||
#define Xorriso_program_versioN "0.4.7"
|
||||
|
||||
|
||||
/* --------------------- Fundamental Management ------------------- */
|
||||
|
@ -429,10 +429,10 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-0.4.4.pl00.tar.gz">xorriso-0.4.4.pl00.tar.gz</A>
|
||||
(1330 KB).
|
||||
<DD><A HREF="xorriso-0.4.6.pl00.tar.gz">xorriso-0.4.6.pl00.tar.gz</A>
|
||||
(1340 KB).
|
||||
</DD>
|
||||
<DD>(Released 27 Oct 2009)</DD>
|
||||
<DD>(Released 08 Dec 2009)</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
@ -457,20 +457,11 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.4.2.pl00:
|
||||
Bug fixes towards xorriso-0.4.4.pl00:
|
||||
<UL>
|
||||
<LI>-cut_out deleted previously cut-out pieces of the same file (fixed in pl01)
|
||||
</LI>
|
||||
<LI>Filenames could lose blanks during a multi-session cycle (fixed in pl02)
|
||||
</LI>
|
||||
<LI>-for_backup did not enable -xattr and -md5 if no drive was chosen yet
|
||||
(fixed in pl02)
|
||||
</LI>
|
||||
<LI>xorrisofs -help, xorrecord -help displayed original xorriso -help
|
||||
(fixed in pl02)
|
||||
</LI>
|
||||
<LI>With -as cdrecord : -xa1 and -xamix were ignored although they do matter
|
||||
</LI>
|
||||
<LI>Workaround for Pioneer DVR-216D which got stuck on DVD-R burns.</LI>
|
||||
<LI>Workaround for Pioneer DVR-216D which did not always eject the tray.</LI>
|
||||
<LI>SIGSEGV from NULL pointer with option -toc on LG GH22LS30</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
@ -486,14 +477,10 @@ Bug fixes towards xorriso-0.4.4.pl00:
|
||||
-->
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-0.4.2.pl00:
|
||||
Enhancements towards previous stable version xorriso-0.4.4.pl00:
|
||||
<UL>
|
||||
<LI>New option -pvd_info</LI>
|
||||
<LI>Option -toc now reports "Media product:"</LI>
|
||||
<LI>New options -system_id , -volset_id</LI>
|
||||
<LI>New option -mount_opts</LI>
|
||||
<LI>New option -scdbackup_tag</LI>
|
||||
|
||||
<LI>New options -dvd_obs and -stdio_sync</LI>
|
||||
<LI>New configure option --enable-dvd-obs-64k</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
@ -507,7 +494,7 @@ Enhancements towards previous stable version xorriso-0.4.2.pl00:
|
||||
Library copies included in xorriso tarballs:
|
||||
</H3>
|
||||
<DL>
|
||||
<DT>libburn-0.7.3</DT>
|
||||
<DT>libburn-0.7.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
|
||||
@ -516,7 +503,7 @@ Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||
<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.4</DT>
|
||||
<DT>libisoburn-0.4.6</DT>
|
||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
from team of libburnia-project.org)</DD>
|
||||
@ -530,15 +517,15 @@ cdrecord and mkisofs.</DT>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.4.5 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.4.4.pl00:
|
||||
<DT><H3>Development snapshot, version 0.4.7 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.4.6.pl00:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 0.4.4.pl01:
|
||||
<DD>Enhancements towards stable version 0.4.6.pl00:
|
||||
<UL>
|
||||
</LI>
|
||||
|
||||
@ -548,9 +535,9 @@ cdrecord and mkisofs.</DT>
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.4.5</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.4.5 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.5)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.4.7</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.4.7 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.7)</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
|
||||
@ -560,8 +547,8 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-0.4.5.tar.gz">xorriso-0.4.5.tar.gz</A>
|
||||
(1330 KB).
|
||||
<A HREF="xorriso-0.4.7.tar.gz">xorriso-0.4.7.tar.gz</A>
|
||||
(1340 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.12.07.082130"
|
||||
#define Xorriso_timestamP "2009.12.08.144237"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
#define xorriso_libisoburn_req_major 0
|
||||
#define xorriso_libisoburn_req_minor 4
|
||||
#define xorriso_libisoburn_req_micro 5
|
||||
#define xorriso_libisoburn_req_micro 7
|
||||
|
||||
|
||||
struct SpotlisT; /* List of intervals with different read qualities */
|
||||
|
Reference in New Issue
Block a user