From 9e6c43ed0b1c1edaf49b6b0be2efa1517b8aeaf2 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 8 Dec 2009 14:52:25 +0000 Subject: [PATCH] Version leap to libisoburn-0.4.7 --- README | 10 +++--- configure.ac | 14 ++++---- libisoburn/libisoburn.h | 2 +- xorriso/README | 12 +++---- xorriso/configure_ac.txt | 2 +- xorriso/make_xorriso_standalone.sh | 2 +- xorriso/xorriso.c | 2 +- xorriso/xorriso.h | 2 +- xorriso/xorriso_eng.html | 55 ++++++++++++------------------ xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.h | 2 +- 11 files changed, 46 insertions(+), 59 deletions(-) diff --git a/README b/README index 0cc3d78d..70f3311d 100644 --- a/README +++ b/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.4.4.pl00.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.4.6.pl00.tar.gz Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -29,17 +29,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.5 : +Dynamic library and compile time header requirements for libisoburn-0.4.6 : - libburn.so.4 , version libburn-0.7.4 or higher - libisofs.so.6 , version libisofs-0.6.24 or higher libisoburn and xorriso will not start with libraries which are older than their headers seen at compile time. -Obtain libisoburn-0.4.4.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.4.6.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.4.4.pl00.tar.gz - cd libisoburn-0.4.4 + tar xzf libisoburn-0.4.6.pl00.tar.gz + cd libisoburn-0.4.6 Within that directory execute: diff --git a/configure.ac b/configure.ac index c28a864b..896a089c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.4.5], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.4.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=4 -ISOBURN_MICRO_VERSION=5 +ISOBURN_MICRO_VERSION=7 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION @@ -34,16 +34,16 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts A91027 -dnl ### This is the release version 0.4.4 = libisoburn.so.1.33.0 +dnl ts A91208 +dnl ### This is the release version 0.4.6 = libisoburn.so.1.35.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 = 34 - 33 = 1 . Library name = libisoburn.so.1.33.0 +dnl SONAME = 36 - 35 = 1 . Library name = libisoburn.so.1.35.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=34 -LT_AGE=33 +LT_CURRENT=36 +LT_AGE=35 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index a25d0f13..fe5187b9 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -260,7 +260,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); */ #define isoburn_header_version_major 0 #define isoburn_header_version_minor 4 -#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. diff --git a/xorriso/README b/xorriso/README index af4305df..cdf4cd52 100644 --- a/xorriso/README +++ b/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.4.5.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.4.7.tar.gz Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2. ------------------------------------------------------------------------------ @@ -35,7 +35,7 @@ The most simple way to get xorriso from source code is the xorriso standalone tarball. Prerequisites: -The tarball contains anything that is needed except the following system +The tarball contains everything that is needed except the following system components: libc, libpthread plus on FreeBSD: libiconv, libcam @@ -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.5.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.4.7.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.4.5.tar.gz - cd xorriso-0.4.5 + tar xzf xorriso-0.4.7.tar.gz + cd xorriso-0.4.7 Within that directory execute: @@ -275,7 +275,7 @@ 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.5 : +Dynamic library and compile time header requirements for libisoburn-0.4.6 : - libburn.so.4 , version libburn-0.7.4 or higher - libisofs.so.6 , version libisofs-0.6.24 or higher libisoburn and xorriso will not start with libraries which are older than their diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 60f2eb3b..6643c8a2 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.4.5], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.4.7], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index 946dc099..9503c3fe 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -25,7 +25,7 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.4.5 +xorriso_rev=0.4.7 # For unstable uploads: xorriso_pl="" # For stable releases: diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index 3f8c316a..6525f3d4 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -20557,7 +20557,7 @@ char *Xorriso__get_version_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.5" +#define Xorriso_main_program_versioN "0.4.7" #else /* Xorriso_without_subS */ diff --git a/xorriso/xorriso.h b/xorriso/xorriso.h index f335376d..7b18e447 100644 --- a/xorriso/xorriso.h +++ b/xorriso/xorriso.h @@ -16,7 +16,7 @@ struct XorrisO; -#define Xorriso_program_versioN "0.4.5" +#define Xorriso_program_versioN "0.4.7" /* --------------------- Fundamental Management ------------------- */ diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index df194280..f066075d 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -429,10 +429,10 @@ files or trees to disk:

Download as source code (see README):

-
xorriso-0.4.4.pl00.tar.gz -(1330 KB). +
xorriso-0.4.6.pl00.tar.gz +(1340 KB).
-
(Released 27 Oct 2009)
+
(Released 08 Dec 2009)
@@ -457,20 +457,11 @@ an Open Source approved license

-Bug fixes towards xorriso-0.4.2.pl00: +Bug fixes towards xorriso-0.4.4.pl00:

    -
  • -cut_out deleted previously cut-out pieces of the same file (fixed in pl01) -
  • -
  • Filenames could lose blanks during a multi-session cycle (fixed in pl02) -
  • -
  • -for_backup did not enable -xattr and -md5 if no drive was chosen yet -(fixed in pl02) -
  • -
  • xorrisofs -help, xorrecord -help displayed original xorriso -help -(fixed in pl02) -
  • -
  • With -as cdrecord : -xa1 and -xamix were ignored although they do matter -
  • +
  • Workaround for Pioneer DVR-216D which got stuck on DVD-R burns.
  • +
  • Workaround for Pioneer DVR-216D which did not always eject the tray.
  • +
  • SIGSEGV from NULL pointer with option -toc on LG GH22LS30
  • @@ -486,14 +477,10 @@ Bug fixes towards xorriso-0.4.4.pl00: -->

    -Enhancements towards previous stable version xorriso-0.4.2.pl00: +Enhancements towards previous stable version xorriso-0.4.4.pl00:

      -
    • New option -pvd_info
    • -
    • Option -toc now reports "Media product:"
    • -
    • New options -system_id , -volset_id
    • -
    • New option -mount_opts
    • -
    • New option -scdbackup_tag
    • - +
    • New options -dvd_obs and -stdio_sync
    • +
    • New configure option --enable-dvd-obs-64k
    • @@ -507,7 +494,7 @@ Enhancements towards previous stable version xorriso-0.4.2.pl00: Library copies included in xorriso tarballs:
      -
      libburn-0.7.3
      +
      libburn-0.7.5
      reads and writes data from and to CD, DVD, BD.
      (founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by @@ -516,7 +503,7 @@ Thomas Schmitt from team of libburnia-project.org)
      operates on ISO 9660 filesystem images.
      (By Vreixo Formoso, Mario Danic and Thomas Schmitt from team of libburnia-project.org)
      -
      libisoburn-0.4.4
      +
      libisoburn-0.4.6
      coordinates libburn and libisofs, emulates multi-session where needed.
      (By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
      @@ -530,15 +517,15 @@ cdrecord and mkisofs.

      -

      Development snapshot, version 0.4.5 :

      -
      Bug fixes towards xorriso-0.4.4.pl00: +

      Development snapshot, version 0.4.7 :

      +
      Bug fixes towards xorriso-0.4.6.pl00:
        -
      • - none yet -
      -
      Enhancements towards stable version 0.4.4.pl01: +
      Enhancements towards stable version 0.4.6.pl00:
        @@ -548,9 +535,9 @@ cdrecord and mkisofs.
       
      -
      README 0.4.5 -
      xorriso_0.4.5 -help
      -
      man xorriso (as of 0.4.5)
      +
      README 0.4.7 +
      xorriso_0.4.7 -help
      +
      man xorriso (as of 0.4.7)
       
      If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -560,8 +547,8 @@ libburnia libraries. installation see README)
      -xorriso-0.4.5.tar.gz -(1330 KB). +xorriso-0.4.7.tar.gz +(1340 KB).
      A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 7d8bde00..b93957a4 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.12.07.082130" +#define Xorriso_timestamP "2009.12.08.144237" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 44e0219e..0f4fe94f 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 4 -#define xorriso_libisoburn_req_micro 5 +#define xorriso_libisoburn_req_micro 7 struct SpotlisT; /* List of intervals with different read qualities */