Compare commits
4 Commits
1.3.6
...
ZeroFourFo
Author | SHA1 | Date | |
---|---|---|---|
50691c9c66 | |||
7c17efc167 | |||
969daf5588 | |||
dbc4900078 |
10
README
10
README
@ -4,7 +4,7 @@
|
||||
libisoburn. By Vreixo Formoso <metalpain2002@yahoo.es>
|
||||
and Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org.
|
||||
http://files.libburnia-project.org/releases/libisoburn-0.4.2.pl00.tar.gz
|
||||
http://files.libburnia-project.org/releases/libisoburn-0.4.4.pl00.tar.gz
|
||||
Copyright (C) 2006-2009 Vreixo Formoso, Thomas Schmitt.
|
||||
Provided under GPL version 2.
|
||||
------------------------------------------------------------------------------
|
||||
@ -29,17 +29,17 @@ By using this software you agree to the disclaimer at the end of this text:
|
||||
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.2 :
|
||||
Dynamic library and compile time header requirements for libisoburn-0.4.4 :
|
||||
- libburn.so.4 , version libburn-0.7.2 or higher
|
||||
- libisofs.so.6 , version libisofs-0.6.24 or higher
|
||||
libisoburn and xorriso will not start with libraries which are older than their
|
||||
headers seen at compile time.
|
||||
|
||||
Obtain libisoburn-0.4.2.pl00.tar.gz, take it to a directory of your choice
|
||||
Obtain libisoburn-0.4.4.pl00.tar.gz, take it to a directory of your choice
|
||||
and do:
|
||||
|
||||
tar xzf libisoburn-0.4.2.pl00.tar.gz
|
||||
cd libisoburn-0.4.2
|
||||
tar xzf libisoburn-0.4.4.pl00.tar.gz
|
||||
cd libisoburn-0.4.4
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
|
14
configure.ac
14
configure.ac
@ -1,4 +1,4 @@
|
||||
AC_INIT([libisoburn], [0.4.3], [http://libburnia-project.org])
|
||||
AC_INIT([libisoburn], [0.4.4], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
@ -34,16 +34,16 @@ dnl Libtool versioning
|
||||
dnl Generate libisoburn.so.1.x.y
|
||||
dnl SONAME will become LT_CURRENT - LT_AGE
|
||||
dnl
|
||||
dnl ts A90829
|
||||
dnl ### This is the release version 0.4.2 = libisoburn.so.1.31.0
|
||||
dnl This is the development version after above stable release
|
||||
dnl ts A91027
|
||||
dnl This is the release version 0.4.4 = libisoburn.so.1.33.0
|
||||
dnl ### This is the development version after above stable release
|
||||
dnl LT_CURRENT++, LT_AGE++ have not happened happened yet.
|
||||
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
||||
dnl
|
||||
dnl SONAME = 32 - 31 = 1 . Library name = libisoburn.so.1.31.0
|
||||
dnl SONAME = 34 - 33 = 1 . Library name = libisoburn.so.1.33.0
|
||||
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
|
||||
LT_CURRENT=32
|
||||
LT_AGE=31
|
||||
LT_CURRENT=34
|
||||
LT_AGE=33
|
||||
LT_REVISION=0
|
||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||
|
||||
|
@ -260,7 +260,7 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_header_version_major 0
|
||||
#define isoburn_header_version_minor 4
|
||||
#define isoburn_header_version_micro 3
|
||||
#define isoburn_header_version_micro 4
|
||||
/** Note:
|
||||
Above version numbers are also recorded in configure.ac because libtool
|
||||
wants them as parameters at build time.
|
||||
|
@ -4,7 +4,7 @@
|
||||
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia-project.org but also published via:
|
||||
http://scdbackup.sourceforge.net/xorriso_eng.html
|
||||
http://scdbackup.sourceforge.net/xorriso-0.4.3.tar.gz
|
||||
http://scdbackup.sourceforge.net/xorriso-0.4.4.pl00.tar.gz
|
||||
Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@ -46,10 +46,10 @@ Optional at compile time are:
|
||||
If they were present at compile time, then the optional libraries have to
|
||||
be present at runtime, too.
|
||||
|
||||
Obtain xorriso-0.4.3.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-0.4.4.pl00.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-0.4.3.tar.gz
|
||||
cd xorriso-0.4.3
|
||||
tar xzf xorriso-0.4.4.pl00.tar.gz
|
||||
cd xorriso-0.4.4
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -225,14 +225,14 @@ Tag_id distinguishes the following tag types
|
||||
"libisofs_rlsb32_checksum_tag_v1" Relocated 64 kB superblock tag
|
||||
"libisofs_sb_checksum_tag_v1" Superblock tag
|
||||
"libisofs_tree_checksum_tag_v1" Directory tree tag
|
||||
"libisofs_checksum_tag_v1" Session tag
|
||||
"libisofs_checksum_tag_v1" Session end tag
|
||||
|
||||
A relocated superblock may appear at LBA 0 of an image which was produced for
|
||||
being stored in a disk file or on overwriteable media (e.g. DVD+R, BD-RE).
|
||||
xorriso records a first session recorded with its superblock at LBA 32 and
|
||||
the may follow at the next block address after the session tag which is
|
||||
divisible by 32. Normally no session starts after the address given by
|
||||
relocated superblock parameter session_start=.
|
||||
xorriso records the first session at LBA 32. An eventual follow-up session
|
||||
begins at the next block address which is divisible by 32 and higher than the
|
||||
address of the previous session's end tag. Normally no session starts after the
|
||||
address given by relocated superblock parameter session_start=.
|
||||
Session oriented media like CD-R[W], DVD+R, BD-R will have no relocated
|
||||
superblock but rather bear a table-of-content on media level.
|
||||
|
||||
|
@ -6190,13 +6190,14 @@ xorriso/changelog.txt
|
||||
Document changes and release timestamp
|
||||
|
||||
----------------------------------- release - xorriso-0.4.2 - 2009.08.29.143001
|
||||
* libisoburn: New write options session_md5, file_md5, file_stability
|
||||
* libisoburn: New read option nomd5
|
||||
* Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more
|
||||
* Options -lsl and lsdl now display correct link counts if -hardlinks is on
|
||||
* New option -md5, new -as mkisofs option --md5
|
||||
* New options -check_md5, -check_md5_r
|
||||
* New find actions check_md5 get_md5, get_any_xattr
|
||||
* New find tests -has_md5, -has_any_xattr
|
||||
* libisoburn: New write options session_md5, file_md5, read option nomd5
|
||||
* Options -compare, -compare_r, -update, update_r now can use recorded MD5
|
||||
* New -find action make_md5 to equip files from old images with MD5
|
||||
* New option -calm_drive
|
||||
@ -6221,14 +6222,330 @@ xorriso/configure_ac.txt
|
||||
xorriso/xorriso_timestamp.h
|
||||
Version leap to libisoburn-0.4.3
|
||||
|
||||
[]
|
||||
29 Aug 2009 [2766]
|
||||
xorriso/changelog.txt
|
||||
Document changes and release timestamp
|
||||
Documented changes and release timestamp
|
||||
|
||||
30 Aug 2009 [2767]
|
||||
move -m 'Promoted branch to tag'
|
||||
http://svn.libburnia-project.org/libisoburn/branches/ZeroFourTwo
|
||||
http://svn.libburnia-project.org/libisoburn/tags/ZeroFourTwo
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.08.29.180146
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 -
|
||||
------------------------------------ cycle - xorriso-0.4.3 -
|
||||
|
||||
31 Aug 2009 [2768]
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
Added libisofs/doc/checksums.txt to xorriso standalone tarball
|
||||
|
||||
2009.08.31.162746 [2769]
|
||||
xorriso/xorriso.c
|
||||
Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
|
||||
|
||||
31 Aug 2009 [2770]
|
||||
configure.ac
|
||||
Requiring libisofs-0.6.23 now
|
||||
|
||||
2009.08.31.210528 [2771]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isoburn.h
|
||||
libisoburn/isoburn.c
|
||||
New API call iso_write_opts_set_scdbackup_tag()
|
||||
|
||||
2009.08.31.211005 [2772]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
New option -scdbackup_tag
|
||||
|
||||
2009.09.01.110102 [2776]
|
||||
xorriso/compile_xorriso.sh
|
||||
xorriso/xorriso_makefile_am.txt
|
||||
Removed libburn/lec.c from xorriso standalone and development scripts
|
||||
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.09.01.110102
|
||||
* Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
|
||||
* New option -scdbackup_tag
|
||||
|
||||
|
||||
2009.09.06.094209 [2796]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libburn-0.7.1 now
|
||||
|
||||
2009.09.06.112851 [2798]
|
||||
xorriso/xorrisoburn.c
|
||||
Reporting "Media product:" with xorriso option -toc
|
||||
|
||||
2009.09.06.144813 [2799]
|
||||
xorriso/xorrisoburn.c
|
||||
Reporting media product info with -as cdrecord -atip
|
||||
|
||||
2009.09.07.161247 [2800]
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorrisoburn.c
|
||||
Avoided to use MD5 on filtered streams with compare and update
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.09.07.161247
|
||||
* Option -toc now reports "Media product:"
|
||||
|
||||
|
||||
2009.09.13.095136 [2811]
|
||||
libisoburn/burn_wrap.c
|
||||
xorriso/xorrisoburn.c
|
||||
Eventually truncate stdio: track size to file size and issue warning
|
||||
|
||||
2009.09.16.162424 [2812]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso.c
|
||||
Avoiding a potential memory leak in xorriso main()
|
||||
|
||||
2009.09.17.144453 [2813]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isoburn.h
|
||||
libisoburn/isoburn.c
|
||||
Expanded new API call isoburn_igopt_set_scdbackup_tag
|
||||
|
||||
2009.09.17.144849 [2814]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
Changing new option -scdbackup_tag
|
||||
|
||||
2009.09.19.161026 [2817]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
New -osirrox sub-options o_excl_on/off. Program osirrox starts with o_excl_off.
|
||||
|
||||
2009.09.20.092811 [2818]
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
Bug fix: Corrected handling of -as cdrecord -mode2, -xa, -xa2, -xa2, -xamix, xorrisofs -help, xorrecord -help
|
||||
|
||||
2009.09.20.110715 [2819]
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
Adjusted xorriso -as cdrecord fifo chunk size to -xa1
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.09.20.110715
|
||||
* Bug fix: With -as cdrecord : -xa1 and -xamix were ignored although they do matter
|
||||
* Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help
|
||||
|
||||
|
||||
2009.09.22.143534 [2821]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
Bug fix: -cut_out deleted previously cut-out pieces of the same file
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.09.22.143534
|
||||
* Bug fix: -cut_out deleted previously cut-out pieces of the same file
|
||||
|
||||
|
||||
2009.09.27.080401 [2827]
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
Narrowed rules for recognizing split file parts
|
||||
|
||||
2009.09.28.173322 [2828]
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
Restricted split part recognition to directories with a complete part set
|
||||
|
||||
2009.09.30.092640 [2829]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
New -check_media sub options bad_limit=, slow_limit=, chunk_size=
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.09.30.092640
|
||||
|
||||
|
||||
2009.10.05.165632 [2831]
|
||||
libisoburn/isofs_wrap.c
|
||||
libisoburn/burn_wrap.c
|
||||
Avoided FAILURE event with welcoming empty disk files
|
||||
|
||||
2009.10.05.172143 [2832]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
New option -pvd_info
|
||||
|
||||
2009.10.05.183619 [2833]
|
||||
xorriso/xorrisoburn.c
|
||||
Adjusted -pvd_info to the peculiarities of -volid
|
||||
|
||||
2009.10.05.190215 [2834]
|
||||
xorriso/xorrisoburn.c
|
||||
Added code to xorriso for repairing "_" in all three PVD id file names
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.10.05.190215
|
||||
* New option -pvd_info
|
||||
|
||||
|
||||
2009.10.06.071704 [2835]
|
||||
xorriso/xorrisoburn.c
|
||||
Made sure that -pvd_info reports the actual PVD address
|
||||
|
||||
2009.10.07.072645 [2836]
|
||||
libisoburn/isofs_wrap.c
|
||||
Declared as closed those media which have read errors in the first 64 kB
|
||||
|
||||
2009.10.07.075634 [2837]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/burn_wrap.c
|
||||
New bit7 with isoburn_drive_aquire(): pretend read-only
|
||||
|
||||
2009.10.07.080042 [2838]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
New -rom_toc_scan sub option "force" to get DVD/BD table-of-content on Solaris
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.10.07.080042
|
||||
|
||||
|
||||
2009.10.07.124047 [2839]
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
Aligned sessions on overwriteables to full 32 blocks
|
||||
|
||||
2009.10.07.140521 [2840]
|
||||
libisoburn/burn_wrap.c
|
||||
Avoided FATAL event with -rom_toc_scan force and non-ISO media
|
||||
|
||||
2009.10.07.180552 [2841]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
New options -system_id , -volset_id
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.10.07.180552
|
||||
* New options -system_id , -volset_id
|
||||
* Bug fix libisofs: Filenames could lose blanks during a multi-session cycle
|
||||
|
||||
------------------------------- patch - xorriso-0.4.2.pl02 - 2009.10.08.080001
|
||||
* Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
|
||||
* Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help
|
||||
* Bug fix libisofs: Filenames could lose blanks during a multi-session cycle
|
||||
|
||||
|
||||
2009.10.08.155605 [2845]
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libisofs-0.6.24 now
|
||||
|
||||
2009.10.08.155749 [2846]
|
||||
xorriso/configure_ac.txt
|
||||
xorriso/xorriso_eng.html
|
||||
Adapted xorriso-standalone to version leap libisofs-0.6.25
|
||||
|
||||
2009.10.10.142353 [2851]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.c
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorriso_eng.html
|
||||
New option -mount_opts
|
||||
|
||||
2009.10.11.141528 [2852]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorrisoburn.c
|
||||
Made -application_id, -publisher, -system_id, -volset_id pending image changes
|
||||
|
||||
2009.10.11.141815 [2853]
|
||||
xorriso/xorriso.c
|
||||
Changed FreeBSD mount command to mount_cd9660
|
||||
|
||||
2009.10.14.114830 [2862]
|
||||
xorriso/configure_ac.txt
|
||||
Adapted xorriso-standalone to version leap libburn-0.7.3
|
||||
|
||||
2009.10.14.115223 [2863]
|
||||
README
|
||||
xorriso/README
|
||||
configure.ac
|
||||
libisoburn/libisoburn.h
|
||||
Requiring libburn-0.7.2 now
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.3 - 2009.10.14.115223
|
||||
* New option -mount_opts
|
||||
|
||||
|
||||
2009.10.17.191225 [2866]
|
||||
xorriso/compile_xorriso.sh
|
||||
xorriso/xorriso_makefile_am.txt
|
||||
Added libburn/ecma130ab.[cho] to xorriso standalone and development scripts
|
||||
|
||||
2009.10.22.155746 [2869]
|
||||
xorriso/xorrisoburn.c
|
||||
Added a "NOT READBLE" result line to -check_md5
|
||||
|
||||
22 Oct 2009 [2870]
|
||||
xorriso/xorriso.1
|
||||
Added man page example: Burn an existing ISO image file to media
|
||||
|
||||
27 Oct 2009 [2873]
|
||||
xorriso/xorriso.1
|
||||
Adjustments of xorriso man page
|
||||
|
||||
27 Oct 2009 [2874]
|
||||
svn copy -m "Branching for libisoburn release 0.4.4" \
|
||||
http://svn.libburnia-project.org/libisoburn/trunk \
|
||||
http://svn.libburnia-project.org/libisoburn/branches/ZeroFourFour
|
||||
|
||||
2009.10.27.153001 [2875]
|
||||
configure.ac
|
||||
README
|
||||
libisoburn/libisoburn.h
|
||||
xorriso/README
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso.c
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
xorriso/configure_ac.txt
|
||||
xorriso/xorriso_timestamp.h
|
||||
Version leap to libisoburn-0.4.4
|
||||
|
||||
27 Oct 2009 []
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
----------------------------------- release - xorriso-0.4.4 - 2009.10.27.153001
|
||||
* Bug fix: -cut_out deleted previously cut-out pieces of the same file
|
||||
* Bug fix libisofs: Filenames could lose blanks during a multi-session cycle
|
||||
* Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
|
||||
* Bug fix: With -as cdrecord : -xa1 and -xamix were ignored although they do matter
|
||||
* Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help
|
||||
* New option -pvd_info
|
||||
* Option -toc now reports "Media product:"
|
||||
* New options -system_id , -volset_id
|
||||
* New option -mount_opts
|
||||
* New option -scdbackup_tag
|
||||
|
||||
|
||||
|
||||
------------------------------------ cycle - xorriso-0.4.5 -
|
||||
------------------------------------ cycle - xorriso-0.4.5 -
|
||||
|
||||
===============================================================================
|
||||
TODO
|
||||
@ -6236,10 +6553,9 @@ Document changes and release timestamp
|
||||
|
||||
------------------------------------------------- bugs
|
||||
|
||||
- >>> what about stat.st_nlink ?
|
||||
- Must it be maintained for directories (i.e. nlink == files + 2)?
|
||||
There are indications that it should either give the number of subdirs
|
||||
(including . and ..) or be 1
|
||||
- options -print_info , -print_mark
|
||||
|
||||
- (ECMA-119 names in: -copyright_id , -abstract_id , -bibilio_id)
|
||||
|
||||
- what about split files and hard links ?
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([xorriso], [0.4.3], [http://libburnia-project.org])
|
||||
AC_INIT([xorriso], [0.4.4], [http://libburnia-project.org])
|
||||
AC_PREREQ([2.50])
|
||||
dnl AC_CONFIG_HEADER([config.h])
|
||||
|
||||
|
@ -25,11 +25,11 @@
|
||||
current_dir=$(pwd)
|
||||
lone_dir="$current_dir"/"xorriso-standalone"
|
||||
|
||||
xorriso_rev=0.4.3
|
||||
xorriso_rev=0.4.4
|
||||
# For unstable uploads:
|
||||
xorriso_pl=""
|
||||
## xorriso_pl=""
|
||||
# For stable releases:
|
||||
## xorriso_pl=".pl00"
|
||||
xorriso_pl=".pl00"
|
||||
|
||||
with_bootstrap_tarball=1
|
||||
|
||||
|
@ -20454,7 +20454,7 @@ char *Xorriso__get_version_text(int flag)
|
||||
/* xorriso consists only of a main() stub which has an own version to match
|
||||
the version of libxorriso header and runtime code.
|
||||
*/
|
||||
#define Xorriso_main_program_versioN "0.4.3"
|
||||
#define Xorriso_main_program_versioN "0.4.4"
|
||||
|
||||
#else /* Xorriso_without_subS */
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
struct XorrisO;
|
||||
|
||||
|
||||
#define Xorriso_program_versioN "0.4.3"
|
||||
#define Xorriso_program_versioN "0.4.4"
|
||||
|
||||
|
||||
/* --------------------- Fundamental Management ------------------- */
|
||||
|
@ -25,7 +25,7 @@ session-wise manipulation of such filesystems. It can load the management
|
||||
information of existing ISO images and it writes the session results to
|
||||
optical media or to filesystem objects.
|
||||
<BR>
|
||||
Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
|
||||
Vice versa xorriso is able to copy file objects out of ISO 9660 filesystems.
|
||||
</P>
|
||||
<P>
|
||||
|
||||
@ -429,10 +429,10 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-0.4.2.pl02.tar.gz">xorriso-0.4.2.pl02.tar.gz</A>
|
||||
(1295 KB).
|
||||
<DD><A HREF="xorriso-0.4.4.pl00.tar.gz">xorriso-0.4.4.pl00.tar.gz</A>
|
||||
(1330 KB).
|
||||
</DD>
|
||||
<DD>(Released 8 Oct 2009)</DD>
|
||||
<DD>(Released 27 Oct 2009)</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
@ -457,42 +457,42 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.4.0.pl00:
|
||||
Bug fixes towards xorriso-0.4.2.pl00:
|
||||
<UL>
|
||||
<LI>xorriso -as mkisofs did not understand the -C option of growisofs any more
|
||||
<LI>Option -devices stalled if a U3 enhanced memory stick was present</LI>
|
||||
<LI>-cut_out deleted previously cut-out pieces of the same file (fixed in pl01)
|
||||
</LI>
|
||||
<LI>Filenames could lose blanks during a multi-session cycle (fixed in pl02)
|
||||
</LI>
|
||||
<LI>-for_backup did not enable -xattr and -md5 if no drive was chosen yet
|
||||
(fixed in pl02)
|
||||
</LI>
|
||||
<LI>xorrisofs -help, xorrecord -help displayed original xorriso -help
|
||||
(fixed in pl02)
|
||||
</LI>
|
||||
<LI>With -as cdrecord : -xa1 and -xamix were ignored although they do matter
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
|
||||
</P>
|
||||
|
||||
<!--
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.4.2.pl00:
|
||||
Bug fixes towards xorriso-0.4.4.pl00:
|
||||
<UL>
|
||||
<LI>-cut_out deleted previously cut-out pieces of the same file</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.4.2.pl01:
|
||||
<UL>
|
||||
<LI>Filenames could lose blanks during a multi-session cycle</LI>
|
||||
<LI>-for_backup did not enable -xattr and -md5 if no drive was chosen yet</LI>
|
||||
<LI>xorrisofs -help, xorrecord -help displayed original xorriso -help</LI>
|
||||
</UL>
|
||||
</P>
|
||||
-->
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-0.4.0.pl00:
|
||||
Enhancements towards previous stable version xorriso-0.4.2.pl00:
|
||||
<UL>
|
||||
<LI>New option -md5, new -as mkisofs option --md5</LI>
|
||||
<LI>New options -check_md5, -check_md5_r</LI>
|
||||
<LI>New find actions check_md5 get_md5, get_any_xattr, make_md5</LI>
|
||||
<LI>New find tests -has_md5, -has_any_xattr</LI>
|
||||
<LI>New option -list_profiles</LI>
|
||||
<LI>New option -calm_drive</LI>
|
||||
<LI>Options -lsl and -lsdl now display correct link counts if -hardlinks is on
|
||||
<LI>New option -pvd_info</LI>
|
||||
<LI>Option -toc now reports "Media product:"</LI>
|
||||
<LI>New options -system_id , -volset_id</LI>
|
||||
<LI>New option -mount_opts</LI>
|
||||
<LI>New option -scdbackup_tag</LI>
|
||||
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
@ -507,16 +507,16 @@ Enhancements towards previous stable version xorriso-0.4.0.pl00:
|
||||
Library copies included in xorriso tarballs:
|
||||
</H3>
|
||||
<DL>
|
||||
<DT>libburn-0.7.1</DT>
|
||||
<DT>libburn-0.7.3</DT>
|
||||
<DD>reads and writes data from and to CD, DVD, BD.</DD>
|
||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||
developed and maintained since August 2006 by
|
||||
Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||
<DT>libisofs-0.6.23</DT>
|
||||
<DT>libisofs-0.6.25</DT>
|
||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
||||
from team of libburnia-project.org)</DD>
|
||||
<DT>libisoburn-0.4.2</DT>
|
||||
<DT>libisoburn-0.4.4</DT>
|
||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
from team of libburnia-project.org)</DD>
|
||||
@ -530,37 +530,27 @@ cdrecord and mkisofs.</DT>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.4.3 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.4.2.pl00:
|
||||
<DT><H3>Development snapshot, version 0.4.5 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.4.4.pl00:
|
||||
<UL>
|
||||
<LI>Filenames could lose blanks during a multi-session cycle</LI>
|
||||
<LI>-cut_out deleted previously cut-out pieces of the same file</LI>
|
||||
<LI>-for_backup did not enable -xattr and -md5 if no drive was chosen yet</LI>
|
||||
<LI>With -as cdrecord : -xa1 and -xamix were ignored although they do matter</LI>
|
||||
<LI>xorrisofs -help, xorrecord -help displayed original xorriso -help</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 0.4.2.pl01:
|
||||
<DD>Enhancements towards stable version 0.4.4.pl01:
|
||||
<UL>
|
||||
</LI>
|
||||
|
||||
<LI>New option -scdbackup_tag</LI>
|
||||
<LI>New option -pvd_info</LI>
|
||||
<LI>Option -toc now reports "Media product:"</LI>
|
||||
<LI>New options -system_id , -volset_id</LI>
|
||||
<LI>New option -mount_opts</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.4.3</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.4.3 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.3)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.4.5</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.4.5 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.5)</A></DD>
|
||||
<DD> </DD>
|
||||
<DT>If you want to distribute development versions of xorriso, then use
|
||||
this tarball which produces static linking between xorriso and the
|
||||
@ -570,8 +560,8 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-0.4.3.tar.gz">xorriso-0.4.3.tar.gz</A>
|
||||
(1310 KB).
|
||||
<A HREF="xorriso-0.4.5.tar.gz">xorriso-0.4.5.tar.gz</A>
|
||||
(1330 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.10.22.155746"
|
||||
#define Xorriso_timestamP "2009.10.27.153001"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
#define xorriso_libisoburn_req_major 0
|
||||
#define xorriso_libisoburn_req_minor 4
|
||||
#define xorriso_libisoburn_req_micro 3
|
||||
#define xorriso_libisoburn_req_micro 4
|
||||
|
||||
|
||||
struct SpotlisT; /* List of intervals with different read qualities */
|
||||
|
Reference in New Issue
Block a user