Version leap to 0.2.3
This commit is contained in:
parent
93b4676a34
commit
43113df87c
@ -4,7 +4,7 @@
|
|||||||
libisoburn. By Vreixo Formoso <metalpain2002@yahoo.es>
|
libisoburn. By Vreixo Formoso <metalpain2002@yahoo.es>
|
||||||
and Thomas Schmitt <scdbackup@gmx.net>
|
and Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Integrated sub project of libburnia-project.org.
|
Integrated sub project of libburnia-project.org.
|
||||||
http://files.libburnia-project.org/releases/libisoburn-0.2.1.tar.gz
|
http://files.libburnia-project.org/releases/libisoburn-0.2.3.tar.gz
|
||||||
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
|
Copyright (C) 2006-2008 Vreixo Formoso, Thomas Schmitt.
|
||||||
Provided under GPL version 2.
|
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
|
Compilation, First Glimpse, Installation
|
||||||
|
|
||||||
Dynamic library and compile time header requirements for libisoburn-0.2.1 :
|
Dynamic library and compile time header requirements for libisoburn-0.2.3 :
|
||||||
- libburn.so.4 , version libburn-0.4.8 or higher
|
- libburn.so.4 , version libburn-0.5.0 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.6 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
|
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
|
headers seen at compile time. So compile in the oldest possible installation
|
||||||
setup unless you have reason to enforce a newer bug fix level.
|
setup unless you have reason to enforce a newer bug fix level.
|
||||||
|
|
||||||
Obtain libisoburn-0.2.1.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.2.3.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.2.1.tar.gz
|
tar xzf libisoburn-0.2.3.tar.gz
|
||||||
cd libisoburn-0.2.1
|
cd libisoburn-0.2.3
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.2.1], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.2.3], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ dnl
|
|||||||
dnl These three are only copies to provide libtool with unused LT_RELEASE
|
dnl These three are only copies to provide libtool with unused LT_RELEASE
|
||||||
ISOBURN_MAJOR_VERSION=0
|
ISOBURN_MAJOR_VERSION=0
|
||||||
ISOBURN_MINOR_VERSION=2
|
ISOBURN_MINOR_VERSION=2
|
||||||
ISOBURN_MICRO_VERSION=1
|
ISOBURN_MICRO_VERSION=3
|
||||||
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
|
dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION
|
||||||
|
|
||||||
AC_SUBST(ISOBURN_MAJOR_VERSION)
|
AC_SUBST(ISOBURN_MAJOR_VERSION)
|
||||||
@ -33,16 +33,16 @@ dnl Libtool versioning
|
|||||||
dnl Generate libisoburn.so.1.x.y
|
dnl Generate libisoburn.so.1.x.y
|
||||||
dnl SONAME will become LT_CURRENT - LT_AGE
|
dnl SONAME will become LT_CURRENT - LT_AGE
|
||||||
dnl
|
dnl
|
||||||
dnl ts A80713
|
dnl ts A80718
|
||||||
dnl ### This is the release version 0.2.0 = libisoburn.so.1.9.0
|
dnl ### This is the release version 0.2.2 = libisoburn.so.1.11.0
|
||||||
dnl This is the development version after above stable release
|
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++ have not happened happened yet.
|
||||||
dnl LT_CURRENT++, LT_AGE++ has happened imeanwhile.
|
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
||||||
dnl
|
dnl
|
||||||
dnl SONAME = 11 - 10 = 1 . Library name = libburn.so.1.10.0
|
dnl SONAME = 12 - 11 = 1 . Library name = libburn.so.1.11.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=11
|
LT_CURRENT=12
|
||||||
LT_AGE=10
|
LT_AGE=11
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
|
@ -244,7 +244,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
|
|||||||
*/
|
*/
|
||||||
#define isoburn_header_version_major 0
|
#define isoburn_header_version_major 0
|
||||||
#define isoburn_header_version_minor 2
|
#define isoburn_header_version_minor 2
|
||||||
#define isoburn_header_version_micro 1
|
#define isoburn_header_version_micro 3
|
||||||
/** Note:
|
/** Note:
|
||||||
Above version numbers are also recorded in configure.ac because libtool
|
Above version numbers are also recorded in configure.ac because libtool
|
||||||
wants them as parameters at build time.
|
wants them as parameters at build time.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
|
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Integrated sub project of libburnia-project.org but also published via:
|
Integrated sub project of libburnia-project.org but also published via:
|
||||||
http://scdbackup.sourceforge.net/xorriso_eng.html
|
http://scdbackup.sourceforge.net/xorriso_eng.html
|
||||||
http://scdbackup.sourceforge.net/xorriso-0.2.1.tar.gz
|
http://scdbackup.sourceforge.net/xorriso-0.2.3.tar.gz
|
||||||
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
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,
|
libreadline and the readline-dev headers will make dialog mode more convenient,
|
||||||
but are not mandatory.
|
but are not mandatory.
|
||||||
|
|
||||||
Obtain xorriso-0.2.1.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.2.3.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.2.1.tar.gz
|
tar xzf xorriso-0.2.3.tar.gz
|
||||||
cd xorriso-0.2.1
|
cd xorriso-0.2.3
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -166,8 +166,8 @@ and a matching dynamically linked xorriso binary.
|
|||||||
This binary is leaner but depends on properly installed libraries of suitable
|
This binary is leaner but depends on properly installed libraries of suitable
|
||||||
revision.
|
revision.
|
||||||
|
|
||||||
Dynamic library and compile time header requirements for libisoburn-0.2.1 :
|
Dynamic library and compile time header requirements for libisoburn-0.2.3 :
|
||||||
- libburn.so.4 , version libburn-0.4.8 or higher
|
- libburn.so.4 , version libburn-0.5.0 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.6 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
|
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
|
headers seen at compile time. So compile in the oldest possible installation
|
||||||
|
@ -2993,14 +2993,354 @@ xorriso/make_xorriso_standalone.sh
|
|||||||
xorriso/configure_ac.txt
|
xorriso/configure_ac.txt
|
||||||
Version leap to 0.2.1
|
Version leap to 0.2.1
|
||||||
|
|
||||||
22 Jun 2008 []
|
22 Jun 2008 [1877]
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Documented changes and release timestamp
|
Documented changes and release timestamp
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.2.1 -
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.06.22.135202
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.2.1 -
|
|
||||||
------------------------------------ cycle - xorriso-0.2.1 -
|
2008.06.27.124201 [1880]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Bug fix: -as cdrecord -atip falsely announced overwriteable DVD-RW to sdvdbackup
|
||||||
|
|
||||||
|
2008.06.27.130235 [1881]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Extended -as cdrecord blank= by blank type format_overwrite
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.06.27.130235
|
||||||
|
|
||||||
|
|
||||||
|
2008.07.03.133023 [1882]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Flushing stdout after each result text to deconfuse stdout/stderr with SSH
|
||||||
|
|
||||||
|
2008.07.04.070001 [1884]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Supporting option -as cdrecord -waiti
|
||||||
|
|
||||||
|
2008.07.05.132528 [1885]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
libisoburn/data_source.c
|
||||||
|
New API function isoburn_prepare_blind_grow() for -as mkisofs -multi
|
||||||
|
|
||||||
|
2008.07.05.133721 [1886]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New option -grow_blindly
|
||||||
|
|
||||||
|
2008.07.05.180241 [1887]
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
Fixed a bug with -grow_blindly to overwriteable media
|
||||||
|
|
||||||
|
2008.07.05.182424 [1888]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New options -C and -M for -as mkisofs
|
||||||
|
|
||||||
|
2008.07.05.184434 [1889]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Cared for a peculiarity of growisofs when using mkisofs -C
|
||||||
|
|
||||||
|
5 Jul 2008 [1890]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Updated xorriso homepage
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.05.184434
|
||||||
|
* New API function isoburn_prepare_blind_grow()
|
||||||
|
* New option -grow_blindly
|
||||||
|
* New options -C and -M for -as mkisofs emulation
|
||||||
|
|
||||||
|
|
||||||
|
2008.07.06.110336 [1891]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Improved effective drive address with -as mkisofs -M
|
||||||
|
|
||||||
|
2008.07.07.095531 [1892]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Fixed bug about -as mkisofs without -C
|
||||||
|
|
||||||
|
2008.07.07.102941 [1893]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Semi-permanent emulation by start names xorrisofs,genisofs,mkisofs,genioimage
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.07.102941
|
||||||
|
|
||||||
|
2008.07.07.150241 [1894]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Correction about -as mkisofs -C if already an input device was set
|
||||||
|
|
||||||
|
2008.07.07.150337 [1895]
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
Correction about isoburn_igopt_get_effective_lba() with blind growing
|
||||||
|
|
||||||
|
7 Jul 2008 [1896]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Clarification about -grow_blindly predicted_nwa
|
||||||
|
|
||||||
|
2008.07.07.150337 [1897]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Made leafname triggered emulation more similar to -as emulation
|
||||||
|
|
||||||
|
2008.07.08.092732 [1898]
|
||||||
|
Makefile.am
|
||||||
|
README
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/README
|
||||||
|
Installing softlinks xorrisofs and osirrox pointing to the xorriso binary
|
||||||
|
|
||||||
|
2008.07.08.102622 [1899]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
Header file forgotten with rev 1897
|
||||||
|
|
||||||
|
2008.07.08.132054 [1900]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Avoided misleading message about emptied ISO image during -as mkisofs -C
|
||||||
|
|
||||||
|
8 Jul 2008 [1901]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Documented newest progress
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.08.132054
|
||||||
|
* Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
|
||||||
|
* make install creates xorriso aliases as symbolic links: osirrox, xorrisofs
|
||||||
|
|
||||||
|
2008.07.09.055133 [1901]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Avoided to use MMC code with -as mkisofs -M by prepending stdio: to address
|
||||||
|
|
||||||
|
2008.07.09.055133 [1902]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Fixed bug with -as mkisofs -x and pattern expansion
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.09.055133
|
||||||
|
|
||||||
|
|
||||||
|
2008.07.09.155540 [1903]
|
||||||
|
Makefile.am
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
+ xorriso/xorriso_buildstamp.h
|
||||||
|
+ xorriso/xorriso_buildstamp_none.h
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
Opportunity to generate build timestamp via make buildstamped
|
||||||
|
|
||||||
|
9 Jul 2008 [1904]
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
Completed (unused) dist rule of standalone-xorriso
|
||||||
|
|
||||||
|
2008.07.10.141731 [1905]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Enabled -multi and -msinfo with -as cdrecord
|
||||||
|
|
||||||
|
2008.07.10.141913 [1906]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Small correction in API introduction text
|
||||||
|
|
||||||
|
2008.07.10.144535 [1907]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
Header file forgotten with rev 1903
|
||||||
|
|
||||||
|
2008.07.10.162809 [1908]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
cdrecord emulation by start names xorrecord, cdrecord, wodim, cdrskin
|
||||||
|
|
||||||
|
2008.07.10.164015 [1909]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Reacted on compiler warning
|
||||||
|
|
||||||
|
2008.07.10.164412 [1910]
|
||||||
|
Makefile.am
|
||||||
|
README
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/README
|
||||||
|
Installing softlink xorrecord pointing to the xorriso binary
|
||||||
|
|
||||||
|
10 Jul 2008 [1911]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/convert_man_to_html.sh
|
||||||
|
Some documentation updates
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.10.164412
|
||||||
|
* New options -multi and -msinfo for -as cdrecord emulation
|
||||||
|
* make install creates xorriso alias as symbolic link: xorrecord
|
||||||
|
|
||||||
|
|
||||||
|
2008.07.12.181846 [1912]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New info mode 2 with isoburn_read_iso_head()
|
||||||
|
|
||||||
|
2008.07.12.184833 [1913]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New options --grow_overwriteable_iso and write_start_address= with -as cdrecord
|
||||||
|
|
||||||
|
2008.07.14.114515 [1918]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Required libburn version is now 0.4.9
|
||||||
|
|
||||||
|
2008.07.14.114613 [1919]
|
||||||
|
configure.ac
|
||||||
|
Did LT_CURRENT++, LT_AGE++ which was forgotten with revision 1885
|
||||||
|
|
||||||
|
2008.07.14.120527 [1920]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New flag options with isoburn_read_iso_head()
|
||||||
|
|
||||||
|
2008.07.14.125133 [1921]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New option -isosize with -as cdrecord
|
||||||
|
|
||||||
|
14 Jul 2008 [1923]
|
||||||
|
xorriso/convert_man_to_html.sh
|
||||||
|
Small correction with a sed expression
|
||||||
|
|
||||||
|
2008.07.15.063040 [1924]
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
Generating automatic build timestamp
|
||||||
|
|
||||||
|
2008.07.15.121754 [1925]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New option tsize= with -as cdrecord
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.15.121754
|
||||||
|
* New options --grow_overwriteable_iso and write_start_address= with -as cdrecord
|
||||||
|
* New options -isosize and tsize= with -as cdrecord
|
||||||
|
|
||||||
|
|
||||||
|
2008.07.16.130711 [1933]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New option -pacifier, more compatible pacifier with -as mkisofs
|
||||||
|
|
||||||
|
2008.07.16.130758 [1934]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Updated xorriso standalone configure.ac version number BURN_*_VERSION
|
||||||
|
|
||||||
|
2008.07.16.130841 [1935]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Required libburn version is now 0.5.0
|
||||||
|
|
||||||
|
2008.07.16.131110 [1936]
|
||||||
|
configure.ac
|
||||||
|
Required libburn version is now 0.5.0
|
||||||
|
|
||||||
|
2008.07.16.140043 [1937]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Recognizing "b" as speed factor for BD media
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.16.140043
|
||||||
|
* New option -pacifier, more compatible pacifier with -as mkisofs
|
||||||
|
|
||||||
|
2008.07.17.110812 [1939]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Ability to emulate a featured bug with mkisofs -C : read 16 block too early
|
||||||
|
|
||||||
|
2008.07.17.111411 [1940]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Rectified usage of original xorriso options underneath growisofs
|
||||||
|
|
||||||
|
2008.07.17.183024 [1941]
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Recognizing growisofs follow-up sessions on xorriso overwriteables
|
||||||
|
|
||||||
|
2008.07.17.184520 [1942]
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Removed MULTI construction site remarks
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.07.17.184520
|
||||||
|
|
||||||
|
|
||||||
|
2008.07.18.120001 [1944]
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README
|
||||||
|
xorriso/xorriso_timestamp.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Version leap to 0.2.2
|
||||||
|
|
||||||
|
18 Jul 2008 [1945]
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
18 Jul 2008 [1946]
|
||||||
|
README
|
||||||
|
xorriso/README
|
||||||
|
Corrected outdated statement about minimum library requirements
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------------- release - xorriso-0.2.2 - 2008.07.18.120001
|
||||||
|
* New API function isoburn_prepare_blind_grow()
|
||||||
|
* New option -grow_blindly
|
||||||
|
* Options -C and -M for -as mkisofs emulation
|
||||||
|
* Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
|
||||||
|
* make install creates aliases as symbolic links: osirrox, xorrisofs, xorrecord
|
||||||
|
* Options for -as cdrecord emulation: -multi, -msinfo, -isosize, tsize,
|
||||||
|
--grow_overwriteable_iso, write_start_address,
|
||||||
|
* New option -pacifier, more compatible pacifier with -as mkisofs
|
||||||
|
|
||||||
|
|
||||||
|
[]
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
xorriso/README
|
||||||
|
xorriso/xorriso_timestamp.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Version leap to 0.2.3
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.2.3 -
|
||||||
|
------------------------------------ cycle - xorriso-0.2.3 -
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
@ -3011,12 +3351,11 @@ Documented changes and release timestamp
|
|||||||
|
|
||||||
------------------------------------------------- important
|
------------------------------------------------- important
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------- development
|
------------------------------------------------- development
|
||||||
|
|
||||||
??? Clarify handling of links in ISO and on disk during restore
|
??? Clarify handling of links in ISO and on disk during restore
|
||||||
|
|
||||||
- mkisofs,cdrecord multi session
|
|
||||||
|
|
||||||
> Relative addressing and pattern matching :
|
> Relative addressing and pattern matching :
|
||||||
iso_rr_pattern on
|
iso_rr_pattern on
|
||||||
cd /u/FERTIG
|
cd /u/FERTIG
|
||||||
@ -3054,9 +3393,22 @@ Documented changes and release timestamp
|
|||||||
|
|
||||||
- Error code for libisoburn data source read errors.
|
- Error code for libisoburn data source read errors.
|
||||||
|
|
||||||
|
- Proper reaction on severity of errors issued by data_source
|
||||||
|
(currently even a FATAL gets converted to ISO_FILE_READ_ERROR
|
||||||
|
in iso_stream_read())
|
||||||
|
|
||||||
- #define ISO_ERR_PRIO(e) ((e & 0x00700000) << 8)
|
- #define ISO_ERR_PRIO(e) ((e & 0x00700000) << 8)
|
||||||
(rather than 0x00F00000, see ticket 135)
|
(rather than 0x00F00000, see ticket 135)
|
||||||
|
|
||||||
|
- the error handling system should be comprehensively documented
|
||||||
|
and eventually rectified where needed.
|
||||||
|
|
||||||
|
- With softlink /X/YZ and Joliet enabled:
|
||||||
|
libisofs: HINT : Can't add YZ to Joliet tree. This kind of files can only be added to a Rock Ridget tree. Skipping.
|
||||||
|
HINT is not a suitable severity for this. Better: WARNING, SORRY, MISHAP
|
||||||
|
One should at least give the full path of /X/YZ or the type of the file.
|
||||||
|
|
||||||
|
|
||||||
------ feature enhancements :
|
------ feature enhancements :
|
||||||
|
|
||||||
- Data files >= 4 GiB.
|
- Data files >= 4 GiB.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([xorriso], [0.2.1], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.2.3], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
current_dir=$(pwd)
|
current_dir=$(pwd)
|
||||||
lone_dir="$current_dir"/"xorriso-standalone"
|
lone_dir="$current_dir"/"xorriso-standalone"
|
||||||
|
|
||||||
xorriso_rev=0.2.1
|
xorriso_rev=0.2.3
|
||||||
# For unstable uploads:
|
# For unstable uploads:
|
||||||
xorriso_pl=""
|
xorriso_pl=""
|
||||||
# For stable releases:
|
# For stable releases:
|
||||||
|
@ -60,7 +60,7 @@ and to MMC-5 for DVD or BD).
|
|||||||
GPL software included:<BR>
|
GPL software included:<BR>
|
||||||
</H2>
|
</H2>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>libburn-0.4.9</DT>
|
<DT>libburn-0.5.1</DT>
|
||||||
<DD>reads and writes data from and to CD, DVD, BD-RE.</DD>
|
<DD>reads and writes data from and to CD, DVD, BD-RE.</DD>
|
||||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||||
furthered since August 2006 by
|
furthered since August 2006 by
|
||||||
@ -68,7 +68,7 @@ Thomas Schmitt from team of libburnia-project.org)</DD>
|
|||||||
<DT>libisofs-0.6.6</DT>
|
<DT>libisofs-0.6.6</DT>
|
||||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||||
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
|
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
|
||||||
<DT>libisoburn-0.2.0</DT>
|
<DT>libisoburn-0.2.2</DT>
|
||||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
||||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||||
from team of libburnia-project.org)</DD>
|
from team of libburnia-project.org)</DD>
|
||||||
@ -106,16 +106,6 @@ Changes file properties in the ISO image.
|
|||||||
<LI>
|
<LI>
|
||||||
Updates ISO subtrees incrementally to match given disk subtrees.
|
Updates ISO subtrees incrementally to match given disk subtrees.
|
||||||
</LI>
|
</LI>
|
||||||
|
|
||||||
<LI>
|
|
||||||
Can write result as completely new image to optical media or
|
|
||||||
filesystem objects.
|
|
||||||
</LI>
|
|
||||||
<LI>
|
|
||||||
Can write result as add-on session to appendable multi-session media,
|
|
||||||
to overwriteable media, to regular files, and to block devices.
|
|
||||||
</LI>
|
|
||||||
<!--
|
|
||||||
<LI>
|
<LI>
|
||||||
Writes result as completely new image or as add-on session
|
Writes result as completely new image or as add-on session
|
||||||
to optical media or filesystem objects.
|
to optical media or filesystem objects.
|
||||||
@ -123,8 +113,6 @@ to optical media or filesystem objects.
|
|||||||
<LI>
|
<LI>
|
||||||
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
||||||
</LI>
|
</LI>
|
||||||
-->
|
|
||||||
|
|
||||||
<LI>
|
<LI>
|
||||||
Can restore single files and whole trees from ISO image to disk filesystem.
|
Can restore single files and whole trees from ISO image to disk filesystem.
|
||||||
</LI>
|
</LI>
|
||||||
@ -291,6 +279,24 @@ with an external consumer of the generated ISO image. Any message
|
|||||||
output will be redirected to stderr in this case.</DT>
|
output will be redirected to stderr in this case.</DT>
|
||||||
<DD>$<KBD> xorriso -outdev - ...other.options... | consumer</KBD></DD>
|
<DD>$<KBD> xorriso -outdev - ...other.options... | consumer</KBD></DD>
|
||||||
|
|
||||||
|
|
||||||
|
<DT>
|
||||||
|
<HR>
|
||||||
|
</DT>
|
||||||
|
|
||||||
|
<DT>
|
||||||
|
Let xorriso serve underneath growisofs via its alias name "xorrisofs"
|
||||||
|
which enables mkisofs emulation:
|
||||||
|
</DT>
|
||||||
|
<DD>$<KBD> export MKISOFS="xorrisofs"</KBD></DD>
|
||||||
|
<DD>$<KBD> growisofs -Z /dev/dvd /some/files</KBD></DD>
|
||||||
|
<DD>$<KBD> growisofs -M /dev/dvd /more/files</KBD></DD>
|
||||||
|
<DT>
|
||||||
|
One may switch from mkisofs emulation to xorriso's own command mode:
|
||||||
|
</DT>
|
||||||
|
<DD>$<KBD> growisofs -M /dev/dvd -- outdev - -update_r /my/files /files
|
||||||
|
</KBD></DD>
|
||||||
|
|
||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
@ -326,8 +332,8 @@ are interested in using BD-R media.
|
|||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Download as source code (see README):</H3></DT>
|
<DT><H3>Download as source code (see README):</H3></DT>
|
||||||
<DD><A HREF="xorriso-0.2.0.pl00.tar.gz">xorriso-0.2.0.pl00.tar.gz</A>
|
<DD><A HREF="xorriso-0.2.2.pl00.tar.gz">xorriso-0.2.2.pl00.tar.gz</A>
|
||||||
(1000 KB).
|
(1020 KB).
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
@ -352,22 +358,30 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
<P>
|
<P>
|
||||||
Bug fixes towards xorriso-0.1.8.pl00:
|
Bug fixes towards xorriso-0.2.0.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
|
||||||
-chmod unintentionally performed o-x as first operation
|
<LI>libburn could not access drives /dev/scdN without existing /dev/srN</LI>
|
||||||
</LI>
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.1.8.pl00:
|
Enhancements towards previous stable version xorriso-0.2.0.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>New option -extract restores with arguments of -map or -update_r</LI>
|
|
||||||
<LI>
|
<LI>New option -grow_blindly</LI>
|
||||||
New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
|
<LI>Options -C and -M with -as mkisofs emulation</LI>
|
||||||
|
<LI>Options with -as cdrecord emulation:<BR>
|
||||||
|
-multi , -msinfo , --grow_overwriteable_iso , write_start_address= ,
|
||||||
|
-isosize , tsize=
|
||||||
</LI>
|
</LI>
|
||||||
<LI>New option -paste_in to copy ISO files into parts of disk files</LI>
|
<LI>make install creates xorriso aliases as symbolic links:
|
||||||
<LI>New options -map_l, -compare_l, -update_l, -extract_l</LI>
|
osirrox, xorrisofs, xorrecord
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
|
||||||
|
</LI>
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
@ -375,35 +389,25 @@ New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.2.1 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.2.3 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.2.0.pl00:
|
<DD>Bug fixes towards xorriso-0.2.2.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
</LI>
|
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
<!--
|
<!--
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.2.0.pl00:
|
<DD>Enhancements towards stable version 0.2.2.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>New option -grow_blindly</LI>
|
|
||||||
<LI>New options -C and -M for -as mkisofs emulation</LI>
|
|
||||||
<LI>Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
|
|
||||||
</LI>
|
|
||||||
<LI>New options -multi and -msinfo for -as cdrecord emulation</LI>
|
|
||||||
<LI>make install creates xorriso aliases as symbolic links:
|
|
||||||
osirrox, xorrisofs, xorrecord
|
|
||||||
</LI>
|
|
||||||
<LI></LI>
|
|
||||||
<!--
|
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
|
<!--
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DD><A HREF="README_xorriso_devel">README 0.2.1</A>
|
<DD><A HREF="README_xorriso_devel">README 0.2.3</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.2.1 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.2.3 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.1)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.3)</A></DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DT>If you want to distribute development versions of xorriso, then use
|
<DT>If you want to distribute development versions of xorriso, then use
|
||||||
this tarball which produces static linking between xorriso and the
|
this tarball which produces static linking between xorriso and the
|
||||||
@ -413,8 +417,8 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.2.1.tar.gz">xorriso-0.2.1.tar.gz</A>
|
<A HREF="xorriso-0.2.3.tar.gz">xorriso-0.2.3.tar.gz</A>
|
||||||
(1000 KB).
|
(1020 KB).
|
||||||
</DD>
|
</DD>
|
||||||
<DT>A dynamically linked development version of xorriso can be obtained
|
<DT>A dynamically linked development version of xorriso can be obtained
|
||||||
from repositories of
|
from repositories of
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#ifndef Xorriso_private_includeD
|
#ifndef Xorriso_private_includeD
|
||||||
#define Xorriso_private_includeD yes
|
#define Xorriso_private_includeD yes
|
||||||
|
|
||||||
#define Xorriso_program_versioN "0.2.1"
|
#define Xorriso_program_versioN "0.2.3"
|
||||||
|
|
||||||
/** The source code release timestamp */
|
/** The source code release timestamp */
|
||||||
#include "xorriso_timestamp.h"
|
#include "xorriso_timestamp.h"
|
||||||
@ -133,6 +133,8 @@ struct XorrisO { /* the global context of xorriso */
|
|||||||
1= value is session number
|
1= value is session number
|
||||||
2= value is track number
|
2= value is track number
|
||||||
3= value is lba
|
3= value is lba
|
||||||
|
bit16= with mode 3 : value is possibly 16 too high.
|
||||||
|
Let isoburn_set_msc1() adjust it.
|
||||||
bit30= interference with normal msc1 processing
|
bit30= interference with normal msc1 processing
|
||||||
is enabled. Without this bit,
|
is enabled. Without this bit,
|
||||||
isoburn_set_msc1() will not be called.
|
isoburn_set_msc1() will not be called.
|
||||||
@ -271,7 +273,7 @@ struct XorrisO { /* the global context of xorriso */
|
|||||||
double error_count; /* double will not roll over */
|
double error_count; /* double will not roll over */
|
||||||
|
|
||||||
/* pacifiers */
|
/* pacifiers */
|
||||||
int pacifier_style; /* 0= xorriso, 1=cdrecord, 2=mkisofs */
|
int pacifier_style; /* 0= xorriso, 1=mkisofs 2=cdrecord */
|
||||||
double pacifier_interval;
|
double pacifier_interval;
|
||||||
double start_time;
|
double start_time;
|
||||||
double last_update_time;
|
double last_update_time;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.07.17.184520"
|
#define Xorriso_timestamP "2008.07.18.135540"
|
||||||
|
@ -21,7 +21,7 @@ struct FindjoB;
|
|||||||
*/
|
*/
|
||||||
#define xorriso_libisoburn_req_major 0
|
#define xorriso_libisoburn_req_major 0
|
||||||
#define xorriso_libisoburn_req_minor 2
|
#define xorriso_libisoburn_req_minor 2
|
||||||
#define xorriso_libisoburn_req_micro 1
|
#define xorriso_libisoburn_req_micro 3
|
||||||
|
|
||||||
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user