Version leap to libisoburn-0.5.5
This commit is contained in:
parent
cfabe3c012
commit
4db13560f6
@ -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.2.pl00.tar.gz
|
||||
http://files.libburnia-project.org/releases/libisoburn-0.5.4.pl00.tar.gz
|
||||
Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt.
|
||||
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
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.5.2 :
|
||||
Dynamic library and compile time header requirements for libisoburn-0.5.4 :
|
||||
- libburn.so.4 , version libburn-0.7.8 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.28 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.30 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time.
|
||||
|
||||
Obtain libisoburn-0.5.2.pl00.tar.gz, take it to a directory of your choice
|
||||
Obtain libisoburn-0.5.4.pl00.tar.gz, take it to a directory of your choice
|
||||
and do:
|
||||
|
||||
tar xzf libisoburn-0.5.2.pl00.tar.gz
|
||||
cd libisoburn-0.5.2
|
||||
tar xzf libisoburn-0.5.4.pl00.tar.gz
|
||||
cd libisoburn-0.5.4
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([libisoburn], [0.5.3], [http://libburnia-project.org])
|
||||
AC_INIT([libisoburn], [0.5.5], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
@ -23,7 +23,7 @@ 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=3
|
||||
ISOBURN_MICRO_VERSION=5
|
||||
|
||||
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 B00329
|
||||
dnl ### This is the release version 0.5.2 = libisoburn.so.1.41.0
|
||||
dnl ts B00419
|
||||
dnl ### This is the release version 0.5.4 = libisoburn.so.1.43.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 = 42 - 41 = 1 . Library name = libisoburn.so.1.41.0
|
||||
dnl SONAME = 44 - 43 = 1 . Library name = libisoburn.so.1.43.0
|
||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||
LT_CURRENT=42
|
||||
LT_AGE=41
|
||||
LT_CURRENT=44
|
||||
LT_AGE=43
|
||||
LT_REVISION=0
|
||||
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_minor 5
|
||||
#define isoburn_header_version_micro 3
|
||||
#define isoburn_header_version_micro 5
|
||||
/** 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.3.tar.gz
|
||||
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.5.tar.gz
|
||||
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
|
||||
be present at runtime, too.
|
||||
|
||||
Obtain xorriso-0.5.3.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-0.5.5.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-0.5.3.tar.gz
|
||||
cd xorriso-0.5.3
|
||||
tar xzf xorriso-0.5.5.tar.gz
|
||||
cd xorriso-0.5.5
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -282,9 +282,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.5.2 :
|
||||
Dynamic library and compile time header requirements for libisoburn-0.5.4 :
|
||||
- libburn.so.4 , version libburn-0.7.8 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.28 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.30 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.
|
||||
|
@ -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.3], [http://libburnia-project.org])
|
||||
AC_INIT([xorriso], [0.5.5], [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.5.3
|
||||
xorriso_rev=0.5.5
|
||||
# For unstable uploads and patch level 0 of stable releases:
|
||||
xorriso_pl=""
|
||||
# For higher patch levels of stable releases:
|
||||
|
@ -21220,7 +21220,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.5.3"
|
||||
#define Xorriso_main_program_versioN "0.5.5"
|
||||
|
||||
#else /* Xorriso_without_subS */
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
struct XorrisO;
|
||||
|
||||
|
||||
#define Xorriso_program_versioN "0.5.3"
|
||||
#define Xorriso_program_versioN "0.5.5"
|
||||
#define Xorriso_program_patch_leveL ""
|
||||
|
||||
|
||||
|
@ -436,19 +436,19 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-0.5.2.tar.gz">xorriso-0.5.2.tar.gz</A>
|
||||
(1560 KB).
|
||||
<DD><A HREF="xorriso-0.5.4.tar.gz">xorriso-0.5.4.tar.gz</A>
|
||||
(1580 KB).
|
||||
</DD>
|
||||
<DD>(Released 29 Mar 2010)</DD>
|
||||
<DD><A HREF="xorriso-0.5.2.tar.gz.sig">xorriso-0.5.2.tar.gz.sig</A></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>
|
||||
(detached GPG signature for verification by
|
||||
<KBD>gpg --verify xorriso-0.5.2.tar.gz.sig xorriso-0.5.2.tar.gz</KBD>).
|
||||
<KBD>gpg --verify xorriso-0.5.4.tar.gz.sig xorriso-0.5.4.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.2.tar.gz
|
||||
as xorriso/xorriso-0.5.4.tar.gz
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
@ -476,7 +476,7 @@ as xorriso/xorriso-0.5.2.tar.gz
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.5.0:
|
||||
Bug fixes towards xorriso-0.5.2:
|
||||
<UL>
|
||||
<LI>- none -</LI>
|
||||
<!--
|
||||
@ -487,7 +487,7 @@ Bug fixes towards xorriso-0.5.0:
|
||||
|
||||
<!--
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.5.0:
|
||||
Bug fixes in .pl01 towards xorriso-:
|
||||
<UL>
|
||||
<LI>
|
||||
</LI>
|
||||
@ -496,14 +496,25 @@ Bug fixes towards xorriso-0.5.0:
|
||||
-->
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-0.4.8.pl00:
|
||||
Enhancements towards previous stable version xorriso-0.5.2.pl00:
|
||||
<UL>
|
||||
<LI>
|
||||
Manual now based on hybrid format of Texinfo and man-page.
|
||||
Copies included: xorriso.texi, xorriso.info , xorriso.1
|
||||
New -as mkisofs options -G and --protective-msdos-label for grub-mkrescue
|
||||
</LI>
|
||||
<LI>
|
||||
On FreeBSD: support for upcomming SATA driver "ahci"
|
||||
New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=
|
||||
</LI>
|
||||
<LI>
|
||||
New: -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr
|
||||
</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>- none -</LI>
|
||||
@ -527,16 +538,16 @@ libburnia project and the legal intentions of
|
||||
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
||||
</DT>
|
||||
<DD> </DD>
|
||||
<DT>libburn-0.7.9</DT>
|
||||
<DT>libburn-0.8.1</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.29</DT>
|
||||
<DT>libisofs-0.6.31</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.2</DT>
|
||||
<DT>libisoburn-0.5.4</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
|
||||
@ -551,8 +562,8 @@ cdrecord and mkisofs.</DT>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.5.3 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.5.2:
|
||||
<DT><H3>Development snapshot, version 0.5.5 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.5.4:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
@ -560,9 +571,8 @@ cdrecord and mkisofs.</DT>
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 0.5.2:
|
||||
<DD>Enhancements towards stable version 0.5.4:
|
||||
<UL>
|
||||
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
@ -570,9 +580,9 @@ cdrecord and mkisofs.</DT>
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.5.3</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.5.3 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.3)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.5.5</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.5.5 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.5.5)</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
|
||||
@ -582,8 +592,8 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-0.5.3.tar.gz">xorriso-0.5.3.tar.gz</A>
|
||||
(1560 KB).
|
||||
<A HREF="xorriso-0.5.5.tar.gz">xorriso-0.5.5.tar.gz</A>
|
||||
(1580 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.04.18.141143"
|
||||
#define Xorriso_timestamP "2010.04.19.095104"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
#define xorriso_libisoburn_req_major 0
|
||||
#define xorriso_libisoburn_req_minor 5
|
||||
#define xorriso_libisoburn_req_micro 3
|
||||
#define xorriso_libisoburn_req_micro 5
|
||||
|
||||
|
||||
struct SpotlisT; /* List of intervals with different read qualities */
|
||||
|
Loading…
Reference in New Issue
Block a user