From 509d00149fd420fe8c4266be38330f802acce227 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 17 Jan 2011 09:25:21 +0000 Subject: [PATCH] Version leap to libisoburn-1.0.1 --- README | 18 ++++----- configure.ac | 18 ++++----- libisoburn/libisoburn.h | 12 +++--- xorriso/README_gnu_xorriso | 20 +++++----- xorriso/configure_ac.txt | 4 +- xorriso/make_xorriso_standalone.sh | 6 +-- xorriso/xorriso.h | 6 +-- xorriso/xorriso_eng.html | 60 +++++++++++++++--------------- xorriso/xorriso_main.c | 8 ++-- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.h | 8 ++-- 11 files changed, 82 insertions(+), 80 deletions(-) diff --git a/README b/README index 16856ab6..48ecf3bc 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ libisoburn and xorriso. By Vreixo Formoso and Thomas Schmitt Integrated sub project of libburnia-project.org. -http://files.libburnia-project.org/releases/libisoburn-0.6.6.pl00.tar.gz -Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. +http://files.libburnia-project.org/releases/libisoburn-1.0.0.pl00.tar.gz +Copyright (C) 2006-2011 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2 or later. ------------------------------------------------------------------------------ @@ -34,17 +34,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.6.6 : -- libburn.so.4 , version libburn-0.8.8 or higher -- libisofs.so.6 , version libisofs-0.6.40 or higher +Dynamic library and compile time header requirements for libisoburn-1.0.0 : +- libburn.so.4 , version libburn-1.0.0 or higher +- libisofs.so.6 , version libisofs-1.0.0 or higher libisoburn and xorriso will not start with libraries which are older than their include headers seen at compile time. -Obtain libisoburn-0.6.6.pl00.tar.gz, take it to a directory of your choice +Obtain libisoburn-1.0.0.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.6.6.pl00.tar.gz - cd libisoburn-0.6.6 + tar xzf libisoburn-1.0.0.pl00.tar.gz + cd libisoburn-1.0.0 Within that directory execute: @@ -224,7 +224,7 @@ libburnia-project.org By Mario Danic , Vreixo Formoso Thomas Schmitt -Copyright (C) 2006-2010 Mario Danic, Vreixo Formoso, Thomas Schmitt. +Copyright (C) 2006-2011 Mario Danic, Vreixo Formoso, Thomas Schmitt. We will not raise any legal protest to dynamic linking of our libraries with applications that are not under GPL, as long as they fulfill diff --git a/configure.ac b/configure.ac index 9d17bd2f..d4f98289 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.6.7], [http://libburnia-project.org]) +AC_INIT([libisoburn], [1.0.1], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -21,9 +21,9 @@ dnl configure.ac only rules the libtool revision numbering about 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=6 -ISOBURN_MICRO_VERSION=7 +ISOBURN_MAJOR_VERSION=1 +ISOBURN_MINOR_VERSION=0 +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 B01212 -dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.0 +dnl ts B10116 +dnl ### This is the release version 1.0.0 = libisoburn.so.1.57.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 = 56 - 55 = 1 . Library name = libisoburn.so.1.55.0 +dnl SONAME = 58 - 57 = 1 . Library name = libisoburn.so.1.57.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=56 -LT_AGE=55 +LT_CURRENT=58 +LT_AGE=57 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 91324902..6974bfc5 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -2,7 +2,7 @@ /* Lower level API definition of libisoburn. - Copyright 2007-2010 Vreixo Formoso Lopes + Copyright 2007-2011 Vreixo Formoso Lopes and Thomas Schmitt Provided under GPL version 2 or later. */ @@ -285,9 +285,9 @@ int isoburn_libburn_req(int *major, int *minor, int *micro); time. @since 0.1.0 */ -#define isoburn_header_version_major 0 -#define isoburn_header_version_minor 6 -#define isoburn_header_version_micro 7 +#define isoburn_header_version_major 1 +#define isoburn_header_version_minor 0 +#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. @@ -1097,7 +1097,7 @@ int isoburn_igopt_get_extensions(struct isoburn_imgen_opts *o, int *ext); ISO level 1 by allowing DOS style 8.3 names rather than only 8 characters. (mkisofs and its clones obviously do this violation.) - @since 0.6.8 + @since 1.0.0 @return 1 success, <=0 failure */ #define isoburn_igopt_omit_version_numbers 1 @@ -1131,7 +1131,7 @@ int isoburn_igopt_get_relaxed(struct isoburn_imgen_opts *o, int *relax); Currently the length limit is 96 characters, because an ECMA-119 directory record may at most have 254 bytes and up to 158 other bytes must fit into the record. Probably 96 more bytes can be made free for the name in future. - @since 0.6.8 + @since 1.0.0 @param o The option set to work on @param len 0 = disable this feature and perform name translation according to other settings. diff --git a/xorriso/README_gnu_xorriso b/xorriso/README_gnu_xorriso index 79086919..2cb94cc5 100644 --- a/xorriso/README_gnu_xorriso +++ b/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 -ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.7.tar.gz +ftp://ftp.gnu.org/gnu/xorriso/xorriso-1.0.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.6.7.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-1.0.1.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.6.7.tar.gz - cd xorriso-0.6.7 + tar xzf xorriso-1.0.1.tar.gz + cd xorriso-1.0.1 Within that directory execute: @@ -291,9 +291,9 @@ and a matching dynamically linked xorriso binary. This binary is very lean but depends on properly installed libraries of suitable revision. -Dynamic library and compile time header requirements for libisoburn-0.6.6 : -- libburn.so.4 , version libburn-0.8.8 or higher -- libisofs.so.6 , version libisofs-0.6.40 or higher +Dynamic library and compile time header requirements for libisoburn-1.0.0 : +- libburn.so.4 , version libburn-1.0.0 or higher +- libisofs.so.6 , version libisofs-1.0.0 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. @@ -411,7 +411,7 @@ By Mario Danic , libburn, libisofs Vreixo Formoso , libisofs, libisoburn Thomas Schmitt , libburn, libisofs, libisoburn, xorriso -Copyright (C) 2006-2010 Mario Danic, Vreixo Formoso, Thomas Schmitt. +Copyright (C) 2006-2011 Mario Danic, Vreixo Formoso, Thomas Schmitt. libburnia-project.org is inspired by and in libburn still containing parts of old @@ -422,12 +422,12 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens GNU xorriso contains libjte Copyright (C) 2000-2007 Free Software Foundation, Inc. 2004-2010 Steve McIntyre - 2010-2010 George Danchev, Thomas Schmitt + 2010-2011 George Danchev, Thomas Schmitt ------------------------------------------------------------------------------ This text itself is -Copyright (c) 2007 - 2010 Thomas Schmitt +Copyright (c) 2007 - 2011 Thomas Schmitt and is freely distributable. 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 diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 9a77f433..55ea411d 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,9 +1,9 @@ # configure.ac stems from xorriso/configure_ac.txt and leads to ./configure -# Copyright (c) 2007 - 2010 Thomas Schmitt +# Copyright (c) 2007 - 2011 Thomas Schmitt # Provided under GPL version 2 or later. -AC_INIT([xorriso], [0.6.7], [http://libburnia-project.org]) +AC_INIT([xorriso], [1.0.1], [http://libburnia-project.org]) AC_PREREQ([2.50]) AC_CANONICAL_HOST diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index 1d15d29b..0dca2aa7 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -1,7 +1,7 @@ #!/bin/sh # make_xorriso_standalone.sh -# Copyright 2008 - 2010 Thomas Schmitt, scdbackup@gmx.net, GPLv2+ +# Copyright 2008 - 2011 Thomas Schmitt, scdbackup@gmx.net, GPLv2+ # # Not intended for general use in production installations ! # @@ -40,7 +40,7 @@ create_gnu_xorriso="yes" current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.6.7 +xorriso_rev=1.0.1 # For unstable uploads and patch level 0 of stable releases: xorriso_pl="" # For higher patch levels of stable releases: @@ -263,7 +263,7 @@ then copy_files xorriso/COPYING_gnu_xorriso "$lone_dir"/COPYING copy_files xorriso/AUTHORS_gnu_xorriso "$lone_dir"/AUTHORS - # patch xorriso/xorriso.c to be GNU xorriso + # patch xorriso/xorriso.h to be GNU xorriso sed -e's/define Xorriso_libburnia_xorrisO/define Xorriso_GNU_xorrisO/' \ -e's/This may be changed to Xorriso_GNU_xorrisO in order to c/C/' \ "$lone_dir"/xorriso/xorriso.h diff --git a/xorriso/xorriso.h b/xorriso/xorriso.h index 30be2f44..cb73d585 100644 --- a/xorriso/xorriso.h +++ b/xorriso/xorriso.h @@ -59,9 +59,9 @@ struct XorrisO; at build time. @since 0.5.8 */ -#define Xorriso_header_version_majoR 0 -#define Xorriso_header_version_minoR 6 -#define Xorriso_header_version_micrO 7 +#define Xorriso_header_version_majoR 1 +#define Xorriso_header_version_minoR 0 +#define Xorriso_header_version_micrO 1 /** Eventually something like ".pl01" to indicate a bug fix. Normally empty. diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 4bac6260..cf516241 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -446,19 +446,21 @@ This can bring effective read performance near to the raw media reading speed.

Download as source code (see README):

-
xorriso-0.6.6.tar.gz -(1765 KB). +
xorriso-1.0.0.tar.gz +(1775 KB).
-
(Released 12 Dec 2010)
-
xorriso-0.6.6.tar.gz.sig
+
(Released 17 Jan 2011)
+
xorriso-1.0.0.tar.gz.sig
(detached GPG signature for verification by -gpg --verify xorriso-0.6.6.tar.gz.sig xorriso-0.6.6.tar.gz). +gpg --verify xorriso-1.0.0.tar.gz.sig xorriso-1.0.0.tar.gz +
+after eventual gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
Also on mirrors of ftp://ftp.gnu.org/gnu/ -as xorriso/xorriso-0.6.6.tar.gz +as xorriso/xorriso-1.0.0.tar.gz
@@ -486,10 +488,9 @@ as xorriso/xorriso-0.6.6.tar.gz

-Bug fixes towards xorriso-0.6.4: +Bug fixes towards xorriso-0.6.6:

    -
  • -as mkisofs -print-size printed the size but also produced ISO image
  • -
  • Build problem fix on Linux 2.4
  • +
  • -as mkisofs -print-size did not account for -partition_offset
  • @@ -507,18 +508,19 @@ Bug fixes in .pl01 towards xorriso-: -->

    -Enhancements towards previous stable version xorriso-0.6.4: +Enhancements towards previous stable version xorriso-0.6.6:

      -
    • New -as mkisofs option -joliet-long
    • -
    • -New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label -for SUN SPARC systems. +
    • New -compliance options untranslated_names , untranslated_name_len=
    • +
    • New -as mkisofs option -untranslated_name_len
    • +
    • New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4
    • +
    • New -compliance option iso_9660_level=number
    • +
    • New -compliance option allow_dir_id_ext
    • +
    • New -as mkisofs option -disallow_dir_id_ext
    • +
    • Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc.
    • -
    • -New action estimate_size for -find and -findx +
    • Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog
    • - @@ -541,16 +543,16 @@ libburnia project and the legal intentions of FSF match completely.
       
      -
      libburn-0.9.1
      +
      libburn-1.0.1
      reads and writes data from and to CD, DVD, BD.
      (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.41
      +
      libisofs-1.0.1
      operates on ISO 9660 filesystem images.
      (By Vreixo Formoso, Mario Danic and Thomas Schmitt from team of libburnia-project.org)
      -
      libisoburn-0.6.6
      +
      libisoburn-1.0.0
      coordinates libburn and libisofs, emulates multi-session where needed, and hosts the original source code of program xorriso.
      It provides the complete functionality of xorriso via @@ -571,8 +573,8 @@ cdrecord and mkisofs.

      -

      Development snapshot, version 0.6.7 :

      -
      Bug fixes towards xorriso-0.6.6: +

      Development snapshot, version 1.0.1 :

      +
      Bug fixes towards xorriso-1.0.0:
      • - none yet -
      -
      Enhancements towards stable version 0.6.6: +
      Enhancements towards stable version 1.0.0:
      • - none yet -