Compare commits
6 Commits
1.4.4
...
ZeroOneSix
Author | SHA1 | Date | |
---|---|---|---|
ec9a013c0b | |||
8c2f47ba78 | |||
962cd55c52 | |||
cb723e4c87 | |||
9f117735cd | |||
e86c8ff755 |
16
README
16
README
@ -25,18 +25,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.1.5 :
|
Dynamic library and compile time header requirements for libisoburn-0.1.6 :
|
||||||
- libburn.so.4 , version libburn-0.4.4 or higher
|
- libburn.so.4 , version libburn-0.4.8 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.4 or higher
|
- libisofs.so.6 , version libisofs-0.6.4 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.1.5.tar.gz, take it to a directory of your choice
|
Obtain libisoburn-0.1.6.pl00.tar.gz, take it to a directory of your choice
|
||||||
and do:
|
and do:
|
||||||
|
|
||||||
tar xzf libisoburn-0.1.5.tar.gz
|
tar xzf libisoburn-0.1.6.pl00.tar.gz
|
||||||
cd libisoburn-0.1.5
|
cd libisoburn-0.1.6
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -58,10 +58,10 @@ as well as
|
|||||||
|
|
||||||
libisoburn includes a command line and dialog application named xorriso,
|
libisoburn includes a command line and dialog application named xorriso,
|
||||||
which offers a substantial part of libisoburn features to shell scripts and
|
which offers a substantial part of libisoburn features to shell scripts and
|
||||||
users. Its file xorriso/README describes a standlone tarball as first
|
users. Its file xorriso/README describes a standalone tarball as first
|
||||||
preference for xorriso installation.
|
preference for xorriso installation.
|
||||||
The installation described above produces a dynamically linked xorriso binary
|
The libisoburn installation described above produces a dynamically linked
|
||||||
as described in chapter "libisoburn" at the end of that text.
|
xorriso binary depending on libburn.so, libisofs.so, libisoburn.so.
|
||||||
|
|
||||||
After installation documentation is available via
|
After installation documentation is available via
|
||||||
man xorriso
|
man xorriso
|
||||||
|
20
configure.ac
20
configure.ac
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libisoburn], [0.1.5], [http://libburnia-project.org])
|
AC_INIT([libisoburn], [0.1.6], [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=1
|
ISOBURN_MINOR_VERSION=1
|
||||||
ISOBURN_MICRO_VERSION=5
|
ISOBURN_MICRO_VERSION=6
|
||||||
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,15 +33,15 @@ 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 A80512
|
dnl ts A80517
|
||||||
dnl ### This was the release version 0.1.4 = libisoburn.so.1.3.0
|
dnl This is the release version 0.1.6 = libisoburn.so.1.5.0
|
||||||
dnl This is the development version after stable release libisoburn.so.1.3.0
|
dnl ### This is the development version after above stable release
|
||||||
dnl LT_CURRENT++, LT_AGE++ have happened happened meanwhile.
|
dnl ### LT_CURRENT++, LT_AGE++ have not happened happened yet.
|
||||||
dnl
|
dnl
|
||||||
dnl SONAME = 5 - 4 = 1 . Library name = libburn.so.1.4.0
|
dnl SONAME = 6 - 5 = 1 . Library name = libburn.so.1.5.0
|
||||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||||
LT_CURRENT=5
|
LT_CURRENT=6
|
||||||
LT_AGE=4
|
LT_AGE=5
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ AC_CHECK_HEADER(libburn/libburn.h)
|
|||||||
AC_CHECK_HEADER(libisofs/libisofs.h)
|
AC_CHECK_HEADER(libisofs/libisofs.h)
|
||||||
|
|
||||||
dnl Check for proper library versions
|
dnl Check for proper library versions
|
||||||
LIBBURN_REQUIRED=0.4.7
|
LIBBURN_REQUIRED=0.4.8
|
||||||
LIBISOFS_REQUIRED=0.6.4
|
LIBISOFS_REQUIRED=0.6.4
|
||||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||||
|
@ -196,7 +196,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
|||||||
*/
|
*/
|
||||||
#define isoburn_libburn_req_major 0
|
#define isoburn_libburn_req_major 0
|
||||||
#define isoburn_libburn_req_minor 4
|
#define isoburn_libburn_req_minor 4
|
||||||
#define isoburn_libburn_req_micro 7
|
#define isoburn_libburn_req_micro 8
|
||||||
|
|
||||||
|
|
||||||
/** The minimum version of libisofs to be used with this version of libisoburn
|
/** The minimum version of libisofs to be used with this version of libisoburn
|
||||||
@ -232,7 +232,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 1
|
#define isoburn_header_version_minor 1
|
||||||
#define isoburn_header_version_micro 5
|
#define isoburn_header_version_micro 6
|
||||||
/** 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.1.5.tar.gz
|
http://scdbackup.sourceforge.net/xorriso-0.1.6.pl00.tar.gz
|
||||||
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -35,10 +35,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.1.5.tar.gz, take it to a directory of your choice and do:
|
Obtain xorriso-0.1.6.pl00.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf xorriso-0.1.5.tar.gz
|
tar xzf xorriso-0.1.6.pl00.tar.gz
|
||||||
cd xorriso-0.1.5
|
cd xorriso-0.1.6
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
@ -160,8 +160,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.1.5 :
|
Dynamic library and compile time header requirements for libisoburn-0.1.6 :
|
||||||
- libburn.so.4 , version libburn-0.4.4 or higher
|
- libburn.so.4 , version libburn-0.4.8 or higher
|
||||||
- libisofs.so.6 , version libisofs-0.6.4 or higher
|
- libisofs.so.6 , version libisofs-0.6.4 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
|
||||||
|
@ -2346,7 +2346,7 @@ xorriso/xorriso.c
|
|||||||
xorriso/xorriso.1
|
xorriso/xorriso.1
|
||||||
New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
|
New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
|
||||||
|
|
||||||
4 May 2008 []
|
4 May 2008 [1727]
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Mentioned new options
|
Mentioned new options
|
||||||
@ -2356,8 +2356,287 @@ Mentioned new options
|
|||||||
* New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
|
* New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
|
||||||
|
|
||||||
|
|
||||||
|
2008.05.05.210317 [1728]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
After formatting DVD-RW write 128 MB and close track to end Intermediate State
|
||||||
|
|
||||||
|
2008.05.06.084439 [1731]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Calling isoburn_cancel_prepared_write() after failed isoburn_disc_write()
|
||||||
|
|
||||||
|
2008.05.06.144606 [1732]
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Experiment for TOC on overwriteables: Keep a target_head copy of session #1
|
||||||
|
|
||||||
|
2008.05.07.071427 [1737]
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
Removed some outdated ifdef cases
|
||||||
|
|
||||||
|
2008.05.07.175508 [1738]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Reading emulated toc info from overwriteable media, new API isoburn_toc_*()
|
||||||
|
|
||||||
|
2008.05.07.175640 [1739]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Making use of new isoburn_toc_* functions
|
||||||
|
|
||||||
|
2008.05.07.214343 [1740]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New API function isoburn_read_iso_head()
|
||||||
|
|
||||||
|
2008.05.07.214442 [1741]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
New format with -toc is more concise and shows volume id
|
||||||
|
|
||||||
|
2008.05.08.141054 [1742]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Try to read header chain from alleged -ROM media (e.g. DVD+RW in -ROM drive)
|
||||||
|
|
||||||
|
2008.05.08.141920 [1743]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
New TOC layout with volume id and sbsector=, new option -rom_toc_scan
|
||||||
|
|
||||||
|
8 May 2008 [1744]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Mentioned new features
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.1.5 - 2008.05.08.141920
|
||||||
|
* Emulated TOC on overwriteable media
|
||||||
|
* New TOC layout with volume id and sbsector=
|
||||||
|
* New option -rom_toc_scan
|
||||||
|
|
||||||
|
|
||||||
|
2008.05.08.185350 [1745]
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Adjusted reply of isoburn_disc_get_msc1() to eventual -rom_toc_scan result
|
||||||
|
|
||||||
|
8 May 2008 [1746]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Updated man page examples
|
||||||
|
|
||||||
|
8 May 2008 [1747]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Updated man page examples
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.1.5 - 2008.05.08.205551
|
||||||
|
|
||||||
|
9 May 2008 [1751]
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Updated details in web page
|
||||||
|
|
||||||
|
2008.05.09.205517 [1752]
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
Trying to better handle non ISO images on -indev
|
||||||
|
|
||||||
|
10 May 2008 [1761]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Adapted xorriso standalone production to new libburn cycle 0.4.7
|
||||||
|
|
||||||
|
10 May 2008 [1762]
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
Minor change in -update_r example
|
||||||
|
|
||||||
|
2008.05.10.194336 [1763]
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Better behavior of update_r with no image present
|
||||||
|
|
||||||
|
2008.05.12.080812 [1765]
|
||||||
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Switched requirements to libburn-0.4.6
|
||||||
|
|
||||||
|
2008.05.12.081331 [1766]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New API call isoburn_set_msc1()
|
||||||
|
|
||||||
|
2008.05.12.082733 [1767]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
New option -load session|track|sbsector|volid
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.1.5 - 2008.05.12.082733
|
||||||
|
* New option -load session|track|sbsector|volid
|
||||||
|
* Now depending on libburn-0.4.6
|
||||||
|
|
||||||
|
|
||||||
|
2008.05.12.193341 [1768]
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
Reacted on harmless compiler warning
|
||||||
|
|
||||||
|
2008.05.12.193642 [1769]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -blank and -format modes as_needed
|
||||||
|
|
||||||
|
2008.05.13.115901 [1770]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
New option -list_formats
|
||||||
|
|
||||||
|
2008.05.13.135251 [1771]
|
||||||
|
libisoburn/isoburn.h
|
||||||
|
libisoburn/isoburn.c
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Corrected strange behavior with non-ISO images on overwriteable media
|
||||||
|
|
||||||
|
2008.05.13.153837 [1772]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Prepared Xorriso_get_profile() for potential call without flag bit1
|
||||||
|
|
||||||
|
2008.05.13.180624 [1773]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Handled -list_format with non MMC drives
|
||||||
|
|
||||||
|
2008.05.13.180912 [1774]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Eat up leading dashes with command options, convert inner dashes to underscores
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.1.5 - 2008.05.13.180912
|
||||||
|
* New -blank and -format modes as_needed
|
||||||
|
* New option -list_formats
|
||||||
|
|
||||||
|
2008.05.14.114548 [1775]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -format types by_index and fast_by_index
|
||||||
|
|
||||||
|
2008.05.14.173201 [1779]
|
||||||
|
configure.ac
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Required libburn version is now 0.4.7 (because of DVD-RAM BD-RE bug fix)
|
||||||
|
|
||||||
|
2008.05.14.173430 [1780]
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Automatic fast format on attempt to write to unformatted DVD-RAM or BD-RE
|
||||||
|
|
||||||
|
2008.05.14.174846 [1781]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
Uploaded forgotten enhancements
|
||||||
|
|
||||||
|
2008.05.15.092028 [1783]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Enabled a pacifier for compare_r
|
||||||
|
|
||||||
|
2008.05.15.150041 [1784]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
New options -map and -map_single
|
||||||
|
|
||||||
|
2008.05.15.192118 [1785]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
Bug fix: -update_r and others did not work properly with relative paths
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-0.1.5 -
|
------------------------------------ cycle - xorriso-0.1.5 -
|
||||||
------------------------------------ cycle - xorriso-0.1.5 -
|
* New options -map and -map_single
|
||||||
|
* Bug fix: -update_r and others did not work properly with relative paths
|
||||||
|
|
||||||
|
|
||||||
|
2008.05.17.162753 [1794]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Corrected ugly message with -update_r and root directory
|
||||||
|
|
||||||
|
2008.05.17.170001 [1796]
|
||||||
|
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.1.6, requiring libburn-0.4.8 now
|
||||||
|
|
||||||
|
2008.05.18.070001 [1797]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Bug fix: -findi operated on nodes which ceased existence shortly before
|
||||||
|
|
||||||
|
18 May 2008 []
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------------- release - xorriso-0.1.6 - 2008.05.18.070001
|
||||||
|
* New option -error_behavior with a first occasion 'image_loading'
|
||||||
|
* New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
|
||||||
|
* Emulated TOC on overwriteable media
|
||||||
|
* New TOC layout with volume id and sbsector=
|
||||||
|
* New option -rom_toc_scan
|
||||||
|
* New option -load session|track|sbsector|volid
|
||||||
|
* Now depending on libburn-0.4.6
|
||||||
|
* New -blank and -format modes as_needed
|
||||||
|
* New option -list_formats
|
||||||
|
* New options -map and -map_single
|
||||||
|
* Bug fix: -update_r and others did not work properly with relative paths
|
||||||
|
* Bug fix: -findi operated on nodes which ceased existence shortly before
|
||||||
|
|
||||||
|
|
||||||
|
2008.05.18.082208 [1798]
|
||||||
|
xorriso/xorriso.c
|
||||||
|
xorriso/xorrisoburn.c
|
||||||
|
Bug fix: -findi operated on nodes which ceased existence shortly before
|
||||||
|
|
||||||
|
[]
|
||||||
|
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.1.7, requiring libburn-0.4.8 now
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.1.7 - 2008.05.18.
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-0.1.7 -
|
||||||
|
------------------------------------ cycle - xorriso-0.1.7 -
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
@ -2366,25 +2645,16 @@ Mentioned new options
|
|||||||
|
|
||||||
------------------------------------------------- bugs
|
------------------------------------------------- bugs
|
||||||
|
|
||||||
- update_r with no media in drive issues messages about changes updated
|
|
||||||
|
|
||||||
------------------------------------------------- important
|
------------------------------------------------- important
|
||||||
|
|
||||||
- pacifier for -compare_r : try read pacifier without newline
|
make Xorriso_prescan_args() safe against misunderstandings
|
||||||
|
|
||||||
------------------------------------------------- development
|
------------------------------------------------- development
|
||||||
|
|
||||||
- evaluate possibility of emulated session table on overwriteables
|
|
||||||
|
|
||||||
- option -map disk_path iso_rr_path for no-fuzz file mapping
|
|
||||||
|
|
||||||
- mkisofs,cdrecord multi session
|
- mkisofs,cdrecord multi session
|
||||||
|
|
||||||
- -restore
|
- -restore
|
||||||
??? -compare_l -update_l /disk_path_start iso_rr_path_start path[s] --
|
??? -compare_l -update_l /disk_path_start iso_rr_path_start path[s] --
|
||||||
??? backup area shaping with -yes -not for -compare_r and -update_r ?
|
|
||||||
|
|
||||||
- Make use of iso_tree_add_new_node() in Xorriso_tree_graft_node()
|
|
||||||
|
|
||||||
|
|
||||||
> Relative addressing and pattern matching :
|
> Relative addressing and pattern matching :
|
||||||
@ -2412,12 +2682,6 @@ Mentioned new options
|
|||||||
|
|
||||||
- Introduce an interrupt key for dialog
|
- Introduce an interrupt key for dialog
|
||||||
|
|
||||||
-------------------------------------------- jump to libburn 0.4.4
|
|
||||||
|
|
||||||
- make use of burn_sev_to_text() in libisoburn and xorriso
|
|
||||||
|
|
||||||
- If iso_msgs_submit() : use it in isoburn_report_iso_error()
|
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
This is the dirty end of the todo list.
|
This is the dirty end of the todo list.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([xorriso], [0.1.5], [http://libburnia-project.org])
|
AC_INIT([xorriso], [0.1.6], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([subdir-objects])
|
|||||||
|
|
||||||
BURN_MAJOR_VERSION=0
|
BURN_MAJOR_VERSION=0
|
||||||
BURN_MINOR_VERSION=4
|
BURN_MINOR_VERSION=4
|
||||||
BURN_MICRO_VERSION=7
|
BURN_MICRO_VERSION=9
|
||||||
AC_SUBST(BURN_MAJOR_VERSION)
|
AC_SUBST(BURN_MAJOR_VERSION)
|
||||||
AC_SUBST(BURN_MINOR_VERSION)
|
AC_SUBST(BURN_MINOR_VERSION)
|
||||||
AC_SUBST(BURN_MICRO_VERSION)
|
AC_SUBST(BURN_MICRO_VERSION)
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
current_dir=$(pwd)
|
current_dir=$(pwd)
|
||||||
lone_dir="$current_dir"/"xorriso-standalone"
|
lone_dir="$current_dir"/"xorriso-standalone"
|
||||||
|
|
||||||
xorriso_rev=0.1.5
|
xorriso_rev=0.1.6
|
||||||
# For unstable uploads:
|
# For unstable uploads:
|
||||||
xorriso_pl=""
|
# xorriso_pl=""
|
||||||
# For stable releases:
|
# For stable releases:
|
||||||
# xorriso_pl=".pl00"
|
xorriso_pl=".pl00"
|
||||||
|
|
||||||
with_bootstrap_tarball=1
|
with_bootstrap_tarball=1
|
||||||
|
|
||||||
|
@ -7246,7 +7246,7 @@ ex:;
|
|||||||
/* @param boss_iter Opaque handle to be forwarded to actions in ISO image
|
/* @param boss_iter Opaque handle to be forwarded to actions in ISO image
|
||||||
Set to NULL if calling this function from outside ISO world
|
Set to NULL if calling this function from outside ISO world
|
||||||
@param flag bit2= -follow: this is not a command parameter
|
@param flag bit2= -follow: this is not a command parameter
|
||||||
@return <=0 error, 1= ok , 2= iso_rr_path has been deleted ,
|
@return <=0 error, 1= ok , 2= iso_rr_path node object has been deleted ,
|
||||||
3= no action taken
|
3= no action taken
|
||||||
*/
|
*/
|
||||||
int Xorriso_update_interpreter(struct XorrisO *xorriso, void *boss_iter,
|
int Xorriso_update_interpreter(struct XorrisO *xorriso, void *boss_iter,
|
||||||
@ -7337,6 +7337,7 @@ delete:;
|
|||||||
ret= Xorriso_rmi(xorriso, NULL, (off_t) 0, part_path, 1);
|
ret= Xorriso_rmi(xorriso, NULL, (off_t) 0, part_path, 1);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
goto ex;
|
goto ex;
|
||||||
|
deleted= 1;
|
||||||
} else {
|
} else {
|
||||||
partno= i+1;
|
partno= i+1;
|
||||||
offset= i*first_bytes;
|
offset= i*first_bytes;
|
||||||
@ -7359,9 +7360,12 @@ delete:;
|
|||||||
ret= Xorriso_copy_properties(xorriso, disk_path, iso_rr_path, 2);
|
ret= Xorriso_copy_properties(xorriso, disk_path, iso_rr_path, 2);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
goto ex;
|
goto ex;
|
||||||
} else
|
} else {
|
||||||
ret= Xorriso_graft_in(xorriso, boss_iter, disk_path, iso_rr_path,
|
ret= Xorriso_graft_in(xorriso, boss_iter, disk_path, iso_rr_path,
|
||||||
(off_t) 0, (off_t) 0, 2|(flag&4));
|
(off_t) 0, (off_t) 0, 2|(flag&4));
|
||||||
|
if(ret>0 && !(compare_result&2))
|
||||||
|
deleted= 1;
|
||||||
|
}
|
||||||
sprintf(xorriso->info_text, "Added/overwrote ");
|
sprintf(xorriso->info_text, "Added/overwrote ");
|
||||||
|
|
||||||
} else if(compare_result&(4|16|32|256|512|1024)) {
|
} else if(compare_result&(4|16|32|256|512|1024)) {
|
||||||
@ -8214,10 +8218,10 @@ int Xorriso_option_compare(struct XorrisO *xorriso, char *disk_path,
|
|||||||
if(ipth[0]==0)
|
if(ipth[0]==0)
|
||||||
ipth= disk_path;
|
ipth= disk_path;
|
||||||
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdx, disk_path, eff_origin,
|
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdx, disk_path, eff_origin,
|
||||||
2|4);
|
2|4|8);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
return(ret);
|
return(ret);
|
||||||
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdi, ipth, eff_dest, 2);
|
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdi, ipth, eff_dest, 2|8);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
return(ret);
|
return(ret);
|
||||||
|
|
||||||
@ -10793,10 +10797,10 @@ int Xorriso_option_update(struct XorrisO *xorriso, char *disk_path,
|
|||||||
if(ipth[0]==0)
|
if(ipth[0]==0)
|
||||||
ipth= disk_path;
|
ipth= disk_path;
|
||||||
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdx, disk_path, eff_origin,
|
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdx, disk_path, eff_origin,
|
||||||
2|4);
|
2|4|8);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
return(ret);
|
return(ret);
|
||||||
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdi, ipth, eff_dest, 2);
|
ret= Xorriso_normalize_img_path(xorriso, xorriso->wdi, ipth, eff_dest, 2|8);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
return(ret);
|
return(ret);
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<META NAME="description" CONTENT="xorriso, creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions">
|
<META NAME="description" CONTENT="xorriso, creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions">
|
||||||
<META NAME="keywords" CONTENT="xorriso, libburn, libburnia, burn, CD, DVD, ISO, ISO 9660, RockRidge, Rock Ridge, linux, recording, burning, CD-R, CD-RW, DVD-R, DVD-RW, DVD+RW, DVD+R, DVD+R/DL, scdbackup">
|
<META NAME="keywords" CONTENT="xorriso, libburn, libburnia, burn, CD, DVD, ISO, ISO 9660, RockRidge, Rock Ridge, linux, recording, burning, CD-R, CD-RW, DVD-R, DVD-RW, DVD+RW, DVD+R, DVD+R DL, scdbackup">
|
||||||
<META NAME="robots" CONTENT="follow">
|
<META NAME="robots" CONTENT="follow">
|
||||||
<TITLE>xorriso homepage english</TITLE>
|
<TITLE>xorriso homepage english</TITLE>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
@ -58,14 +58,14 @@ and to MMC-5 for DVD).
|
|||||||
GPL software included:<BR>
|
GPL software included:<BR>
|
||||||
</H2>
|
</H2>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>libburn-0.4.5</DT>
|
<DT>libburn-0.4.9</DT>
|
||||||
<DD>reads and writes data from and to CD and DVD.</DD>
|
<DD>reads and writes data from and to CD and DVD.</DD>
|
||||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||||
furthered since August 2006 by team of libburnia-project.org)</DD>
|
furthered since August 2006 by team of libburnia-project.org)</DD>
|
||||||
<DT>libisofs-0.6.4</DT>
|
<DT>libisofs-0.6.4</DT>
|
||||||
<DD>operates ISO 9660 images.</DD>
|
<DD>operates ISO 9660 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.1.4</DT>
|
<DT>libisoburn-0.1.6</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>
|
||||||
@ -115,7 +115,8 @@ to overwriteable media, to regular files, and to block devices.
|
|||||||
Scans for optical drives, blanks re-useable optical media.
|
Scans for optical drives, blanks re-useable optical media.
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
Suitable for: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R/DL, DVD+RW, DVD-RAM.
|
Suitable for:
|
||||||
|
CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, BD-RE.
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
Reads its instructions from command line arguments, dialog, and batch files.
|
Reads its instructions from command line arguments, dialog, and batch files.
|
||||||
@ -151,8 +152,9 @@ may accept pathspecs of form target=source as known from program mkisofs.</DT>
|
|||||||
<DT>Get info about a particular drive and loaded media:</DT>
|
<DT>Get info about a particular drive and loaded media:</DT>
|
||||||
<DD>$<KBD> xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less</KBD></DD>
|
<DD>$<KBD> xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less</KBD></DD>
|
||||||
|
|
||||||
<DT>Make re-usable media writable again, delete any ISO 9660 image:</DT>
|
<DT>Make re-usable media writable again, delete any ISO 9660 image,
|
||||||
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank fast -eject all</KBD></DD>
|
eventually prepare yet unused BD-RE:</DT>
|
||||||
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed -eject all</KBD></DD>
|
||||||
|
|
||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
@ -174,17 +176,17 @@ adjust permissions to make it publicly read-only,
|
|||||||
write it to media and immediately eject media without
|
write it to media and immediately eject media without
|
||||||
previously reloading the written image.
|
previously reloading the written image.
|
||||||
</DT>
|
</DT>
|
||||||
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank fast -pathspecs on \</KBD></DD>
|
<DD>$<KBD> cd /home/me</KBD></DD>
|
||||||
<DD><KBD> -add /sounds=/home/me/sounds \</KBD></DD>
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed \</KBD></DD>
|
||||||
<DD><KBD>
|
<DD><KBD> -map /home/me/sounds /sounds \</KBD></DD>
|
||||||
/pictures=/home/me/pictures -- \</KBD></DD>
|
<DD><KBD> -map /home/me/pictures /pictures \</KBD></DD>
|
||||||
<DD><KBD> -rm_r /sounds/indecent '/pictures/*private*' -- \</KBD></DD>
|
<DD><KBD> -rm_r /sounds/indecent '/pictures/*private*' -- \</KBD></DD>
|
||||||
<DD><KBD> -add /pictures/private/horses=/home/me/pictures/private/horses -- \</KBD></DD>
|
<DD><KBD> -cd / \</KBD></DD>
|
||||||
|
<DD><KBD> -add pictures/private/horses* -- \</KBD></DD>
|
||||||
<DD><KBD> -chmod_r a+r,a-w / -- \</KBD></DD>
|
<DD><KBD> -chmod_r a+r,a-w / -- \</KBD></DD>
|
||||||
<DD><KBD> -find / -type d -exec chmod a+x -- \</KBD></DD>
|
<DD><KBD> -find / -type d -exec chmod a+x -- \</KBD></DD>
|
||||||
<DD><KBD> -volid SOUNDS_PICS_2008_01_16 \</KBD></DD>
|
<DD><KBD> -volid SOUNDS_PICS_2008_01_16 \</KBD></DD>
|
||||||
<DD><KBD> -commit_eject all</KBD></DD>
|
<DD><KBD> -commit_eject all</KBD></DD>
|
||||||
|
|
||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
@ -195,15 +197,14 @@ rename /pictures/private/horses,
|
|||||||
add new directory trees /sounds and /movies,
|
add new directory trees /sounds and /movies,
|
||||||
disallow any access for group and others.
|
disallow any access for group and others.
|
||||||
Finally write as additional session to media and eject:</DT>
|
Finally write as additional session to media and eject:</DT>
|
||||||
<DD>$<KBD> xorriso -dev /dev/sr0 -pathspecs on \</KBD></DD>
|
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
||||||
<DD><KBD> -rm_r /sounds -- \</KBD></DD>
|
<DD><KBD> -rm_r /sounds -- \</KBD></DD>
|
||||||
<DD><KBD> -mv /pictures/private/horses /horse_show -- \</KBD></DD>
|
<DD><KBD> -mv /pictures/private/horses /horse_show -- \</KBD></DD>
|
||||||
<DD><KBD> -add /sounds=/home/me/prepared_for_dvd/sounds_dummy \</KBD></DD>
|
<DD><KBD> -map /home/me/prepared_for_dvd/sounds_dummy /sounds \</KBD></DD>
|
||||||
<DD><KBD> /movies=/home/me/prepared_for_dvd/movies -- \</KBD></DD>
|
<DD><KBD> -map /home/me/prepared_for_dvd/movies /movies \</KBD></DD>
|
||||||
<DD><KBD> -chmod_r go-rwx / -- \</KBD></DD>
|
<DD><KBD> -chmod_r go-rwx / -- \</KBD></DD>
|
||||||
<DD><KBD> -volid SOUNDS_PICS_2008_01_17 \</KBD></DD>
|
<DD><KBD> -volid SOUNDS_PICS_2008_01_17 \</KBD></DD>
|
||||||
<DD><KBD> -commit_eject all</KBD></DD>
|
<DD><KBD> -commit_eject all</KBD></DD>
|
||||||
|
|
||||||
<DT>
|
<DT>
|
||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
@ -230,9 +231,11 @@ run. It will write eventually pending changes to media, if that has not
|
|||||||
already been done by a previous -commit.</DT>
|
already been done by a previous -commit.</DT>
|
||||||
<DD>$<KBD> xorriso -dialog on</KBD></DD>
|
<DD>$<KBD> xorriso -dialog on</KBD></DD>
|
||||||
<DD><KBD>enter option and arguments :</KBD></DD>
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
||||||
<DD><KBD><B>-dev /dev/sr0 -pathspecs on</B></KBD></DD>
|
<DD><KBD><B>-dev /dev/sr0</B></KBD></DD>
|
||||||
<DD><KBD>enter option and arguments :</KBD></DD>
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
||||||
<DD><KBD><B>-add /sounds=/home/me/prepared_for_dvd/sounds_dummy /movies=/home/me/prepared_for_dvd/movies</B></KBD></DD>
|
<DD><KBD><B>-map /home/me/prepared_for_dvd/sounds_dummy /sounds</B></KBD></DD>
|
||||||
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
||||||
|
<DD><KBD><B>-map /home/me/prepared_for_dvd/movies /movies</B></KBD></DD>
|
||||||
<DD>Available navigation commands: -cd, -ls, -du, -find</DD>
|
<DD>Available navigation commands: -cd, -ls, -du, -find</DD>
|
||||||
<DD><KBD>enter option and arguments :</KBD></DD>
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
||||||
<DD><KBD><B>-commit</B></KBD></DD>
|
<DD><KBD><B>-commit</B></KBD></DD>
|
||||||
@ -244,27 +247,20 @@ already been done by a previous -commit.</DT>
|
|||||||
<HR>
|
<HR>
|
||||||
</DT>
|
</DT>
|
||||||
|
|
||||||
<DT>The following command can be run on blank media to create a complete
|
<DT>The following command can be run on blank media to create a
|
||||||
copy of the mentioned disk directory trees, and it can be run on appendable
|
copy of the mentioned disk directory trees, and it can be run on appendable
|
||||||
media to perform a minimal set of change operations which update the
|
media to perform a minimal set of change operations which update the
|
||||||
old ISO copies to match the new disk trees. Older states can be retrieved
|
old ISO copies to match the new disk trees.
|
||||||
by help of mount option "session=" from CD-R[W], by help of "sbsector="
|
|
||||||
from DVD-R[W] and DVD+R.
|
|
||||||
So this constitutes true incremental backup.
|
|
||||||
On overwriteable media only the newest state is accessible.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Older states can be retrieved by help of mount option "session=" from CD-R[W],
|
Older states can be retrieved by help of mount option "session=" from CD-R[W],
|
||||||
by help of "sbsector=" from other media.
|
by help of "sbsector=" from other media.
|
||||||
So this constitutes true incremental backup.
|
So this constitutes true incremental backup.
|
||||||
-->
|
<BR>
|
||||||
|
The copies will be complete, except all file names ending
|
||||||
|
with ".o" or ".swp" which are excluded by options -not_leaf.
|
||||||
</DT>
|
</DT>
|
||||||
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
||||||
<DD><KBD> -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \</KBD></DD>
|
<DD><KBD> -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \</KBD></DD>
|
||||||
<!--
|
|
||||||
<DD><KBD> -not_leaf '*.o' -not_leaf '*.swp' \</KBD></DD>
|
<DD><KBD> -not_leaf '*.o' -not_leaf '*.swp' \</KBD></DD>
|
||||||
-->
|
|
||||||
<DD><KBD> -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD>
|
<DD><KBD> -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD>
|
||||||
<DD><KBD> -update_r /home/thomas/personal_mail /personal_mail \</KBD></DD>
|
<DD><KBD> -update_r /home/thomas/personal_mail /personal_mail \</KBD></DD>
|
||||||
<DD><KBD> -commit -toc -eject all</KBD></DD>
|
<DD><KBD> -commit -toc -eject all</KBD></DD>
|
||||||
@ -300,8 +296,8 @@ Testers wanted who are willing to risk some double layer DVD 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.1.4.pl00.tar.gz">xorriso-0.1.4.pl00.tar.gz</A>
|
<DD><A HREF="xorriso-0.1.6.pl00.tar.gz">xorriso-0.1.6.pl00.tar.gz</A>
|
||||||
(955 KB).
|
(980 KB).
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
@ -325,20 +321,22 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.1.2.pl00:
|
Bug fixes towards xorriso-0.1.4.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Coordination of -cut_out, -compare and -update</LI>
|
<LI>-update_r and others did not work properly with relative paths</LI>
|
||||||
<LI>New option -split_size, automated splitting of oversized files</LI>
|
|
||||||
<LI>Improved performance with reading directory trees</LI>
|
|
||||||
<LI>New option -session_log</LI>
|
|
||||||
<LI>Dynamically linkable with release version 0.6.4 of libisofs</LI>
|
|
||||||
</UL>
|
</UL>
|
||||||
Bug fixes towards xorriso-0.1.2.pl00:
|
</P>
|
||||||
|
<P>
|
||||||
|
Enhancements towards previous stable version xorriso-0.1.4.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>-as mkisofs -no-pad was misspelled -nopad</LI>
|
<LI>Support for BD-RE</LI>
|
||||||
<LI>Implicite directory attribute copying with -cut_out was wrong</LI>
|
<LI>New options -map and -map_single</LI>
|
||||||
|
<LI>New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m</LI>
|
||||||
|
<LI>Emulated -toc on overwriteable media, new -toc layout with volume id</LI>
|
||||||
|
<LI>New option -load makes alternative sessions accessible</LI>
|
||||||
|
<LI>New -blank and -format modes 'as_needed'</LI>
|
||||||
|
<LI>New option -list_formats and -format mode 'by_index_' </LI>
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
@ -346,31 +344,25 @@ Bug fixes towards xorriso-0.1.2.pl00:
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.1.5 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.1.7 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-0.1.4.pl00:
|
<DD>Bug fixes towards xorriso-0.1.6.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
|
<!--
|
||||||
|
-->
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
<!-- <LI>- none yet -</LI> -->
|
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 0.1.4.pl00:
|
<DD>Enhancements towards stable version 0.1.6.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Support for BD-RE</LI>
|
<!--
|
||||||
<LI>New options -map and -map_single</LI>
|
-->
|
||||||
<LI>New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m</LI>
|
<LI>- none yet -</LI>
|
||||||
<LI>Emulated -toc on overwriteable media, new -toc layout with volume id</LI>
|
|
||||||
<LI>New option -rom_toc_scan for read-only drive problems</LI>
|
|
||||||
<LI>New option -load makes alternative sessions accessible</LI>
|
|
||||||
<LI>New option -error_behavior with a first occasion 'image_loading'</LI>
|
|
||||||
<LI>New -blank and -format option 'as_needed'</LI>
|
|
||||||
<LI>New option -list_formats</LI>
|
|
||||||
<!-- <LI>- none yet -</LI> -->
|
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DD><A HREF="README_xorriso_devel">README 0.1.5</A>
|
<DD><A HREF="README_xorriso_devel">README 0.1.7</A>
|
||||||
<DD><A HREF="xorriso_help_devel">xorriso_0.1.5 -help</A></DD>
|
<DD><A HREF="xorriso_help_devel">xorriso_0.1.7 -help</A></DD>
|
||||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.1.5)</A></DD>
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.1.7)</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
|
||||||
@ -380,7 +372,7 @@ libburnia libraries.
|
|||||||
installation see README)
|
installation see README)
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="xorriso-0.1.5.tar.gz">xorriso-0.1.5.tar.gz</A>
|
<A HREF="xorriso-0.1.7.tar.gz">xorriso-0.1.7.tar.gz</A>
|
||||||
(980 KB).
|
(980 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
|
||||||
|
@ -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.1.5"
|
#define Xorriso_program_versioN "0.1.6"
|
||||||
|
|
||||||
/** The source code release timestamp */
|
/** The source code release timestamp */
|
||||||
#include "xorriso_timestamp.h"
|
#include "xorriso_timestamp.h"
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.05.15.192118"
|
#define Xorriso_timestamP "2008.05.18.070001"
|
||||||
|
@ -1329,6 +1329,7 @@ int Xorriso_node_from_path(struct XorrisO *xorriso, IsoImage *volume,
|
|||||||
@param flag bit0= do not produce problem events (unless faulty path format)
|
@param flag bit0= do not produce problem events (unless faulty path format)
|
||||||
bit1= work purely literally, do not use libisofs
|
bit1= work purely literally, do not use libisofs
|
||||||
bit2= (with bit1) this is an address in the disk world
|
bit2= (with bit1) this is an address in the disk world
|
||||||
|
bit3= return root directory as "/" and not as ""
|
||||||
@return -1 = faulty path format, 0 = not found ,
|
@return -1 = faulty path format, 0 = not found ,
|
||||||
1 = found simple node , 2 = found directory
|
1 = found simple node , 2 = found directory
|
||||||
*/
|
*/
|
||||||
@ -1342,8 +1343,11 @@ int Xorriso_normalize_img_path(struct XorrisO *xorriso, char *wd,
|
|||||||
char path[SfileadrL], *apt, *npt, sfe[5*SfileadrL], *cpt;
|
char path[SfileadrL], *apt, *npt, sfe[5*SfileadrL], *cpt;
|
||||||
|
|
||||||
eff_path[0]= 0;
|
eff_path[0]= 0;
|
||||||
if(img_path[0]==0)
|
if(img_path[0]==0) {
|
||||||
|
if(flag&8)
|
||||||
|
strcpy(eff_path, "/");
|
||||||
return(2); /* root directory */
|
return(2); /* root directory */
|
||||||
|
}
|
||||||
|
|
||||||
if(!(flag&2)) {
|
if(!(flag&2)) {
|
||||||
ret= Xorriso_get_volume(xorriso, &volume, 0);
|
ret= Xorriso_get_volume(xorriso, &volume, 0);
|
||||||
@ -1367,8 +1371,11 @@ int Xorriso_normalize_img_path(struct XorrisO *xorriso, char *wd,
|
|||||||
img_path);
|
img_path);
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, errno, "FATAL", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, errno, "FATAL", 0);
|
||||||
return(-1);
|
return(-1);
|
||||||
} else if(path[1]==0)
|
} else if(path[1]==0) {
|
||||||
|
if(flag&8)
|
||||||
|
strcpy(eff_path, "/");
|
||||||
return(2); /* root directory */
|
return(2); /* root directory */
|
||||||
|
}
|
||||||
|
|
||||||
for(npt= apt; !done; apt= npt+1) {
|
for(npt= apt; !done; apt= npt+1) {
|
||||||
npt= strchr(apt, '/');
|
npt= strchr(apt, '/');
|
||||||
@ -4598,7 +4605,7 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
|
|||||||
IsoDirIter *iter= NULL;
|
IsoDirIter *iter= NULL;
|
||||||
IsoDir *dir_node= NULL;
|
IsoDir *dir_node= NULL;
|
||||||
IsoNode *node, *iso_node;
|
IsoNode *node, *iso_node;
|
||||||
IsoImage *volume;
|
IsoImage *volume= NULL;
|
||||||
struct stat stbuf;
|
struct stat stbuf;
|
||||||
char *name;
|
char *name;
|
||||||
off_t mem;
|
off_t mem;
|
||||||
@ -4634,7 +4641,6 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
|
|||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
{ret= 0; goto ex;}
|
{ret= 0; goto ex;}
|
||||||
ret= Xorriso_fake_stbuf(xorriso, "", dir_stbuf, &iso_node, 1);
|
ret= Xorriso_fake_stbuf(xorriso, "", dir_stbuf, &iso_node, 1);
|
||||||
dir_node= (IsoDir *) iso_node;
|
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
goto ex;
|
goto ex;
|
||||||
|
|
||||||
@ -4654,8 +4660,18 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
|
|||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
goto ex;
|
goto ex;
|
||||||
if(ret==2) {
|
if(ret==2) {
|
||||||
deleted= 1;
|
/* re-determine dir_node in case it has a new persona */
|
||||||
goto ex;
|
ret= Xorriso_node_from_path(xorriso, volume, path, &iso_node, 1);
|
||||||
|
if(ret==0) {
|
||||||
|
deleted= 1;
|
||||||
|
{ret= 2; goto ex;}
|
||||||
|
}
|
||||||
|
if(ret<0)
|
||||||
|
{ret= 0; goto ex;}
|
||||||
|
dir_node= (IsoDir *) iso_node;
|
||||||
|
ret= Xorriso_fake_stbuf(xorriso, "", dir_stbuf, &iso_node, 1);
|
||||||
|
if(ret<=0)
|
||||||
|
goto ex;
|
||||||
}
|
}
|
||||||
if(ret==3)
|
if(ret==3)
|
||||||
no_dive= 1;
|
no_dive= 1;
|
||||||
@ -4666,7 +4682,7 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
|
|||||||
|
|
||||||
mem= boss_mem;
|
mem= boss_mem;
|
||||||
hflag= 1;
|
hflag= 1;
|
||||||
if(action==1 || action==2 || action==3 || action==14)
|
if(action==1 || action==2 || action==3 || action==17)
|
||||||
hflag|= 2; /* need freedom to manipulate image */
|
hflag|= 2; /* need freedom to manipulate image */
|
||||||
if(action==14 || action==17)
|
if(action==14 || action==17)
|
||||||
hflag|= 4; /* need LBA sorted iteration for good data reading performance */
|
hflag|= 4; /* need LBA sorted iteration for good data reading performance */
|
||||||
@ -4707,8 +4723,24 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
|
|||||||
goto ex;
|
goto ex;
|
||||||
ret= Xorriso_findi_action(xorriso, job, iter, mem,
|
ret= Xorriso_findi_action(xorriso, job, iter, mem,
|
||||||
abs_path, path, node, depth, 1|(flag&2));
|
abs_path, path, node, depth, 1|(flag&2));
|
||||||
if(ret==2) /* node has been deleted */
|
if(ret==2) { /* node has been deleted */
|
||||||
|
/* re-determine node in case it has a new persona */
|
||||||
|
if(volume==NULL) {
|
||||||
|
ret= Xorriso_get_volume(xorriso, &volume, 0);
|
||||||
|
if(ret<=0)
|
||||||
|
{ret= -1; goto ex;}
|
||||||
|
}
|
||||||
|
ret= Xorriso_node_from_path(xorriso, volume, abs_path, &node, 1);
|
||||||
|
if(ret==0)
|
||||||
continue;
|
continue;
|
||||||
|
if(ret<0)
|
||||||
|
{ret= 0; goto ex;}
|
||||||
|
ret= Xorriso_fake_stbuf(xorriso, "", &stbuf, &node, 1);
|
||||||
|
if(ret<0)
|
||||||
|
goto ex;
|
||||||
|
if(ret==0)
|
||||||
|
continue;
|
||||||
|
}
|
||||||
no_dive= (ret==3);
|
no_dive= (ret==3);
|
||||||
if(ret<=0) {
|
if(ret<=0) {
|
||||||
if(Xorriso_eval_problem_status(xorriso, ret, 1|2)<0)
|
if(Xorriso_eval_problem_status(xorriso, ret, 1|2)<0)
|
||||||
|
@ -21,7 +21,7 @@ struct FindjoB;
|
|||||||
*/
|
*/
|
||||||
#define xorriso_libisoburn_req_major 0
|
#define xorriso_libisoburn_req_major 0
|
||||||
#define xorriso_libisoburn_req_minor 1
|
#define xorriso_libisoburn_req_minor 1
|
||||||
#define xorriso_libisoburn_req_micro 5
|
#define xorriso_libisoburn_req_micro 6
|
||||||
|
|
||||||
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user