4836 lines
117 KiB
Plaintext
4836 lines
117 KiB
Plaintext
------------------------------------------------------------------------------
|
|
libburnia-project.org libisoburn , xorriso
|
|
------------------------------------------------------------------------------
|
|
|
|
------------------------------------------------------------------------------
|
|
Changelog
|
|
------------------------------------------------------------------------------
|
|
|
|
|
|
1 Sep 2007 [983]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/isofs_wrap.c
|
|
Initial content of libisoburn
|
|
|
|
1 Sep 2007 [985]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
Should have used copy+paste when writing Vreixos name
|
|
|
|
5 Sep 2007 [990]
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
Implemented use of stdio-pseudo-drives
|
|
|
|
5 Sep 2007 [993]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
Changes in plans as discussed up to Sep 5 2007
|
|
|
|
5 Sep 2007 [994]
|
|
libisoburn/libisoburn.h
|
|
Updated explanations about the usage principles of libisoburn
|
|
|
|
6 Sep 2007 [998]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
Updated to state of discussion
|
|
|
|
9 Sep 2007 [1025]
|
|
libisoburn/burn_wrap.c
|
|
New wrapper isoburn_disc_erasable() declares ISO DVD-RAM, DVD+RW erasable
|
|
|
|
10 Sep 2007 [1027]
|
|
libisoburn/libisoburn.h
|
|
New wrapper isoburn_disc_erasable() declares ISO DVD-RAM, DVD+RW erasable
|
|
|
|
11 Sep 2007 [1029]
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/isoburn.h
|
|
New inner function isoburn_set_start_byte()
|
|
|
|
12 Sep 2007 [1031]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
Removed isoburn_write_opts_set_start_byte()
|
|
|
|
13 Sep 2007 [1043]
|
|
libisoburn/burn_wrap.c
|
|
Took into respect fabricated_disc_status
|
|
|
|
21 Sep 2007 [1092]
|
|
Makefile.am
|
|
Removed libburn file addresses
|
|
|
|
22 Sep 2007 [1093]
|
|
+ doc/doxygen.conf.in
|
|
Added file demanded by build system
|
|
|
|
22 Sep 2007 [1094]
|
|
src/burn_wrap.c
|
|
Prevented SIGSEGV in isoburn_drive_scan_and_grab()
|
|
|
|
22 Sep 2007 [1095]
|
|
src/burn_wrap.c
|
|
Enabled treatment==2 in isoburn_drive_scan_and_grab()
|
|
|
|
22 Sep 2007 [1099]
|
|
src/burn_wrap.c
|
|
Made use of burn_msgs_submit() for error messages
|
|
|
|
23 Sep 2007 [1102]
|
|
src/burn_wrap.c
|
|
Removed all references to isoburn.treatment from burn_wrap.c
|
|
|
|
23 Sep 2007 [1105]
|
|
src/burn_wrap.c
|
|
Called isoburn_create_data_source() and isoburn_free_data_source()
|
|
|
|
28 Sep 2007 [1129] libisofs
|
|
libisofs/libiso_msgs.h
|
|
Removed apostrophes which my compiler does not like
|
|
|
|
29 Sep 2007 [1133]
|
|
src/burn_wrap.c
|
|
Added optional code for a pseudo CD-RW to test the code for MMC multi-session
|
|
|
|
29 Sep 2007 [1134]
|
|
src/burn_wrap.c
|
|
Released drive in case welcome_media fails
|
|
|
|
1 Oct 2007 [1141]
|
|
src/burn_wrap.c
|
|
Allowed isoburn_disc_get_msc1() for closed media
|
|
|
|
2 Oct 2007 [1149]
|
|
test/test.c
|
|
Function graft_point(),some general polishing, call of iso_volset_free disabled
|
|
|
|
8 Oct 2007 [1169]
|
|
src/libisoburn.h
|
|
src/isoburn.h
|
|
src/isoburn.c
|
|
src/burn_wrap.c
|
|
Introduced fifo reference into isoburn object
|
|
|
|
8 Oct 2007 [1170]
|
|
test/test.c
|
|
Several directories and files in one session, added display of fifo
|
|
|
|
12 Oct 2007 [1171]
|
|
+ test/xorriso.h
|
|
+ test/xorriso.c
|
|
+ test/xorriso.txt
|
|
The stub of new application xorriso
|
|
|
|
12 Oct 2007 [1172]
|
|
+ test/compile_xorriso.sh
|
|
+ test/make_timestamp.sh
|
|
+ test/xorriso_timestamp.h
|
|
A build facility to circumvent autotools during development
|
|
|
|
12 Oct 2007 [1173]
|
|
test/xorriso.c
|
|
Introduced version and build timestamps, library headers
|
|
|
|
13 Oct 2007 [1174]
|
|
test/xorriso.c
|
|
+ test/changelog.txt
|
|
Made -dialog and -options_from_file work
|
|
|
|
2007.10.13.141503 [1175]
|
|
test/xorriso.c
|
|
Implemented -speed and enlarged -status list
|
|
|
|
2007.10.13.152252 [1176]
|
|
test/xorriso.c
|
|
test/xorriso.txt
|
|
Implemented xorriso setter level of -fs, -gid, -uid
|
|
|
|
2007.10.14.110003 [1177]
|
|
test/xorriso.c
|
|
Implemented setter level of -abort_on, fixed bugs about -f,-no_rc,startup files
|
|
|
|
2007.10.14.122456 [1178]
|
|
test/xorriso.c
|
|
+ test/xorriso_private.h
|
|
+ test/xorrisoburn.h
|
|
+ test/xorrisoburn.c
|
|
Began to implement interface to our libraries
|
|
|
|
2007.10.15.152705 [1183]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso_private.h
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented -dev, -add, -commit
|
|
|
|
2007.10.15.160303 [1184]
|
|
test/xorriso.c
|
|
Made -end give up drives
|
|
|
|
2007.10.15.203554 [1185]
|
|
test/xorriso.c
|
|
Some safety precautions against malicious input, enabled -cdx, -cdi for -add
|
|
|
|
2007.10.15.203714 [1186]
|
|
test/xorrisoburn.c
|
|
Corrected image path bug with -add of regular files, and -add /=/some/dir
|
|
|
|
2007.10.15.224005 [1187]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Implemented -rollback
|
|
|
|
2007.10.16.210911 [1188]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Worked on failure severities, message system, program abort decision
|
|
|
|
2007.10.17.130041 [1190] [1191
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Worked on failure severities, message system, program abort decision
|
|
|
|
2007.10.17.130311 [1192]
|
|
src/isofs_wrap.c
|
|
Told burn_read_data() to stay silent on non-existent drive or read error
|
|
|
|
2007.10.17.150142 [1193]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Reinstated the distinction of message sources, respected '#' in dialog
|
|
|
|
2007.10.17.165352 [1194]
|
|
test/xorriso.c
|
|
Prepended a "-" to any input line if missing
|
|
|
|
2007.10.17.183024 [1195]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented core of option -toc
|
|
|
|
2007.10.17.200241 [1196]
|
|
test/xorrisoburn.c
|
|
Continued work with -toc
|
|
|
|
2007.10.17.213852 [1197]
|
|
test/compile_xorriso.sh
|
|
Forgot to make off_t 64 bit
|
|
|
|
2007.10.17.214228 [1198]
|
|
src/libisoburn.h
|
|
src/burn_wrap.c
|
|
test/xorrisoburn.c
|
|
Rounding up fabricated nwa to full 32k addresses, API call for exact image size
|
|
|
|
2007.10.17.215809 [1199]
|
|
test/xorriso.c
|
|
Activated -ban_stdio_write
|
|
|
|
2007.10.17.224924 [1200]
|
|
test/xorrisoburn.c
|
|
Fixed obvious bug with -J. (Still wondering wether it works)
|
|
|
|
2007.10.17.225039 [1201]
|
|
test/xorriso.c
|
|
Fixed bug with -speed.
|
|
|
|
2007.10.17.225837 [1202]
|
|
test/xorriso.c
|
|
Fixed bug with -prompt. Fixed bug with # comments. (of rev 1194)
|
|
|
|
18 Oct 2007 [1203]
|
|
test/changelog.txt
|
|
Updated changelog and todo list
|
|
|
|
2007.10.18.144841 [1205]
|
|
src/isofs_wrap.c
|
|
test/xorrisoburn.c
|
|
isoburn_read_volset() now hands out an official volset reference
|
|
|
|
2007.10.18.171415 [1206]
|
|
test/xorriso.c
|
|
test/xorriso.txt
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented option -devices
|
|
|
|
2007.10.18.183200 [1207]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented option -tell_media_space
|
|
|
|
2007.10.18.185731 [1208]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Fixed a SIGSEGV with xorriso -version run
|
|
|
|
2007.10.18.221756 [1211]
|
|
test/xorrisoburn.c
|
|
src/libisoburn.h
|
|
Took care of disposal of burn_disc ovbject
|
|
|
|
18 Oct 2007 [1212]
|
|
test/test.c
|
|
Silenced compile warning
|
|
|
|
2007.10.18.225654 [1213]
|
|
src/isofs_wrap.c
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Fixed a SIGSEGV with empty drive
|
|
|
|
2007.10.19.140031 [1218]
|
|
test/xorrisoburn.c
|
|
Made reports with -add normal infos (formerly NOTE events)
|
|
|
|
2007.10.19.151339 [1219]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.txt
|
|
Implemented -print-size
|
|
|
|
2007.10.19.164957 [1220]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorriso.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.txt
|
|
Implemented verbosity control by option -report_about
|
|
|
|
2007.10.19.173547 [1221]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.txt
|
|
Implemented option -eject
|
|
|
|
2007.10.19.204155 [1222]
|
|
test/xorriso_private.h
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented option -blank
|
|
|
|
2007.10.20.170731 [1223]
|
|
src/burn_wrap.c
|
|
Directed write mode failure message to libburn queue, repaired wrote_well
|
|
|
|
2007.10.20.171046 [1224]
|
|
test/xorrisoburn.c
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
Implemented options -format and -blank deformat, -close and closed media
|
|
|
|
20 Oct 2007 [1225]
|
|
test/xorriso.txt
|
|
+ test/xorriso.1
|
|
test/changelog.txt
|
|
Splitted think text from emerging man page, formatted man page
|
|
|
|
2007.10.20.194918 [1226]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Completed -tell_media_space, checked space before burn, failed -end exits >0
|
|
|
|
20 Oct 2007 [1227]
|
|
test/xorriso.1
|
|
Polished man page
|
|
|
|
2007.10.21.094818 [1228]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented -rm and -rm_r
|
|
|
|
2007.10.21.105228 [1229]
|
|
src/data_source.c
|
|
Silenced compiler warning about C++ style comment
|
|
|
|
2007.10.21.124315 [1230]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
Began to implement -ls and -ls_l, enhanced -cdi, not done yet
|
|
|
|
2007.10.21.151124 [1231]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
Hopefully completed -cd alias -cdi
|
|
|
|
2007.10.21.185248 [1232]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Hopefully completed -cdx
|
|
|
|
2007.10.21.213303 [1233]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented sorting of -ls by node name, implemented leaf name search patterns
|
|
|
|
2007.10.22.211928 [1237]
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented file size and mtime for -ls_l
|
|
|
|
2007.10.23.122349 [1238]
|
|
src/libisoburn.h
|
|
src/isoburn.c
|
|
Added fifo_size to struct isoburn_source_opts
|
|
|
|
2007.10.23.122753 [1239]
|
|
test/xorrisoburn.c
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Made use of isoburn_source_opts.fifo_size
|
|
|
|
2007.10.24.100156 [1244]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Normalized paths to target and source before adding or removing from image
|
|
|
|
2007.10.24.105424 [1245]
|
|
test/xorriso.c
|
|
test/xorriso.h
|
|
Implemented option -path-list
|
|
|
|
2007.10.24.175337 [1247]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Made -cd useable with no image loaded
|
|
|
|
2007.10.27.224148 [1257]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented option -mv
|
|
|
|
2007.10.27.230512 [1258]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Bug fixes with option -mv
|
|
|
|
2007.10.28.125501 [1260]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Prevented some interesting pitfalls with -mv
|
|
|
|
2007.10.28.165516 [1261]
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented option -mkdir
|
|
|
|
2007.10.28.174550 [1262]
|
|
test/xorriso.c
|
|
Warning of wildcards in paths
|
|
|
|
28 Oct 2007 [1263]
|
|
test/xorriso.1
|
|
Updated man page about -path-list
|
|
|
|
2007.10.29.213920 [1273]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Structured patterns for options -ls and -ls_l
|
|
|
|
2007.10.30.214242 [1274]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
test/compile_xorriso.sh
|
|
Multiple structured patterns, changed option -ls from single to multi args
|
|
|
|
2007.10.31.103338 [1275]
|
|
test/xorriso_private.h
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented new option -temp_mem_limit
|
|
|
|
2007.10.31.165413 [1276]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
Gave simple -ls an implemention with minimal memory consumption
|
|
|
|
31 Oct 2007 [1277]
|
|
test/xorriso.1
|
|
Overhauled info paragraphs of man page
|
|
|
|
2007.10.31.175916 [1278]
|
|
test/xorriso_private.h
|
|
Overhauled comments in struct XorrisO
|
|
|
|
31 Oct 2007 [1279]
|
|
test/changelog.txt
|
|
Updating changelog
|
|
|
|
2007.11.01.111351 [1280]
|
|
test/xorrisoburn.c
|
|
Got rid of bad pacifier text at end of CD writing
|
|
|
|
2007.11.01.191106 [1281]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
test/xorriso.1
|
|
Implemented option -du
|
|
|
|
2007.11.02.143549 [1282]
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Clearer status messages after reading new volume and after burning
|
|
|
|
2007.11.02.143658 [1283]
|
|
test/xorriso.c
|
|
Made -abort_on and -report_about complain with bad severity names
|
|
|
|
2007.11.02.184705 [1284]
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Polished write success message and man page
|
|
|
|
2007.11.06.163305 [1285]
|
|
test/xorriso_private.h
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented -overwrite control
|
|
|
|
2007.11.06.163929 [1286]
|
|
src/libisoburn.h
|
|
Corrected a typo in a comment
|
|
|
|
2007.11.06.164029 [1287]
|
|
src/isoburn.c
|
|
Closed memory leak by freeing session and track in isoburn_prepare_disc_aux()
|
|
|
|
2007.11.07.123744 [1288]
|
|
test/xorriso_private.h
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented option -reassure
|
|
|
|
2007.11.07.150157 [1289]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented option -rmdir
|
|
|
|
2007.11.07.191915 [1290]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Implemented option -chmod (does not get written into image, though)
|
|
|
|
2007.11.07.225624 [1291]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
Implemented options -chown and -chgrp (not written into image, though)
|
|
|
|
2007.11.08.144451 [1292]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
test/xorriso.1
|
|
Implemented option -alter_date, corrected write problem with mode and ownership
|
|
|
|
2007.11.08.145016 [1293]
|
|
test/xorriso_private.h
|
|
Forgotten source file for rev 1292
|
|
|
|
8 Nov 2007 [1294]
|
|
test/xorriso.1
|
|
Enhanced man page text for options -chmod, -chown, -chgrp
|
|
|
|
2007.11.08.160302 [1295]
|
|
test/xorriso.c
|
|
Fixed bug with -chmod go=r
|
|
|
|
2007.11.08.161215 [1296]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Enlarged string size limit of Text_shellsafe()
|
|
|
|
2007.11.09.193142 [1297]
|
|
test/xorriso_private.h
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
New option -iso_rr_pattern, influencing several options with multiple args
|
|
|
|
2007.11.11.112321 [1298]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Gave problem handling finer granularity within loops
|
|
|
|
11 Nov 2007 [1299]
|
|
test/xorriso.1
|
|
Clarified man page
|
|
|
|
2007.11.11.154453 [1300]
|
|
test/xorriso.c
|
|
Added missing commit to normal end of program
|
|
|
|
11 Nov 2007 [1301]
|
|
test/xorriso.1
|
|
Added some examples to man page
|
|
|
|
2007.11.14.142904 [1302]
|
|
src/libisoburn.h
|
|
src/isofs_wrap.c
|
|
src/isoburn.c
|
|
test/test.c
|
|
New API call isoburn_attach_volset(), changes with isoburn_read_volset()
|
|
|
|
2007.11.14.143119 [1303]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented options -outdev and -indev
|
|
|
|
2007.11.14.175446 [1304]
|
|
test/xorriso.c
|
|
Corrected premature abort bug with misspelled command words
|
|
|
|
14 Nov 2007 [1305]
|
|
test/xorriso.1
|
|
Polished xorriso man page
|
|
|
|
14 Nov 2007 [1306]
|
|
test/changelog.txt
|
|
Updated xorriso changelog
|
|
|
|
2007.11.26.192113 [1311]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Reacted on warnings on a 64 bit system
|
|
|
|
2007.12.04.074340 [1314]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented -disk_pattern, -lsx, ls_lx, -dux, -du_lx
|
|
|
|
2007.12.04.205919 [1315]
|
|
test/xorrisoburn.c
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
Removed some redundancy of disk_pattern and iso_rr_pattern matching
|
|
|
|
4 Dec 2007 [1316]
|
|
test/xorriso.1
|
|
Polished man page
|
|
|
|
2007.12.05.090438 [1317]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Option -f-off as counterpart of option -f
|
|
|
|
2007.12.05.143632 [1318]
|
|
test/xorriso.c
|
|
Made dashes at options optional
|
|
|
|
5 Dec 2007 [1319]
|
|
test/xorriso.1
|
|
Overhauled description of media types, states and expansion methods
|
|
|
|
2007.12.06.150102 [1320]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Changed -f, -f-off to -follow, -graft-points, -graf-points-off to -pathspecs
|
|
|
|
6 Dec 2007 [1321]
|
|
test/xorriso.1
|
|
Removed references to option -graft-points
|
|
|
|
2007.12.06.192437 [1322]
|
|
test/xorriso.c
|
|
Corrected warning function about wildcards
|
|
|
|
8 Dec 2007 [1326]
|
|
test/xorriso.1
|
|
Explained result pager
|
|
|
|
2007.12.08.175117 [1327]
|
|
test/xorriso.c
|
|
test/xorriso_private.h
|
|
test/xorrisoburn.c
|
|
Removed more code redundancies and fd leak with Xorriso_obtain_pattern_files_x()
|
|
|
|
2007.12.15.162039 [1328]
|
|
test/compile_xorriso.sh
|
|
Added -O0 to -g to get better gdb behavior on my new system
|
|
|
|
2007.12.15.183022 [1329]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented option -follow
|
|
|
|
2007.12.16.103456 [1330]
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Added link hop limit to option -follow
|
|
|
|
2007.12.16.122626 [1331]
|
|
test/xorrisoburn.c
|
|
Added copying of attributes from symbolic link into image
|
|
|
|
2007.12.16.144615 [1332]
|
|
test/xorrisoburn.c
|
|
Removed waste of time in Xorriso_show_du_subs()
|
|
|
|
2007.12.18.175924 [1333]
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Changed options -ls* to -lsd*, introduced new family of -ls* without d
|
|
|
|
2007.12.20.111338 [1334]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Changed -du_s* into -dus*
|
|
|
|
2007.12.21.131538 [1335]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented option -find alias -findi
|
|
|
|
2007.12.21.132017 [1336]
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Corrected documentation about -find
|
|
|
|
2007.12.22.143803 [1337]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented option -findx
|
|
|
|
2007.12.24.161107 [1339]
|
|
test/xorriso.c
|
|
Repaired options -dus and -dusx
|
|
|
|
24 Dec 2007 [1340]
|
|
test/changelog.txt
|
|
Updated changelog
|
|
|
|
2007.12.25.160100 [1341]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Implemented option -cpr
|
|
|
|
2007.12.26.160040 [1342]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Changed option -J to -joliet "on"|"off", implemented option -volid
|
|
|
|
2007.12.28.132741 [1343]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Made leaner the local memory of recursive functions (because of ulimit -s)
|
|
|
|
2007.12.30.190138 [1344]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented -find option -exec echo, chown, chgrp, chmod, alter_date, lsdl
|
|
|
|
2007.12.30.203336 [1345]
|
|
test/xorriso.c
|
|
Corrected superuser behavior of Sfile_lookup_permissions()
|
|
|
|
2007.12.31.095229 [1346]
|
|
test/xorriso.c
|
|
test/xorrisoburn.c
|
|
Repaired some bugs in -find and -findx
|
|
|
|
2007.12.31.135237 [1347]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Implemented options -chown_r, -chgrp_r, -chmod_r, -alter_date_r
|
|
|
|
2007.12.31.135330 [1348]
|
|
test/xorrisoburn.c
|
|
Repaired a bug in -find
|
|
|
|
2008.01.01.123118 [1349]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
test/xorriso.1
|
|
Implemented -find actions chown_r, chgrp_r, chmod_r, alter_date_r, find
|
|
|
|
2008.01.02.175011 [1350]
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Implemented -find test -type
|
|
|
|
2008.01.09.175418 [1351]
|
|
test/xorrisoburn.c
|
|
Corrections made during porting to nglibisofs
|
|
|
|
2008.01.10.114451 [1352]
|
|
+ test/ng_xorrisoburn.h
|
|
+ test/ng_xorrisoburn.c
|
|
test/compile_xorriso.sh
|
|
Begin of porting to next generation libisofs
|
|
|
|
2008.01.10.151924 [1353]
|
|
Makefile.am
|
|
+ ng_src
|
|
+ ng_src/libisoburn.h
|
|
+ ng_src/isoburn.h
|
|
+ ng_src/isoburn.c
|
|
+ ng_src/isofs_wrap.c
|
|
+ ng_src/data_source.c
|
|
+ ng_src/burn_wrap.c
|
|
Begin of porting to next generation libisofs
|
|
|
|
2008.01.10.152353 [1354]
|
|
test/ng_xorrisoburn.c
|
|
test/compile_xorriso.sh
|
|
Made compile_xorriso.sh -nglibisofs work on ./ng_src
|
|
|
|
2008.01.10.154948 [1355]
|
|
test/ng_xorrisoburn.c
|
|
test/compile_xorriso.sh
|
|
Made compile_xorriso.sh -oglibisofs work on ./og_src
|
|
|
|
2008.01.11.133319 [1356]
|
|
test/compile_xorriso.sh
|
|
Adapted to existence of nglibisofs eltorito.o
|
|
|
|
2008.01.11.133631 [1357]
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.c
|
|
test/xorrisoburn.c
|
|
Removed old and new bugs
|
|
|
|
2008.01.11.174733 [1358]
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.c
|
|
test/xorrisoburn.c
|
|
Tracing the different behavior of isoburn_read_image()
|
|
|
|
2008.01.11.175423 [1359]
|
|
test/ng_xorrisoburn.c
|
|
ng_src/isoburn.c
|
|
ng_src/libisoburn.h
|
|
Changed isoburn_source_opts.ouput_charset to output_charset
|
|
|
|
2008.01.11.212545 [1361]
|
|
ng_src/isofs_wrap.c
|
|
Made initialization of iso_read_opts safer
|
|
|
|
13 Jan 2008 [1364]
|
|
+ og_src
|
|
- src src/burn_wrap.c
|
|
- src/isoburn.c
|
|
- src/isoburn.h
|
|
- src/data_source.c
|
|
- src/isofs_wrap.c
|
|
- src/libisoburn.h
|
|
+ og_src/burn_wrap.c
|
|
+ og_src/isoburn.c
|
|
+ og_src/isoburn.h
|
|
+ og_src/data_source.c
|
|
+ og_src/isofs_wrap.c
|
|
+ og_src/libisoburn.h
|
|
Moved src to og_src and installed symbolic link instead
|
|
|
|
13 Jan 2008 [1365]
|
|
ng_src/isofs_wrap.c
|
|
Changes about blanking loaded image
|
|
|
|
2008.01.13.224929 [1366]
|
|
test/ng_xorrisoburn.c
|
|
Allowed all filetypes as input, silenced debug during image read
|
|
|
|
14 Jan 2008 [1367]
|
|
test/compile_xorriso.sh
|
|
Added forgotten source module
|
|
|
|
14 Jan 2006 [1368]
|
|
ng_src/libisoburn.h
|
|
ng_src/isoburn.c
|
|
New members in isoburn_source_opts
|
|
|
|
2008.01.14.163814 [1369]
|
|
test/ng_xorrisoburn.c
|
|
Closed memory leak, adapted to new members in isoburn_source_opts
|
|
|
|
2008.01.14.164628 [1370]
|
|
test/ng_xorrisoburn.c
|
|
Repaired memory hog and a freshly introduced bug
|
|
|
|
2008.01.14.190220 [1371]
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.c
|
|
test/xorriso.1
|
|
Removed some bugs and made adaptions to nglibisofs
|
|
|
|
2008.01.14.224645 [1372]
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.h
|
|
test/ng_xorrisoburn.c
|
|
test/xorriso.1
|
|
Made improvements around volume id
|
|
|
|
2008.01.15.174409 [1373]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.h
|
|
test/ng_xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Made improvements about pattern matching .., closed small memory leaks
|
|
|
|
2008.01.15.204057 [1374]
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.h
|
|
test/ng_xorrisoburn.c
|
|
test/xorrisoburn.h
|
|
test/xorrisoburn.c
|
|
Closed a small memory leak
|
|
|
|
2008.01.15.211511 [1375]
|
|
test/ng_xorrisoburn.c
|
|
Added a forgotten iso_dir_iter_free()
|
|
|
|
2008.01.16.132909 [1376]
|
|
ng_src/isofs_wrap.c
|
|
Repaired bug about MMC multi-session image loading
|
|
|
|
2008.01.16.141631 [1378]
|
|
ng_src/isoburn.c
|
|
Changed default name of initial image to ISOIMAGE
|
|
|
|
16 Jan 2008 [1378]
|
|
libisoburn.pc.in
|
|
Set correct name of library
|
|
|
|
2008.01.16.200942 [1379]
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.c
|
|
Adaption to Xorriso_standalonE, some consequences from compiler warnings
|
|
|
|
16 Jan 2008 [1380]
|
|
+ test/make_xorriso_standalone.sh
|
|
+ test/xorriso_makefile_am.txt
|
|
+ test/configure_ac.txt
|
|
+ test/xorriso_pc_in.txt
|
|
A sketch of a xorriso source standalone release generator
|
|
|
|
16 Jan 2008 [1381]
|
|
test/configure_ac.txt
|
|
test/xorriso_makefile_am.txt
|
|
Added a test for readline.h and eventually enabled use of libreadline
|
|
|
|
2008.01.17.145135 [1382]
|
|
test/ng_xorrisoburn.c
|
|
Silenced -pedantic compiler warnings about type punning
|
|
|
|
17 Jan 2008 [1385]
|
|
test/make_xorriso_standalone.sh
|
|
Silenced most compiler warnings of libisofs in xorriso-standalone
|
|
|
|
17 Jan 2008 [1386]
|
|
+ test/README
|
|
Began a README file for xorriso
|
|
|
|
18 Jan 2008 [1387]
|
|
test/make_xorriso_standalone.sh
|
|
test/README
|
|
+ test/xorriso_eng.html
|
|
Worked on documentation
|
|
|
|
2008.01.18.101933 [1388]
|
|
test/xorriso.c
|
|
Changed -report_about default to "UPDATE"
|
|
|
|
18 Jan 2008 [1389]
|
|
test/xorriso.1
|
|
test/make_xorriso_standalone.sh
|
|
+ test/convert_man_to_html.sh
|
|
Made a generator for HTML man page
|
|
|
|
2008.01.19.090417 [1390]
|
|
ng_src/libisoburn.h
|
|
ng_src/isoburn.c
|
|
ng_src/isofs_wrap.c
|
|
test/ng_xorrisoburn.c
|
|
test/compile_xorriso.sh
|
|
test/xorriso_makefile_am.txt
|
|
Adaptions to revision 241 of nglibisofs
|
|
|
|
2008.01.19.090546 [1391]
|
|
test/xorriso.c
|
|
Added startup message. Removed helptext sentence about unimplemented options
|
|
|
|
19 Jan 2008 [1392]
|
|
test/xorriso_eng.html
|
|
test/make_xorriso_standalone.sh
|
|
Producing a bootstrapped xorriso standalone tarball
|
|
|
|
19 Jan 2008 [1393]
|
|
test/README
|
|
test/xorriso.1
|
|
test/xorriso_eng.html
|
|
Some polishing of xorriso documentation
|
|
|
|
2008.01.19.162244 [1394]
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.c
|
|
Small corrections with version number and write counter report
|
|
|
|
19 Jan 2008 [1395]
|
|
test/changelog.txt
|
|
Updated SVN copy of changelog
|
|
|
|
2008.01.20.102946 [1397]
|
|
ng_src/burn_wrap.c
|
|
ng_src/data_source.c
|
|
ng_src/isoburn.c
|
|
ng_src/isofs_wrap.c
|
|
Made forgotten adaption to Xorriso_standalonE
|
|
|
|
2008.01.20.131050 [1398]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/ng_xorrisoburn.c
|
|
test/xorriso.1
|
|
Made -outdev stdio:/dev/fd/1 safe for single session runs
|
|
|
|
2008.01.20.200254 [1399]
|
|
test/xorriso.h
|
|
test/xorriso_private.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
New option -add_plainly
|
|
|
|
2008.01.21.221939 [1400]
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
Rejected unsuitable addresses "stdio:" , "stdio:/", "stdio:-", "stdio:."
|
|
|
|
22 Jan 2008 [1401]
|
|
+ test/compare_file.c
|
|
Program which compares two files in different trees. Attributes and content.
|
|
|
|
22 Jan 2008 [1402]
|
|
test/configure_ac.txt
|
|
Copied test for tm.tm_gmtim from libisofs configure.ac
|
|
|
|
22 Jan 2008 [1403]
|
|
test/compare_file.c
|
|
Prepended type indication letter to report lines
|
|
|
|
2008.01.22.224321 [1404]
|
|
test/ng_xorrisoburn.c
|
|
Better attributes with directories
|
|
|
|
2008.01.23.195855 []
|
|
ng_src/burn_wrap.c
|
|
test/ng_xorrisoburn.c
|
|
Adapted to libisofs revision 261
|
|
|
|
24 Jan 2008 [1410]
|
|
test/make_xorriso_standalone.sh
|
|
Removed remover of C++ comment lines
|
|
|
|
2008.01.24.202206 [1411]
|
|
ng_src/isoburn.c
|
|
ng_src/burn_wrap.c
|
|
ng_src/isoburn.h
|
|
Gave up use of libburn fifo. Attached -fs and pacifier to libisofs fifo.
|
|
|
|
2008.01.25.150902 [1413]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
New option -rollback_end
|
|
|
|
25 Jan 2008 [1414]
|
|
test/compare_file.c
|
|
Fixed bug about file content comparison.
|
|
|
|
25 Jan 2008 [1415]
|
|
test/compare_file.c
|
|
Better handling of various content difference situations
|
|
|
|
2008.01.25.175353 [1416]
|
|
test/xorriso.h
|
|
test/xorriso.c
|
|
test/xorriso.1
|
|
test/ng_xorrisoburn.c
|
|
New option -commit_eject
|
|
|
|
2008.01.26.002011 [1417]
|
|
- og_src/libisoburn.h
|
|
- og_src/isoburn.h
|
|
- og_src/isoburn.c
|
|
- og_src/isofs_wrap.c
|
|
- og_src/burn_wrap.c
|
|
- og_src/data_source.c
|
|
- og_src/
|
|
+ libisoburn/
|
|
- ng_src/libisoburn.h
|
|
- ng_src/isoburn.h
|
|
- ng_src/isoburn.c
|
|
- ng_src/isofs_wrap.c
|
|
- ng_src/burn_wrap.c
|
|
- ng_src/data_source.c
|
|
+ libisoburn/libisoburn.h
|
|
+ libisoburn/isoburn.h
|
|
*+ libisoburn/isoburn.c
|
|
*+ libisoburn/isofs_wrap.c
|
|
*+ libisoburn/burn_wrap.c
|
|
*+ libisoburn/data_source.c
|
|
+ xorriso/
|
|
- test/README
|
|
- test/changelog.txt
|
|
- test/compare_file.c
|
|
- test/compile_xorriso.sh
|
|
- test/configure_ac.txt
|
|
- test/convert_man_to_html.sh
|
|
- test/make_timestamp.sh
|
|
- test/make_xorriso_standalone.sh
|
|
- test/ng_xorrisoburn.c
|
|
- test/ng_xorrisoburn.h
|
|
- test/xorriso.1
|
|
- test/xorriso.c
|
|
- test/xorriso.h
|
|
- test/xorriso_eng.html
|
|
- test/xorriso_makefile_am.txt
|
|
- test/xorriso_pc_in.txt
|
|
- test/xorriso_private.h
|
|
- test/xorriso_timestamp.h
|
|
- test/xorrisoburn.c
|
|
- test/xorrisoburn.h
|
|
+ xorriso/README
|
|
+ xorriso/changelog.txt
|
|
+ xorriso/compare_file.c
|
|
*+ xorriso/compile_xorriso.sh
|
|
+ xorriso/configure_ac.txt
|
|
*+ xorriso/convert_man_to_html.sh
|
|
*+ xorriso/make_timestamp.sh
|
|
*+ xorriso/make_xorriso_standalone.sh
|
|
+ xorriso/xorriso.1
|
|
*+ xorriso/xorriso.c
|
|
+ xorriso/xorriso.h
|
|
+ xorriso/xorriso_eng.html
|
|
+ xorriso/xorriso_makefile_am.txt
|
|
+ xorriso/xorriso_pc_in.txt
|
|
+ xorriso/xorriso_private.h
|
|
+ xorriso/xorriso_timestamp.h
|
|
*+ xorriso/xorrisoburn.c
|
|
+ xorriso/xorrisoburn.h
|
|
Makefile.am
|
|
Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs.
|
|
|
|
2008.01.26.113604 [1418]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
INCOMPATIBLE API CHANGE: isoburn_initialize(char msg[1024], int flag)
|
|
|
|
2008.01.26.120534 [1419]
|
|
libisoburn/libisoburn.h
|
|
configure.ac
|
|
version.h.in
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
Introduced versioning (still pre-release) and new API function isoburn_version()
|
|
|
|
2008.01.26.140005 [1423]
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/configure_ac.txt
|
|
xorriso/xorriso_eng.html
|
|
Adapted standalone tarball to version functions
|
|
|
|
2008.01.26.142130 [1424]
|
|
xorriso/xorriso.c
|
|
Set program revision to 0.0.1 (previous 0.1.0 was too early)
|
|
|
|
2008.01.26.171156 [1425]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
INCOMPATIBLE API CHANGE: isoburn_prepare_new_image() now gets output drive
|
|
|
|
2008.01.27.174454 [1434]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Changed meaning of -add relative/path
|
|
|
|
2008.01.28.105404 [1435]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Made use of iso_set_abort_severity() with option -abort_on
|
|
|
|
2008.01.28.140149 [1436]
|
|
libisoburn/libisoburn.h
|
|
Updated API introduction and marked API instabilities for mending (soon)
|
|
|
|
2008.01.28.171915 [1437]
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/compile_xorriso.sh
|
|
xorriso/make_xorriso_standalone.sh
|
|
Adapted to libisofs revison 294
|
|
|
|
2008.01.28.235717 [1438]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
xorriso/xorrisoburn.c
|
|
Changed struct isoburn_source_opts to opaque handle struct isoburn_imgen_opts
|
|
|
|
2008.01.29.125956 [1439]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
xorriso/xorrisoburn.c
|
|
Changed struct isoburn_read_opts to opaque handle
|
|
|
|
2008.01.29.184356 [1440]
|
|
configure.ac
|
|
version.h.in
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/configure_ac.txt
|
|
New API call isoburn_is_compatible()
|
|
|
|
29 Jan 2008 [1441]
|
|
libisoburn/libisoburn.h
|
|
Some API documentation enhancements
|
|
|
|
2008.01.29.211543 [1443]
|
|
libisoburn/burn_wrap.c
|
|
Made use of newest libburn version features
|
|
|
|
2008.01.31.152131 [1449]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/make_xorriso_standalone.sh
|
|
Adapted to libisofs revision 313
|
|
|
|
2008.01.31.214647 [1450]
|
|
xorriso/xorrisoburn.h
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
xorriso/make_xorriso_standalone.sh
|
|
Compile time and runtime checks for library compatibility
|
|
|
|
2008.02.01.195817 [1455]
|
|
configure.ac
|
|
Makefile.am
|
|
- libisoburn.pc.in
|
|
+ libisoburn-1.pc.in
|
|
xorriso/README
|
|
Enabled build of dynamically linked xorriso, joined -1.pc club
|
|
|
|
2008.02.01.200153 [1456]
|
|
xorriso/xorriso_makefile_am.txt
|
|
Corrected some false paths in xorriso-standalone Makefile.am
|
|
|
|
2008.02.02.131049 [1457]
|
|
configure.ac
|
|
Added version checks for libburn and libisofs (by Vreixo)
|
|
|
|
2008.02.02.131903 [1458]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
Added argument to option -commit_eject
|
|
|
|
2 Feb 2008 [1459]
|
|
xorriso/xorriso_eng.html
|
|
Updated to current state of development
|
|
|
|
2008.02.02.181200 [1460]
|
|
xorriso/xorrisoburn.c
|
|
Compile time check of libisoburn. Enforced minimum track size of 300 sectors.
|
|
|
|
2008.02.03.131525 [1466]
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Made use of ISO_ERR_SEV() and ISO_ERR_PRIO()
|
|
|
|
2008.02.03.155704 [1467]
|
|
libisoburn/isofs_wrap.c
|
|
Adapted to libisofs revisio 328
|
|
|
|
2008.02.03.164038 [1468]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
xorriso/xorrisoburn.c
|
|
New API call isoburn_cancel_prepared_write()
|
|
|
|
2008.02.03.164916 [1469]
|
|
xorriso/xorrisoburn.c
|
|
Reacted on compiler warning
|
|
|
|
2008.02.03.181259 [1470]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Made -abort_on and -report_about preemptive if given as dashed start arguments
|
|
|
|
2008.02.04.093106 [1471]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Adapted to libisofs revision 332
|
|
|
|
2008.02.04.154405 [1472]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
xorriso/xorrisoburn.c
|
|
New API call isoburn_sync_after_write()
|
|
|
|
2008.02.04.184038 [1475]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Inserted problem messages where libisoburn API produces own failures
|
|
|
|
2008.02.04.214133 [1476]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
xorriso/xorrisoburn.c
|
|
Added parameter to new API calls isoburn_cancel_prepared_write, isoburn_sync_after_write
|
|
|
|
2008.02.05.162621 [1477]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -padding
|
|
|
|
2008.02.05.175733 [1478]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Implemented reassure for -rollback, -rollback_end, -end, -commit, -commit_eject
|
|
|
|
2008.02.05.191456 [1479]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Implemented reassure for -blank, -format, -dev, -indev, -devices
|
|
|
|
2008.02.06.131028 [1480]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
Now loading libraries before -version, pacifier for -add
|
|
|
|
2008.02.06.153709 [1481]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
xorriso/xorrisoburn.c
|
|
Rectified SORRY,FAILURE,FATAL classification
|
|
|
|
2008.02.06.183423 [1484]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Adapted to libisofs revision 337
|
|
|
|
2008.02.06.183557 [1485]
|
|
xorriso/xorriso.c
|
|
Removed some unused code
|
|
|
|
2009.02.06.184008 [1486]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Added a missing 0 digit
|
|
|
|
2008.02.06.214426 [1487]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Pacifier for isoburn_read_image()
|
|
|
|
2008.02.07.074248 [1489]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso_private.h
|
|
Added final message to image read pacifier
|
|
|
|
2008.02.07.154947 [1490]
|
|
libisoburn/data_source.c
|
|
Implemented a primitive single tile cache for image reading
|
|
|
|
2008.02.07.211424 [1491]
|
|
libisoburn/data_source.c
|
|
Stuffed memory leak with read cache. Economized on error retries.
|
|
|
|
8 Feb 2008 [1494]
|
|
- xorriso/compare_file.
|
|
+ test/compare_file.c
|
|
- ng_src
|
|
Cleaning up remainings of move to ng_src
|
|
|
|
8 Feb 2008 [1495]
|
|
test/compare_file.c
|
|
Fixed an endless cycle with early EOF
|
|
|
|
2008.02.08.102122 [1496]
|
|
xorriso/xorriso_makefile_am.txt
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/configure_ac.txt
|
|
xorriso/README
|
|
Added test/compare_file.c to xorriso-standalone tarball
|
|
|
|
2008.02.08.173928 [1497]
|
|
2008.02.08.174126 [1498]
|
|
libisoburn/data_source.c
|
|
Renamed macro which controls read caching
|
|
|
|
2008.02.08.175152 [1499]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Protecting volume ids from getting overwritten by predecessor
|
|
|
|
2008.02.08.195627 [1500]
|
|
xorriso/xorriso.c
|
|
Warning of -volid which are not ECMA 119 compliant
|
|
|
|
2008.02.08.215113 [1501]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
Silenced misleading toc messages with -commit_eject "in"
|
|
|
|
2008.02.09.092805 [1502]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.c
|
|
Adapted to libisofs revision 346
|
|
|
|
2008.02.09.100750 [1503]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
New API function isoburn_disc_available_space() fixes bug with DVD+RW capacity
|
|
|
|
10 Feb 2008 [1504]
|
|
xorriso/README
|
|
Some adjustments in description of compare_file and libisoburn
|
|
|
|
2008.02.10.122020 [1505]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Fixed bugs about -mv /im/age . -cdx / -cpr di/sk im/age -- -cpr di/sk . --
|
|
|
|
2008.02.10.130852 [1506]
|
|
Makefile.am
|
|
Added build of test/compare_file as noinst binary
|
|
|
|
2008.02.10.135822 [1507]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Better handling of not-yet-existing -cd
|
|
|
|
2008.02.11.094742 [1509]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Discarding, keeping or patching boot images from existing ISO images
|
|
|
|
2008.02.11.112917 [1510]
|
|
xorriso/xorrisoburn.c
|
|
Corrected message about isolinux patch option
|
|
|
|
2008.02.11.113235 [1511]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
Final UPDATE message after grafting in files from disk
|
|
|
|
2008.02.11.135418 [1512]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
New option -return_with
|
|
|
|
2008.02.11.150123 [1513]
|
|
xorriso/xorrisoburn.c
|
|
isoburn_igopt_allow_full_ascii for -bootimage any keep
|
|
|
|
2008.02.11.150700 [1514]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Clarifications about -volid rules
|
|
|
|
11 Feb 2008 [1515]
|
|
xorriso/README
|
|
Adjustments about libisoburn and xorriso dynamic dependencies, compare_file
|
|
|
|
2008.02.11.162406 [1516]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.c
|
|
Changed failure to find a file for removal from FAILURE to SORRY
|
|
|
|
2008.02.11.174517 [1517]
|
|
xorriso/xorriso.c
|
|
Corrected a bug about -status -return_with
|
|
|
|
2008.02.11.194807 [1519]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New severity MISHAP
|
|
|
|
2008.02.11.213918 [1520]
|
|
xorriso/xorrisoburn.c
|
|
Mapping in burn runs -abort_on MISHAP to SORRY
|
|
|
|
2008.02.12.215327 [1521]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Improved MISHAP - SORRY mapping and tunneling
|
|
|
|
2008.02.14.084342 [1525]
|
|
+ README
|
|
+ COPYING
|
|
+ COPYRIGHT
|
|
+ INSTALL
|
|
libisoburn/libisoburn.h
|
|
Completing documentation
|
|
|
|
2008.02.14.101916 [1526]
|
|
Makefile.am
|
|
Adjusted EXTRA_DIST list of files
|
|
|
|
2008.02.14.120557 [1527]
|
|
xorriso/xorrisoburn.c
|
|
Made a final abort check before burning begins
|
|
|
|
2008.02.14.175623 [1528]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Imprinting version of xorriso and libraries into ISO preparer_id
|
|
|
|
2008.02.14.182351 [1529]
|
|
xorriso/xorrisoburn.c
|
|
Made preparer_id more safe against oversize
|
|
|
|
14 Feb 2008 [1530]
|
|
xorriso/xorriso.1
|
|
Polished man page
|
|
|
|
14 Feb 2008 [1531]
|
|
xorriso/changelog.txt
|
|
Updated changelog
|
|
|
|
2008.02.15.100001 [branch 1533]
|
|
configure.ac
|
|
README
|
|
libisoburn/libisoburn.h
|
|
xorriso/README
|
|
xorriso/xorriso_timestamp.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorriso_eng.html
|
|
xorriso/compile_xorriso.sh
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/configure_ac.txt
|
|
Made version number leap to 0.1.0
|
|
|
|
15 Feb 2008 [branch 1534]
|
|
xorriso/changelog.txt
|
|
Documented initial release and timestamp
|
|
|
|
15 Feb 2008 [1536]
|
|
configure.ac
|
|
Increased libisofs requirement to 0.6.2
|
|
|
|
----------------------------- release - xorriso-0.1.0.pl00 - 2008.02.15.100001
|
|
* Operates on an existing ISO image or creates a new one.
|
|
* Copies files from filesystem into the ISO image.
|
|
* Renames or deletes file objects in the ISO image.
|
|
* Changes file properties in the ISO image.
|
|
* Can write result as completely new image to optical media
|
|
or filesystem objects.
|
|
* Can write result as add-on session to appendable
|
|
multi-session media, to overwriteable media,
|
|
to regular files, and to block devices.
|
|
* Scans for optical drives, blanks re-useable optical media.
|
|
* Reads its instructions from command line arguments, dialog, and batch files.
|
|
* Provides navigation commands for interactive ISO image manipulation.
|
|
* Adjustable thresholds for abort, exit value, and problem reporting.
|
|
|
|
|
|
2008.02.15.211836 [1537]
|
|
configure.ac
|
|
README
|
|
libisoburn/libisoburn.h
|
|
xorriso/README
|
|
xorriso/xorriso_timestamp.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorriso_eng.html
|
|
xorriso/compile_xorriso.sh
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/configure_ac.txt
|
|
Version leap to 0.1.1
|
|
|
|
15 Feb 2008 [1538]
|
|
COPYRIGHT
|
|
Corrected according to content of libisofs/COPYRIGHT
|
|
|
|
2008.02.15.212030 [1539]
|
|
xorriso/xorriso.c
|
|
Changed pacifier text for 0 nodes read from blank image
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.02.15.212030
|
|
|
|
15 Feb 2008 [1540]
|
|
xorriso/changelog.txt
|
|
Updated changelog
|
|
|
|
16 Feb 2008 [1543]
|
|
xorriso/xorriso.1
|
|
Adjusted CREDITS text
|
|
|
|
2008.02.16.202533 [1544]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.c
|
|
Transfering properties from disk to implicit directories in image path
|
|
|
|
2008.02.16.211549 [1545]
|
|
xorriso/xorriso_eng.html
|
|
xorriso/changelog.txt
|
|
Mentioned better directory attribute copying
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.02.16.211549
|
|
* Improved attribute transfer from disk for implicit target directories
|
|
|
|
2008.02.18.210343 [1546]
|
|
xorriso/xorriso.c
|
|
Bug fix: -report_about higher than NOTE did not report at all
|
|
|
|
19 Feb 2008 [1547]
|
|
test/compare_file.c
|
|
Improved report format
|
|
|
|
2008.02.19.184432 [1548]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -as cdrecord emulates a narrow set of cdrecord gestures
|
|
|
|
2008.02.19.212322 [1549]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Improved -as cdrecord
|
|
|
|
20 Feb 2008 [1550]
|
|
test/compare_file.c
|
|
Revoked inflation of file type characters to words
|
|
|
|
2008.02.20.234726 [1551]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -as mkisofs emulates a narrow set of mkisofs gestures
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.02.21.090014
|
|
* Bug fix: -report_about HINT or higher did not report at all
|
|
* Bug fix: speed=number without unit or media type letter was always CD speed
|
|
* Bug fix: it was possible to write to appendable media which was not -indev
|
|
* New option -as "cdrecord" emulates a narrow set of cdrecord gestures
|
|
* New option -as "mkisofs" emulates a narrow set of mkisofs gestures
|
|
|
|
2008.02.21.090014 [1552]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
New option -publisher
|
|
|
|
2008.02.21.185203 [1553]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Implemented a more reasonable solution for drive truncation with regular files
|
|
|
|
2008.02.21.204613 [1558]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Introduced new severity ERRFILE
|
|
|
|
2008.02.21.211101 [1559]
|
|
xorriso/xorriso.c
|
|
Updated -help text
|
|
|
|
2008.02.22.114917 [1561]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Producing ERRFILE messages where appropriate
|
|
|
|
2008.02.23.101619 [1568]
|
|
libisoburn/libisoburn.h
|
|
Changed libisofs requirements to 0.6.3
|
|
|
|
2008.02.23.101619 [1569]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Testwise implementation of libisofs.0.6.3 features
|
|
|
|
2008.02.23.101619 [1570]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
New option -errfile_log
|
|
|
|
2008.02.23.102903 [1571]
|
|
xorriso/configure_ac.txt
|
|
Made libisofs version leap in xorriso-standalone
|
|
|
|
2008.02.23.113902 [1572]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
Directed -as mkisofs -print-size to real stdout
|
|
|
|
2008.02.23.125537 [1573]
|
|
xorriso/xorrisoburn.c
|
|
Various bugs and deviations around -as mkisofs -print-size
|
|
|
|
2008.02.23.131825 [1574]
|
|
xorriso/xorrisoburn.c
|
|
Wrong description text
|
|
|
|
2008.02.25.090001 [ZeroOneZero-pl01 1576 1577]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso_timestamp.h
|
|
Safety cap for ABI usage bug towards libisofs >= 0.6.2
|
|
|
|
2008.02.25.174229 [1579]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Adapted to libisofs 362 from Vreixo bzr
|
|
|
|
2008.02.25.204402 [1580]
|
|
xorriso/xorriso.c
|
|
Adaptions of -as mkisofs and -as cdrecord to enable full use by scdbackup
|
|
|
|
25 Feb 2008 [1581]
|
|
xorriso/changelog.txt
|
|
Updated changelog
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.02.25.204402
|
|
* New option -publisher
|
|
* New option -errfile_log
|
|
|
|
|
|
26 Feb 2008 [1582]
|
|
test/compare_file.c
|
|
Avoided to read content of non-regular files
|
|
|
|
2008.02.26.213437 [1583]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -compare
|
|
|
|
2008.02.27.185744 [1584]
|
|
xorriso/xorriso.c
|
|
Installed pacifier for data reading
|
|
|
|
2008.02.28.132656 [1587]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Added new action "compare" to -find
|
|
|
|
28 Feb 2008 [1588]
|
|
xorriso/xorriso_eng.html
|
|
Mentioned capability to write DVD+R/DL.
|
|
|
|
2008.02.28.212210 [1589]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
New option -compare_r
|
|
|
|
28 Feb 2008 [1590]
|
|
xorriso/xorriso.1
|
|
New option -compare_r, new -findx -exec in_iso, -exec no_in_iso
|
|
|
|
28 Feb 2008 [1591]
|
|
test/compare_file.c
|
|
Micro bug fix ported from xorriso
|
|
|
|
2008.02.28.215343 [1592]
|
|
xorriso/xorriso.c
|
|
Better handling of disk to iso address mapping during compare runs
|
|
|
|
2008.02.29.200510 [1593]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -update (not yet completed)
|
|
|
|
2008.03.01.151219 [1594]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option update_r, -find actions "update" and "add_missing" (not yet completed)
|
|
|
|
2008.03.02.172751 [1596]
|
|
xorriso/xorrisoburn.c
|
|
Made -update_r and -find -exec update safe against IsoDirIter pitfalls
|
|
|
|
2008.03.02.201455 [1597]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Made IsoDirIter workaround obey -temp_mem_limit
|
|
|
|
4 Mar 2008 [libisofs_thomas 1599 1600]
|
|
Switch to Vreixo development branch 378
|
|
|
|
2008.03.04.174107 [1601]
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/xorriso_makefile_am.txt
|
|
Adapted to libisofs Vreixo 378
|
|
|
|
2008.03.04.180738 [1602]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Improvements about -update_r and -compare_r
|
|
|
|
2008.03.05.125118 [1603]
|
|
xorriso/xorrisoburn.c
|
|
Bug fix: -follow param did not work for symbolic links
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.03.05.125118
|
|
* Support for DVD+R/DL media
|
|
* Bug fix: -follow param did not work for adding non-directory symbolic links
|
|
|
|
|
|
2008.03.05.173329 [1604]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Made -compare* and -update* obey -follow links (-follow mount still not correct)
|
|
|
|
5 Mar 2008 [1605]
|
|
xorriso/xorriso.1
|
|
Some man page clarification
|
|
|
|
2008.03.06.114233 [1606]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New -find actions "rm" and "rm_r", silenced comparison results with -update*
|
|
|
|
2008.03.06.174724 [1608]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Fixed bug about non existing disk_path with -update_r
|
|
|
|
7 Mar 2008 [1609]
|
|
xorriso/xorriso_eng.html
|
|
Re-arranged development download part
|
|
|
|
2008.03.07.075325 [1610]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
New -findx -type "m" for active mount points
|
|
|
|
2008.03.07.182411 [1611]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New -findx -exec action "empty_iso_dir", workaround for ticket 132
|
|
|
|
2008.03.07.220442 [1612]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Made -update_r and -compare_r obey disabling of -follow "mount"
|
|
|
|
8 Mar 2008 [libisofs_thomas 1613]
|
|
Switch to Vreixo development branch 383
|
|
|
|
2008.03.08.104231 [1614]
|
|
xorriso/xorrisoburn.c
|
|
Adapted to iso_tree_add_new_node()
|
|
|
|
8 Mar 2008 [1615]
|
|
xorriso/xorriso.1
|
|
Example use case for -update_r "Incremental backup of a few directory trees"
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.03.08.122747
|
|
* Bug fix: It was not possible to -add /THIS=a /b=THIS
|
|
* New options -compare, -compare_r and according -find -exec action
|
|
* New options -update, -update_r and according -find -exec action
|
|
* New -find actions "rm", "rm_r", new -findx -type "m" -exec "empty_iso_dir"
|
|
|
|
|
|
2008.03.09.142200 [1616]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -cut_out
|
|
|
|
9 Mar 2008 [libisofs_thomas 1617]
|
|
Switch to Vreixo development branch 386
|
|
|
|
2008.03.09.211041 [1618]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Some polishing about -cut_out
|
|
|
|
2008.03.11.113444 [1619]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Sketched split file scheme with partno,totalparts,offset,count,totalsize
|
|
|
|
11 Mar 2008 [1620]
|
|
xorriso/xorriso.1
|
|
Updated description of -cut_out
|
|
|
|
------------------------------------ cycle - xorriso-0.1.1 - 2008.03.11.113444
|
|
* New option -cut_out
|
|
|
|
|
|
2008.03.12.100001 [XorrisoZeroOneTwo 1626]
|
|
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 xorriso-0.1.2
|
|
|
|
---------------------------------- release - xorriso-0.1.2 - 2008.03.12.100001
|
|
* Bug fix: -report_about HINT or higher did not report at all
|
|
* Bug fix: speed=number without unit or media type letter was always CD speed
|
|
* Bug fix: it was possible to write to appendable media which was not -indev
|
|
* Bug fix: -follow param did not work for adding non-directory symbolic links
|
|
* Bug fix: It was not possible to -add /THIS=a /b=THIS
|
|
* Improved attribute transfer from disk for implicit target directories
|
|
* New option -as "cdrecord" emulates a narrow set of cdrecord gestures
|
|
* New option -as "mkisofs" emulates a narrow set of mkisofs gestures
|
|
* New option -publisher
|
|
* New option -errfile_log
|
|
* Support for DVD+R/DL media
|
|
* New options -compare, -compare_r and according -find -exec action
|
|
* New options -update, -update_r and according -find -exec action
|
|
* New -find actions "rm", "rm_r", new -findx -type "m" -exec "empty_iso_dir"
|
|
* New option -cut_out
|
|
|
|
|
|
2008.03.12.130605 [1627]
|
|
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.3
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.03.12.130605
|
|
|
|
12 Mar 2008 [XorrisoZeroOneTwo 1628] [1629]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
2008.03.19.081837 [1637]
|
|
xorriso/xorriso.c
|
|
Bug fix: -as mkisofs -nopad must be -no-pad
|
|
|
|
19 Mar 2008 [1638]
|
|
xorriso/xorriso.1
|
|
Added a hint about alternating media with -update_r
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.03.19.081837
|
|
* Bug fix: -as mkisofs -no-pad was misspelled -nopad
|
|
|
|
|
|
20 Mar 2008 [1639]
|
|
xorriso/README
|
|
Added -commit_eject all to an example which involves mount
|
|
|
|
2008.03.20.192317 [1640]
|
|
xorriso/xorriso.c
|
|
Changed messages of -update and -update_r
|
|
|
|
2008.03.20.210522 [1641]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Better handling of attempt to manipulate non-existent ISO image
|
|
|
|
2008.03.22.130031 [1642]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Working towards coordination of -compare, -update and -cut_out
|
|
|
|
2008.03.22.130128 [1643]
|
|
xorriso/xorrisoburn.c
|
|
Bug fix: Implicite directory attribute copying with -cut_out was wrong
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.03.22.130128
|
|
* Bug fix: Implicite directory attribute copying with -cut_out was wrong
|
|
|
|
|
|
22 Mar 2008 [1644]
|
|
xorriso/xorriso.1
|
|
Correction about Linux mount which does not accept session= with DVD.
|
|
|
|
2008.03.25.170747 [1645]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Working towards coordination of -compare, -update and -cut_out
|
|
|
|
2008.03.26.092120 [1646]
|
|
xorriso/xorrisoburn.c
|
|
Gave up obsoleted macros and their code branches
|
|
|
|
2008.03.27.103344 [1647]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Working towards coordination of -update and -cut_out
|
|
|
|
27 Mar 2008 [1648]
|
|
xorriso/xorriso.1
|
|
Published coordination rules for -cut_out, -compare and -update
|
|
|
|
2008.03.29.164038 [1649]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -split_size, automated splitting of oversized files
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.03.29.164038
|
|
* Coordination of -cut_out, -compare and -update
|
|
* New option -split_size, automated splitting of oversized files
|
|
|
|
2008.03.31.081347 [1650]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Adjusted documentation of -split_size
|
|
|
|
2008.04.01.213121 [1652]
|
|
libisoburn/data_source.c
|
|
Replaced single 128 kB cache tile by 32 tiles of 64 kB each
|
|
|
|
2 Apr 2008 [1653]
|
|
COPYRIGHT
|
|
Corrected GPL version
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.04.03.074309
|
|
* Improved performance with reading directory trees
|
|
|
|
2008.04.03.204051 [1657]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -session_log
|
|
|
|
5 Apr 2008 [1658]
|
|
xorriso/xorriso.1
|
|
Mentioned that drives close full media automatically
|
|
|
|
2008.04.05.112055 [1659]
|
|
xorriso/xorrisoburn.c
|
|
Reporting amount of non-data with -toc media summary
|
|
|
|
5 Apr 2008 [1660]
|
|
xorriso/xorriso_eng.html
|
|
Mentioned new features
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.04.05.112055
|
|
* New option -session_log
|
|
|
|
2008.04.07.185727 [1662]
|
|
xorriso/xorriso.h
|
|
Added prototype of Xorriso_option_session_log()
|
|
|
|
2008.04.07.201253 [1664]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Removed some unused code
|
|
|
|
8 Apr 2008 [1677]
|
|
xorriso/configure_ac.txt
|
|
Followed version leaps of libburn
|
|
|
|
2008.04.08.153508 [1678]
|
|
libisoburn/libisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Made libisoburn and xorriso require libburn >= 0.4.4
|
|
|
|
2008.04.09.114815 [1679]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Corrected behavior around image data read error
|
|
|
|
2008.04.12.112159 [1682]
|
|
xorriso/xorriso.c
|
|
Changed behavior of -commit_eject ""
|
|
|
|
2008.04.18.184517 [1690]
|
|
libisoburn/data_source.c
|
|
Restricted ds_read_block() messages about unreadable data to actual data block
|
|
|
|
2008.04.20.111054 [1692]
|
|
libisoburn/data_source.c
|
|
Corrected maximum age value for read buffer tiles
|
|
|
|
20 Apr 2008 [1693]
|
|
xorriso/xorriso.1
|
|
Mentioned stdin with option -path_list
|
|
|
|
2008.04.20.111419 [1694]
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Displaying free space rather than "non-data" on drive aquiry and -toc
|
|
|
|
28 Apr 2008 [1709]
|
|
xorriso/configure_ac.txt
|
|
Updated libisofs version number in xorriso-standalone
|
|
|
|
------------------------------------ cycle - xorriso-0.1.3 - 2008.04.28.082539
|
|
* Now depending on libisofs-0.6.4
|
|
|
|
2008.04.28.120001 [branch 1711]
|
|
configure.ac
|
|
README
|
|
libisoburn/libisoburn.h (isoburn_header_version_*)
|
|
xorriso/README
|
|
xorriso/xorriso_timestamp.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.h (xorriso_libisoburn_req_*)
|
|
xorriso/xorriso_eng.html
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/configure_ac.txt
|
|
Version leap to 0.1.4
|
|
|
|
28 Apr 2008 [branch 1712]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
---------------------------------- release - xorriso-0.1.4 - 2008.04.28.120001
|
|
* Bug fix: -as mkisofs -no-pad was misspelled -nopad
|
|
* Bug fix: Implicite directory attribute copying with -cut_out was wrong
|
|
* Coordination of -cut_out, -compare and -update
|
|
* New option -split_size, automated splitting of oversized files
|
|
* Improved performance with reading directory trees
|
|
* New option -session_log
|
|
* Dynamically linkable with release version 0.6.4 of libisofs
|
|
|
|
|
|
2008.04.28.122244 [1713]
|
|
configure.ac
|
|
README
|
|
libisoburn/libisoburn.h (isoburn_header_version_*)
|
|
xorriso/README
|
|
xorriso/xorriso_timestamp.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorrisoburn.h (xorriso_libisoburn_req_*)
|
|
xorriso/xorriso_eng.html
|
|
xorriso/make_xorriso_standalone.sh
|
|
xorriso/configure_ac.txt
|
|
Version leap to 0.1.5
|
|
|
|
28 Apr 2008 [1714]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.1.5 - 2008.04.28.122244
|
|
|
|
2008.05.01.124248 [1716]
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -error_behavior with a first occasion 'image_loading'
|
|
|
|
1 May 2008 [1717]
|
|
xorriso/convert_man_to_html.sh
|
|
Fine tuning of HTML man page appearance
|
|
|
|
1 May 2008 [1718]
|
|
xorriso/xorriso.1
|
|
Clarified "best_effort" behavior
|
|
|
|
2008.05.01.135421 [1719]
|
|
libisoburn/data_source.c
|
|
Adjusted ds_read_block() to inofficial libisofs expectations
|
|
|
|
2008.05.01.174110 [1720]
|
|
libisoburn/data_source.c
|
|
Adjusted ds_read_block() to inofficial libisofs expectations
|
|
|
|
2008.05.02.072505 [1721]
|
|
libisoburn/data_source.c
|
|
Adjusted ds_read_block() to inofficial libisofs expectations
|
|
|
|
2008.05.02.204942 [1722]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Working towards exclusion of user defined absolute paths and leaf patterns
|
|
|
|
2008.05.03.151106 [1724]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Working towards exclusion of user defined absolute paths and leaf patterns
|
|
|
|
2008.05.03.223204 [1725]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Working towards exclusion of user defined absolute paths and leaf patterns
|
|
|
|
2008.05.04.133525 [1726]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
|
|
|
|
4 May 2008 [1727]
|
|
xorriso/xorriso_eng.html
|
|
xorriso/changelog.txt
|
|
Mentioned new options
|
|
|
|
------------------------------------ cycle - xorriso-0.1.5 - 2008.05.04.133525
|
|
* New option -error_behavior with a first occasion 'image_loading'
|
|
* 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 -
|
|
* 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 [1799]
|
|
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.8
|
|
* 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
|
|
|
|
2008.05.18.084729 [1800]
|
|
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.084729
|
|
|
|
2008.05.20.075142 [1804]
|
|
xorriso/xorriso.c
|
|
Making Xorriso_prescan_args() safe against misunderstandings
|
|
|
|
2008.05.22.192618 [1808]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
First experiments of osirrox ISO-to-disk copying
|
|
|
|
2008.05.22.192737 [1809]
|
|
libisoburn/data_source.c
|
|
Removed outdated code branch
|
|
|
|
2008.05.22.210835 [1810]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New options -osirrox and -cpx
|
|
|
|
2008.05.24.092546 [1812]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Enabled osirrox of more file types, curbed with device files
|
|
|
|
2008.05.24.092853 [1813]
|
|
libisoburn/isoburn.c
|
|
Bug fix: modifying to overwriteable target yielded unmountable results
|
|
|
|
------------------------------------ cycle - xorriso-0.1.7 - 2008.05.24.092853
|
|
* Bug fix: Modifying to overwriteable target yielded unmountable results
|
|
* New options -osirrox and -cpx
|
|
|
|
|
|
2008.05.24.170109 [1814]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Some polishing with -cpx
|
|
|
|
26 May 2008 [1815]
|
|
xorriso/configure_ac.txt
|
|
standalone version switch to libisofs-0.6.5
|
|
|
|
2008.05.26.181210 [1816]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Improved access permission restauration by osirrox
|
|
|
|
2008.05.27.201513 [1817]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
xorriso/xorriso_eng.html
|
|
New option -stream_recording
|
|
|
|
2008.05.31.174045 [1819]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Implemented concatenation of split files during -cpx
|
|
|
|
------------------------------------ cycle - xorriso-0.1.7 - 2008.05.31.174045
|
|
* New option -stream_recording
|
|
|
|
2008.06.01.134322 [1820]
|
|
xorriso/xorrisoburn.c
|
|
Reacted on harmless compiler warning
|
|
|
|
2008.06.01.145038 [1821]
|
|
xorriso/configure_ac.txt
|
|
standalone version switch to libisofs-0.6.6
|
|
|
|
2008.06.01.145155 [1822]
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
Switched requirements to libisofs-0.6.6
|
|
|
|
------------------------------------ cycle - xorriso-0.1.7 - 2008.06.01.145155
|
|
* Bug fix: major,minor numbers of device files appeared as 0,1 in next session
|
|
|
|
|
|
2008.06.02.070301 [1824]
|
|
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.8
|
|
|
|
2 Jun 2008 [1825]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
---------------------------------- release - xorriso-0.1.8 - 2008.06.02.070301
|
|
* Bug fix: Modifying to overwriteable target yielded unmountable results
|
|
* Bug fix: major,minor numbers of device files appeared as 0,1 in next session
|
|
* New option -stream_recording for full speed with DVD-RAM and BD-RE
|
|
* New options -osirrox and -cpx allow to extract single files from ISO image
|
|
|
|
|
|
2008.06.02.141334 [1826]
|
|
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.9
|
|
|
|
2 Jun 2008 [1827]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
2 Jun 2008 [1828]
|
|
xorriso/xorriso.1
|
|
Beautified documentation of -osirrox
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.02.141334
|
|
|
|
5 Jun 2008 [1834]
|
|
xorriso/convert_man_to_html.sh
|
|
Beautified HTML man page
|
|
|
|
2008.06.05.165023 [1835]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
|
|
|
|
2008.06.06.083432 [1839]
|
|
xorriso/xorriso.c
|
|
Bug fix: -chmod unintentionally performed o-x as first operation
|
|
|
|
2008.06.06.103735 [1840]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Fine tuning of directory attribute copying with -cp_rx
|
|
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 -
|
|
* New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
|
|
* Bug fix: -chmod unintentionally performed o-x as first operation
|
|
|
|
|
|
2008.06.09.134432 [1841]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Allowing to restore from image with pending changes
|
|
|
|
2008.06.09.165735 [1842]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Removed some outdated code parts
|
|
|
|
2008.06.10.094304 [1844]
|
|
libisoburn/isoburn.c
|
|
libisoburn/burn_wrap.c
|
|
Removed outdated code parts
|
|
|
|
2008.06.10.100231 [1845]
|
|
xorriso/xorrisoburn.c
|
|
Removed outdated code parts
|
|
|
|
2008.06.11.131607 [1846]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Proper handling of restore overwrite situations with directories and softlinks
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.11.131607
|
|
|
|
2008.06.12.112644 [1847]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Corrections about restoring of directories
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.12.112644
|
|
|
|
2008.06.13.151630 [1848]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -paste_in
|
|
|
|
2008.06.14.104745 [1849]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
xorriso/xorriso_eng.html
|
|
New options -extract and -extract_single
|
|
|
|
14 Jun 2008 [1850]
|
|
xorriso/convert_man_to_html.sh
|
|
Beautification of HTML man page
|
|
|
|
2008.06.14.140459 [1851]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Correction about -extract / /
|
|
|
|
2008.06.14.184512 [1854]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
xorriso/convert_man_to_html.sh
|
|
Gave up the unusual parameter sequences of -extract and -paste_in
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.14.184512
|
|
* New option -paste_in to copy ISO files into parts of disk files
|
|
* New option -extract restores with arguments of -map or -update_r
|
|
|
|
|
|
2008.06.17.121524 [1857]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
New options -map_l, -compare_l, -update_l, -extract_l
|
|
|
|
2008.06.17.133914 [1858]
|
|
xorriso/xorriso.c
|
|
Reacted on harmless compiler warning
|
|
|
|
2008.06.17.170622 [1859]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Fixed a bug about -update_l
|
|
|
|
2008.06.18.132057 [1860]
|
|
libisoburn/isoburn.h
|
|
libisoburn/burn_wrap.c
|
|
Made -rom_toc_scan work on closed DVD-R in a DVD-ROM drive
|
|
|
|
2008.06.18.161512 [1861]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/data_source.c
|
|
New API functions isoburn_preset_msgs_submit(), isoburn_set_msgs_submit()
|
|
|
|
2008.06.18.161723 [1862]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Made use of isoburn_preset_msgs_submit()
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.18.161723
|
|
* New options -map_l, -compare_l, -update_l, -extract_l
|
|
* New API functions isoburn_set_msgs_submit(), isoburn_drive_set_msgs_submit()
|
|
|
|
|
|
2008.06.18.192913 [1863]
|
|
libisoburn/burn_wrap.c
|
|
Improved pacifier with -rom_toc_scan
|
|
|
|
2008.06.19.090436 [1864]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorrisoburn.c
|
|
Renamed isoburn_*set_msgs_submit() and slightly changed meaning
|
|
|
|
2008.06.19.092458 [1865]
|
|
libisoburn/burn_wrap.c
|
|
Corrected wrong size unit MB to kB in toc scan pacifier text
|
|
|
|
2008.06.20.091647 [1866]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New -osirrox option auto_chmod_on
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.20.091647
|
|
|
|
|
|
2008.06.20.164105 [1867]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Fixed several bugs with restore operations
|
|
|
|
2008.06.21.180701 [1870]
|
|
xorriso/xorriso.1
|
|
Corrected mistake in xorriso man page
|
|
|
|
------------------------------------ cycle - xorriso-0.1.9 - 2008.06.21.180701
|
|
|
|
2008.06.22.080000 [1872]
|
|
xorriso/xorriso.c
|
|
Removed duplicated help text snippet
|
|
|
|
2008.06.22.090001 [1873]
|
|
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.0
|
|
|
|
22 Jun 2008 [1874]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
---------------------------------- release - xorriso-0.2.0 - 2008.06.22.090001
|
|
* Bug fix: -chmod unintentionally performed o-x as first operation
|
|
* New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
|
|
* New option -extract restores with arguments of -map or -update_r
|
|
* New option -paste_in to copy ISO files into parts of disk files
|
|
* New options -map_l, -compare_l, -update_l, -extract_l
|
|
* New API functions isoburn_set_msgs_submit(), isoburn_drive_set_msgs_submit()
|
|
|
|
2008.06.22.111236 [1875]
|
|
xorriso/xorriso.c
|
|
Removed duplicated help text snippet
|
|
|
|
2008.06.22.135202 [1876]
|
|
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.1
|
|
|
|
22 Jun 2008 [1877]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.2.1 - 2008.06.22.135202
|
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
2008.07.18.135540 [1947]
|
|
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 - 2008.07.18.135540
|
|
|
|
|
|
2008.07.19.113048 [1949]
|
|
Makefile.am
|
|
xorriso/compile_xorriso.sh
|
|
Introduced automatic buildstamp generation for dynamic library version
|
|
|
|
2008.07.21.155324 [1950]
|
|
Makefile.am
|
|
xorriso/xorriso_makefile_am.txt
|
|
Reacting on ticket 138 by stick, revoked buildstamp due to ugly make install
|
|
|
|
2008.07.21.161826 [1951]
|
|
Makefile.am
|
|
xorriso/xorriso_makefile_am.txt
|
|
Used quotation marks as does ./bootstrap when generating Makefile.in
|
|
|
|
------------------------------------ cycle - xorriso-0.2.3 - 2008.07.21.161826
|
|
* Bug fix: Variable DESTDIR was not properly respected during make install
|
|
|
|
|
|
2008.07.23.080001 [xorriso-0.2.2.pl01]
|
|
Makefile.in
|
|
xorriso/xorriso_timestamp.h
|
|
xorriso/changelog.txt
|
|
* Bug fix: external make variable DESTDIR was not used by xorriso link creation
|
|
|
|
------------------------------- patch - xorriso-0.2.2.pl01 - 2008.07.23.080001
|
|
* Bug fix: Variable DESTDIR was not properly respected during make install
|
|
|
|
|
|
2008.07.26.075027 [1953]
|
|
libisoburn/burn_wrap.c
|
|
Producing on overwriteables a partial TOC up to first damaged superblock
|
|
|
|
2008.08.01.101355 [1955]
|
|
xorriso/xorrisoburn.c
|
|
Better finish time estimation with -pacifier mkisofs
|
|
|
|
2008.08.01.141210 [1956]
|
|
xorriso/xorrisoburn.c
|
|
Better finish time estimation with -pacifier mkisofs
|
|
|
|
2008.08.06.143825 [1967]
|
|
xorriso/xorriso_private.h
|
|
Removed obsolete type definition
|
|
|
|
2008.08.06.143922 [1968]
|
|
xorriso/xorrisoburn.c
|
|
Removed obsolete function
|
|
|
|
2008.08.07.112529 [1972]
|
|
xorriso/xorriso.c
|
|
Minor changes around display of time and byte counts
|
|
|
|
2008.08.09.160515 [1977]
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
Demanding libburn-0.5.1 now
|
|
|
|
2008.08.09.160947 [1978]
|
|
libisoburn/burn_wrap.c
|
|
Create emulated toc entry for simple ISO session on overwriteable media
|
|
|
|
2008.08.09.161311 [1979]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Evaluating readability of media
|
|
|
|
2008.08.11.201604 [1980]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Adapted media evaluation to CD peculiarities
|
|
|
|
2008.08.13.185434 [1981]
|
|
libisoburn/libisoburn.h
|
|
Corrected documentation of isoburn_disc_get_msc1()
|
|
|
|
2008.08.13.190704 [1982]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
New capability to redirect program output used for toc in sector map file
|
|
|
|
2008.08.14.220520 [1983]
|
|
libisoburn/burn_wrap.c
|
|
Changed wrong update message from MB to kB
|
|
|
|
2008.08.14.221412 [1984]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -check_media
|
|
|
|
2008.08.15.102849 [1985]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
Allowed independent redirecton of result and info channel
|
|
|
|
2008.08.15.155421 [1986]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Enabled printing of sector bitmaps by use=sector_map
|
|
|
|
15 Aug 2008 [1987]
|
|
xorriso/xorriso_eng.html
|
|
Mentioned progress of development version
|
|
|
|
2008.08.17.220043 [1988]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
-find tests -damaged and -lba_range, new -find action report_damage
|
|
|
|
2008.08.17.221350 [1989]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso_eng.html
|
|
Reacted on compiler warning
|
|
|
|
------------------------------------ cycle - xorriso-0.2.3 -
|
|
* Included libburn has enhanced Linux drive access and listing code
|
|
* New option -check_media
|
|
* New -find test -damaged, new -find action "report_damage"
|
|
|
|
|
|
2008.08.18.134140 [1990]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/README
|
|
xorriso/xorriso.1
|
|
New -find action report_lba
|
|
|
|
2008.08.20.101410 [2000]
|
|
xorriso/configure_ac.txt
|
|
Adopted to new libburn version 0.5.3
|
|
|
|
2008.08.20.121008 [2002]
|
|
libisoburn/libisoburn.h
|
|
configure.ac
|
|
Demanding libburn-0.5.2 now
|
|
|
|
2008.08.20.181734 [2003]
|
|
xorriso/xorrisoburn.c
|
|
Made -check_media process first 32 blocks of a multi-session overwriteable
|
|
|
|
2008.08.21.070602 [2004]
|
|
xorriso/xorriso.c
|
|
Synced -lsl display of major,minor numbers with /usr/include/sys/sysmacros.h
|
|
|
|
2008.08.22.231051 [2005]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New -check_media option -patch_lba0=
|
|
|
|
2008.08.24.100552 [2007]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
xorriso/xorriso_eng.html
|
|
New -error_behavior behavior occasion "file_extraction"
|
|
|
|
2008.08.24.124424 [2008]
|
|
xorriso/xorrisoburn.c
|
|
Fixed a bug with -check_media use=outdev
|
|
|
|
2008.08.24.125257 [2009]
|
|
xorriso/xorrisoburn.c
|
|
Reacted on compiler warning
|
|
|
|
------------------------------------ cycle - xorriso-0.2.3 - 2008.08.24.125257
|
|
* New -find action "report_lba"
|
|
* New -error_behavior behavior occasion "file_extraction"
|
|
|
|
|
|
2008.08.24.160001 [2011]
|
|
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.4
|
|
|
|
24 Aug 2008 [2012]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
24 Aug 2008 [2013]
|
|
configure.ac
|
|
Corrected ISOBURN_MICRO_VERSION
|
|
|
|
---------------------------------- release - xorriso-0.2.4 - 2008.08.24.160001
|
|
* Included libburn has enhanced Linux drive access and listing code
|
|
* New option -check_media
|
|
* New -find test -damaged, new -find actions "report_damage", "report_lba"
|
|
* New -error_behavior occasion "file_extraction"
|
|
|
|
|
|
2008.08.24.173217 [2014]
|
|
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.5
|
|
|
|
24 Aug 2008 [2015]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.2.5 - 2008.08.24.173217
|
|
|
|
26 Aug 2008 [2017]
|
|
xorriso/convert_man_to_html.sh
|
|
Adjusted HTML generator to recent man page changes
|
|
|
|
2008.08.26.163254 [2018]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/data_source.c
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/configure_ac.txt
|
|
Adopting next development step of libisofs
|
|
|
|
26 Aug 2008 [2019]
|
|
xorriso/xorriso.1
|
|
Adjusted man page statements about file size limits
|
|
|
|
2008.08.27.121211 [2020]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
|
|
|
|
2008.08.27.122127 [2021]
|
|
xorriso/xorriso.c
|
|
Reacted on compiler warning
|
|
|
|
------------------------------------ cycle - xorriso-0.2.5 - 2008.08.27.122127
|
|
* Capability to insert and extract files far larger than 4 GB
|
|
* New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
|
|
|
|
|
|
27 Aug 2008 [2022]
|
|
xorriso/xorriso.1
|
|
Corrected a typo in man page
|
|
|
|
2008.09.02.164803 [2025]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -extract_cut
|
|
|
|
2008.09.03.143218 [2026]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New -error_behavior "file_extraction" behavior "best_effort"
|
|
|
|
2008.09.04.100158 [2027]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -check_media_defaults
|
|
|
|
------------------------------------ cycle - xorriso-0.2.5 - 2008.09.04.100158
|
|
* New option -extract_cut
|
|
* New -error_behavior "file_extraction" behavior "best_effort"
|
|
* New option -check_media_defaults
|
|
|
|
|
|
2008.09.05.095344 [2028]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -list_delimiter
|
|
|
|
5 Sep 2008 [2029]
|
|
xorriso/xorriso_eng.html
|
|
Updated development feature list
|
|
|
|
2008.09.05.114936 [2030]
|
|
xorriso/xorriso.c
|
|
-commit_eject, -alter_date, -alter_date_r, -pacifier, -prog_help had wrong argument count prediction
|
|
|
|
5 Sep 2008 [2031]
|
|
xorriso/xorriso.1
|
|
Documented forgotten option -publisher
|
|
|
|
5 Sep 2008 [2032]
|
|
xorriso/xorriso_eng.html
|
|
xorriso/xorriso.1
|
|
Minor documentation polishing
|
|
|
|
------------------------------------ cycle - xorriso-0.2.5 - 2008.09.05.114936
|
|
* New option -list_delimiter
|
|
|
|
|
|
6 Sep 2008 [2033]
|
|
xorriso/xorriso_eng.html
|
|
xorriso/xorriso.1
|
|
Documentation polishing
|
|
|
|
2008.09.07.144714 [2034]
|
|
xorriso/xorrisoburn.c
|
|
Removed outdated alternative code for support of libisofs-0.6.6
|
|
|
|
2008.09.08.094748 [2035]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Made use of new libisofs call iso_image_update_sizes()
|
|
|
|
2008.09.08.121548 [2036]
|
|
xorriso/xorrisoburn.c
|
|
Bug fix: -format full did not re-format already formatted DVD+RW
|
|
|
|
2008.09.09.082406 [2037]
|
|
xorriso/xorrisoburn.c
|
|
Smoothened time estimation with pacifier mkisofs style
|
|
|
|
9 Sep 2008 [2038]
|
|
xorriso/xorriso_eng.html
|
|
Updated web page
|
|
|
|
------------------------------------ cycle - xorriso-0.2.5 - 2008.09.09.082406
|
|
* Bug fix: -format full did not re-format already formatted DVD+RW
|
|
|
|
|
|
2008.09.11.114227 [2040]
|
|
xorriso/xorrisoburn.c
|
|
Issuing message at begin of image loading
|
|
|
|
2008.09.13.204455 [2047]
|
|
xorriso/xorrisoburn.c
|
|
Correction about -check_media report and message about image loading
|
|
|
|
2008.09.16.060427 [2053]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Corrected pacifier text (Ticket 141)
|
|
|
|
2008.09.16.185206 [2054]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.1
|
|
Corrected falsely computed default setting of -file_size_limit
|
|
|
|
2008.09.17.193824 [2056]
|
|
xorriso/xorrisoburn.c
|
|
Corrected message duplication about emulated sessions on overwriteable media
|
|
|
|
2008.09.19.090619 [2057] [2058]
|
|
xorriso/configure_ac.txt
|
|
standalone version switch to libisofs-0.6.8
|
|
|
|
19 Sep 2008 [2059]
|
|
xorriso/xorriso.1
|
|
Small change in man page
|
|
|
|
2008.09.19.104424 [2060]
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
Switched requirements to libisofs-0.6.8
|
|
|
|
------------------------------------ cycle - xorriso-0.2.5 - 2008.09.19.104424
|
|
|
|
|
|
2008.09.19.122656 [2061]
|
|
xorriso/xorrisoburn.c
|
|
Changed WARNING about non-writeable media to NOTE severity of blank messages
|
|
|
|
|
|
2008.09.19.180001 [2066]
|
|
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.6
|
|
|
|
20 Sep 2008 [2067]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
---------------------------------- release - xorriso-0.2.6 - 2008.09.19.180001
|
|
* Capability to insert and extract files far larger than 4 GB
|
|
* New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
|
|
* New option -extract_cut
|
|
* New -error_behavior "file_extraction" behavior "best_effort"
|
|
* New option -check_media_defaults
|
|
* New option -list_delimiter
|
|
* Bug fix: -format full did not re-format already formatted DVD+RW
|
|
|
|
|
|
2008.09.20.093140 [2068]
|
|
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.7
|
|
|
|
20 Sep 2008 [2069]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.2.7 - 2008.09.20.093140
|
|
|
|
2008.09.24.155424 [2077]
|
|
xorriso/xorrisoburn.c
|
|
Trying to get pacifiers of simultaneously running emulations into sync
|
|
|
|
2008.09.26.120934 [2082]
|
|
xorriso/xorriso.c
|
|
Bug fix: -as mkisofs -iso-level was accused to be an unknown option
|
|
|
|
2008.09.26.161331 [2083]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
A first attempt on making bootable ISO images
|
|
|
|
2008.09.28.112850 [2084]
|
|
xorriso/configure_ac.txt
|
|
Standalone version switch to libisofs-0.6.9 (vreixoml 387) to avoid SIGSEGV
|
|
|
|
2008.09.28.113256 [2085]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
xorriso/convert_man_to_html.sh
|
|
xorriso/xorriso_eng.html
|
|
Made -boot_image isolinux activation obey -overwrite setting
|
|
|
|
2008.09.30.102243 [2088]
|
|
libisoburn/libisoburn.h
|
|
Requiring libisofs-0.6.9 because of bug fixes with El Torito
|
|
|
|
2008.09.30.102753 [2089]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Adjustments about -boot_image after testing with various media types
|
|
|
|
30 Sep 2008 [2090]
|
|
xorriso/xorriso_eng.html
|
|
Mentioned progress and bug fixes in 0.2.7
|
|
|
|
------------------------------------ cycle - xorriso-0.2.7 - 2008.09.30.102753
|
|
* Bug fix: -as mkisofs -iso-level was accused to be an unknown option
|
|
* Ability to write and maintain bootable ISO images based on ISOLINUX
|
|
|
|
|
|
2008.09.30.174925 [2091]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Small adjustments about -boot_image
|
|
|
|
2008.10.02.092354 [2092]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Small adjustments about -boot_image
|
|
|
|
2008.10.02.092635 [2093]
|
|
xorriso/xorriso.c
|
|
Enabled -as cdrecord blank=as_needed
|
|
|
|
2008.10.02.105442 [2094]
|
|
xorriso/README
|
|
xorriso/configure_ac.txt
|
|
Introduced xorriso-standalone ./configure option --disable-libreadline
|
|
|
|
2008.10.02.110828 [2095]
|
|
README
|
|
xorriso/README
|
|
xorriso/configure_ac.txt
|
|
Fine tuning about ./configure option --disable-libreadline
|
|
|
|
------------------------------------ cycle - xorriso-0.2.7 - 2008.10.02.110828
|
|
* New ./configure option --disable-libreadline to make binary more portable
|
|
|
|
|
|
4 Oct 2008 [2099]
|
|
xorriso/convert_man_to_html.sh
|
|
xorriso/xorriso.1
|
|
Relocated the El Torito paragraph in man xorriso
|
|
|
|
2008.10.05.075432 [2101]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
-rom_toc_scan nonrom_off disables toc emulation on overwriteables
|
|
|
|
2008.10.05.093703 [2105]
|
|
xorriso/xorrisoburn.c
|
|
Bug fix: Random target filenames with looping symbolic links
|
|
|
|
2008.10.05.125046 [2109]
|
|
xorriso/configure_ac.txt
|
|
Adapted standalone BURN_*_VERSION to libburn 0.5.5
|
|
|
|
2008.10.05.125242 [2110]
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
libisoburn now demands libburn-0.5.4
|
|
|
|
------------------------------------ cycle - xorriso-0.2.7 - 2008.10.05.125242
|
|
* Bug fix: -follow link attributed random target filenames to looping links
|
|
|
|
|
|
2008.10.06.114114 [2113]
|
|
xorriso/configure_ac.txt
|
|
Adapted standalone LIBISOFS_*_VERSION to libisofs 0.6.10
|
|
|
|
2008.10.06.114845 [2114]
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
libisoburn now demands libisofs-0.6.10
|
|
|
|
------------------------------------ cycle - xorriso-0.2.7 - 2008.10.06.114845
|
|
|
|
|
|
7 Oct 2008 [2115]
|
|
xorriso/xorriso.1
|
|
Polished man xorriso
|
|
|
|
2008.10.08.135848 [2116]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Changed newly introduced -rom_toc_scan nonrom_off to off:emul_off
|
|
|
|
2008.10.09.145926 [2117]
|
|
configure.ac
|
|
README
|
|
Introduced libburn ./configure option --disable-libreadline
|
|
|
|
9 Oct 2008 [2118]
|
|
xorriso/compile_xorriso.sh
|
|
Introduced xorriso development compiler script option -no_libreadline
|
|
|
|
------------------------------------ cycle - xorriso-0.2.7 - 2008.10.09.145926
|
|
|
|
|
|
2008.10.10.131102 [2119]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Enabled dialog for multi-lines and newline characters in quotation marks
|
|
|
|
2008.10.10.134020 [2120]
|
|
xorriso/xorriso.c
|
|
Polishing multi-line dialog
|
|
|
|
2008.10.12.120001 [2122]
|
|
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.8
|
|
|
|
12 Oct 2008 [2123]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
---------------------------------- release - xorriso-0.2.8 - 2008.10.12.120001
|
|
* Bug fix: -as mkisofs -iso-level was accused to be an unknown option
|
|
* Bug fix: -follow link attributed random target filenames to looping links
|
|
* Ability to write and maintain bootable ISO images based on ISOLINUX
|
|
* New ./configure option --disable-libreadline to make binary more portable
|
|
|
|
|
|
2008.10.12.133957 [2124]
|
|
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.9
|
|
|
|
12 Oct 2008 [2125]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.12.133957
|
|
|
|
|
|
15 Oct 2008 [2128]
|
|
xorriso/xorriso_eng.html
|
|
Corrected a typo in xorriso web page
|
|
|
|
2008.10.15.182605 [2130]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New options -quoted_path_list, -quoted_not_list. Multiline for -options_from_file
|
|
|
|
2008.10.17.074953 [2131]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
New option -backslash_codes for expressing weird file names
|
|
|
|
2008.10.17.123308 [2132]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Adjustments and documentation about -backslash_codes
|
|
|
|
17 Oct 2008 [2133]
|
|
xorriso/xorriso_eng.html
|
|
Updated xorriso web page
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.17.123308
|
|
* New options -quoted_path_list, -quoted_not_list
|
|
* New option -backslash_codes for weird file names and terminal safety
|
|
|
|
18 Oct 2008 [2134]
|
|
xorriso/make_isohybrid_mbr.c
|
|
Exposed function make_isohybrid_mbr() for discussion
|
|
|
|
19 Oct 2008 [2135]
|
|
xorriso/make_isohybrid_mbr.c
|
|
Corrected a bug in make_isohybrid_mbr()
|
|
|
|
2008.10.19.172237 [2136]
|
|
xorriso/configure_ac.txt
|
|
xorriso/xorriso_makefile_am.txt
|
|
Adapted to libisofs 0.6.11
|
|
|
|
19 Oct 2008 [2137]
|
|
xorriso/compile_xorriso.sh
|
|
Adapted to libisofs 0.6.11
|
|
|
|
19 Oct 2008 [2138]
|
|
- xorriso/make_isohybrid_mbr.c
|
|
The make_isohybrid_mbr() function is now part of libisofs development
|
|
|
|
2008.10.19.182512 [2139]
|
|
libisoburn/libisoburn.h
|
|
libisoburn now depends on libisofs-0.6.11
|
|
|
|
2008.10.20.180747 [2140]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Made use of new libisofs isohybrid capability
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.20.180747
|
|
* Suitable ISOLINUX boot images are made alternatively bootable via MBR
|
|
|
|
|
|
21 Oct 2008 [2141]
|
|
xorriso/xorriso_eng.html
|
|
Mentioned isohybrid capability in xorriso homepage
|
|
|
|
2008.10.21.112523 [2142]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Implemented in xorriso provisory 1 MB alignement for MBR enhanced ISO images
|
|
|
|
2008.10.21.123226 [2143]
|
|
xorriso/xorrisoburn.c
|
|
Showing a "Media summary:" with blank media
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.21.123226
|
|
|
|
|
|
2008.10.22.110204 [2144]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
New options --quoted_path_list , isolinux_mbr= for -as mkisofs
|
|
|
|
2008.10.22.201702 [2145]
|
|
xorriso/xorriso.1
|
|
xorriso/xorrisoburn.c
|
|
Gave up automatic switch to -boot_image "isolinux" "patch" after writing
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.22.201702
|
|
|
|
2008.10.24.130124 [2146]
|
|
xorriso/xorrisoburn.c
|
|
Fixed image size aligment to 1 MB with follow-up sessions
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.24.130124
|
|
|
|
|
|
2008.10.25.123133 [2147]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
Eventually reporting boot info with TOC of -indev, redirected drive aquiration TOC to info channel
|
|
|
|
2008.10.25.170010 [2148]
|
|
xorriso/xorrisoburn.c
|
|
Fixed SIGSEGV introduced with previous revision
|
|
|
|
2008.10.26.134421 [2149]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Introduced info option -boot_image "any" "show_status"
|
|
|
|
2008.10.26.142422 [2150]
|
|
xorriso/xorrisoburn.c
|
|
Precautions against patching deleted boot images
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.26.142422
|
|
|
|
|
|
2008.10.27.142720 [2151]
|
|
xorriso/xorrisoburn.c
|
|
Trying to recognize isohybrid MBR for "Boot record :" message
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.10.27.142720
|
|
|
|
|
|
2008.10.30.110049 [2152]
|
|
xorriso/xorriso.c
|
|
Made -as mkisofs -path-list and --quoted_path_list switch pacifier mode
|
|
|
|
2008.10.30.114313 [2153]
|
|
xorriso/xorriso.c
|
|
Enabled @ as indicator of UTC seconds in timestrings
|
|
|
|
2008.11.03.115721 [2159]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
xorriso/convert_man_to_html.sh
|
|
New options -charset, -in_charset, -out_charset
|
|
|
|
2008.11.04.162214 [2162]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -application_id
|
|
|
|
4 Nov 2008 [2163]
|
|
xorriso/xorriso_eng.html
|
|
Mentioned new options in xorriso homepage
|
|
|
|
2008.11.06.183736 [2164]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -local_charset
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.06.183736
|
|
* New options -charset, -in_charset, -out_charset
|
|
* New option -application_id
|
|
* New option -local_charset
|
|
|
|
|
|
2008.11.07.173315 [2170]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Copying -out_charset to -in_charset after -commit
|
|
|
|
2008.11.07.201909 [2171]
|
|
xorriso/xorrisoburn.c
|
|
Removed some defunct code from xorrisoburn.c
|
|
|
|
2008.11.09.102554 [2176]
|
|
xorriso/xorriso.c
|
|
Added a setlocale() call to xorriso main()
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.09.102554
|
|
* Bug fix in libisofs: ISOLINUX boot images were not patched correctly
|
|
|
|
2008.11.10.123332 [2177]
|
|
xorriso/xorrisoburn.c
|
|
Disabled experimental weight sorting with MBR generation
|
|
|
|
2008.11.10.123713 [2178]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Eventual backslash output conversion outside quotes for more terminal-safety
|
|
|
|
11 Nov 2008 [2179]
|
|
xorriso/xorriso_eng.html
|
|
Updated xorriso home page
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.10.123713
|
|
|
|
|
|
12 Nov 2008 [2190]
|
|
xorriso/configure_ac.txt
|
|
Version leap to libburn-0.5.7
|
|
|
|
2008.11.12.153437 [2192]
|
|
xorriso/xorriso.c
|
|
Added forgotten exit value registration to -return_with. Thanks to Steve Dodd.
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.12.153437
|
|
* Bug fix: Forgot exit value registration to -return_with. Thanks to Steve Dodd.
|
|
|
|
|
|
15 Nov 2008 [2195]
|
|
xorriso/xorriso.1
|
|
Took into respect that xorriso loads non-RR images
|
|
|
|
2008.11.15.133724 [2196]
|
|
xorriso/xorriso.c
|
|
Adaptions to FreeBSD. Thanks to J.R. Oldroyd.
|
|
|
|
2008.11.15.231831 [2198]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
Introduced new relax flag isoburn_igopt_always_gmt
|
|
|
|
2008.11.15.232058 [2199]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Making use of new relax flag isoburn_igopt_always_gmt
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.18.110100
|
|
|
|
18 Nov 2008 [2204]
|
|
test/aaip.c
|
|
Demo of the emerging Arbitrary Attribute Interchange Protocol format
|
|
|
|
18 Nov 2008 [2205]
|
|
README
|
|
xorriso/README
|
|
xorriso/xorriso.1
|
|
xorriso/xorriso_eng.html
|
|
Mentioned FreeBSD peculiarities in our docs
|
|
|
|
2008.11.21.160019 [2206]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/isoburn.h
|
|
libisoburn/isoburn.c
|
|
Making use of experimental libisofs calls _rrip_version_1_10() _dir_rec_mtime()
|
|
|
|
2008.11.21.160632 [2207]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
xorriso/xorriso_eng.html
|
|
New option -relax_compliance
|
|
|
|
22 Nov 2008 [2209]
|
|
- test/aaip.c
|
|
Revoked proposal AAIP 0.0 in favor of 0.2 which is nearly like RRIP field SL
|
|
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.21.160632
|
|
|
|
26 Nov 2008 [2210]
|
|
xorriso/configure_ac.txt
|
|
Promoted standalone libisofs copy to 0.6.12
|
|
|
|
2008.11.26.174940 [2211]
|
|
xorriso/xorrisoburn.c
|
|
Disabled "Starting up libraries ..." message
|
|
|
|
2008.11.26.180935 [2212]
|
|
xorriso/xorriso.c
|
|
Augmented version message by "and burn program"
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.26.180935
|
|
|
|
|
|
2008.11.29.091030 [2216]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Renamed new option -relax_compliance to -compliance, added _off rules
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 - 2008.11.29.091030
|
|
* New option -compliance allows certain deviations from standards
|
|
|
|
|
|
2008.11.29.140837 [2219]
|
|
xorriso/xorrisoburn.c
|
|
Bug fix: -format as_needed did not recognize unformatted BD-RE
|
|
|
|
2008.11.29.165843 [2220]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Re-aquiring outdev after formatting and blanking already in xorrisoburn
|
|
|
|
2008.11.29.214208 [2221]
|
|
xorriso/xorriso.c
|
|
New -as cdrecord option stream_recording=on|off
|
|
|
|
2008.11.30.095007 [2222]
|
|
xorriso/xorrisoburn.c
|
|
Reporting BD speed units with pacifier rather than DVD units
|
|
|
|
2008.11.30.123700 [2223]
|
|
xorriso/xorriso.c
|
|
Gave -as mkisofs problem handlers rather than to let it abort on any error
|
|
|
|
2008.11.30.214121 [2224]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Changed layout of xorriso style write pacifier line
|
|
|
|
2008.12.01.110022 [2225]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
Removed outdated macro case Xorriso_fat_local_meM
|
|
|
|
2008.12.01.122825 [2226]
|
|
xorriso/xorriso.c
|
|
Bug fix: disk patterns with relative addresses were not properly resolved
|
|
|
|
1 Dec 2008 [2227]
|
|
xorriso/xorriso_eng.html
|
|
Updated list of bugfixes in xorriso home page
|
|
|
|
------------------------------------ cycle - xorriso-0.2.9 -
|
|
* Bug fix: -format as_needed did not recognize unformatted BD-RE
|
|
* Bug fix: disk patterns with relative addresses were not properly resolved
|
|
|
|
|
|
1 Dec 2008 [2228]
|
|
Branching for libisoburn release 0.3.0
|
|
|
|
2008.12.01.200001 [2229]
|
|
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.3.0
|
|
|
|
1 Dec 2008 [2230]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
1 Dec 2008 [2231]
|
|
configure.ac
|
|
Corrected values of LIB*_REQUIRED
|
|
|
|
---------------------------------- release - xorriso-0.3.0 - 2008.12.01.200001
|
|
|
|
* New options -quoted_path_list, -quoted_not_list
|
|
* New option -backslash_codes for weird file names and terminal safety
|
|
* New options -charset, -in_charset, -out_charset
|
|
* New option -local_charset allows to override locale
|
|
* New option -application_id
|
|
* New option -compliance allows certain deviations from standards
|
|
* Suitable ISOLINUX boot images are made alternatively bootable via an MBR
|
|
* Bug fix in libisofs: ISOLINUX boot images were not patched correctly
|
|
* Bug fix in libisofs: mkisofs images with empty files got damaged
|
|
* Bug fix: Forgot exit value registration to -return_with. Thanks to Steve Dodd.
|
|
* Bug fix: -format as_needed did not recognize unformatted BD-RE
|
|
* Bug fix: disk patterns with relative addresses were not properly resolved
|
|
|
|
|
|
2008.12.01.202911 [2232]
|
|
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.3.1
|
|
|
|
1 Dec 2008 [2233]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.3.1 - 2008.12.01.202911
|
|
|
|
|
|
2 Dec 2008 [2234]
|
|
Promoted libisoburn 0.3.0 from branch to tag
|
|
|
|
2 Dec 2008 [2235] [2236] [2237] [2238]
|
|
Deleted obsoleted branches
|
|
|
|
2008.12.04.175459 [2240] [2241]
|
|
xorriso/xorriso.c
|
|
Bug fix: Options -extract and -extract_single were enabled with -osirrox off
|
|
|
|
2008.12.05.171005 [2242]
|
|
libisoburn/libisoburn.h
|
|
libisoburn/burn_wrap.c
|
|
New API function isoburn_get_mount_params()
|
|
|
|
2008.12.05.171700 [2243]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New options -mount and -mount_cmd
|
|
|
|
2008.12.06.140828 [2244]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso_eng.html
|
|
Using uname() rather than #ifdef __FreeBSD__
|
|
|
|
2008.12.07.122439 [2245]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Got rid of call system() in Xorriso_mount(), new option -session_string
|
|
|
|
Dec 7 2008 [2246] [2247]
|
|
xorriso/xorriso_eng.html
|
|
xorriso/xorriso.1
|
|
Small documentation adjustments
|
|
|
|
------------------------------------ cycle - xorriso-0.3.1 - 2008.12.07.122439
|
|
* Bug fix: Options -extract and -extract_single were enabled with -osirrox off
|
|
* New API function isoburn_get_mount_params()
|
|
* New options -mount , -mount_cmd , -session_string
|
|
|
|
|
|
2008.12.08.120712 [2256]
|
|
xorriso/configure_ac.txt
|
|
Standalone version switch to libburn-0.5.9
|
|
|
|
2008.12.08.121106 [2257]
|
|
README
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
xorriso/README
|
|
Requiring at least libburn-0.5.8
|
|
|
|
8 Dec 2008 [2258]
|
|
xorriso/xorriso.1
|
|
Small documentation adjustments
|
|
|
|
2008.12.08.154521 [2259]
|
|
Makefile.am
|
|
xorriso/xorriso_private.h
|
|
xorriso/compile_xorriso.sh
|
|
xorriso/xorriso_makefile_am.txt
|
|
Got rid of Xorriso_with_regeX
|
|
|
|
2008.12.10.093424 [2272]
|
|
xorriso/xorrisoburn.c
|
|
Enabled formatting of BD-R media to SRM-POW default size
|
|
|
|
10 Dec 2008 [2275]
|
|
xorriso/xorriso.1
|
|
Mentioned BD-R in man xorriso
|
|
|
|
2008.12.11.072427 [2277]
|
|
xorriso/xorrisoburn.c
|
|
Proper message after failed or refused formatting
|
|
|
|
2008.12.13.142726 [2281] [2282]
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New -format modes by_size_ and fast_by_size_
|
|
|
|
2008.12.13.144622 [2283]
|
|
configure.ac
|
|
libisoburn/libisoburn.h
|
|
Demanding libburn-0.5.9 now
|
|
|
|
------------------------------------ cycle - xorriso-0.3.1 - 2008.12.13.144622
|
|
* By using libburn-0.5.9: support for BD-R media
|
|
* New -format modes by_size_ and fast_by_size_
|
|
|
|
|
|
2008.12.13.161650 [2285]
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
Revoked -format mode by_size for DVD-RW
|
|
|
|
12 Dec 2008 [2286]
|
|
xorriso/xorriso_eng.html
|
|
Updated xorriso web page
|
|
|
|
2008.12.14.093125 [2288]
|
|
xorriso/xorriso.h
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -assert_volid
|
|
|
|
2008.12.14.151550 [2291]
|
|
xorriso/xorriso.c
|
|
Removed outdated alternative code
|
|
|
|
2008.12.14.231145 [2293]
|
|
xorriso/xorriso.c
|
|
xorriso/xorriso.1
|
|
Options for -as mkisofs: -input-charset, -output-charset
|
|
|
|
2008.12.16.130139 [2295]
|
|
xorriso/xorriso_private.h
|
|
xorriso/xorriso.c
|
|
xorriso/xorrisoburn.h
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.1
|
|
New option -drive_class for safety management of pseudo-drive access
|
|
|
|
16 Dec 2008 [2296]
|
|
xorriso/README
|
|
xorriso/xorriso_eng.html
|
|
Updated xorriso documentation
|
|
|
|
------------------------------------ cycle - xorriso-0.3.1 - 2008.12.16.130139
|
|
* New option -assert_volid
|
|
* New option -drive_class for safety management of pseudo-drive access
|
|
|
|
|
|
17 Dec 2008 [2299]
|
|
+ doc/comments
|
|
Preparations for a more presentable online API documentation
|
|
|
|
2008.12.17.102216 [2300]
|
|
Makefile.am
|
|
Delivering doxygen input for API documentation with releases
|
|
|
|
17 Dec 2008 [2301]
|
|
doc/comments
|
|
Corrected list of authors in libisoburn API documentation
|
|
|
|
2008.12.21.101705 [2317]
|
|
xorriso/xorrisoburn.c
|
|
Corrected message about non-matching volume id
|
|
|
|
------------------------------------ cycle - xorriso-0.3.1 - 2008.12.21.154636
|
|
|
|
|
|
21 Dec 2008 [2318]
|
|
+ test/aaip_0_2.h
|
|
+ test/aaip_0_2.c
|
|
+ test/aaip_0_2_test.c
|
|
A first implementation of AAIP 0.2 encoding and decoding
|
|
|
|
23 Dec 2008 [2326]
|
|
test/aaip_0_2.h
|
|
test/aaip_0_2.c
|
|
test/aaip_0_2_test.c
|
|
Gave aaip_0_2 a ring buffer rather than a shifted fifo
|
|
|
|
25 Dec 2008 [2336]
|
|
test/aaip_0_2.h
|
|
test/aaip_0_2.c
|
|
test/aaip_0_2_test.c
|
|
Encoder for ACL long text form
|
|
|
|
26 Dec 2008 [2338]
|
|
test/aaip_0_2.h
|
|
test/aaip_0_2.c
|
|
test/aaip_0_2_test.c
|
|
Decoder for ACL to long text form
|
|
|
|
1 Jan 2009 [2343]
|
|
test/aaip_0_2.h
|
|
test/aaip_0_2.c
|
|
test/aaip_0_2_test.c
|
|
+ test/aaip-os-linux.c
|
|
+ test/aaip-os-freebsd.c
|
|
+ doc/susp_aaip_0_2.txt
|
|
Introduced system adapters for getting and setting EA and ACL
|
|
|
|
1 Jan 2009 [2344]
|
|
test/aaip_0_2.c
|
|
Corrected some bugs with attribute list decoding
|
|
|
|
1 Jan 2009 [2345]
|
|
test/aaip_0_2.c
|
|
Corrected some more bug with attribute list decoding
|
|
|
|
4 Jan 2009 [2355]
|
|
xorriso/configure_ac.txt
|
|
Standalone version switch to libburn-0.6.1
|
|
|
|
5 Jan 2009 [2357]
|
|
svn copy -m "Branching for libisoburn release 0.3.2
|
|
http://svn.libburnia-project.org/libisoburn/trunk
|
|
http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeTwo
|
|
|
|
2009.01.05.120643 [2358]
|
|
COPYRIGHT
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/data_source.c
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/compile_xorriso.sh
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.h
|
|
Updated copyright marks to 2009
|
|
|
|
2009.01.05.123001 [2359]
|
|
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.3.2
|
|
|
|
5 Jan 2009 [2360] [2361]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.3.2 - 2009.01.05.123001
|
|
* Bug fix: Options -extract and -extract_single were enabled with -osirrox off
|
|
* New API function isoburn_get_mount_params()
|
|
* New options -mount , -mount_cmd , -session_string
|
|
* New -format modes by_size_ and fast_by_size_
|
|
* New option -assert_volid
|
|
* New option -drive_class for safety management of pseudo-drive access
|
|
* By using libburn-0.6.0: support for BD-R media
|
|
|
|
|
|
2009.01.05.145703 [2362]
|
|
COPYRIGHT
|
|
libisoburn/burn_wrap.c
|
|
libisoburn/data_source.c
|
|
libisoburn/isoburn.c
|
|
libisoburn/isofs_wrap.c
|
|
xorriso/compile_xorriso.sh
|
|
xorriso/xorrisoburn.c
|
|
xorriso/xorriso.h
|
|
Updated copyright marks to 2009
|
|
|
|
2009.01.05.153105 [2363]
|
|
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.3.3
|
|
|
|
[]
|
|
xorriso/changelog.txt
|
|
Documented changes and release timestamp
|
|
|
|
------------------------------------ cycle - xorriso-0.3.3 - 2009.01.05.153105
|
|
|
|
------------------------------------ cycle - xorriso-0.3.3 -
|
|
------------------------------------ cycle - xorriso-0.3.3 -
|
|
|
|
===============================================================================
|
|
TODO
|
|
===============================================================================
|
|
|
|
------------------------------------------------- bugs
|
|
|
|
------------------------------------------------- important
|
|
|
|
|
|
------------------------------------------------- development
|
|
|
|
- -load option to ignore existing images
|
|
|
|
- image sort weight control:
|
|
isoburn_igopt_set_sort_files iso_node_set_sort_weight
|
|
|
|
- stream_recording for data blocks but not for superblock and directory trees
|
|
|
|
- random access read and write option
|
|
|
|
- option to patch the mount image size and location on overwriteables
|
|
|
|
- change -check_media what=disc to libburn disc rather than libisoburn
|
|
(seems to need new API capabilities of libburn)
|
|
|
|
??? Clarify handling of links in ISO and on disk during restore
|
|
|
|
> Relative addressing and pattern matching :
|
|
iso_rr_pattern on
|
|
cd /u/FERTIG
|
|
lsd nonexist/..
|
|
|
|
- perform any long lasting operation in separate threads while
|
|
the main thread cares for user and message queues.
|
|
|
|
- Introduce an interrupt key for dialog
|
|
>>> but how without disturbing readline ?
|
|
|
|
- regularly do valgrind check for memory leaks
|
|
|
|
- ??? http://scan.coverity.com/faq.html
|
|
|
|
- ??? curb depth of tree traversal recursion
|
|
|
|
- eject a not yet aquired device (e.g. after modifying commit)
|
|
|
|
- -cd[ix] and pattern
|
|
|
|
- memory curb for image model
|
|
|
|
|
|
> Make transactional the tree deletions meant for replacing
|
|
|
|
|
|
------------------------------------------------- libisofs wishes
|
|
|
|
------ problem fixes :
|
|
|
|
<<< done in 0.6.12
|
|
ts A81106 : removed apostrophe and dangerous text display
|
|
|
|
<<< done in 0.6.12
|
|
ts A81107 : option to override the local charset name
|
|
|
|
<<< done in libisofs-0.6.10.pl01
|
|
<<< done in 0.6.12
|
|
ts A81108 : ticket 145, delaying boot image patching until new LBA is known
|
|
In ecma119_image_new() get move ElTorito ->compute_data_blocks()
|
|
behind all other ->compute_data_blocks() in order to have the
|
|
correct future LBA of isolinux.bin in patch_boot_image() as
|
|
t->bootimg->sections[0].block.
|
|
|
|
<<< done in libisofs-0.6.10.pl01
|
|
<<< done in 0.6.12
|
|
ts A81112 : ticket 142 by jr, porting to FreeBSD
|
|
|
|
<<< done in 0.6.12
|
|
ts A81113 : emphasized in the API docs the fact that
|
|
iso_image_create_burn_source() starts image generation
|
|
mentioned the FreeBSD timezone bug with API docs of
|
|
iso_write_opts_set_always_gmt()
|
|
|
|
<<< done in libisofs-0.6.10.pl01
|
|
<<< done in 0.6.12
|
|
ts A81118 : ticket 144: non-unique inode numbers with non-RRIP-1.12 images
|
|
|
|
<<< done in 0.6.12
|
|
ts A81120 : Option to use of old fashioned RRIP-1.10 rather than RRIP-1.12
|
|
API function iso_write_opts_set_rrip_version_1_10()
|
|
This can be disabled by disabling A81114.
|
|
<<< done in 0.6.12
|
|
ts A81114 : #ifdef for producing old ER signature "RRIP_1991A"
|
|
|
|
<<< done in 0.6.12
|
|
ts A81121 : Option to store in ECMA-119 timestamp mtime of source
|
|
|
|
<<< done in 0.6.12
|
|
ts A81125 : Version switch to 0.6.12 , libisofs-6.8.0.so
|
|
|
|
<<< done in 0.6.12
|
|
ts A81125.2 : Described need to pad isohybrid to full MB.
|
|
Removed compiler warning about isohybrid FIXME.
|
|
|
|
<<< done in 0.6.12
|
|
ts A81125.3 : More apostrophes removed from messages
|
|
|
|
<<< done in 0.6.12
|
|
ts A81125.4 : Removed surplus line from rrip_add_PN().
|
|
It was introduced with the FreeBSD port.
|
|
|
|
<<< done in 0.6.12
|
|
ts A81125.5 : Added a missing change for RRIP-1.10 option to rrip_calc_len()
|
|
|
|
<<< done in 0.6.12
|
|
ts A81125.6 0.6.12 : Described license situation of make_isohybrid_mbr.c
|
|
|
|
|
|
|
|
|
|
>>> make ISO_FILENAME_WRONG_CHARSET a warning rather than a HINT
|
|
|
|
>>> Fix the potential bug with read_rr_PX() seeing length 36 in a IEEE_1282
|
|
|
|
|
|
- the error handling system should be comprehensively documented
|
|
and eventually rectified where needed.
|
|
|
|
------ feature enhancements :
|
|
|
|
- A dummy option in IsoWriteOpts which causes iso_image_create_burn_source()
|
|
to end before actually data get written. (For -print_size)
|
|
|
|
- A repeatable shell command as origin ("disk_file")
|
|
of a regular file in the ISO image.
|
|
|
|
- API: iso_stream_get_dev_ino() to get the source side dev_t and ino_t
|
|
|
|
- API: iso_cout_stream_get_params(stream, &path, &offset, &size)
|
|
|
|
- Image checksum tag in the last data blocks of an image.
|
|
A data file entry should point to that block.
|
|
|
|
- Re-use unchanged sub trees in the previous image in order to
|
|
reduce the session overhead.
|
|
|
|
- Memorize the character set name for file names in the ISO image
|
|
|
|
|
|
------ extended attribute stunts: Not visible for mount but for libisofs
|
|
|
|
- ticket 136 and http://libburnia-project.org/wiki/AAIP
|
|
ACLs
|
|
man attr(5) extended attributes
|
|
|
|
- file checksums
|
|
|
|
|
|
===============================================================================
|
|
This is the dirty end of the todo list.
|
|
The recent changelog entries are above the headline "TODO".
|
|
===============================================================================
|