From 57cbd42058a04d23a8ebb63d2ffae472e8a4179f Mon Sep 17 00:00:00 2001
From: Thomas Schmitt
Date: Mon, 1 Dec 2008 20:48:49 +0000
Subject: [PATCH] Version leap to 0.3.1
---
libisoburn/trunk/README | 14 ++--
libisoburn/trunk/configure.ac | 20 +++---
libisoburn/trunk/libisoburn/libisoburn.h | 8 +--
libisoburn/trunk/xorriso/README | 21 +++---
libisoburn/trunk/xorriso/configure_ac.txt | 2 +-
.../trunk/xorriso/make_xorriso_standalone.sh | 2 +-
libisoburn/trunk/xorriso/xorriso_eng.html | 72 ++++++++-----------
libisoburn/trunk/xorriso/xorriso_private.h | 2 +-
libisoburn/trunk/xorriso/xorriso_timestamp.h | 2 +-
libisoburn/trunk/xorriso/xorrisoburn.h | 4 +-
10 files changed, 69 insertions(+), 78 deletions(-)
diff --git a/libisoburn/trunk/README b/libisoburn/trunk/README
index 0bc1ee6e..092215a9 100644
--- a/libisoburn/trunk/README
+++ b/libisoburn/trunk/README
@@ -4,7 +4,7 @@
libisoburn. By Vreixo Formoso
and Thomas Schmitt
Integrated sub project of libburnia-project.org.
-http://files.libburnia-project.org/releases/libisoburn-0.2.9.tar.gz
+http://files.libburnia-project.org/releases/libisoburn-0.3.1.tar.gz
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
Provided under GPL version 2.
------------------------------------------------------------------------------
@@ -27,18 +27,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.9 :
-- libburn.so.4 , version libburn-0.5.4 or higher
-- libisofs.so.6 , version libisofs-0.6.10 or higher
+Dynamic library and compile time header requirements for libisoburn-0.3.1 :
+- libburn.so.4 , version libburn-0.5.6 or higher
+- libisofs.so.6 , version libisofs-0.6.12 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.9.tar.gz, take it to a directory of your choice
+Obtain libisoburn-0.3.1.tar.gz, take it to a directory of your choice
and do:
- tar xzf libisoburn-0.2.9.tar.gz
- cd libisoburn-0.2.9
+ tar xzf libisoburn-0.3.1.tar.gz
+ cd libisoburn-0.3.1
Within that directory execute:
diff --git a/libisoburn/trunk/configure.ac b/libisoburn/trunk/configure.ac
index 6310a005..686edd67 100644
--- a/libisoburn/trunk/configure.ac
+++ b/libisoburn/trunk/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libisoburn], [0.2.9], [http://libburnia-project.org])
+AC_INIT([libisoburn], [0.3.1], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@@ -20,8 +20,8 @@ dnl LT_CURREN, LT_AGE, LT_REVISION where SONAME becomes LT_CURRENT - LT_AGE
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=9
+ISOBURN_MINOR_VERSION=3
+ISOBURN_MICRO_VERSION=1
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 A80920
-dnl ### This is the release version 0.2.8 = libisoburn.so.1.17.0
+dnl ts A81201
+dnl ### This is the release version 0.3.0 = libisoburn.so.1.19.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 = 18 - 17 = 1 . Library name = libisoburn.so.1.17.0
+dnl SONAME = 20 - 19 = 1 . Library name = libisoburn.so.1.19.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
-LT_CURRENT=18
-LT_AGE=17
+LT_CURRENT=20
+LT_AGE=19
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@@ -106,8 +106,8 @@ AC_CHECK_HEADER(libburn/libburn.h)
AC_CHECK_HEADER(libisofs/libisofs.h)
dnl Check for proper library versions
-LIBBURN_REQUIRED=0.5.4
-LIBISOFS_REQUIRED=0.6.10
+LIBBURN_REQUIRED=0.5.6
+LIBISOFS_REQUIRED=0.6.12
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
diff --git a/libisoburn/trunk/libisoburn/libisoburn.h b/libisoburn/trunk/libisoburn/libisoburn.h
index bd9de93b..933fffd2 100644
--- a/libisoburn/trunk/libisoburn/libisoburn.h
+++ b/libisoburn/trunk/libisoburn/libisoburn.h
@@ -200,7 +200,7 @@ void isoburn_version(int *major, int *minor, int *micro);
*/
#define isoburn_libisofs_req_major 0
#define isoburn_libisofs_req_minor 6
-#define isoburn_libisofs_req_micro 11
+#define isoburn_libisofs_req_micro 12
/** The minimum version of libburn to be used with this version of libisoburn
at compile time.
@@ -208,7 +208,7 @@ void isoburn_version(int *major, int *minor, int *micro);
*/
#define isoburn_libburn_req_major 0
#define isoburn_libburn_req_minor 5
-#define isoburn_libburn_req_micro 4
+#define isoburn_libburn_req_micro 6
/** The minimum version of libisofs to be used with this version of libisoburn
@@ -243,8 +243,8 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
@since 0.1.0
*/
#define isoburn_header_version_major 0
-#define isoburn_header_version_minor 2
-#define isoburn_header_version_micro 9
+#define isoburn_header_version_minor 3
+#define isoburn_header_version_micro 1
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.
diff --git a/libisoburn/trunk/xorriso/README b/libisoburn/trunk/xorriso/README
index 48185887..ccc52607 100644
--- a/libisoburn/trunk/xorriso/README
+++ b/libisoburn/trunk/xorriso/README
@@ -4,7 +4,7 @@
xorriso. By Thomas Schmitt
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.9.tar.gz
+http://scdbackup.sourceforge.net/xorriso-0.3.1.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@@ -37,10 +37,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.9.tar.gz, take it to a directory of your choice and do:
+Obtain xorriso-0.3.1.tar.gz, take it to a directory of your choice and do:
- tar xzf xorriso-0.2.9.tar.gz
- cd xorriso-0.2.9
+ tar xzf xorriso-0.3.1.tar.gz
+ cd xorriso-0.3.1
Within that directory execute:
@@ -54,8 +54,8 @@ which you may strip to reduce it in size
strip ./xorriso/xorriso
You may copy or move it to a directory where it can be found by the shell,
-you may execute xorriso at the place where it was built, or you may execute
-as superuser:
+or you may execute xorriso at the place where it was built,
+or you may execute as superuser:
make install
For general concepts, options and usage examples see
@@ -81,6 +81,9 @@ development package is installed, then rather build xorriso by:
make clean ; make
Never omit the "make clean" command after switching libreadline enabling.
+If you want xorriso to report a "Build timestamp" with its option -version:
+ make buildstamped
+
Drives and Disk File Objects
@@ -193,9 +196,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.9 :
-- libburn.so.4 , version libburn-0.5.4 or higher
-- libisofs.so.6 , version libisofs-0.6.10 or higher
+Dynamic library and compile time header requirements for libisoburn-0.3.1 :
+- libburn.so.4 , version libburn-0.5.6 or higher
+- libisofs.so.6 , version libisofs-0.6.12 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.
diff --git a/libisoburn/trunk/xorriso/configure_ac.txt b/libisoburn/trunk/xorriso/configure_ac.txt
index ba82ac48..6c39c02f 100644
--- a/libisoburn/trunk/xorriso/configure_ac.txt
+++ b/libisoburn/trunk/xorriso/configure_ac.txt
@@ -1,4 +1,4 @@
-AC_INIT([xorriso], [0.2.9], [http://libburnia-project.org])
+AC_INIT([xorriso], [0.3.1], [http://libburnia-project.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
diff --git a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh
index bfa7a68f..b8cfc163 100755
--- a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh
+++ b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh
@@ -25,7 +25,7 @@
current_dir=$(pwd)
lone_dir="$current_dir"/"xorriso-standalone"
-xorriso_rev=0.2.9
+xorriso_rev=0.3.1
# For unstable uploads:
xorriso_pl=""
# For stable releases:
diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html
index 7dafad21..867a4126 100644
--- a/libisoburn/trunk/xorriso/xorriso_eng.html
+++ b/libisoburn/trunk/xorriso/xorriso_eng.html
@@ -62,15 +62,15 @@ and to MMC-5 for DVD or BD).
GPL software included:
-- libburn-0.5.5
+- libburn-0.5.7
- reads and writes data from and to CD, DVD, BD-RE.
- (founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org)
-- libisofs-0.6.10.pl01
+- libisofs-0.6.12
- operates on ISO 9660 filesystem images.
- (By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-- libisoburn-0.2.8
+- libisoburn-0.3.0
- coordinates libburn and libisofs, emulates multi-session where needed.
- (By Vreixo Formoso and Thomas Schmitt
from team of libburnia-project.org)
@@ -111,7 +111,7 @@ Writes result as completely new image or as add-on session
to optical media or filesystem objects.
-Can activate ISOLINUX boot images by El Torito boot record.
+Can activate ISOLINUX boot images by El Torito boot record and by MBR.
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
@@ -290,8 +290,10 @@ that tree, xorriso can burn an El Torito bootable media:
$ xorriso -outdev /dev/sr0 -blank as_needed \
-map /home/me/ISOLINUX_prepared_tree / \
-boot_image isolinux dir=/boot/isolinux
-
+An additional MBR is generated if the file isolinux.bin is modern enough
+(syslinux version 3.72) and ready for "isohybrid". An MBR enables booting
+from hard disk or USB stick.
@@ -366,8 +368,8 @@ are interested in using BD-R media.
Download as source code (see README):
-- xorriso-0.2.8.pl01.tar.gz
-(1050 KB).
+
- xorriso-0.3.0.pl00.tar.gz
+(1080 KB).
@@ -393,34 +395,29 @@ an Open Source approved license
-Bug fixes towards xorriso-0.2.6.pl00:
+Bug fixes towards xorriso-0.2.8.pl01:
-- A potential buffer overflow has been fixed
-- -follow "link" attributed random target filenames to looping links
-- -as mkisofs -iso-level was accused to be an unknown option
+- Forgot exit value registration to -return_with. Thanks to Steve Dodd.
+- -format "as_needed" did not recognize unformatted BD-RE
+- disk patterns with relative addresses were not properly resolved
-Bug fixes towards xorriso-0.2.8.pl00 and xorriso-0.2.6.pl00:
-
-- Images generated by mkisofs which contain regular files with 0 bytes
-suffered file size confusion when xorriso sessions were appended.
-- ISOLINUX boot images were not made ready for SYSLINUX script isohybrid.
-
-
-
-Enhancements towards previous stable version xorriso-0.2.6.pl00:
+Enhancements towards previous stable version xorriso-0.2.8.pl01:
-- Ability to write and maintain bootable ISO images based on ISOLINUX
-- New ./configure option --disable-libreadline to make binary more portable
-
+- Suitable ISOLINUX boot images are made alternatively bootable via MBR
+- New options -quoted_path_list, -quoted_not_list
+- New option -backslash_codes for terminal safety with weird file names
+- New options -charset, -in_charset, -out_charset
+- New option -application_id
+- New option -compliance
@@ -429,35 +426,26 @@ Enhancements towards previous stable version xorriso-0.2.6.pl00:
-Development snapshot, version 0.2.9 :
-- Bug fixes towards xorriso-0.2.8.pl01:
+
Development snapshot, version 0.3.1 :
+- Bug fixes towards xorriso-0.3.0.pl00:
-- Forgot exit value registration to -return_with. Thanks to Steve Dodd.
-- -format "as_needed" did not recognize unformatted BD-RE
-- disk patterns with relative addresses were not properly resolved
-
-- Enhancements towards stable version 0.2.8.pl01:
+
- Enhancements towards stable version 0.3.0.pl00:
-- Suitable ISOLINUX boot images are made alternatively bootable via MBR
-- New options -quoted_path_list, -quoted_not_list
-- New option -backslash_codes for terminal safety with weird file names
-- New options -charset, -in_charset, -out_charset
-- New option -application_id
-- New option -compliance
-
-
-- README 0.2.9
-
- xorriso_0.2.9 -help
-- man xorriso (as of 0.2.9)
+- README 0.3.1
+
- xorriso_0.3.1 -help
+- man xorriso (as of 0.3.1)
-
- If you want to distribute development versions of xorriso, then use
this tarball which produces static linking between xorriso and the
@@ -467,8 +455,8 @@ libburnia libraries.
installation see README)
-
-xorriso-0.2.9.tar.gz
-(1070 KB).
+xorriso-0.3.1.tar.gz
+(1080 KB).
- A dynamically linked development version of xorriso can be obtained
from repositories of
diff --git a/libisoburn/trunk/xorriso/xorriso_private.h b/libisoburn/trunk/xorriso/xorriso_private.h
index 0873e8ce..d301348a 100644
--- a/libisoburn/trunk/xorriso/xorriso_private.h
+++ b/libisoburn/trunk/xorriso/xorriso_private.h
@@ -18,7 +18,7 @@
#ifndef Xorriso_private_includeD
#define Xorriso_private_includeD yes
-#define Xorriso_program_versioN "0.2.9"
+#define Xorriso_program_versioN "0.3.1"
/** The source code release timestamp */
#include "xorriso_timestamp.h"
diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h
index 7af2fbf6..f100fea6 100644
--- a/libisoburn/trunk/xorriso/xorriso_timestamp.h
+++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h
@@ -1 +1 @@
-#define Xorriso_timestamP "2008.12.01.122825"
+#define Xorriso_timestamP "2008.12.01.202911"
diff --git a/libisoburn/trunk/xorriso/xorrisoburn.h b/libisoburn/trunk/xorriso/xorrisoburn.h
index a928c255..5ce6989f 100644
--- a/libisoburn/trunk/xorriso/xorrisoburn.h
+++ b/libisoburn/trunk/xorriso/xorrisoburn.h
@@ -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 2
-#define xorriso_libisoburn_req_micro 9
+#define xorriso_libisoburn_req_minor 3
+#define xorriso_libisoburn_req_micro 1
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);