From af4d8dd5ff8cb00332ef60ff4dcfb07d375ea29e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 23 Feb 2010 09:53:17 +0000 Subject: [PATCH] Version leap to libisoburn-0.5.1 --- libisoburn/trunk/README | 12 +-- libisoburn/trunk/configure.ac | 16 ++-- libisoburn/trunk/libisoburn/libisoburn.h | 4 +- libisoburn/trunk/xorriso/README_gnu_xorriso | 16 ++-- libisoburn/trunk/xorriso/configure_ac.txt | 2 +- .../trunk/xorriso/make_xorriso_standalone.sh | 2 +- libisoburn/trunk/xorriso/xorriso.c | 2 +- libisoburn/trunk/xorriso/xorriso.h | 2 +- libisoburn/trunk/xorriso/xorriso_eng.html | 93 +++++++------------ libisoburn/trunk/xorriso/xorriso_timestamp.h | 2 +- libisoburn/trunk/xorriso/xorrisoburn.h | 4 +- 11 files changed, 67 insertions(+), 88 deletions(-) diff --git a/libisoburn/trunk/README b/libisoburn/trunk/README index 9e579dbc..d599aa6f 100644 --- a/libisoburn/trunk/README +++ b/libisoburn/trunk/README @@ -4,7 +4,7 @@ libisoburn and xorriso. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. -http://files.libburnia-project.org/releases/libisoburn-0.4.8.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.5.0.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.4.8 : +Dynamic library and compile time header requirements for libisoburn-0.5.0 : - libburn.so.4 , version libburn-0.7.6 or higher -- libisofs.so.6 , version libisofs-0.6.26 or higher +- libisofs.so.6 , version libisofs-0.6.28 or higher libisoburn and xorriso will not start with libraries which are older than their headers seen at compile time. -Obtain libisoburn-0.4.8.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.5.0.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.4.8.pl00.tar.gz - cd libisoburn-0.4.8 + tar xzf libisoburn-0.5.0.pl00.tar.gz + cd libisoburn-0.5.0 Within that directory execute: diff --git a/libisoburn/trunk/configure.ac b/libisoburn/trunk/configure.ac index 7820180a..137b4015 100644 --- a/libisoburn/trunk/configure.ac +++ b/libisoburn/trunk/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.4.9], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.5.1], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -22,8 +22,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=4 -ISOBURN_MICRO_VERSION=9 +ISOBURN_MINOR_VERSION=5 +ISOBURN_MICRO_VERSION=1 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 B00125 -dnl ### This is the release version 0.4.8 = libisoburn.so.1.37.0 +dnl ts B00222 +dnl ### This is the release version 0.5.0 = libisoburn.so.1.39.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 = 38 - 37 = 1 . Library name = libisoburn.so.1.37.0 +dnl SONAME = 40 - 39 = 1 . Library name = libisoburn.so.1.39.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=38 -LT_AGE=37 +LT_CURRENT=40 +LT_AGE=39 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/trunk/libisoburn/libisoburn.h b/libisoburn/trunk/libisoburn/libisoburn.h index fd14f436..baeaab59 100644 --- a/libisoburn/trunk/libisoburn/libisoburn.h +++ b/libisoburn/trunk/libisoburn/libisoburn.h @@ -260,8 +260,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 4 -#define isoburn_header_version_micro 9 +#define isoburn_header_version_minor 5 +#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_gnu_xorriso b/libisoburn/trunk/xorriso/README_gnu_xorriso index 25606921..808c8043 100644 --- a/libisoburn/trunk/xorriso/README_gnu_xorriso +++ b/libisoburn/trunk/xorriso/README_gnu_xorriso @@ -4,7 +4,7 @@ GNU xorriso. By Thomas Schmitt 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-0.4.9.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.5.1.tar.gz 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 be present at runtime, too. -Obtain xorriso-0.4.9.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.5.1.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.4.9.tar.gz - cd xorriso-0.4.9 + tar xzf xorriso-0.5.1.tar.gz + cd xorriso-0.5.1 Within that directory execute: @@ -280,9 +280,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.4.8 : +Dynamic library and compile time header requirements for libisoburn-0.5.0 : - libburn.so.4 , version libburn-0.7.6 or higher -- libisofs.so.6 , version libisofs-0.6.26 or higher +- libisofs.so.6 , version libisofs-0.6.28 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. @@ -335,7 +335,7 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens This text itself is Copyright (c) 2007 - 2010 Thomas Schmitt and is freely distributable. -This text shall only be modified in sync with the technical properties of -xorriso. If you make use of the license to derive modified versions of xorriso +It shall only be modified in sync with the technical properties of xorriso. +If you make use of the license to derive modified versions of xorriso then you are entitled to modify this text under that same license. diff --git a/libisoburn/trunk/xorriso/configure_ac.txt b/libisoburn/trunk/xorriso/configure_ac.txt index bf9516bb..d45854e9 100644 --- a/libisoburn/trunk/xorriso/configure_ac.txt +++ b/libisoburn/trunk/xorriso/configure_ac.txt @@ -3,7 +3,7 @@ # Copyright (c) 2007 - 2010 Thomas Schmitt # Provided under GPL version 2 or later. -AC_INIT([xorriso], [0.4.9], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.5.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 c777e441..74cdc9e7 100755 --- a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh +++ b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh @@ -40,7 +40,7 @@ create_gnu_xorriso="yes" current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.4.9 +xorriso_rev=0.5.1 # For unstable uploads and patch level 0 of stable releases: xorriso_pl="" # For higher patch levels of stable releases: diff --git a/libisoburn/trunk/xorriso/xorriso.c b/libisoburn/trunk/xorriso/xorriso.c index 2fed5b6a..211d78d5 100644 --- a/libisoburn/trunk/xorriso/xorriso.c +++ b/libisoburn/trunk/xorriso/xorriso.c @@ -20629,7 +20629,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.4.9" +#define Xorriso_main_program_versioN "0.5.1" #else /* Xorriso_without_subS */ diff --git a/libisoburn/trunk/xorriso/xorriso.h b/libisoburn/trunk/xorriso/xorriso.h index 2258f8d1..11a503a3 100644 --- a/libisoburn/trunk/xorriso/xorriso.h +++ b/libisoburn/trunk/xorriso/xorriso.h @@ -16,7 +16,7 @@ struct XorrisO; -#define Xorriso_program_versioN "0.4.9" +#define Xorriso_program_versioN "0.5.1" #define Xorriso_program_patch_leveL "" diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html index b34af15c..f2b7cfa0 100644 --- a/libisoburn/trunk/xorriso/xorriso_eng.html +++ b/libisoburn/trunk/xorriso/xorriso_eng.html @@ -435,10 +435,18 @@ files or trees to disk:

Download as source code (see README):

-
xorriso-0.4.8.pl01.tar.gz -(1360 KB). +
xorriso-0.5.0.tar.gz +(1370 KB). +
+
(Released 22 Feb 2010)
+
xorriso-0.5.0.tar.gz.sig +(detached GPG signature). +
+
+Also on +mirrors of ftp://ftp.gnu.org/gnu/ +as xorriso/xorriso-0.5.0.tar.gz
-
(Released 10 Feb 2010, GPLv2+, predecessor of GNU xorriso)
@@ -456,9 +464,8 @@ files or trees to disk: libburn-hackers@pykix.org
License:
-
GPL version 2 or later. +
GPL version 3 or later.
-
(To become with the next release a derived GPL version 3 or later.)
 

@@ -466,17 +473,20 @@ files or trees to disk:

-Bug fixes towards xorriso-0.4.6.pl00: +Bug fixes towards xorriso-0.4.8.pl00:

  • -With non-Linux system adapters there were 0 readable bytes on block devices -which acted as pseudo drives. +Regression in libisofs introduced with xorriso-0.4.2: +-boot_image isolinux patch could lead to SIGSEGV
  • -xorriso did not blank CD-RW with images that were prepared on hard disk +On FreeBSD: xorriso could leave the drive tray locked
  • -Invalid checksum tags were preserved if the new session produced no checksums +On FreeBSD: Piped input was falsely attributed a small fixed size +
  • +
  • +xorriso -update_r could lead to SIGSEGV if applied to a data file
  • Bug fixes towards xorriso-0.4.8.pl00:

    • -Regression in libisofs introduced with xorriso-0.4.2: --boot_image isolinux patch could lead to SIGSEGV

    +-->

    -Enhancements towards previous stable version xorriso-0.4.6.pl00: +Enhancements towards previous stable version xorriso-0.4.8.pl00:

      +
    • Transition of documentation and program messages towards GNU xorriso
    • -New configure option --enable-libcdio for system adapter to libcdio-0.83git -
    • -
    • -The checksum buffer for the emerging image gets now marked as invalid if -image generation is canceled. -
    • -
    • -More graceful reaction on filesystems where ACL are not enabled but -nevertheless requested by the application. -
    • -
    • -Made FreeBSD system adapter safe from mutal burn spoiling and drive deadlock. +New option -scsi_log
    -
    Enhancements towards stable version 0.4.8.pl00: +
    Enhancements towards stable version 0.5.0:
      -
    • Transition of documentation and program messages towards GNU xorriso
    • -
    • -New option -scsi_log -
    • - -
     
    -
    README 0.4.9 -
    xorriso_0.4.9 -help
    -
    man xorriso (as of 0.4.9)
    +
    README 0.5.1 +
    xorriso_0.5.1 -help
    +
    man xorriso (as of 0.5.1)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -607,8 +586,8 @@ libburnia libraries. installation see README)
    -xorriso-0.4.9.tar.gz -(1365 KB, GPLv3+, already dubbed GNU xorriso). +xorriso-0.5.1.tar.gz +(1370 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index 78571594..a20606fa 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.02.22.195623" +#define Xorriso_timestamP "2010.02.23.093924" diff --git a/libisoburn/trunk/xorriso/xorrisoburn.h b/libisoburn/trunk/xorriso/xorrisoburn.h index 5f24027c..0dd50c89 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 4 -#define xorriso_libisoburn_req_micro 9 +#define xorriso_libisoburn_req_minor 5 +#define xorriso_libisoburn_req_micro 1 struct SpotlisT; /* List of intervals with different read qualities */