Version leap to libisoburn-0.5.8

This commit is contained in:
Thomas Schmitt 2010-06-13 14:34:04 +00:00
parent 3da6b7eccb
commit 3700e45de5
10 changed files with 78 additions and 70 deletions

View File

@ -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

View File

@ -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`

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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.

View File

@ -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>&nbsp;</DD> <DD>&nbsp;</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>&nbsp;</DD> <DD>&nbsp;</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>&nbsp;</DD> <DD>&nbsp;</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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.06.13.133537" #define Xorriso_timestamP "2010.06.13.140001"

View File

@ -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 */