diff --git a/README b/README index ab25f133..5dbc1ca0 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.2.3.tar.gz +http://files.libburnia-project.org/releases/libisoburn-0.2.5.tar.gz Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt. Provided under GPL version 2. ------------------------------------------------------------------------------ @@ -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.3 : -- libburn.so.4 , version libburn-0.5.0 or higher +Dynamic library and compile time header requirements for libisoburn-0.2.5 : +- libburn.so.4 , version libburn-0.5.2 or higher - libisofs.so.6 , version libisofs-0.6.6 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.3.tar.gz, take it to a directory of your choice +Obtain libisoburn-0.2.5.tar.gz, take it to a directory of your choice and do: - tar xzf libisoburn-0.2.3.tar.gz - cd libisoburn-0.2.3 + tar xzf libisoburn-0.2.5.tar.gz + cd libisoburn-0.2.5 Within that directory execute: diff --git a/configure.ac b/configure.ac index 88156f57..2c0dd029 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisoburn], [0.2.3], [http://libburnia-project.org]) +AC_INIT([libisoburn], [0.2.5], [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=3 +ISOBURN_MICRO_VERSION=5 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 A80808 -dnl ### This is the release version 0.2.2 = libisoburn.so.1.11.0 +dnl ts A80824 +dnl ### This is the release version 0.2.4 = libisoburn.so.1.13.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 LT_CURRENT++, LT_AGE++ have not happened happened yet. +dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl -dnl SONAME = 13 - 12 = 1 . Library name = libburn.so.1.12.0 +dnl SONAME = 14 - 13 = 1 . Library name = libisoburn.so.1.13.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=13 -LT_AGE=12 +LT_CURRENT=14 +LT_AGE=13 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index ad7cd861..7f56dcf4 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -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 3 +#define isoburn_header_version_micro 5 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time. @@ -1052,7 +1052,7 @@ off_t isoburn_disc_available_space(struct burn_drive *d, /** Obtain the start block number of the most recent session on media. In - case of random access media this will always be 0. Succesfull return is + case of random access media this will normally be 0. Successfull return is not a guarantee that there is a ISO-9660 image at all. The call will fail, nevertheless,if isoburn_disc_get_status() returns not BURN_DISC_APPENDABLE or BURN_DISC_FULL. diff --git a/xorriso/README b/xorriso/README index 437a174a..e35d2694 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.2.3.tar.gz +http://scdbackup.sourceforge.net/xorriso-0.2.5.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.3.tar.gz, take it to a directory of your choice and do: +Obtain xorriso-0.2.5.tar.gz, take it to a directory of your choice and do: - tar xzf xorriso-0.2.3.tar.gz - cd xorriso-0.2.3 + tar xzf xorriso-0.2.5.tar.gz + cd xorriso-0.2.5 Within that directory execute: @@ -163,7 +163,7 @@ After the info text there are two 4 byte signed integers, most significant byte first. The first one, N, gives the number of bits in the following bitmap and the second number S gives the number of 2 KiB blocks governed by a single bit in the map. Then come the bits in form of 8-bit bytes. -Media block M is covered by bit B=M/S in the map, bit number B is stored in +Data block M is covered by bit B=M/S in the map, bit number B is stored in byte B/8 as bit B%8. A valid readable data block has its bit set to 1. @@ -186,8 +186,8 @@ 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.3 : -- libburn.so.4 , version libburn-0.5.0 or higher +Dynamic library and compile time header requirements for libisoburn-0.2.5 : +- libburn.so.4 , version libburn-0.5.2 or higher - libisofs.so.6 , version libisofs-0.6.6 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 diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index c416cf8d..0f1e4b4f 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -1,4 +1,4 @@ -AC_INIT([xorriso], [0.2.3], [http://libburnia-project.org]) +AC_INIT([xorriso], [0.2.5], [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 28a86fda..3322848f 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.2.3 +xorriso_rev=0.2.5 # For unstable uploads: xorriso_pl="" # For stable releases: diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 74f07e23..f4a566a5 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -60,7 +60,7 @@ and to MMC-5 for DVD or BD). GPL software included:
-
libburn-0.5.1
+
libburn-0.5.3
reads and writes data from and to CD, DVD, BD-RE.
(founded by Derek Foreman and Ben Jansens, furthered since August 2006 by @@ -68,7 +68,7 @@ Thomas Schmitt from team of libburnia-project.org)
libisofs-0.6.6
operates on ISO 9660 filesystem images.
(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)
-
libisoburn-0.2.2
+
libisoburn-0.2.4
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -113,11 +113,9 @@ Can perform multi-session tasks as emulation of mkisofs and cdrecord.
  • Can restore single files and whole trees from ISO image to disk filesystem.
  • -
  • Scans for optical drives, blanks re-useable optical media, formats media.
  • @@ -334,8 +332,8 @@ are interested in using BD-R media.

    Download as source code (see README):

    -
    xorriso-0.2.2.pl01.tar.gz -(1020 KB). +
    xorriso-0.2.4.pl00.tar.gz +(1040 KB).
    @@ -360,35 +358,28 @@ an Open Source approved license

    -Bug fixes towards xorriso-0.2.0.pl00: +Bug fixes towards xorriso-0.2.2.pl01:

      -
    • libburn could not access drives /dev/scdN without existing /dev/srN
    • - -
    - -Bug fixes towards xorriso-0.2.2.pl00: -
      - -
    • Variable DESTDIR was not properly respected during make install
    • +
    • - none -

    -Enhancements towards previous stable version xorriso-0.2.0.pl00: +Enhancements towards previous stable version xorriso-0.2.2.pl01:

      -
    • New option -grow_blindly
    • -
    • Options -C and -M with -as mkisofs emulation
    • -
    • Options with -as cdrecord emulation:
      --multi , -msinfo , --grow_overwriteable_iso , write_start_address= , --isosize , tsize= -
    • -
    • make install creates xorriso aliases as symbolic links: -osirrox, xorrisofs, xorrecord +
    • +Included libburn has enhanced Linux drive access and listing code
    • -Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage +New option -check_media +
    • +
    • +New -find test -damaged, new -find actions "report_damage", "report_lba" +
    • +
    • +New -error_behavior occasion "file_extraction"
    @@ -398,28 +389,25 @@ Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage

    -

    Development snapshot, version 0.2.3 :

    -
    Bug fixes towards xorriso-0.2.2.pl01: +

    Development snapshot, version 0.2.5 :

    +
    Bug fixes towards xorriso-0.2.4.pl00:
    • - none yet -
    -
    Enhancements towards stable version 0.2.2.pl01: +
    Enhancements towards stable version 0.2.4.pl00:
      -
    • Included libburn has enhanced Linux drive access and listing code
    • -
    • New option -check_media
    • -
    • New -find test -damaged, new -find action "report_damage"
    • -
     
    -
    README 0.2.3 -
    xorriso_0.2.3 -help
    -
    man xorriso (as of 0.2.3)
    +
    README 0.2.5 +
    xorriso_0.2.5 -help
    +
    man xorriso (as of 0.2.5)
     
    If you want to distribute development versions of xorriso, then use this tarball which produces static linking between xorriso and the @@ -429,8 +417,8 @@ libburnia libraries. installation see README)
    -xorriso-0.2.3.tar.gz -(1030 KB). +xorriso-0.2.5.tar.gz +(1040 KB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index c981ec7e..a3e8a03a 100644 --- a/xorriso/xorriso_private.h +++ b/xorriso/xorriso_private.h @@ -18,7 +18,7 @@ #ifndef Xorriso_private_includeD #define Xorriso_private_includeD yes -#define Xorriso_program_versioN "0.2.3" +#define Xorriso_program_versioN "0.2.5" /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 6534faa9..3f222dd5 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.08.24.125257" +#define Xorriso_timestamP "2008.08.24.173217" diff --git a/xorriso/xorrisoburn.h b/xorriso/xorrisoburn.h index 7a78abe3..6d03261b 100644 --- a/xorriso/xorrisoburn.h +++ b/xorriso/xorrisoburn.h @@ -19,7 +19,7 @@ */ #define xorriso_libisoburn_req_major 0 #define xorriso_libisoburn_req_minor 2 -#define xorriso_libisoburn_req_micro 3 +#define xorriso_libisoburn_req_micro 5 int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);