Version leap to 0.2.7

This commit is contained in:
Thomas Schmitt 2008-09-20 09:43:55 +00:00
parent cd999a3661
commit f65dc9aa82
10 changed files with 53 additions and 61 deletions

16
README
View File

@ -4,13 +4,13 @@
libisoburn. 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.2.5.tar.gz
http://files.libburnia-project.org/releases/libisoburn-0.2.7.tar.gz
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2.
------------------------------------------------------------------------------
libisoburn is a frontend for libraries libburn and libisofs which enables
creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
creation and expansion of ISO-9660 filesystems on all CD/DVD/BD media supported
by libburn. This includes media like DVD+RW, which do not support multi-session
management on media level and even plain disk files or block devices.
@ -26,18 +26,18 @@ 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.2.5 :
Dynamic library and compile time header requirements for libisoburn-0.2.7 :
- libburn.so.4 , version libburn-0.5.2 or higher
- libisofs.so.6 , version libisofs-0.6.6 or higher
- libisofs.so.6 , version libisofs-0.6.8 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.
Obtain libisoburn-0.2.5.tar.gz, take it to a directory of your choice
Obtain libisoburn-0.2.7.tar.gz, take it to a directory of your choice
and do:
tar xzf libisoburn-0.2.5.tar.gz
cd libisoburn-0.2.5
tar xzf libisoburn-0.2.7.tar.gz
cd libisoburn-0.2.7
Within that directory execute:
@ -57,7 +57,7 @@ as well as
xorriso
libisoburn includes a command line and dialog application named xorriso,
libisoburn comes with a command line and dialog application named xorriso,
which offers a substantial part of libisoburn features to shell scripts and
users. Its file xorriso/README describes a standalone tarball as first
preference for statically linked xorriso installation.

View File

@ -1,4 +1,4 @@
AC_INIT([libisoburn], [0.2.5], [http://libburnia-project.org])
AC_INIT([libisoburn], [0.2.7], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -21,7 +21,7 @@ dnl
dnl These three are only copies to provide libtool with unused LT_RELEASE
ISOBURN_MAJOR_VERSION=0
ISOBURN_MINOR_VERSION=2
ISOBURN_MICRO_VERSION=5
ISOBURN_MICRO_VERSION=7
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
AC_SUBST(ISOBURN_MAJOR_VERSION)
@ -33,16 +33,16 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts A80824
dnl ### This is the release version 0.2.4 = libisoburn.so.1.13.0
dnl ts A80920
dnl ### This is the release version 0.2.6 = libisoburn.so.1.15.0
dnl This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl
dnl SONAME = 14 - 13 = 1 . Library name = libisoburn.so.1.13.0
dnl SONAME = 16 - 15 = 1 . Library name = libisoburn.so.1.15.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=14
LT_AGE=13
LT_CURRENT=16
LT_AGE=15
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`

View File

@ -244,7 +244,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
*/
#define isoburn_header_version_major 0
#define isoburn_header_version_minor 2
#define isoburn_header_version_micro 5
#define isoburn_header_version_micro 7
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.

View File

@ -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.2.5.tar.gz
http://scdbackup.sourceforge.net/xorriso-0.2.7.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@ -36,10 +36,10 @@ The tarball contains anything that is needed except libc and libpthread.
libreadline and the readline-dev headers will make dialog mode more convenient,
but are not mandatory.
Obtain xorriso-0.2.5.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.2.7.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.2.5.tar.gz
cd xorriso-0.2.5
tar xzf xorriso-0.2.7.tar.gz
cd xorriso-0.2.7
Within that directory execute:
@ -186,9 +186,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.2.5 :
Dynamic library and compile time header requirements for libisoburn-0.2.7 :
- libburn.so.4 , version libburn-0.5.2 or higher
- libisofs.so.6 , version libisofs-0.6.6 or higher
- libisofs.so.6 , version libisofs-0.6.8 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.

View File

@ -1,4 +1,4 @@
AC_INIT([xorriso], [0.2.5], [http://libburnia-project.org])
AC_INIT([xorriso], [0.2.7], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])

View File

@ -25,7 +25,7 @@
current_dir=$(pwd)
lone_dir="$current_dir"/"xorriso-standalone"
xorriso_rev=0.2.5
xorriso_rev=0.2.7
# For unstable uploads:
xorriso_pl=""
# For stable releases:

View File

@ -63,12 +63,12 @@ GPL software included:<BR>
<DT>libburn-0.5.3</DT>
<DD>reads and writes data from and to CD, DVD, BD-RE.</DD>
<DD>(founded by Derek Foreman and Ben Jansens,
furthered since August 2006 by
developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org)</DD>
<DT>libisofs-0.6.7</DT>
<DT>libisofs-0.6.8</DT>
<DD>operates on ISO 9660 filesystem images.</DD>
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
<DT>libisoburn-0.2.4</DT>
<DT>libisoburn-0.2.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>
@ -346,8 +346,8 @@ are interested in using BD-R media.
<P>
<DL>
<DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-0.2.4.pl00.tar.gz">xorriso-0.2.4.pl00.tar.gz</A>
(1040 KB).
<DD><A HREF="xorriso-0.2.6.pl00.tar.gz">xorriso-0.2.6.pl00.tar.gz</A>
(1050 KB).
</DD>
</DL>
</DD>
@ -372,29 +372,28 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<HR>
<P>
Bug fixes towards xorriso-0.2.2.pl01:
Bug fixes towards xorriso-0.2.4.pl00:
<UL>
<LI>-format full did not re-format already formatted DVD+RW</LI>
<!--
<LI>- none -</LI>
-->
</UL>
</P>
<P>
Enhancements towards previous stable version xorriso-0.2.2.pl01:
Enhancements towards previous stable version xorriso-0.2.4.pl00:
<UL>
<LI>
Included libburn has enhanced Linux drive access and listing code
</LI>
<LI>
New option -check_media
</LI>
<LI>
New -find test -damaged, new -find actions "report_damage", "report_lba"
</LI>
<LI>
New -error_behavior occasion "file_extraction"
<LI>Capability to insert and extract files far larger than 4 GB</LI>
<LI>New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
</LI>
<LI>New option -extract_cut to retrieve data from oversized files</LI>
<LI>New option -check_media_defaults</LI>
<LI>New -error_behavior "file_extraction" behavior "best_effort"</LI>
<LI>New option -list_delimiter</LI>
</UL>
</P>
@ -403,32 +402,25 @@ New -error_behavior occasion "file_extraction"
<P>
<DL>
<DT><H3>Development snapshot, version 0.2.5 :</H3></DT>
<DD>Bug fixes towards xorriso-0.2.4.pl00:
<DT><H3>Development snapshot, version 0.2.7 :</H3></DT>
<DD>Bug fixes towards xorriso-0.2.6.pl00:
<UL>
<LI>-format full did not re-format already formatted DVD+RW</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>Enhancements towards stable version 0.2.4.pl00:
<DD>Enhancements towards stable version 0.2.6.pl00:
<UL>
<LI>Capability to insert and extract files far larger than 4 GB</LI>
<LI>New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
</LI>
<LI>New option -extract_cut to retrieve data from oversized files</LI>
<LI>New option -check_media_defaults</LI>
<LI>New option -list_delimiter</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 0.2.5</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.2.5 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.5)</A></DD>
<DD><A HREF="README_xorriso_devel">README 0.2.7</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.2.7 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.7)</A></DD>
<DD>&nbsp;</DD>
<DT>If you want to distribute development versions of xorriso, then use
this tarball which produces static linking between xorriso and the
@ -438,7 +430,7 @@ libburnia libraries.
installation see README)
</DD>
<DD>
<A HREF="xorriso-0.2.5.tar.gz">xorriso-0.2.5.tar.gz</A>
<A HREF="xorriso-0.2.7.tar.gz">xorriso-0.2.7.tar.gz</A>
(1050 KB).
</DD>
<DT>A dynamically linked development version of xorriso can be obtained

View File

@ -18,7 +18,7 @@
#ifndef Xorriso_private_includeD
#define Xorriso_private_includeD yes
#define Xorriso_program_versioN "0.2.5"
#define Xorriso_program_versioN "0.2.7"
/** The source code release timestamp */
#include "xorriso_timestamp.h"

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.09.19.122656"
#define Xorriso_timestamP "2008.09.20.093140"

View File

@ -19,7 +19,7 @@
*/
#define xorriso_libisoburn_req_major 0
#define xorriso_libisoburn_req_minor 2
#define xorriso_libisoburn_req_micro 5
#define xorriso_libisoburn_req_micro 7
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);