------------------------------------------------------------------------------ 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 ----------------------------------- release - 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 5 Jan 2009 [2364] xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.05.153105 5 Jan 2009 [2365] svn move http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeTwo http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeTwo Promoted branch to tag 2009.01.06.123047 [2368] xorriso/xorriso.c xorriso/xorriso_eng.html Some small corrections of documentation 9 Jan 2009 [2382] xorriso/xorriso_eng.html Mentioned bug fix and pl01 ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.09.103251 2009.01.10.154018 [2386] xorriso/xorriso.h xorriso/xorriso.c Avoiding use of function parameter name "class" 14 Jan 2009 [2395] doc/susp_aaip_0_2.txt Clarified that AAIP is only allowed if RRIP is present 2009.01.14.110935 [2396] Makefile.am xorriso/compile_xorriso.sh xorriso/xorriso_makefile_am.txt Introduced AAIP code. Now linking with libacl. 2009.01.17.181500 [2400] xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c New option -getfacl 2009.01.18.213952 [2401] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Restoring ACLs with -extract and others 2009.01.21.150243 [2402] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New API macro isoburn_ropt_noaaip controls enabling of AAIP loading 2009.01.21.203852 [2403] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/burn_wrap.c Had to split isoburn_ropt_noaaip into isoburn_ropt_noacl and isoburn_ropt_noea 2009.01.21.204513 [2404] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c New option -acl enables ACL loading 2009.01.22.130107 [2405] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c Now it is isoburn_ropt_noaaip , isoburn_ropt_noacl and isoburn_ropt_noea 2009.01.22.130255 [2406] xorriso/xorrisoburn.c Adapted to new macro situation in libisoburn 2009.01.22.143210 [2407] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New macro isoburn_igopt_aaip controls writing of AAIP info into images 2009.01.22.143253 [2408] xorriso/xorrisoburn.c Making use of new libisoburn macro isoburn_igopt_aaip 2009.01.22.152252 [2409] xorriso/xorrisoburn.c xorriso/xorriso.1 Restoring ACL only if -acl "on" 2009.01.22.155049 [2410] xorriso/xorrisoburn.c Removing leading slash from -getfacl output of file path ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.22.155049 * New option -acl enables ACL import and export 2009.01.23.101305 [2411] xorriso/configure_ac.txt Promoted standalone libisofs to 0.6.13 2009.01.23.102843 [2412] libisoburn/libisoburn.h libisoburn/burn_wrap.c Demanding libisofs 0.6.13 now 2009.01.23.140824 [2413] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New find tests -has_acl, -has_no_acl, new action getfacl, new option getfacl_r 23 Jan 2009 [2414] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.23.140824 * New find tests -has_acl, -has_no_acl , new find action getfacl * New option -getfacl_r 2009.01.23.172652 [2415] configure.ac Makefile.am xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso compilation detects availability of libacl and of Linux listxattr call 2009.01.23.172757 [2416] xorriso/xorrisoburn.c Silenced a FAILURE message with -acl if no image is loaded 23 Jan 2009 [2417] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.23.172757 24 Jan 2009 [2418] xorriso/compile_xorriso.sh Took into respect changed .o file names of libisofs 2009.01.25.141124 [2424] 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 -setfacl, -setfacl_r, new -find action setfacl ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.25.141124 * New option -setfacl, -setfacl_r, new -find action setfacl 25 Jan 2009 [2425] - test/aaip_0_2.h - test/aaip_0_2.c - test/aaip-os-freebsd.c - test/aaip-os-linux.c - test/aaip_0_2_test.c - doc/susp_aaip_0_2.txt AAIP code now resides in libisofs 2009.01.26.173254 [2426] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New macro isoburn_igopt_aaip_susp_1_10 controls writing of AAIP ER and ES 2009.01.26.173606 [2427] xorriso/xorrisoburn.c xorriso/xorriso.1 Gave user control over isoburn_igopt_aaip_susp_1_10 26 Jan 2009 [2428] xorriso/make_xorriso_standalone.sh Including doc/susp_aaip_0_2.txt in xorriso-standalone 2009.01.27.121417 [2432] libisoburn/libisoburn.h Mentioned the need for 64 bit file i/o 2009.01.28.074917 [2434] xorriso/xorrisoburn.c Bug fixes and enhancements about "default" ACL 2009.01.28.114755 [2435] xorriso/xorrisoburn.c Bug fixes and enhancements about "default" ACL ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.28.114755 2009.01.28.190140 [1436] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Made -getfacl file name escaping more similar to shell command behavior 2009.01.29.165339 [2437] xorriso/xorriso.h xorriso/xorriso.c xorriso/xorriso.1 New option -setfacl_list 28 Jan 2009 [2438] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.29.165339 * New option -setfacl_list 29 Jan 2009 [2439] xorriso/xorriso_makefile_am.txt Added aaip-os-dummy.c to xorriso-standalone 2009.01.29.210606 [2440] xorriso/xorrisoburn.c Bug fix: included sys/wait.h rather than wrong wait.h 2009.01.30.145624 [2442] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Followed changes in iso_node_*acl_text API ------------------------------------ cycle - xorriso-0.3.3 - 2009.01.30.200825 2009.01.31.101122 [2443] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Equipped output of lsl with '+' perm if ACL is present 2009.02.02.134346 [2444] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New options -xattr, -getfattr, find -has_xattr, -has_aaip, -exec getfattr 2009.02.02.201124 [2445] xorriso/xorrisoburn.c xorriso/xorriso.1 Enabled restoring of xattr ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.02.201124 * New options -xattr, -getfattr, find -has_xattr, -has_aaip, -exec getfattr 2009.02.03.162440 [2446] Makefile.am xorriso/xorriso_makefile_am.txt Linking with $LIBBURN_ARCH_LIBS to get -lcam on FreeBSD ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.03.162440 2009.02.04.200055 [2449] xorriso/xorrisoburn.c Took into respect eventual resolution of symbolic links 2009.02.04.200653 [2450] configure.ac xorriso/configure_ac.txt Checking for iconv(3) in separate libiconv (e.g. on FreeBSD) 2009.02.07.090104 [2453] xorriso/xorrisoburn.c Correct group permission bits with -acl off and -extract file that has ACL 2009.02.07.142605 [2454] xorriso/xorrisoburn.c Correct group permission bits with -acl off and disk file that has ACL 2009.02.08.132116 [2455] xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h First code for -setfattr (have to fix some ACL problems before going on) 2009.02.08.151354 [2456] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Displaying "+" with lslx if ACL is detected ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.08.151354 ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.09.103308 ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.09.170857 2009.02.09.185940 [2458] xorriso/xorriso.c xorriso/xorrisoburn.c New options -setfattr, -setfattr_r, new find -exec setfattr 10 Feb 2009 [2459] xorriso/xorriso_eng.html Updated xorriso home page 2009.02.10.125831 [2460] xorriso/xorrisoburn.c Closed a memory leak with unreleased IsoImage in boot image inquiry ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.10.195106 12 Feb 2009 [2461] xorriso/convert_man_to_html.sh Adapted html man page generator to textchanges 2009.02.12.110516 [2462] xorriso/xorriso.h xorriso/xorriso.c New -as mkisofs options --acl and --xattr 12 Feb 2009 [2463] xorriso/xorriso.1 Updated xorriso man page 2009.02.13.202539 [2464] xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 xorriso/xorriso_eng.html New option -setfattr_list ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.13.202539 * New -as mkisofs options --acl and --xattr * New option -setfattr_list 2009.02.14.133013 [2465] xorriso/xorriso.c -as mkisofs --acl and --xattr was not properly recognized 2009.02.16.082645 [2466] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 Took into respect ACL and xattr with -compare and -update ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.16.082645 2009.02.17.184231 [2467] xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 xorriso/xorriso_eng.html New option -disk_dev_ino 2009.02.19.123524 [2475] libisoburn/isofs_wrap.c Adapted to removal of Libburn_with_aaiP macro 2009.02.19.123607 [2476] xorriso/xorrisoburn.c Adapted to removal of Libburn_with_aaiP macro 19 Feb 2009 [2477] xorriso/configure_ac.txt Adapted to version leap libisofs-0.6.14 ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.19.123607 * New option -disk_dev_ino accelerates incremental backups 2009.02.19.183707 [2478] xorriso/xorriso_private.h Committing forgotten xorriso_private.h 20 Feb 2009 [2487] xorriso/configure_ac.txt Adapted to version leap libburn-0.6.2 2009.02.25.144045 [2496] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 -disk_dev_ino mode ino_only 2009.02.28.175747 [2502] configure.ac Requiring libisofs-0.6.14 now, libburn-0.6.0 still suffices 2009.02.28.175926 [2503] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API function isoburn_igopt_get_data_start() 2009.02.28.181358 [2504] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -stream_recording mode with start address, "on" is now 32s 2009.02.28.181750 [2505] xorriso/configure_ac.txt Switched standalone version to libisofs-0.6.15 ------------------------------------ cycle - xorriso-0.3.3 - 2009.02.28.181750 01 Mar 2009 [2506] svn copy -m Branching for libisoburn release 0.3.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeFour 2009.03.01.103001 [2507] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/xorriso.1 xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to 0.3.4 1 Mar 2009 [2508] xorriso/changelog.txt Documented changes and release timestamp 1 Mar 2009 [2509] README xorriso/README Correction about libisofs.so version requirement ----------------------------------- release - xorriso-0.3.4 - 2009.03.01.103001 * New option -acl enables ACL import and export * New options -getfacl, -getfacl_r, -setfacl, -setfacl_r, -setfacl_list * New find tests -has_acl, -has_no_acl , new find actions getfacl, setfacl * New option -xattr enables import and export of Extended Attributes * New options -getfattr, -getfattr_r, -setfattr, -setfattr_r, -setfattr_list * New find tests -has_xattr, -has_aaip, new find actions getfattr, setfattr * New -as mkisofs options --acl and --xattr * New option -disk_dev_ino accelerates incremental backups 2009.03.01.113444 [2510] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/xorriso.1 xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to 0.3.5 1 Mar 2009 [2511] xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.3.5 - 2009.03.01.113444 1 Mar 2009 [2512] svn move -m 'Promoted branch to tag' http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeFour http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeFour 2009.03.03.103421 [2517] libisoburn/libisoburn.h isoburn_igopt_get_data_start() @since 0.3.6 because not announced in 0.3.4 2009.03.03.103706 [2518] xorriso/configure_ac.txt Making optional use of statvfs() in sg-dummy ------------------------------------ cycle - xorriso-0.3.5 - 2009.03.03.103706 2009.03.05.121700 [2519] acinclude.m4 Lifted the ban on operating systems other than Linux and FreeBSD ------------------------------------ cycle - xorriso-0.3.5 - 2009.03.05.121700 * Dummy MMC adapter for compilation on systems other than Linux, FreeBSD 2009.03.08.140002 [2521] xorriso/xorriso.c xorriso/xorrisoburn.c test/compare_file.c Reacted on compiler warnings of SchilliX-0.6.7 (based on Solaris 5.11) 2009.03.10.092227 [2523] xorriso/xorrisoburn.c xorriso/xorriso.1 Made -compliance old_rr imply -compliance aaip_susp_1_10 ------------------------------------ cycle - xorriso-0.3.5 - 2009.03.10.092227 2009.03.11.170125 [2524] configure.ac libisoburn/libisoburn.h libisoburn/isoburn.c Requiring libisofs-0.6.16 now 2009.03.11.170236 [2525] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.16 11 Mar 2009 [2526] xorriso/xorriso_eng.html Mentioned bug fixes in libisofs 11 Mar 2009 [2527] xorriso/xorriso.1 Minor changes in xorriso man page ------------------------------------ cycle - xorriso-0.3.5 - 2009.03.11.170236 2009.03.12.141647 [2528] xorriso/xorrisoburn.c xorriso/xorriso.1 Made -compliance old_rr the default 2009.03.13.150731 [2536] xorriso/xorrisoburn.c Defaulting -stream_recording "data" to "100m" 2009.03.13.150838 [2537] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.6.5 2009.03.14.113811 [2539] xorriso/xorriso.c Fixed the inappropriate refusal on paths like /u/test/../.. 2009.03.14.115711 [2540] configure.ac libisoburn/libisoburn.h Requiring libburn-0.6.4 now ------------------------------------ cycle - xorriso-0.3.5 - 2009.03.14.115711 * default of -compliance has been changed to "old_rr", new rule "new_rr" 16 Mar 2009 [2541] svn copy -m "Branching for libisoburn release 0.3.6" \ http://svn.libburnia-project.org/libisoburn/trunk \ http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeSix 2009.03.16.090001 [2542] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.3.6 16 Mar 2009 [2543] xorriso/changelog.txt Documented changes and release timestamp 16 Mar 2009 [2544] configure.ac Adjusted forgotten version number ----------------------------------- release - xorriso-0.3.6 - 2009.03.16.090001 * Dummy MMC adapter for compilation on systems other than Linux, FreeBSD * Default of -compliance has been changed to "old_rr", new rule "new_rr" * New -stream_recording modes with start address or "data". "on" is now 32s. 2009.03.16.112837 [2545] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.3.7 16 Mar 2009 [2546] xorriso/changelog.txt Documented changes and release timestamp 17 Mar 2009 [2548] svn move -m 'Promoted branch to tag' \ http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeSix \ http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeSix ------------------------------------ cycle - xorriso-0.3.7 - 2009.03.16.112837 2009.03.18.103858 [2550] configure.ac acinclude.m4 Makefile.am Get on FreeBSD pkgconfigdir=.../libdata , on Linux and others: .../lib 2009.03.18.104037 [2551] xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt Adapted xorriso-standalone to version leap libisofs-0.6.17 and FreeBSD libdata 18 Mar 2009 [2552] configure.ac Removed useless libisoburn configure options --enable-libacl --enable-xattr 2009.03.19.172806 [2555] xorriso/xorriso.c Unified -status filtering decision 2009.03.20.192910 [2557] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New API functions isoburn_ropt_[sg]et_auto_incharset() 2009.03.20.193334 [2558] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New option -auto_charset based on xattr "isofs.cs" ------------------------------------ cycle - xorriso-0.3.7 - 2009.03.21.131424 * New option -auto_charset based on xattr "isofs.cs" 22 Mar 2009 [2559] xorriso/xorriso.1 Clarification about -auto_charset pitfalls 2009.03.22.090232 [2560] xorriso/xorriso.c xorriso/xorrisoburn.c Stuffed memory leaks on -commit and loading of El Torito records 2009.03.29.164336 [2561] configure.ac Revoked revision 2552. Dynamic xorriso did not get linked with -lacl any more. 2009.03.29.164411 [2562] libisoburn/libisoburn.h libisoburn now demands libisofs-0.6.17 2009.03.29.164703 [2563] xorriso/compile_xorriso.sh xorriso/xorriso_makefile_am.txt Adapted to new libisofs feature iso_file_add_external_filter() 2009.03.29.164931 [2564] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 Experimental -find action -exec set_filter with some hardcoded filter commands 2009.04.02.162530 [2565] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 xorriso/xorriso_eng.html New options -external_filter , -unregister_filter, -set_filter , -set_filter_r ------------------------------------ cycle - xorriso-0.3.7 - 2009.04.02.162530 * New options -external_filter , -unregister_filter, -set_filter , -set_filter_r 2009.04.03.172034 [2566] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Fixed a potential blind spot of 1 second in -disk_dev_ino comparison 2009.04.04.082636 [2567] xorriso/xorrisoburn.c Fixed a bug with the error message about external filters and setuid 2009.04.04.144009 [2568] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New option -close_filter_list 2009.04.04.144241 [2569] configure.ac Makefile.am README xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/compile_xorriso.sh xorriso/README configure options to control availability of external filters in xorriso 2009.04.05.110534 [2570] xorriso/xorriso.c Reporting number of processed filters with -set_filter and -set_filter_r 2009.04.05.110652 [2571] xorriso/xorrisoburn.c Fixed a bug about detection of failure with -set_filter 2009.04.05.131536 [2572] xorriso/xorriso.c Included sys/select.h as prescribed by POSIX and Linux, FreeBSD man pages 2009.04.05.143043 [2573] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorriso.1 New -osirrox mode "banned" 5 Apr 2009 [2574] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.3.7 - 2009.04.05.143043 * New option -close_filter_list * New -osirrox mode "banned" 2009.04.06.100802 [2575] xorriso/xorrisoburn.c xorriso/xorriso.1 Suffix rollback with -set_filter --remove-all-filters 2009.04.06.132007 [2576] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New options -show_stream, -show_stream_r, -exec show_stream 2009.04.06.143109 [2577] xorriso/xorrisoburn.c xorriso/xorriso.1 Changed appearance of -show_stream, fixed bug introduced with rev 2575 2009.04.06.161541 [2578] xorriso/xorrisoburn.c Fixed bug introduced with 2575 ------------------------------------ cycle - xorriso-0.3.7 - 2009.04.06.161541 * New options -show_stream, -show_stream_r, new -find -exec show_stream 2009.04.07.120250 [2579] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -find tests -has_filter, -has_no_filter 2009.04.07.122117 [2580] xorriso/xorriso.c xorriso/xorrisoburn.c Removed some unused old code branches 2009.04.10.102558 [2581] configure.ac Makefile.am xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/compile_xorriso.sh Took into respect optional libz dependency of libisofs 2009.04.10.103130 [2582] xorriso/xorrisoburn.c Introduced builtin filters --zisofs and --zisofs-decode 11 Apr 2009 [2583] xorriso/make_xorriso_standalone.sh Included a copy of doc/zisofs_format.txt in xorriso-standalone 2009.04.11.125331 [2584] xorriso/xorrisoburn.c Adjustments with filter --zisofs-decode 2009.04.11.172644 [2585] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New option -zisofs, builtin filters --zisofs and --zisofs-decode 12 Apr 2009 [2586] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.3.7 - 2009.04.12.142252 * New option -zisofs, builtin filters --zisofs and --zisofs-decode 14 Apr 2009 [2588] README xorriso/README Updated README texts of libisoburn and xorriso 2009.04.14.092306 [2589] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -zisofs option by_magic=on ------------------------------------ cycle - xorriso-0.3.7 - 2009.04.14.092306 2009.04.15.071944 [2590] xorriso/compile_xorriso.sh xorriso/xorriso_makefile_am.txt xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Adopted new libisofs filter module gzip.c, builtin filters --gzip, --gunzip 2009.04.15.185131 [2591] libisoburn/isofs_wrap.c xorriso/xorrisoburn.c Removed dependency on Libisofs_has_auto_input_charseT 2009.04.15.185238 [2592] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.18 now 2009.04.15.185359 [2593] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.18 2009.04.16.145617 [2594] xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt Fixed bugs with rarely used make dist 2009.04.18.090616 [2596][2597] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.19 ------------------------------------ cycle - xorriso-0.3.7 - 2009.04.18.090616 2009.04.18.120001 [2598] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.3.8 18 Apr 2009 [2599][2600] xorriso/xorriso.1 Last minute correction in xorriso man page 18 Apr 2009 [2601] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.3.8 - 2009.04.18.120001 * New options -set_filter , -set_filter_r, -find -exec set_filter * New option -zisofs, builtin filters --zisofs , --gzip , --gunzip * New options -external_filter , -unregister_filter, -close_filter_list, * New options -show_stream, -show_stream_r * New -osirrox mode "banned" * New option -auto_charset based on xattr "isofs.cs" 2009.04.18.150555 [2602] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.3.9 18 Apr 2009 [2603] xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.3.9 - 2009.04.18.150555 19 Apr 2009 [2608] svn move -m 'Promoted branch to tag' \ http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeEight \ http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeEight 2009.04.21.173600 [2612] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Enhanced -find testing by operators -not, -or, -and, (, ), -if, -else, -endif 2009.04.21.184214 [2613] xorriso/xorriso.c Allowed implicit -and operator with -not, -if and -sub 22 Apr 2009 [2614] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.3.9 - 2009.04.21.184214 * Operators with option -find : -not, -or, -and, (, ), -if, -then, -else 2009.04.22.173603 [2615] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/burn_wrap.c New API call isoburn_toc_track_get_emul() 2009.04.22.173648 [2616] xorriso/xorrisoburn.c Made use of new libisoburn call to accelerate option -toc for large TOC 2009.04.23.103301 [2617] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -find tests -wholename, -prune 2009.04.25.160022 [2618] libisoburn/burn_wrap.c Used isoburn_toc_track_get_emul() in isoburn_set_msc1() 2009.04.25.162210 [2619] xorriso/xorrisoburn.c Moved call of isoburn_set_msgs_submit() to Xorriso_startup_libraries() 2009.04.25.162858 [2620] libisoburn/burn_wrap.c Issueing pacifier messages from within isoburn_set_msc1() ------------------------------------ cycle - xorriso-0.3.9 - 2009.04.25.162858 * New -find tests -wholename, -prune 2009.05.06.173600 [2626] xorriso/xorrisoburn.c Bug fix: SIGSEGV with option -status and no search string 2009.05.06.174222 [2627] xorriso/xorrisoburn.c Bug fix: -load volid did not perform pattern search 2009.05.08.073642 [2638] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.6.7 2009.05.09.201241 [2639] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New API options isoburn_ropt_noino and isoburn_igopt_hardlinks 2009.05.09.201742 [2640] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New option -hardlinks 2009.05.14.082045 [2641] xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Enhanced option -extract_cut for handling filtered files 2009.05.16.165616 [2642] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c LBA sorted processing of -compare_r and -update_r for smoother MMC reading 2009.05.16.165940 [2643] xorriso/xorrisoburn.c Disabled use of iso_tree_add_new_symlink() in favor of iso_tree_add_new_node() 2009.05.17.115101 [2644] xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New pseudo test with -find : -sort_lba which is actually an option 2009.05.26.140055 [2647] xorriso/xorrisoburn.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Enabled -hardlinks for options -extract, -extract_l and -cp*x 2009.05.26.142912 [2648] xorriso/xorriso.c Revoked LBA sorted reading with -compare_r. It was ugly. ------------------------------------ cycle - xorriso-0.3.9 - 2009.05.26.172355 Bug fix: SIGSEGV with option -status and no search string Bug fix: -load volid did not perform pattern search New option -hardlinks Improved reading performance with -update_r and -extract 2009.05.29.110831 [2649] xorriso/xorriso.c xorriso/xorriso.1 xorriso/xorriso_eng.html New option -for_backup as shortcut for -acl -xattr -hardlinks 2009.05.29.162300 [2650] xorriso/xorrisoburn.c Avoided unnecessary sorting during -extract 2009.05.30.161808 [2561] xorriso/xorriso.c Avoided unconditional output of -hardlinks with option -status 2009.05.31.100140 [2652] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.20 now 2009.05.31.100315 [2653] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.20 2009.05.31.185819 [2654] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.21 13 Jun 2009 [2668] xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh Removed xorriso.pc.in from xorriso-standalone tarball 2009.06.15.121525 [2670] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 With -update_r : detecting hardlink splits and fusions on disk 2009.06.20.063853 [2671] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Wider scope of hardlink reconstruction with extract operations 2009.06.22.112850 [2672] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 Gave up risky direct update of hardlink siblings 2009.06.23.065744 [2673] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c + xorriso/makefile_libxorriso_am.txt Introduced alternative Makefile.am for libxorriso production 2009.06.23.070934 [2674] xorriso/xorriso_private.h Added missing function declaration 2009.06.23.123147 [2675] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c Removed from xorriso main() any dependency on non-API features 2009.06.23.133210 [2676] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c Rough test for compile time and run time libxorriso version mismatches 2009.06.23.164351 [2677] xorriso/xorriso.c xorriso/xorrisoburn.c Deprecated -hardlinks modes "start_update", "end_update" for "perform_update" 23 Jun 2009 [2678] xorriso/xorriso.1 Updated xorriso man page 2009.06.24.133521 [2679] xorriso/xorriso.c Reverted order of memorized hardlink update parameters 2009.06.25.125048 [2680] libisoburn/burn_wrap.c Bug fix: Copies of overwriteable media onto sequential were mistaken in ROM drives 2009.06.27.112408 [2681] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 With -extract : made hardlink registration combinable with sort_lba ------------------------------------ cycle - xorriso-0.3.9 - 2009.06.27.112408 New option -for_backup as shortcut for -acl -xattr -hardlinks Bug fix: Copies of overwriteable media on sequential were mistaken in ROM drives 28 Jun 2009 [2681] svn copy -m "Branching for libisoburn release 0.4.0" \ http://svn.libburnia-project.org/libisoburn/trunk \ http://svn.libburnia-project.org/libisoburn/branches/ZeroFourZero 2009.06.28.090001 [2683] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.0 28 Jun 2009 [2684] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.4.0 - 2009.06.28.090001 * New option -hardlinks * Improved reading performance with -update_r and -extract * New option -for_backup as shortcut for -acl -xattr -hardlinks * Operators with option -find : -not, -or, -and, (, ), -if, -then, -else * New -find tests -wholename, -prune * Bug fix: SIGSEGV with option -status and no search string * Bug fix: -load volid did not perform pattern search * Bug fix: Copies of overwriteable media on sequential were mistaken in ROM drives 2009.06.28.100124 [2685] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.1 28 Jun 2009 [2686] xorriso/changelog.txt Documented changes and release timestamp 28 Jun 2009 [2687] svn move -m 'Promoted branch to tag' \ http://svn.libburnia-project.org/libisoburn/branches/ZeroFourZero \ http://svn.libburnia-project.org/libisoburn/tags/ZeroFourZero ------------------------------------ cycle - xorriso-0.4.1 - 2009.06.28.100124 2009.06.30.120311 [2688] configure.ac xorriso/configure_ac.txt Provisory patch on ticket 152: GNU libiconv needs -liconv but offers no iconv() 2009.06.30.154606 [2689] xorriso/xorriso.c Bug fix: Ticket 149, one byte overflow of local variable. 2009.07.07.175748 [2690] configure.ac xorriso/configure_ac.txt Aligned configure --help texts provided by own code in configure.ac 2009.07.07.193955 [2693] acinclude.m4 configure.ac xorriso/configure_ac.txt configure options --enable-libdir-pkgconfig and --enable-pkgconfig-path=DIR 2009.07.14.134423 [2701] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.6.9 2009.07.19.214008 [2703] xorriso/xorriso.c Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more ------------------------------------ cycle - xorriso-0.4.1 - 2009.07.19.214008 Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more ------------------------------ release - xorriso-0.4.0.pl01 - 2009.07.20.060001 Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more 23 Jul 2009 [2704] xorriso/xorriso.1 More emphasis on early use of -hardlinks, -acl, -xattr etc. 2009.07.23.103339 [2705] xorriso/compile_xorriso.sh xorriso/xorriso_makefile_am.txt Adopted new libisofs source module md5.[cho] 2009.07.23.103728 [2706] xorriso/xorriso.c xorriso/xorrisoburn.c Showing a better link count with -hardlinks on -lsl 2009.07.25.181857 [2707] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso_eng.html Updating sorted link array before usage after image manipulations ------------------------------------ cycle - xorriso-0.4.1 - 2009.07.25.181857 Options -lsl and lsdl now display correct link counts if -hardlinks is on 2009.08.03.075954 [2708] xorriso/xorrisoburn.c Bug fix: Use of freed memory with -hardlinks on and -update 03 Aug 2009 [2709] xorriso/xorriso.1 Hints about -hardlinks and file content filtering 2009.08.10.123146 [2710] xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New find actions get_md5, get_any_xattr, test -has_any_xattr 2009.08.10.192240 [2711] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New write options session_md5, file_md5, read option nomd5 2009.08.10.193843 [2712] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New option -md5, new -as mkisofs option --md5 2009.08.10.194416 [2713] xorriso/xorriso.h xorriso/xorrisoburn.h Missing changes in rev 2710 and 2712 2009.08.11.194836 [2714] configure.ac libisoburn/libisoburn.h Requiring at least libisofs-0.6.21 now 2009.08.11.194836 [2715] xorriso/xorriso_private.h xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New options -check_md5, -check_md5_r, find action check_md5, test -has_md5 2009.08.12.130401 [2716] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Completed find action check_md5 2009.08.12.202423 [2717] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 Checking MD5 of whole session with -check_md5 and empty path list 2009.08.13.203718 [2718] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Better reaction wich -check_md5 if no MD5 array is loaded 2009.08.14.102355 [2719] xorriso/xorriso.c xorriso/xorrisoburn.c More timely abort of find jobs if the result pager gets aborted 2009.08.14.211648 [2720] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorriso.1 Letting -check_media look for session checksum tags 2009.08.15.173403 [2724] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso.1 Introduced -check_media event= for mismatch events 2009.08.16.200906 [2725] xorriso/xorriso.c xorriso/xorrisoburn.c Adapted to a change in iso_util_decode_md5_tag() 2009.08.17.162456 [2726] libisoburn/burn_wrap.c Giving overwriteable media a single-session toc with isoburn_drive_aquire(bit4) 2009.08.17.162834 [2727] xorriso/xorrisoburn.c -check_media recognizes relocated 64kB superblock tag and hops over session gaps 2009.08.18.173453 [2728] xorriso/xorrisoburn.c Making use of new API call iso_md5_match() and adapted to MD5 image mismatches 2009.08.18.191013 [2729] xorriso/xorriso.c xorriso/xorriso.1 Included -md5 on with option -for_backup ------------------------------------ cycle - xorriso-0.4.1 - 2009.08.18.191013 New option -md5, new -as mkisofs option --md5 New options -check_md5, -check_md5_r New find actions check_md5 get_md5, get_any_xattr New find tests -has_md5, -has_any_xattr libisoburn: New write options session_md5, file_md5, read option nomd5 2009.08.19.180632 [2730] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c Adapted to enhanced iso_write_opts_set_record_md5() 2009.08.19.180842 [2731] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -md5 mode "all" 19 Aug 2009 [2732] xorriso/xorriso_eng.html Corrections with xorriso web page 2009.08.20.204309 [2733] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 Made -compare and -update work with recorded MD5 sums 2009.08.22.184241 [2734] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New -find action make_md5 to equip files from old images with MD5 2009.08.24.182839 [2738] configure.ac libisoburn/libisoburn.h Demanding libburn-0.6.9 now 2009.08.24.183750 [2739] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New option -calm_drive 2009.08.25.191217 [2741] xorriso/xorrisoburn.c More timely report of library messages with -check_md5 2009.08.25.191325 [2742] xorriso/xorriso.1 Updated incremental backup example 2009.08.25.191433 [2743] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.22 now 2009.08.25.191543 [2744] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.23 ------------------------------------ cycle - xorriso-0.4.1 - 2009.08.25.191543 Options -compare, -compare_r, -update, update_r now can use recorded MD5 New -find action make_md5 to equip files from old images with MD5 New option -calm_drive 2009.08.27.175608 [2752] xorriso/xorriso.c Updated helptext about -find actions, new -as mkisofs option --for_backup 2009.08.27.175719 [2753] libisoburn/libisoburn.h configure.ac Requiring libburn-0.7.0 now 2009.08.27.175806 [2754] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.7.1 2009.08.28.100829 [2756] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New option -list_profiles 2009.08.28.101405 [2757] xorriso/xorriso.c Forgot to store before committing 2009.08.28.101716 [2758] xorriso/xorriso_private.h Forgot to commit xorriso_private.h 2009.08.28.112825 [2759] xorriso/xorrisoburn.c Small correction with reporting profile "Removable disk" ------------------------------------ cycle - xorriso-0.4.1 - 2009.08.28.112825 New option -list_profiles 29 Aug 2009 [2760] svn copy -m "Branching for libisoburn release 0.4.2" http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFourTwo 2009.08.29.143001 [2761] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.2 29 Aug 2009 [2762] xorriso/xorriso.1 Some updates and corrections in xorriso man page 29 Aug 2009 [2765] xorriso/changelog.txt Document changes and release timestamp ----------------------------------- release - xorriso-0.4.2 - 2009.08.29.143001 * libisoburn: New write options session_md5, file_md5, file_stability * libisoburn: New read option nomd5 * Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more * Options -lsl and lsdl now display correct link counts if -hardlinks is on * New option -md5, new -as mkisofs option --md5 * New options -check_md5, -check_md5_r * New find actions check_md5 get_md5, get_any_xattr * New find tests -has_md5, -has_any_xattr * Options -compare, -compare_r, -update, update_r now can use recorded MD5 * New -find action make_md5 to equip files from old images with MD5 * New option -calm_drive * New option -list_profiles 29 Aug 2009 [2763] xorriso/xorriso.1 Some updates and corrections in xorriso man page 2009.08.29.180146 [2764] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.3 29 Aug 2009 [2766] xorriso/changelog.txt Documented changes and release timestamp 30 Aug 2009 [2767] move -m 'Promoted branch to tag' http://svn.libburnia-project.org/libisoburn/branches/ZeroFourTwo http://svn.libburnia-project.org/libisoburn/tags/ZeroFourTwo ------------------------------------ cycle - xorriso-0.4.3 - 2009.08.29.180146 31 Aug 2009 [2768] xorriso/make_xorriso_standalone.sh Added libisofs/doc/checksums.txt to xorriso standalone tarball 2009.08.31.162746 [2769] xorriso/xorriso.c Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet 31 Aug 2009 [2770] configure.ac Requiring libisofs-0.6.23 now 2009.08.31.210528 [2771] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API call iso_write_opts_set_scdbackup_tag() 2009.08.31.211005 [2772] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New option -scdbackup_tag 2009.09.01.110102 [2776] xorriso/compile_xorriso.sh xorriso/xorriso_makefile_am.txt Removed libburn/lec.c from xorriso standalone and development scripts ------------------------------------ cycle - xorriso-0.4.3 - 2009.09.01.110102 * Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet * New option -scdbackup_tag 2009.09.06.094209 [2796] configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.1 now 2009.09.06.112851 [2798] xorriso/xorrisoburn.c Reporting "Media product:" with xorriso option -toc 2009.09.06.144813 [2799] xorriso/xorrisoburn.c Reporting media product info with -as cdrecord -atip 2009.09.07.161247 [2800] xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Avoided to use MD5 on filtered streams with compare and update ------------------------------------ cycle - xorriso-0.4.3 - 2009.09.07.161247 * Option -toc now reports "Media product:" 2009.09.13.095136 [2811] libisoburn/burn_wrap.c xorriso/xorrisoburn.c Eventually truncate stdio: track size to file size and issue warning 2009.09.16.162424 [2812] xorriso/xorriso.h xorriso/xorriso.c Avoiding a potential memory leak in xorriso main() 2009.09.17.144453 [2813] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c Expanded new API call isoburn_igopt_set_scdbackup_tag 2009.09.17.144849 [2814] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Changing new option -scdbackup_tag 2009.09.19.161026 [2817] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -osirrox sub-options o_excl_on/off. Program osirrox starts with o_excl_off. 2009.09.20.092811 [2818] xorriso/xorriso.c xorriso/xorrisoburn.c Bug fix: Corrected handling of -as cdrecord -mode2, -xa, -xa2, -xa2, -xamix, xorrisofs -help, xorrecord -help 2009.09.20.110715 [2819] xorriso/xorriso.c xorriso/xorrisoburn.c Adjusted xorriso -as cdrecord fifo chunk size to -xa1 ------------------------------------ cycle - xorriso-0.4.3 - 2009.09.20.110715 * Bug fix: With -as cdrecord : -xa1 and -xamix were ignored although they do matter * Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help 2009.09.22.143534 [2821] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Bug fix: -cut_out deleted previously cut-out pieces of the same file ------------------------------------ cycle - xorriso-0.4.3 - 2009.09.22.143534 * Bug fix: -cut_out deleted previously cut-out pieces of the same file 2009.09.27.080401 [2827] xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 Narrowed rules for recognizing split file parts 2009.09.28.173322 [2828] xorriso/xorrisoburn.c xorriso/xorriso.1 Restricted split part recognition to directories with a complete part set 2009.09.30.092640 [2829] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -check_media sub options bad_limit=, slow_limit=, chunk_size= ------------------------------------ cycle - xorriso-0.4.3 - 2009.09.30.092640 2009.10.05.165632 [2831] libisoburn/isofs_wrap.c libisoburn/burn_wrap.c Avoided FAILURE event with welcoming empty disk files 2009.10.05.172143 [2832] xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New option -pvd_info 2009.10.05.183619 [2833] xorriso/xorrisoburn.c Adjusted -pvd_info to the peculiarities of -volid 2009.10.05.190215 [2834] xorriso/xorrisoburn.c Added code to xorriso for repairing "_" in all three PVD id file names ------------------------------------ cycle - xorriso-0.4.3 - 2009.10.05.190215 * New option -pvd_info 2009.10.06.071704 [2835] xorriso/xorrisoburn.c Made sure that -pvd_info reports the actual PVD address 2009.10.07.072645 [2836] libisoburn/isofs_wrap.c Declared as closed those media which have read errors in the first 64 kB 2009.10.07.075634 [2837] libisoburn/libisoburn.h libisoburn/burn_wrap.c New bit7 with isoburn_drive_aquire(): pretend read-only 2009.10.07.080042 [2838] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -rom_toc_scan sub option "force" to get DVD/BD table-of-content on Solaris ------------------------------------ cycle - xorriso-0.4.3 - 2009.10.07.080042 2009.10.07.124047 [2839] xorriso/xorriso.c xorriso/xorrisoburn.c Aligned sessions on overwriteables to full 32 blocks 2009.10.07.140521 [2840] libisoburn/burn_wrap.c Avoided FATAL event with -rom_toc_scan force and non-ISO media 2009.10.07.180552 [2841] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New options -system_id , -volset_id ------------------------------------ cycle - xorriso-0.4.3 - 2009.10.07.180552 * New options -system_id , -volset_id * Bug fix libisofs: Filenames could lose blanks during a multi-session cycle ------------------------------- patch - xorriso-0.4.2.pl02 - 2009.10.08.080001 * Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet * Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help * Bug fix libisofs: Filenames could lose blanks during a multi-session cycle 2009.10.08.155605 [2845] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.24 now 2009.10.08.155749 [2846] xorriso/configure_ac.txt xorriso/xorriso_eng.html Adapted xorriso-standalone to version leap libisofs-0.6.25 2009.10.10.142353 [2851] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 xorriso/xorriso_eng.html New option -mount_opts 2009.10.11.141528 [2852] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c Made -application_id, -publisher, -system_id, -volset_id pending image changes 2009.10.11.141815 [2853] xorriso/xorriso.c Changed FreeBSD mount command to mount_cd9660 2009.10.14.114830 [2862] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.7.3 2009.10.14.115223 [2863] README xorriso/README configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.2 now ------------------------------------ cycle - xorriso-0.4.3 - 2009.10.14.115223 * New option -mount_opts 2009.10.17.191225 [2866] xorriso/compile_xorriso.sh xorriso/xorriso_makefile_am.txt Added libburn/ecma130ab.[cho] to xorriso standalone and development scripts 2009.10.22.155746 [2869] xorriso/xorrisoburn.c Added a "NOT READBLE" result line to -check_md5 22 Oct 2009 [2870] xorriso/xorriso.1 Added man page example: Burn an existing ISO image file to media 27 Oct 2009 [2873] xorriso/xorriso.1 Adjustments of xorriso man page 27 Oct 2009 [2874] svn copy -m "Branching for libisoburn release 0.4.4" \ http://svn.libburnia-project.org/libisoburn/trunk \ http://svn.libburnia-project.org/libisoburn/branches/ZeroFourFour 2009.10.27.153001 [2875] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.4 27 Oct 2009 [2876] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.4.4 - 2009.10.27.153001 * Bug fix: -cut_out deleted previously cut-out pieces of the same file * Bug fix libisofs: Filenames could lose blanks during a multi-session cycle * Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet * Bug fix: With -as cdrecord : -xa1 and -xamix were ignored although they do matter * Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help * New option -pvd_info * Option -toc now reports "Media product:" * New options -system_id , -volset_id * New option -mount_opts * New option -scdbackup_tag 2009.10.27.205410 [2877] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.5 28 Oct 2009 [2878] xorriso/changelog.txt Documented changes and release timestamp 28 Oct 2009 [2879] svn move -m "Promoted branch to tag" http://svn.libburnia-project.org/libisoburn/branches/ZeroFourFour http://svn.libburnia-project.org/libisoburn/tags/ZeroFourFour ------------------------------------ cycle - xorriso-0.4.5 - 2009.10.27.205410 2009.11.12.204523 [2897] xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New -calm_drive mode "revoke" ------------------------------- patch - xorriso-0.4.4.pl01 - 2009.11.13.120001 * libburn: Workaround for Pioneer DVR-216D which got stuck on DVD-R burns * libburn: Workaround for Pioneer DVR-216D refusal to eject 2009.11.17.123150 [2909] configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.3 now 2009.11.17.134239 [2910] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.1 New options -dvd_obs and -stdio_sync 2009.11.17.142447 [2911] configure.ac Makefile.am xorriso/configure_ac.txt xorriso/makefile_libxorriso_am.txt New configure option --enable-dvd-obs-64k ------------------------------------ cycle - xorriso-0.4.5 - 2009.11.17.142447 * New options -dvd_obs and -stdio_sync * New configure option --enable-dvd-obs-64k 2009.11.28.123903 [2927] xorriso/xorrisoburn.c Made use of burn_fifo_source_new() flag bit0 and of burn_os_open_track_src() 2009.11.28.124241 [2928] README xorriso/README xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt New configure option --enable-track-src-odirect ------------------------------------ cycle - xorriso-0.4.5 - 2009.11.28.124241 ------------------------------------ cycle - xorriso-0.4.5 - 2009.12.05.141523 * Bug fix: SIGSEGV with option -toc on LG GH22LS30 07 Dec 2009 [2944] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.7.5 2009.12.07.082130 [2945] README xorriso/README configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.4 now 08 Dec 2009 [2947] svn copy -m Branching for libisoburn release 0.4.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFourSix 2009.12.08.130001 [2948] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.6 08 Dec 2009 [2949] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.4.6 - 2009.12.08.130001 * libburn: Bug fix: SIGSEGV from NULL pointer with option -toc on LG GH22LS30 * libburn: Workaround for Pioneer DVR-216D which got stuck on DVD-R burns * libburn: Workaround for Pioneer DVR-216D refusal to eject * New options -dvd_obs and -stdio_sync * New configure option --enable-dvd-obs-64k 2009.12.08.144237 [2950] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.7 08 Dec 2009 [2961] xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.4.7 - 2009.12.08.144237 2009.12.10.120734 [2953] xorriso/xorrisoburn.c Silenced harmless compiler warning of FreeBSD 6.3 10 Dec 2009 [2954] xorriso/configure_ac.txt Corrected a harmless name error in xorriso standalone configuration 2009.12.14.121636 [2955] xorriso/xorriso.c Mentioned stream_recording=number in helptext of xorriso -as cdrecord 2009.12.26.224409 [2977] configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.5 now 2009.12.26.231134 [2978] xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/xorrisoburn.c Made xorriso-standalone aware of libcdio system adaptor 2009.12.27.095045 [2980] xorriso/xorrisoburn.c Reporting system adapter id with xorriso -version 2009.12.30.163643 [2989] xorriso/xorriso.c Handling -mount on Debian kfreebsd like on FreeBSD 2009.12.31.114951 [2991] xorriso/xorrisoburn.c Changed report title "System adapter" to "libburn OS adapter" 2009.12.31.142331 [2992] xorriso/xorriso.c Reacted on compiler warning of Debian buildd 2009.12.31.144342 [2993] libisoburn/libisoburn.h Reacted on doxygen errors of Debian buildd 2010.01.01.124622 [2996] libisoburn/isoburn.c xorriso/xorriso.c xorriso/xorrisoburn.c Reacted on compiler warnings of Debian kfreebsd-amd64 buildd 2010.01.01.125742 [2997] libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Do not believe libburn if it says a role 2 drive is empty 2010.01.01.130215 [2998] README COPYRIGHT libisoburn/data_source.c xorriso/README xorriso/compile_xorriso.sh xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h Updated copyright marks to 2010 01 Jan 2010 [2999] xorriso/xorriso.1 Removed a stray option argument from xorriso man page 01 Jan 2010 [3000] xorriso/xorriso_eng.html Updated xorriso homepage ------------------------------------ cycle - xorriso-0.4.7 - 2010.01.01.130215 * New configure option --enable-libcdio for system adapter to libcdio-0.83git 2010.01.07.090517 [3003] configure.ac xorriso/configure_ac.txt Changed configure test for zlib from compress2() to compressBound() 2010.01.11.113303 [3007] libisoburn/isofs_wrap.c Re-enabled recognition of missing or empty disk files as blank drive (rev 2997) 2010.01.11.113457 [3008] xorriso/xorrisoburn.c Changed a comment in xorrisoburn.c 2010.01.17.145019 [3020] libisoburn/burn_wrap.c Bug fix: xorriso did not blank CD-RW with images that were prepared on hard disk 2010.01.17.145139 [3021] xorriso/xorrisoburn.c Made xorriso issue a filure message if blanking was not successful 2010.01.17.145751 [3022] configure.ac Fixed a bug in configure.ac introduced with rev 3003 2010.01.19.133712 [3023] xorriso/xorrisoburn.c Avoided SORRY event for missing disk file during hardlink update 2010.01.20.105755 [3025] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.26 now 2010.01.20.105928 [3026] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.27 20 Jan 2010 [3027] xorriso/xorriso_eng.html Updated xorriso webpage ------------------------------------ cycle - xorriso-0.4.7 - 2010.01.20.105928 * Bug fix: xorriso did not blank CD-RW with images that were prepared on hard disk 2010.01.23.153510 [3039] README xorriso/README configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.6 now 2010.01.23.153601 [3040] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.7.7 25 Jan 2010 [3041] svn copy -m Branching for libisoburn release 0.4.8 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFourEight 2010.01.25.120001 [3042] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.8 25 Jan 2010 [3043] xorriso/xorriso_private.h test/compare_file.c Lifted ban to derive GPLv3, extended copyright range to 2010 25 Jan 2010 [3045] configure.ac Corrected wrong micro version number 25 Jan 2010 [3048] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.4.8 - 2010.01.25.120001 * Bug fix: xorriso did not blank CD-RW with images that were prepared on hard disk * New configure option --enable-libcdio for system adapter to libcdio-0.83git 2010.01.25.142705 [3046] configure.ac README libisoburn/libisoburn.h xorriso/README xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.4.9 25 Jan 2010 [3047] xorriso/xorriso_private.h test/compare_file.c Lifted ban to derive GPLv3, extended copyright range to 2010 25 Jan 2010 [3049] ([3044]) xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.4.9 - 2010.01.25.142705 25 Jan 2010 [3050] move -m Promoted branch to tag \ http://svn.libburnia-project.org/libisoburn/branches/ZeroFourEight \ http://svn.libburnia-project.org/libisoburn/tags/ZeroFourEight 27 Jan 2010 [3051] README Changed leftover text which disallowed GPLv3 04 Feb 2010 [3052] xorriso/xorriso.1 Small corrections in xorriso man page 2010.02.04.082710 [3053] acinclude.m4 configure.ac xorriso/configure_ac.txt Forcing use of /usr/local on FreeBSD by LDFLAGS and CPPFLAGS 2010.02.08.110814 [3055] xorriso/xorrisoburn.c Removed surplus quotes from an error message 8 Feb 2010 [3056] svn move -m 'Marked libisofs SVN copy as outdated (use bzr on lp)' http://svn.libburnia-project.org/libisofs http://svn.libburnia-project.org/libisofs_outdated 2010.02.10.150252 [3057] README Updated license statement about our legal view and future licenses 2010.02.10.150501 [3058] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.28 now 2010.02.10.150547 [3059] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.29 10 Feb 2010 [3060] xorriso/xorriso_eng.html Updated xorriso web page ------------------------------------ cycle - xorriso-0.4.9 - 2010.02.10.150547 Bug fix: Regression in libisofs introduced with xorriso-0.4.2 in August 2009: -boot_image could lead to SIGSEGV 12 Feb 2010 [3061] xorriso/README Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+ svn move -m 'Renamed xorriso/README to xorriso/README_gnu_xorriso' \ xorriso/README xorriso/README_gnu_xorriso 2010.02.12.153945 [3062] xorriso/xorriso.c xorriso/make_xorriso_standalone.sh xorriso/README_gnu_xorriso + xorriso/COPYING_gnu_xorriso xorriso/xorriso_eng.html Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+ 2010.02.12.213121 [3065] xorriso/xorriso.1 libisoburn/libisoburn.h xorriso/xorriso_eng.html Changed docs and comments to "GNU/Linux" where appropriate ------------------------------------ cycle - xorriso-0.4.9 - 2010.02.12.213121 2010.02.14.151045 [3067] README COPYRIGHT libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/data_source.c libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Added or adjusted copyright and license statements in single files 2010.02.14.151610 [3068] xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/xorriso.1 xorriso/xorriso_eng.html + xorriso/AUTHORS_gnu_xorriso + xorriso/COPYRIGHT_gnu_xorriso Added or adjusted copyright and license statements in single files 2010.02.14.172124 [3070] README xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt Excluded unused libburn source module crc.c from GNU xorriso tarball 2010.02.15.204530 [3072] xorriso/xorriso_eng.html Adjustments with web page of GNU xorriso ------------------------------------ cycle - xorriso-0.4.9 - 2010.02.15.204530 2010.02.17.140002 [3074] xorriso/xorriso.c Bug fix for FreeBSD: xorriso could leave the drive tray locked 2010.02.18.125019 [3076] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.1 New option -scsi_log 2010.02.19.172125 [3077] xorriso/xorrisoburn.c Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file 19 Feb 2010 [3078] [3079] xorriso/xorriso_eng.html Adjustments with web page of GNU xorriso ------------------------------------ cycle - xorriso-0.4.9 - 2010.02.19.172125 Bug fix on FreeBSD: xorriso could leave the drive tray locked Bug fix on FreeBSD: Piped input was falsely attributed a small fixed size Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file New option -scsi_log 22 Feb 2010 [3081] xorriso/README_gnu_xorriso xorriso/xorriso_eng.html Mentioned bug-xorriso@gnu.org as a contact address for GNU xorriso 2010.02.22.195623 [3082] xorriso/make_xorriso_standalone.sh xorriso/xorriso.h xorriso/xorriso.c Changed versioning and tarball name to match unpack directory name 22 Feb 2010 [3083] svn copy -m Branching for libisoburn release 0.5.0 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveZero 2010.02.22.213001 [3084] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.0 22 Feb 2010 [3085] Makefile.am Delivering xorriso/README_gnu_xorriso with libisoburn 22 Feb 2010 [3086] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.5.0 - 2010.02.22.213001 Bug fix: Regression in libisofs introduced with xorriso-0.4.2 in August 2009: -boot_image could lead to SIGSEGV Bug fix on FreeBSD: xorriso could leave the drive tray locked Bug fix on FreeBSD: Piped input was falsely attributed a small fixed size Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file New option -scsi_log 2010.02.23.093924 [3087] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.1 23 Feb 2010 [3088] Makefile.am Delivering xorriso/README_gnu_xorriso with libisoburn 23 Feb 2010 [3089] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveZero http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveZero ------------------------------------ cycle - xorriso-0.5.1 - 2010.02.23.093924 28 Feb 2010 [3094] xorriso/make_xorriso_standalone.sh Adjusted patcher of Makefile.in for GNU xorriso 28 Feb 2010 [3095] xorriso/xorriso.1 Corrected spelling errors in xorriso man page 2010.03.09.065117 [3109] libisoburn/libisoburn.h Requiring libburn-0.7.7 now 2010.03.09.065408 [3110] xorriso/xorriso_private.h xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.c Adapted xorriso signal handling to new libburn advise 2010.03.10.183348 [3121] configure.ac libisoburn/libisoburn.h Requiring libburn-0.7.8 now 2010.03.10.183426 [3122] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libburn-0.7.9 2010.03.18.101202 [3125] Makefile.am xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh + xorriso/xorriso.texi + xorriso/xorriso.info + xorriso/make_xorriso_1.c + xorriso/make_docs.sh xorriso/xorriso.1 xorriso/convert_man_to_html.sh Switched xorriso documentation to a hybrid of texinfo and man page ------------------------------------ cycle - xorriso-0.5.1 - 2010.03.18.101202 * xorriso documentation now also available in (tex)info format 2010.03.20.165317 [3126] xorriso/make_docs.sh xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/convert_man_to_html.sh Restructured xorriso documentation and added index 2010.03.21.124435 [3127] Makefile.am xorriso/xorriso_makefile_am.txt xorriso/xorriso.texi xorriso/xorriso.info Distributing and installing xorriso.info 2010.03.21.124517 [3128] libisoburn/burn_wrap.c Silenced a harmless compiler warning 22 Mar 2010 [3129] xorriso/xorriso.texi Changed global info dir entry of xorriso.texi 22 Mar 2010 [3130] xorriso/xorriso.info Changed global info dir entry of xorriso.info 2010.03.29.103419 [3136] libisoburn/burn_wrap.c Avoided to declare empty tray as written media 2010.03.29.103533 [3137] xorriso/xorrisoburn.c Better handling of empty tray when aquiring drive ------------------------------------ cycle - xorriso-0.5.1 - 2010.03.29.103533 29 Mar 2010 [3138] svn copy -m Branching for libisoburn release 0.5.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveTwo 2010.03.29.190001 [3139] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.2 30 Mar 2010 [3141] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.5.2 - 2010.03.29.190001 * xorriso documentation now also available in (tex)info format * Prepared FreeBSD system adapter to work with ahci driver 2010.03.30.082405 [3140] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.3 30 Mar 2010 [3142] xorriso/changelog.txt Documented changes and release timestamp 30 Mar 2010 [3143] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveTwo http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveTwo ------------------------------------ cycle - xorriso-0.5.3 - 2010.03.30.082405 2010.04.01.140653 [3144] libisoburn/burn_wrap.c libisoburn refused to recognize ISO images smaller than 64 kB 2010.04.01.140653 [3145] xorriso/xorriso.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Disabled isohybrid MBR production on request of H. Peter Anvin 2010.04.05.192817 [3147] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.29 now 2010.04.06.125013 [3148] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API call isoburn_igopt_set_system_area() 2010.04.06.151750 [3149] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -as mkisofs options -G and --protective-msdos-label for GRUB 2010.04.06.192328 [3150] xorriso/xorriso.c xorriso/xorriso_eng.html Polishing of new GRUB supporting features ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.06.192328 * New API call isoburn_igopt_set_system_area() * New -as mkisofs options -G and --protective-msdos-label for GRUB 2010.04.07.073024 [3151] libisoburn/burn_wrap.c Fixed image reading bug introduced with revision 3144 ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.07.073024 2010.04.07.202148 [3152] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API call isoburn_igopt_set_pvd_times() 2010.04.07.202559 [3153] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date= 2010.04.08.185744 [3154] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New find action mkisofs_r and emulation -as mkisofs -r ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.08.185744 * New API call isoburn_igopt_set_pvd_times() * New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date= * New find action mkisofs_r and emulation -as mkisofs -r 2010.04.09.171108 [3164] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libburn-0.8.1 2010.04.10.150747 [3165] configure.ac xorriso/configure_ac.txt Trying to avoid iconv const warning and multiple -liconv options on FreeBSD 2010.04.10.170927 [3166] libisoburn/libisoburn.h libisoburn/isoburn.c New options bit1 of isoburn_igopt_set_system_area() for isohybrid production 2010.04.10.171214 [3167] xorriso/xorriso.c xorriso/xorrisoburn.c New -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr 2010.04.10.180103 [3168] xorriso/xorriso.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Updated help text and documentation ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.10.180103 * New options bit1 of isoburn_igopt_set_system_area() for isohybrid production * New: -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr 2010.04.11.120902 [3169] xorriso/xorriso.c test/compare_file.c Reacted on compiler warnings of cygwin 2010.04.11.121002 [3170] xorriso/xorrisoburn.c Avoided printing of possibly uninitialized integer 2010.04.11.121418 [3171] acinclude.m4 xorriso/configure_ac.txt Realistic iconv() linking test in ./configure with eventual abort 2010.04.11.122253 [3172] xorriso/xorriso.c test/compare_file.c xorriso/xorrisoburn.c acinclude.m4 xorriso/configure_ac.txt (Payload files of revisions 3169, 3170, 3171) ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.11.122253 12 Apr 2010 [3173] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Mentioned xorriso alias names in chapter FILES of documentation 2010.04.12.111137 [3174] xorriso/xorriso.c test/compare_file.c Decided to put out uid_t and gid_t as unsigned long 2010.04.13.103037 [3175] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New isoburn_igopt_set_relaxed() options: only_iso_versions, no_j_force_dots 2010.04.13.103917 [3176] xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -compliance options only_iso_version, no_j_force_dots ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.13.103917 * New isoburn_igopt_set_relaxed() options: only_iso_versions, no_j_force_dots * New -compliance options only_iso_version, no_j_force_dots 2010.04.13.154201 [3177] acinclude.m4 configure.ac xorriso/configure_ac.txt More carefully checking for libreadline suitability ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.13.154201 2010.04.16.195349 [3178] libisoburn/isofs_wrap.c libisoburn now always loads the System Area with the ISO image 2010.04.16.195835 [3179] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Made -boot_image isolinux|grub patch and partition_table=on patch System Area 2010.04.17.171147 [3180] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.30 now 2010.04.17.171232 [3181] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.31 ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.17.171232 2010.04.18.095808 [3182] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -find action sort_weight, new -as mkisofs --sort-weight 2010.04.18.100814 [3183] xorriso/xorriso.c Added --sort-weight to -as mkisofs -help ------------------------------------ cycle - xorriso-0.5.3 - 2010.04.18.100814 * New -find action sort_weight, new -as mkisofs --sort-weight 2010.04.18.141143 [3184] xorriso/xorrisoburn.c Corrected image size computation for comparison with partition table 18 Apr 2010 [3185] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Updated documentation about MBR 19 Apr 2010 [3186] svn copy -m Branching for libisoburn release 0.5.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveFour 2010.04.19.080001 [3187] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.4 19 Apr 2010 [3188] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.5.4 - 2010.04.19.080001 * New API call isoburn_igopt_set_system_area() * New API call isoburn_igopt_set_pvd_times() * New isoburn_igopt_set_relaxed() options: only_iso_versions, no_j_force_dots * New -boot_image any system_area=, -as mkisofs option -G * New -boot_image grub partition_table=on, --protective-msdos-label * New -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr * New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date= * New -find action mkisofs_r and emulation -as mkisofs -r * New -compliance options only_iso_version, no_j_force_dots * New -find action sort_weight, new -as mkisofs --sort-weight 2010.04.19.095104 [3189] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.5 19 Apr 2010 [3190] xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.5.5 - 2010.04.19.095104 19 Apr 2010 [3191] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveFour http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveFour 20 Apr 2010 [3192] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.31 now 2010.04.20.091732 [3193] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c New -boot_image any platform_id= 2010.04.20.103448 [3194] xorriso/xorriso.c Determining boot image size only after it was added to the ISO image ------------------------------------ cycle - xorriso-0.5.5 - 2010.04.20.103448 * New -boot_image any platform_id=, -as mkisofs --efi-boot 2010.04.20.140151 [3195] xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Raised boot catalog weight to 1000000000 2010.04.20.142540 [3196] xorriso/xorrisoburn.c Changed iso_image_set_boot_platform_id() to el_torito_set_boot_platform_id() 2010.04.22.143944 [3197] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Allowing 1 BIOS boot image and 1 EFI boot image: -boot_image grub efi_path= 2010.04.22.160615 [3198] xorriso/xorriso.c xorriso/xorrisoburn.c Bug fixes and improvements of previous revision 3197 ------------------------------------ cycle - xorriso-0.5.5 - 2010.04.22.160615 ------------------------------------ cycle - xorriso-0.5.5 - 2010.04.22.221241 2010.04.26.121051 [3199] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Allowing up to 32 boot images, -boot_image any id_string=, sel_crit= 2010.04.26.141229 [3200] xorriso/xorriso.c xorriso/xorrisoburn.c Fixed minor problems with previous revision 3199 2010.04.26.175506 [3201] xorriso/xorriso.c xorriso/xorriso_eng.html xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Some documentation updates 27 Apr 2010 [3202] xorriso/xorriso_eng.html xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Some more documentation updates 2010.04.27.072331 [3203] xorriso/xorriso.c Downgraded message about stdout redirection from NOTE to DEBUG 2010.04.27.074834 [3204] xorriso/xorrisoburn.c Fixed handling of empty current bin_path and already attached boot images 2010.04.29.133234 [3205] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Avoided -boot_image patching for images which obviously have no boot-info-table ------------------------------------ cycle - xorriso-0.5.5 - 2010.04.29.133234 * Allowing up to 32 boot images * New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next * New -as mkisofs options --efi-boot, -eltorito-alt-boot 2010.05.03.123759 [3208] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.32 now 2010.05.03.165446 [3209] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libisofs-0.6.33 04 May 2010 [3210] svn copy -m Branching for libisoburn release 0.5.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix 2010.05.04.100001 [3211] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.6 04 May 2010 [3212] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.5.6 - 2010.05.04.100001 * Allowing up to 32 boot images * New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next * New -as mkisofs options --efi-boot, -eltorito-alt-boot 2010.05.04.120115 [3213] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso.c xorriso/xorrisoburn.h xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.7 04 May 2010 [3214] xorriso/changelog.txt Documented changes and release timestamp 04 May 2010 [3215] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveSix ------------------------------------ cycle - xorriso-0.5.7 - 2010.05.04.120115 2010.05.05.194248 [3216] xorriso/xorriso_private.h xorriso/xorriso.c xorriso/xorrisoburn.c Removed development macro Xorriso_multi_booT by making it unconditional 05 May 2010 [3217] xorriso/xorriso_eng.html Avoided to show inappropriate links on www.gnu.org ------------------------------------ cycle - xorriso-0.5.7 - 2010.05.05.194248 2010.05.15.184604 [3218] Makefile.am xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh xorriso/compile_xorriso.sh xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h - xorriso/xorriso.c - xorriso/xorrisoburn.c + xorriso/xorriso_main.c + xorriso/sfile.h + xorriso/sfile.c + xorriso/aux_objects.h + xorriso/aux_objects.c + xorriso/findjob.h + xorriso/findjob.c + xorriso/check_media.h + xorriso/check_media.c + xorriso/misc_funct.h + xorriso/misc_funct.c + xorriso/text_io.h + xorriso/text_io.c + xorriso/match.h + xorriso/match.c + xorriso/emulators.h + xorriso/emulators.c + xorriso/disk_ops.h + xorriso/disk_ops.c + xorriso/cmp_update.h + xorriso/cmp_update.c + xorriso/parse_exec.h + xorriso/parse_exec.c + xorriso/opts_a_c.c + xorriso/opts_d_h.c + xorriso/opts_i_o.c + xorriso/opts_p_z.c + xorriso/base_obj.h + xorriso/base_obj.c + xorriso/lib_mgt.h + xorriso/lib_mgt.c + xorriso/sort_cmp.h + xorriso/sort_cmp.c + xorriso/drive_mgt.h + xorriso/drive_mgt.c + xorriso/iso_img.h + xorriso/iso_img.c + xorriso/iso_tree.h + xorriso/iso_tree.c + xorriso/iso_manip.h + xorriso/iso_manip.c + xorriso/write_run.h + xorriso/write_run.c + xorriso/read_run.h + xorriso/read_run.c + xorriso/filters.h + xorriso/filters.c Splitted xorriso.c and xorrisoburn.c into smaller source modules 2010.05.16.092546 [3220] libisoburn/burn_wrap.c libisoburn/data_source.c libisoburn/isoburn.c libisoburn/isofs_wrap.c Eventually including ../config.h generated by autotools 2010.05.16.093108 [3221] xorriso/aux_objects.c xorriso/base_obj.c xorriso/check_media.c xorriso/cmp_update.c xorriso/disk_ops.c xorriso/drive_mgt.c xorriso/emulators.c xorriso/filters.c xorriso/findjob.c xorriso/iso_img.c xorriso/iso_manip.c xorriso/iso_tree.c xorriso/lib_mgt.c xorriso/make_xorriso_1.c xorriso/match.c xorriso/misc_funct.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/opts_p_z.c xorriso/parse_exec.c xorriso/read_run.c xorriso/sfile.c xorriso/sort_cmp.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso_main.c Eventually including ../config.h generated by autotools 2010.05.16.113100 [3222] xorriso/xorriso.h xorriso/xorriso_main.c xorriso/make_xorriso_standalone.sh Made option -version know again whether it is in GNU xorriso 2010.05.16.171056 [3223] xorriso/xorriso_main.c Checking for suitable sizeof(off_t) 2010.05.17.142656 [3224] + xorriso/xorriso_bootstrap.txt xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt Made compilation of GNU xorriso less verbous by use of autoheader config.h 2010.05.18.174455 [3225] Makefile.am - xorriso/makefile_libxorriso_am.txt xorriso/xorriso_main.c Moved xorriso implementation into libisoburn 19 May 2010 [3226] test/compare_file.c Eventually including ../config.h generated by autotools 2010.05.19.160540 [3227] configure.ac Makefile.am xorriso/compile_xorriso.sh Moved configuration options from xorriso_xorriso_CFLAGS to CFLAGS 2010.05.21.132725 [3228] libisoburn/libisoburn.h Mentioned both levels of API and their mutual exclusiveness 2010.05.21.133627 [3229] xorriso/xorriso.h xorriso/xorriso_main.c xorriso/base_obj.c xorriso/opts_p_z.c xorriso/write_run.c Adapted version checking to new library situation 2010.05.21.134500 [3230] libisoburn/libisoburn.h Corrected typo in remark 2010.05.23.072450 [3231] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New write extension option isoburn_igopt_no_emul_toc 2010.05.23.072616 [3232] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c New -compliance rule no_emul_toc 2010.05.23.072845 [3233] xorriso/emulators.c Implemented -as cdrecord -V, new -as mkisofs option --no-emul-toc 23 May 2010 [3234] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Documentation for recent enhancements 2010.05.26.123017 [3235] xorriso/emulators.c Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase 26 May 2010 [3236] xorriso/xorriso_eng.html Updated GNU xorriso web page ------------------------------------ cycle - xorriso-0.5.7 - 2010.05.26.123017 * xorriso source split into more modules, object code moved into libisoburn * New write extension option isoburn_igopt_no_emul_toc * New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc * Implemented -as cdrecord -V * Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase 2010.05.31.095756 [3238] xorriso/aux_objects.h xorriso/aux_objects.c Corrected a misplaced class description comment 2010.06.07.180414 [3242] xorriso/xorriso_makefile_am.txt Taking care of new Solaris adapter of libburn 07 Jun 2010 [3243] README xorriso/README_gnu_xorriso xorriso/xorriso_eng.html Updated documentation about Solaris adapter ------------------------------------ cycle - xorriso-0.5.7 - 2010.06.07.180414 * New libburn system adapter for Solaris uscsi (tested on snv134, kernel 5.11) 10 Jun 2010 [3249] xorriso/README_gnu_xorriso xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Mentioned Solaris and system dependent drive permission settings 2010.06.11.174804 [3258] configure.ac libisoburn/libisoburn.h Requiring libburn-0.8.2 now 11 Jun 2010 [3259] xorriso/configure_ac.txt Adapted xorriso-standalone to version leap libburn-0.8.3 ------------------------------------ cycle - xorriso-0.5.7 - 2010.06.11.174804 2010.06.13.105645 [3260] xorriso/emulators.c Removed surplus test expression 2010.06.13.110316 [3261] README xorriso/xorriso.h xorriso/xorriso_main.c Updated docs about existence of xorriso API in libisoburn 2010.06.13.133537 [3261] xorriso/opts_d_h.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Untangled messed-up relation between -hardlinks and -compliance 13 Jun 2010 [3263] svn copy -m Branching for libisoburn release 0.5.8 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveEight 2010.06.13.140001 [3264] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h (forgotten: xorriso/xorriso_main.c) xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.8 13 Jun 2010 [3265] xorriso/opts_p_z.c Avoided double printing of xorriso version header line 13 Jun 2010 [3266] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.5.8 - 2010.06.13.140001 * New libburn system adapter for Solaris uscsi (tested on snv134, kernel 5.11) * xorriso source split into more modules, object code moved into libisoburn * New write extension option isoburn_igopt_no_emul_toc * New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc * Implemented -as cdrecord option -V * Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase 2010.06.14.073240 [3268] xorriso/opts_p_z.c Avoided double printing of xorriso version header line 2010.06.14.081834 [3269] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.5.9 14 Jun 2010 [3270] xorriso/changelog.txt Documented changes and release timestamp 14 Jun 2010 [3271] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveEight http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveEight ------------------------------------ cycle - xorriso-0.5.9 - 2010.06.14.081834 2010.06.15.160133 [3275] configure.ac libisoburn/libisoburn.h Requiring libburn-0.8.3 now (because SIGWINCH handling on Solaris) 2010.06.15.160501 [3276] acinclude.m4 Enabled use of libreadline on Solaris by eventually linking -lcurses 2010.06.16.105449 [3278] libisoburn/libisoburn.h Clarified API description of isoburn_read_iso_head() 2010.06.16.105652 [3279] xorriso/write_run.c Bug fix: check_media patch_lba0= could install wrong image size 2010.06.16.140253 [3280] xorriso/write_run.c Made patch_lba0= more modest with overwriting. 2010.06.18.053105 [3281] xorriso/emulators.c Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid 2010.06.18.113147 [3282] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.33 now 2010.06.19.152046 [3283] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c xorriso/opts_a_c.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image bootspec cat_hidden= 2010.06.19.152046 [3284] xorriso/iso_tree.h xorriso/iso_tree.c xorriso/findjob.h xorriso/findjob.c xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New find test -disk_name 2010.06.20.072130 [3285] xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/iso_manip.c xorriso/findjob.h xorriso/findjob.c xorriso/misc_funct.h xorriso/misc_funct.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New find action -hide, new find test -hidden 2010.06.20.141555 [3286] xorriso/aux_objects.c xorriso/emulators.c xorriso/opts_p_z.c xorriso/read_run.c libisoburn/burn_wrap.c Trying to silence compiler warnings of OpenSuse Build Service 2010.06.20.164738 [3287] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/iso_manip.c xorriso/disk_ops.c xorriso/iso_tree.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -hide 2010.06.22.132641 [3288] xorriso/opts_p_z.c Made -quoted_path_list continue to execute words after error in the same line 2010.06.23.134250 [3289] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/aux_objects.c xorriso/parse_exec.c xorriso/opts_i_o.c xorriso/emulators.c xorriso/disk_ops.c xorriso/misc_funct.h xorriso/misc_funct.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list 2010.06.23.134250 [3290] xorriso/emulators.c Included a missing header file 2010.06.23.151900 [3291] xorriso/parse_exec.h Updated the missing header file 2010.06.23.152337 [3292] xorriso/emulators.c Revoked unneeded change of revision 3290 2010.06.23.175357 [3293] xorriso/xorriso_private.h xorriso/lib_mgt.c xorriso/drive_mgt.c xorriso/iso_img.c Reset xorriso->boot_count when image gets discarded 2010.06.23.175613 [3294] xorriso/write_run.c Moved call of iso_image_set_boot_catalog_hidden() to Xorriso_write_session() ------------------------------------ cycle - xorriso-0.5.9 - 2010.06.23.175613 Bug fix: -check_media patch_lba0= could install wrong image size Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid Enabled use of libreadline on Solaris New find test -disk_name New option -hide, -find action -hide, -find test -hidden New -boot_image bootspec cat_hidden=on New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list 2010.06.24.084800 [3295] xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs option --boot-catalog-hide 2010.06.25.095836 [3296] xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs option -dir-mode 2010.06.25.102140 [3297] xorriso/emulators.c New -as mkisofs option -file-mode 2010.06.25.174329 [3298] xorriso/text_io.c Appending eventual strerror() to event message line rather than to new line 2010.06.25.175810 [3299] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/sfile.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -read_mkisofsrc interprets .mkisofsrc 2010.06.26.113947 [3300] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New options -copright_file , -biblio_file , -abstract_file 2010.06.26.114315 [3301] xorriso/emulators.c New -as mkisofs options -abstract, -biblio, -copyright ------------------------------------ cycle - xorriso-0.5.9 - 2010.06.26.114315 New -as mkisofs option --boot-catalog-hide New options -copright_file , -biblio_file , -abstract_file New option -read_mkisofsrc interprets .mkisofsrc New -as mkisofs options -dir-mode, -file-mode New -as mkisofs options -abstract, -biblio, -copyright 2010.06.28.100903 [3302] xorriso/text_io.c Supressing "Thank you for being patient" with times smaller than 2 2010.06.28.101019 [3303] xorriso/iso_tree.c Made option -lsl mark files in hidden directories as hidden 27 Jun 2010 [3304] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Removed outdated doc statement about hidden files 2010.06.29.102043 [3305] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.34 now 2010.06.29.102229 [3306] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libisofs-0.6.35 2010.06.30.181822 [3315] configure.ac libisoburn/libisoburn.h Requiring libburn-0.8.4 now 2010.06.30.181908 [3316] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libburn-0.8.5 02 Jul 2010 [3317] svn copy -m Branching for libisoburn release 0.6.0 \ http://svn.libburnia-project.org/libisoburn/trunk \ http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero 2010.07.02.090001 [3318] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.0 02 Jul 2010 [3319] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.6.0 - 2010.07.02.090001 Bug fix: -check_media patch_lba0= could install wrong image size Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid Enabled use of libreadline on Solaris New find test -disk_name New option -hide, -find action -hide, -find test -hidden New -boot_image bootspec cat_hidden=on New options -copright_file , -biblio_file , -abstract_file New option -read_mkisofsrc interprets .mkisofsrc Implemented -as mkisofs options -hide,-hide-joliet,-hide-list,-hide-joliet-list New -as mkisofs option --boot-catalog-hide Implemented -as mkisofs options -dir-mode, -file-mode Implemented -as mkisofs options -abstract, -biblio, -copyright 2010.07.02.195907 [3320] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.1 2 Jul 2010 [3321] xorriso/changelog.txt Documented changes and release timestamp 2 Jul 2010 [3322] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero http://svn.libburnia-project.org/libisoburn/tags/ZeroSixZero ------------------------------------ cycle - xorriso-0.6.1 - 2010.07.02.195907 4 Jul 2010 [3324] acinclude.m4 Added -L/usr/local/lib to libisoburn LDFLAGS for Solaris 2010.07.05.090409 [3327] xorriso/xorriso.h Removed definition of phantom xorriso options 2010.07.05.122901 [3328] configure.ac Makefile.am README + libisoburn/libisoburn.ver Hiding all non-API symbols from the linker by use of --version-script 2010.07.06.114102 [3331] configure.ac acinclude.m4 Let configure perform linker test with --version-script if enabled 2010.07.06.114503 [3332] libisoburn/libisoburn.h xorriso/xorriso.h Mentioned that public API calls must be in libisofs/libisofs.ver 2010.07.08.155900 [3333] xorriso/emulators.c Made behavior of -as mkisofs with unknown options more similar to original ------------------------------------ cycle - xorriso-0.6.1 - 2010.07.08.155900 * Made behavior of -as mkisofs with unknown options more similar to original 2010.07.29.164843 [3338] Makefile.am Detached make target "doc" from target "all". 29 Jul 2010 [3339] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected manual text about -read_mkisofsrc 2010.07.30.155123 [3340] libisoburn/libisoburn.ver xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/lib_mgt.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -preparer_id, -as mkisofs options -p and -preparer 30 Jul 2010 [3342] doc/doxygen.conf.in Removed problematic DETAILS_AT_TOP to silence warning of Debian buildd 30 Jul 2010 [3343] doc/doxygen.conf.in Corrected FILE_PATTERNS 2010.07.31.085437 [3344] xorriso/cmp_update.c Missing device,inode numbers caused -compare_r to report a difference ------------------------------------ cycle - xorriso-0.6.1 - 2010.07.31.085437 * New option -preparer_id, -as mkisofs options -p and -preparer 2010.08.09.092037 [3351] libisoburn/libisoburn.h doc/comments Hopefully silenced warnings of doxygen on Debian buildd 2010.08.18.102709 [3353] xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs option -e from Fedora genisoimage 2010.08.18.181640 [3354] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image specifier emul_type=none|hard_disk|floppy 2010.08.18.181855 [3355] xorriso/emulators.c New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot 2010.08.21.103003 [3357] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorriso_eng.html Mentioned support for DVD-R DL as single-session media 2010.09.04.100823 [3359] xorriso/iso_manip.c This was obviously forgotten to commit with rev 3289 2010.09.05.113621 [3360] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API function isoburn_igopt_set_part_offset(), requiring libisofs 0.6.35 2010.09.05.113655 [3361] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd 2010.09.05.113945 [3362] xorriso/emulators.c New -as mkisofs options -partition_offset, -partition_hd_cyl, -partition_sec_hd ------------------------------------ cycle - xorriso-0.6.1 - 2010.09.05.113945 * New API function isoburn_igopt_set_part_offset() * New -boot_image specifier emul_type=none|hard_disk|floppy * New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot * New -as mkisofs option -e from Fedora genisoimage * New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd * New -as mkisofs options -partition_offset, -partition_hd_cyl, -partition_sec_hd 2010.09.06.103347 [3363] libisoburn/isoburn.c Bug fix: Re-enabled use of iso_write_opts_set_rrip_1_10_px_ino() 2010.09.10.170925 [3364] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/burn_wrap.c Enabled multi-session with partition offset 2010.09.10.171223 [3365] xorriso/drive_mgt.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Enabled multi-session with partition offset 2010.09.11.125002 [3366] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c Removed development marks 2010.09.11.125039 [3367] xorriso/xorriso_private.h Removed development marks ------------------------------------ cycle - xorriso-0.6.1 - 2010.09.11.125039 * Bug fix: Regression with -hardlinks and -compliance old_rr, 0.4.2, Aug 2009 2010.09.15.065722 [3370] Makefile.am ChangeLog Meaningful change log file derived by George Danchev from web site 2010.09.15.091546 [3371] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.36 now 2010.09.15.092023 [3372] xorriso/configure_ac.txt Version leap to 0.6.37 17 Sep 2010 [3380] xorriso/configure_ac.txt Version leap to libburn-0.8.7 18 Sep 2010 [3382] svn copy -m Branching for libisoburn release 0.6.0 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero 18 Sep 2010 [3383] svn delete http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero Removed falsely named branch 18 Sep 2010 [3384] svn copy -m Branching for libisoburn release 0.6.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroSixTwo 2010.09.18.120001 [3385] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.2 18 Sep 2010 [3386] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2010.09.18.210001 [3387] libisoburn/isoburn.c Fixed a bug with uninitialized variable introduced by rev 3364 19 Sep 2010 [3388] xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.6.2 - 2010.09.18.210001 libisoburn novelties: * New API function isoburn_igopt_set_part_offset() * Hiding all non-API symbols from the linker by use of --version-script * Now with history of release notes in ./ChangeLog file. xorriso novelties: * Bug fix: Regression with -hardlinks and -compliance old_rr, 0.4.2, Aug 2009 * New option -preparer_id, -as mkisofs options -p and -preparer * New -boot_image specifier emul_type=none|hard_disk|floppy * New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd * Made behavior of -as mkisofs with unknown options more similar to original * New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot * New -as mkisofs option -e from Fedora genisoimage * New -as mkisofs options -partition_offset,-partition_hd_cyl,-partition_sec_hd 2010.09.19.134042 [3389] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.3 2010.09.19.135354 [3390] libisoburn/isoburn.c Fixed a bug with uninitialized variable introduced by rev 3364 19 Sep 2010 [3391] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-0.6.3 - 2010.09.19.135354 19 Sep 2010 [3392] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroSixTwo http://svn.libburnia-project.org/libisoburn/tags/ZeroSixTwo 2010.09.21.142424 [3393] acinclude.m4 configure.ac Makefile.am On Linux: Run ldconfig during make install,if not --disable-ldconfig-at-install 2010.09.21.150325 [3394] acinclude.m4 configure.ac Makefile.am On Linux: More tolerance towards failures of ldconfig 22 Sep 2009 [3396] README Mentioned --disable-ldconfig-at-install 2010.09.23.135551 [3400] Makefile.am xorriso/make_xorriso_standalone.sh + doc/partition_offset.wiki Explaining the partition offset feature 2010.09.24.110727 [3406] configure.ac libisoburn/libisoburn.h Requiring libburn-0.8.7 now 2010.09.24.110841 [3407] xorriso/drive_mgt.c Reporting BD spare area info with -list_formats 29 Sep 2010 [3409] doc/partition_offset.wiki Updated partition offset wike about GRUB experiment 2010.09.29.091541 [3410] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver ChangeLog New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte() 2010.09.29.092348 [3411] configure.ac xorriso/xorriso.h libisoburn/libisoburn.ver xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_i_o.c xorriso/emulators.c xorriso/lib_mgt.c xorriso/write_run.c ChangeLog New -as mkisofs options -jigdo-* and -md5-list as of genisoimage 2010.09.29.092537 [3412] xorriso/configure_ac.txt Enabled use of libjte for GNU xorriso 2010.09.29.124423 [3413] xorriso/write_run.c Avoided trailing 64 kB alignment with -compliance no_emul_toc 2010.09.29.152827 [3414] xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/lib_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/convert_man_to_html.sh ChangeLog New option -jigdo 2010.09.29.164121 [3415] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/lib_mgt.c xorriso/text_io.c xorriso/aux_objects.h xorriso/aux_objects.c Enabled -status -jigdo 2010.09.30.074208 [3416] xorriso/lib_mgt.c Switched from old libjte API names to new ones 2010.10.01.190235 [3417] xorriso/xorriso_private.h xorriso/base_obj.c Made two non-public parameters independent of Xorriso_with_libjtE ------------------------------------ cycle - xorriso-0.6.3 - 2010.10.01.190235 * New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte() * New -as mkisofs options -jigdo-* and -md5-list as of genisoimage * New option -jigdo 2010.10.02.121147 [3418] xorriso/emulators.c xorriso/lib_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs option -jigdo-template-compress 2010.10.02.150240 [3419] xorriso/lib_mgt.c Added a blank to xorriso Preparer Id string 2010.10.02.164306 [3420] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.37 now 2010.10.02.210023 [3421] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver ChangeLog New API call isoburn_igopt_set_tail_blocks() 2010.10.02.210305 [3422] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Letting libisofs do the padding with -jigdo, rather than disabling padding 2010.10.03.082304 [3423] xorriso/opts_d_h.c xorriso/emulators.c xorriso/lib_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template 03 Oct 2010 [3424] ChangeLog Forgot to commit ChangeLog 2010.10.03.171305 [3425] xorriso/lib_mgt.c Reacting with FATAL event on failure to create libjte_handle 03 Oct 2010 [3426] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected xorriso docs about meaning of -jigdo-map and .md5 file addresses ------------------------------------ cycle - xorriso-0.6.3 - 2010.10.03.171305 * New API call isoburn_igopt_set_tail_blocks() * New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template 2010.10.04.112234 [3427] xorriso/opts_d_h.c xorriso/emulators.c xorriso/lib_mgt.c xorriso/write_run.c Enabled use of libjte message list 2010.10.04.113140 [3428] xorriso/lib_mgt.c Silenced compiler warning about unused variable 2010.10.04.155110 [3429] libisoburn/libisoburn.h libisoburn/burn_wrap.c libisoburn/libisoburn.ver ChangeLog Tests for version of libjte, new API call isoburn_libjte_req() 2010.10.04.155226 [3430] xorriso/lib_mgt.c Reporting libjte version with option -version 2010.10.05.180016 [3431] xorriso/iso_manip.c Fixed a potential SIGSEGV by pointer offset -1. Detected by valgrind. 2010.10.06.162230 [3432] xorriso/write_run.c Fixed a theoretically possible race condition of burn end and ISO generator end 2010.10.07.114916 [3433] libisoburn/burn_wrap.c xorriso/base_obj.c xorriso/lib_mgt.c xorriso/write_run.c Preparing for GNU xorriso to include libjte source 7 Oct 2010 [3434] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Enhanced xorriso docs about meaning of .md5 file addresses 2010.10.07.180935 [3435] libisoburn/burn_wrap.c xorriso/base_obj.c xorriso/lib_mgt.c xorriso/write_run.c Corrected compile problems introduced with rev 3433 2010.10.08.093338 [3436] libisoburn/burn_wrap.c Fixed inability to compile without enabled libjte. Introduced by rev 3429. 8 Oct 2010 [3437] COPYRIGHT Removed unrelated copyright statements from libisoburn COPYRIGHT 2010.10.12.103027 [3438] libisoburn/libisoburn.h libisoburn/isoburn.c Allowed to set System Area type via isoburn_igopt_set_system_area() 2010.10.12.103157 [3439] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/emulators.c Provisorily: -boot_image mips_path= , -as mkisofs -mips-boot. No Eltorito then. 2010.10.12.183125 [3440] xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/opts_a_c.c xorriso/emulators.c xorriso/iso_img.c Lifted the ban to combine MIPS Big Endian boot with El Torito 2010.10.13.170641 [3441] xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Polished and documented MIPS booting option 2010.10.15.112050 [3442] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 -boot_image mipsel_path= , -as mkisofs -mipsel-boot. 2010.10.15.121533 [3443] xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/COPYRIGHT_gnu_xorriso xorriso/README_gnu_xorriso xorriso/AUTHORS_gnu_xorriso xorriso/xorriso_eng.html Included libjte in GNU xorriso 2010.10.15.125440 [3444] libisoburn/burn_wrap.c xorriso/base_obj.c xorriso/lib_mgt.c xorriso/configure_ac.txt United macro Xorriso_jte_standalonE with macro Xorriso_standalonE ------------------------------------ cycle - xorriso-0.6.3 - 2010.10.15.125440 * New API call isoburn_libjte_req() * New bootspecs mips_path= and mipsel_path= for Debian MIPS releases * New -as mkisofs options -mips-boot and -mipsel-boot 2010.10.18.155353 [3446] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_partition_img, isoburn_igopt_get_partition_img 2010.10.18.160132 [3448] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/write_run.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -append_partition, -as mkisofs -append_partition ------------------------------------ cycle - xorriso-0.6.3 - 2010.10.18.160132 * New option -append_partition, -as mkisofs -append_partition 2010.10.19.104814 [3449] xorriso/xorriso.h xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Minor adjustments ------------------------------------ cycle - xorriso-0.6.3 - 2010.10.19.104814 2010.10.19.170704 [3451] ChangeLog xorriso/write_run.c Avoiding potential endless write pacifier loop. Introduced with rev 3432. 2010.10.20.075221 [3452] xorriso/write_run.c Cancelling libisofs write thread in case of early libburn end 2010.10.20.170430 [3461] xorriso/configure_ac.txt Version leap to libburn-0.8.9 2010.10.20.170546 [3462] configure.ac libisoburn/libisoburn.h Requiring libburn-0.8.8 now 2010.10.21.180343 [3463] xorriso/drive_mgt.c Corrected -check_media handling of last track on BD-R resp. BD-ROM 2010.10.23.162213 [3464] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.38 now 2010.10.23.162302 [3465] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libisofs-0.6.39 26 Oct 2010 [3466] svn copy -m Branching for libisoburn release 0.6.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroSixFour 2010.10.26.100001 [3467] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.4 26 Oct 2010 [3468] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.6.4 - 2010.10.26.100001 * New API call isoburn_libjte_req() * New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte() * New API call isoburn_igopt_set_tail_blocks() * New API call isoburn_libjte_req() * New option -jigdo * New -as mkisofs options -jigdo-* and -md5-list as of genisoimage * New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template * New bootspecs mips_path= and mipsel_path= for Debian MIPS releases * New -as mkisofs options -mips-boot and -mipsel-boot * New option -append_partition, -as mkisofs -append_partition 2010.10.26.104219 [3469] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.5 26 Oct 2010 [3470] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 26 Oct 2010 [3471] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/ZeroSixFour http://svn.libburnia-project.org/libisoburn/tags/ZeroSixFour ------------------------------------ cycle - xorriso-0.6.5 - 2010.10.26.104219 2010.10.27.063628 [3472] xorriso/emulators.c Bug fix: -as mkisofs -print-size printed the size but also produced ISO image 2010.10.27.063705 [3473] xorriso/emulators.c New -as mkisofs option -joliet-long ------------------------------------ cycle - xorriso-0.6.5 - 2010.10.27.063705 * Bug fix: -as mkisofs -print-size printed the size but also produced ISO image * New -as mkisofs option -joliet-long 2010.10.29.164503 [3475] xorriso/write_run.c Added necessary isoburn_cancel_prepared_write() calls ------------------------------------ cycle - xorriso-0.6.5 - 2010.10.29.164503 ------------------------------------ cycle - xorriso-0.6.5 - 2010.11.01.113243 * Build problem fix on Linux 2.4 in GNU xorriso libjte/checksum.c 2010.11.01.191542 [3477] xorriso/iso_manip.c Allowed to perform -rm_r / 2010.11.03.081124 [3478] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/drive_mgt.h xorriso/drive_mgt.c xorriso/findjob.c xorriso/read_run.c Testing for abort file during -check_media 2010.11.05.143916 [3470] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_disc_label(), isoburn_igopt_get_disc_label() 2010.11.05.144616 [3480] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/write_run.c New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label 05 Nov 2010 [3481] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Documentation changes of rev 3480 ------------------------------------ cycle - xorriso-0.6.5 - 2010.11.05.144616 * New API calls isoburn_igopt_set_disc_label(), isoburn_igopt_get_disc_label() * New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label 2010.11.06.133454 [3482] libisoburn/libisoburn.h xorriso/write_run.c ChangeLog Declared that isoburn_cancel_prepared_write() waits until iso write thread ends 2010.11.21.065727 [3484] xorriso/make_xorriso_standalone.sh Included jigdo-gen-md5-list in GNU xorriso ------------------------------------ cycle - xorriso-0.6.5 - 2010.11.21.065727 2010.11.23.193708 [3485] xorriso/iso_img.c Improved behavior with loading multiple boot images of identical content 2010.11.23.200346 [3486] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/lib_mgt.c xorriso/write_run.c Avoided to bother libjte if no output paths are given ------------------------------------ cycle - xorriso-0.6.5 - 2010.11.23.200346 2010.11.24.100845 [3487] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New pseudo extension isoburn_igopt_will_cancel to avoid MISHAP event 2010.11.24.101056 [3488] xorriso/write_run.c Making use of isoburn_igopt_will_cancel with xorriso -print_size ------------------------------------ cycle - xorriso-0.6.5 - 2010.11.24.101056 2010.11.27.134702 [3489] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.39 now 2010.11.30.093929 [3490] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/data_source.c libisoburn/libisoburn.ver New API calls isoburn_ropt_set_displacement(), isoburn_ropt_get_displacement() 2010.11.30.094310 [3491] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/drive_mgt.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver ChangeLog New option -displacement 2010.11.30.104719 [3492] xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/disk_ops.h xorriso/disk_ops.c Improved messages at the end of partially failed -extract runs 2010.11.30.112050 [3493] xorriso/opts_p_z.c Processing output of -as mkisofs by -pkt_output if enabled 2010.11.30.170112 [3494] xorriso/parse_exec.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarified occasions of -mark message and removed surplus -mark message emitter 2010.12.01.173750 [3495] libisoburn/libisoburn.h Clarified description of isoburn_ropt_set_displacement() 2010.12.02.063209 [3496] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso_main.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 No -rollback in -as mkisofs -print-size. New flag in Xorriso_change_is_pending. 2010.12.02.111029 [3497] xorriso/xorrisoburn.h xorriso/opts_d_h.c xorriso/disk_ops.c xorriso/iso_manip.c xorriso/findjob.h xorriso/findjob.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New action estimate_size for -find and -findx ------------------------------------ cycle - xorriso-0.6.5 - 2010.12.02.111029 * New API calls isoburn_ropt_set_displacement(), isoburn_ropt_get_displacement() * New option -displacement * New action estimate_size for -find and -findx 2010.12.04.174311 [3498] libisoburn/isofs_wrap.c Fixed a bug about read displacement introduced with rev 3490 2010.12.04.174431 [3499] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Preliminarily banned writing while read displacement is non-zero 2010.12.06.094347 [3500] xorriso/opts_a_c.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Allowed writing with read displacement if target media is blank 2010.12.07.174921 [3501] xorriso/iso_img.c Made -rom_toc_scan emul_off work with -mount ... sbsector ... 2010.12.08.194225 [3510] xorriso/opts_d_h.c Fixed a potential bug introduced with rev 3497 2010.12.08.194325 [3511] xorriso/iso_img.c Fixed a bug introduced with rev 3501 08 Dec 2010 [3512] xorriso/configure_ac.txt GNU xorriso version leap to libburn-0.9.1 2010.12.10.123534 [3513] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.40 now 2010.12.10.123634 [3514] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libisofs-0.6.41 11 Dec 2010 [3515] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarification about -md5, -check_media and -find ... -damaged 12 Dec 2010 [2516] svn copy -m Branching for libisoburn release 0.6.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/ZeroSixSix 2010.12.12.090001 [3517] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.6 12 Dec 2010 [3518] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-0.6.6 - 2010.12.12.090001 * New API calls isoburn_igopt_set_disc_label(), isoburn_igopt_get_disc_label() * New API calls isoburn_ropt_set_displacement(), isoburn_ropt_get_displacement() * Bug fix: -as mkisofs -print-size printed the size but also produced ISO image * Build problem fix on Linux 2.4 in GNU xorriso libjte/checksum.c * New -as mkisofs option -joliet-long * New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label * New option -displacement 2010.12.12.120823 [3519] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-0.6.7 12 Dec 2010 [3520] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 12 Dec 2010 [3521] svn move -m Promoted branch to tag ttp://svn.libburnia-project.org/libisoburn/branches/ZeroSixSix http://svn.libburnia-project.org/libisoburn/tags/ZeroSixSix ------------------------------------ cycle - xorriso-0.6.7 - 2010.12.12.120823 2010.12.13.123226 [3523] configure.ac xorriso/configure_ac.txt Prepending ./configure generated options to CFLAGS rather than appending them 2010.12.22.133742 [3524] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API call isoburn_igopt_set_untranslated_name_len() 2010.12.22.133936 [3525] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -compliance options untranslated_names , untranslated_name_len= 2010.12.22.151542 [3526] xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs option -untranslated_name_len 23 Dec 2010 [3527] + doc/faq.wiki Took source file of libburnia-project.org/wiki/FAQ into SVN 2010.12.23.190134 [3529] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/emulators.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 ChangeLog New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4 ------------------------------------ cycle - xorriso-0.6.7 - * New API call isoburn_igopt_set_untranslated_name_len() * New -compliance options untranslated_names , untranslated_name_len= * New -as mkisofs option -untranslated_name_len * New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4 24 Dec 2010 [3530] doc/faq.wiki New q in faq 2010.12.24.135515 [3531] libisoburn/libisoburn.h Mentioned ISO 9660 level 3 in libisoburn API 2010.12.25.071212 [3532] configure.ac libisoburn/libisoburn.h Requiring libisofs-0.6.41 now 2010.12.25.071522 [3533] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -compliance option iso_9660_level=number 2010.12.25.091515 [3534] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New isoburn_igopt_set_relaxed() option isoburn_igopt_allow_dir_id_ext 2010.12.25.092828 [3535] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -compliance option allow_dir_id_ext 2010.12.25.094309 [3536] xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs option -disallow_dir_id_ext, allow_dir_id_ext is default ------------------------------------ cycle - xorriso-0.6.7 - 2010.12.25.094309 * New -compliance option iso_9660_level=number * New -compliance option allow_dir_id_ext * New -as mkisofs option -disallow_dir_id_ext 2010.12.28.093144 [3538] xorriso/write_run.c Made -print_size take into account the toc emulation on blank overwriteables 2010.12.28.123348 [3539] xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc. ------------------------------------ cycle - xorriso-0.6.7 - 2010.12.28.123348 * Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc. 2010.12.29.104047 [3540] xorriso/emulators.c Bug fix: -as mkisofs -print-size did not account for -partition_offset ------------------------------------ cycle - xorriso-0.6.7 - 2010.12.29.104047 * Bug fix: -as mkisofs -print-size did not account for -partition_offset 30 Dec 2010 [3541] doc/partition_offset.wiki Mentioned Debian daily and weekly builds as examples of partiton_offset 2011.01.04.193042 [3543] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Default -abort_on value is now "FAILURE", for dialog it stays "FATAL" 2011.01.06.111034 [3544] xorriso/parse_exec.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Changed dialog default -abort_on value to "NEVER" 6 Jan 2011 [3545] ChangeLog Updated change log ------------------------------------ cycle - xorriso-0.6.7 - 2011.01.06.111034 * Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog 2011.01.16.182558 [3557] configure.ac libisoburn/libisoburn.h Requiring libisofs-1.0.0 and libburn-1.0.0 now 16 Jan 2011 [3558] xorriso/configure_ac.txt Adapted GNU xorriso to version leap libisofs-1.0.1 , libburn-1.0.1 16 Jan 2011 [3559] doc/partition_offset.wiki Updated partition offset wiki text about --no-emul-toc 16 Jan 2011 [3560] svn copy -m "Branching for libisoburn release 1.0.0" \ http://svn.libburnia-project.org/libisoburn/trunk \ http://svn.libburnia-project.org/libisoburn/branches/1.0.0 2011.01.16.193257 [3562] xorriso/emulators.c xorriso/opts_p_z.c Updated copyright messages to 2011 2011.01.16.200001 [3563] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.0 16 Jan 2011 [3564] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.0.0 - 2011.01.16.200001 * New API call isoburn_igopt_set_untranslated_name_len() * New -compliance options untranslated_names , untranslated_name_len= * New -as mkisofs option -untranslated_name_len * New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4 * New -compliance option iso_9660_level=number * New -compliance option allow_dir_id_ext * New -as mkisofs option -disallow_dir_id_ext * Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc. * Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog * Bug fix: -as mkisofs -print-size did not account for -partition_offset 2011.01.16.193257 [3561] xorriso/emulators.c xorriso/opts_p_z.c Updated copyright messages to 2011 2011.01.17.092111 [3565] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.1 17 Jan 2011 [3566] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 17 Jan 2011 [3567] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.0.0 http://svn.libburnia-project.org/libisoburn/tags/1.0.0 ------------------------------------ cycle - xorriso-1.0.1 - 2011.01.17.092111 2011.01.18.154443 [3568] libisoburn/isoburn.h Avoiding if not available. Trying to use in that case. 2011.01.18.154717 [3569] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/lib_mgt.c xorriso/write_run.c Avoiding if not available. Trying to use in that case. ------------------------------------ cycle - xorriso-1.0.1 - 2011.01.18.154717 * Removed compiler obstacles of GNU xorriso on Solaris 9 18 Jan 2011 [3571] doc/faq.wiki Small change in FAQ wiki text 19 Jan 2011 [3572] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Mentioned missing mkisofs -old-root functionality in man page ------------------------------------ cycle - xorriso-1.0.1 - 2011.01.24.141621 * Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator 2011.01.26.132843 [3573] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty 2011.01.26.133107 [3574] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -compliance option old_empty 26 Jan 2011 [3575] configure.ac Requiring libisofs-1.0.1 now ------------------------------------ cycle - xorriso-1.0.1 - 2011.01.26.133107 * New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty 2011.01.26.184140 [3576] libisoburn/isoburn.c Followed name change in the yet unstable part of libisofs API 2011.01.26.210359 [3577] xorriso/emulators.c New -as mkisofs option --old-empty ------------------------------------ cycle - xorriso-1.0.1 - * New -as mkisofs option --old-empty 2011.01.31.135917 [3578] xorriso/iso_manip.c Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer 2011.02.01.185830 [3579] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/iso_manip.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorriso_eng.html ChangeLog New option -clone 2011.02.02.174154 [3580] xorriso/xorrisoburn.h xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Disallowed -clone to overwrite existing nodes 2011.02.04.191922 [3581] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/iso_manip.c xorriso/sfile.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -cp_clone 2011.02.07.182947 [3582] xorriso/cmp_update.c xorriso/sort_cmp.c Do not regard file as changed just because no ino was recorded 2011.02.07.184304 [3583] xorriso/xorrisoburn.h xorriso/opts_p_z.c xorriso/emulators.c xorriso/iso_tree.h xorriso/iso_tree.c xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs options -root , -old-root, --old-root-no-md5, --old-root-no-ino, --old-root-dev 2011.02.07.202851 [3584] xorriso/emulators.c xorriso/iso_manip.c xorriso/sort_cmp.c xorriso/iso_tree.h xorriso/iso_tree.c Some corrections of the previous commit 2011.02.08.133624 [3585] xorriso/emulators.c -as mkisofs: Enabled reading of xattr and md5 before image loading 2011.02.12.171423 [3587] xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/cmp_update.h xorriso/cmp_update.c xorriso/disk_ops.c xorriso/iso_manip.h xorriso/iso_manip.c xorriso/findjob.h xorriso/lib_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -find actions update_merge, rm_merge, clear_merge. -cp_clone now merges. 2011.02.12.172930 [3588] xorriso/cmp_update.c Reacted on compiler warning about uninitialized variable 2011.02.14.090737 [3590] xorriso/base_obj.c xorriso/parse_exec.c xorriso/filters.c xorriso/write_run.c Closed memory leaks detected by valgrind 14 Feb 2011 [3591] xorriso/xorriso_eng.html ChangeLog Updated change log ------------------------------------ cycle - xorriso-1.0.1 - 2011.02.14.090737 * Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer * New options -clone and -cp_clone * New -find actions update_merge, rm_merge, clear_merge * New -as mkisofs options -root , -old-root * New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev 2011.02.19.112243 [3593] xorriso/emulators.c Small adjustments in mkisofs emulation Bug fix: -as mkisofs -l resp. -full-iso9660-filenames did not work 2011.02.19.112439 [3594] xorriso/filters.c Updated copyright 2011.02.19.112541 [3595] xorriso/xorriso.texi Corrections in xorriso man page 19 Feb 2011 [3596] xorriso/xorriso_eng.html ChangeLog Updated change log 19 Feb 2011 [3597] xorriso/xorriso.info xorriso/xorriso.1 info document and man page for recent texi corrections ------------------------------------ cycle - xorriso-1.0.1 - 2011.02.19.112541 * Bug fix in libisofs: Images produced with -for_backup might be unreadable and also fail -check_md5 verification. * Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work. 2011.02.21.130729 [3598] xorriso/emulators.c Correction about -as mkisofs --old-root-no-ino 2011.02.22.073504 [3599] xorriso/opts_a_c.c xorriso/iso_manip.c Issueing messages with -clone and -cp_clone 2011.02.22.073641 [3600] xorriso/emulators.c Corrected a bug that prevented -as mkisofs option -output 2011.02.22.123730 [3601] xorriso/emulators.c Made -as mkisofs ignore option -disable-deep-relocation rather than failing 2011.02.22.143131 [3602] xorriso/emulators.c New -as mkisofs option -max-iso9660-filenames 22 Feb 2011 [3603] xorriso/xorriso_eng.html ChangeLog Updated change log ------------------------------------ cycle - xorriso-1.0.1 - 2011.02.22.143131 * New -as mkisofs option -max-iso9660-filenames 23 Feb 2011 [3608] svn copy -m Branching for libisoburn release 1.0.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.0.2 2011.02.23.140001 [3609] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.2 23 Feb 2011 [3610] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.0.2 - 2011.02.23.140001 * Bug fix: Images produced with -for_backup might be unreadable and also fail -check_md5 verification. * Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work. * Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer * Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator * Removed compiler obstacles of GNU xorriso on Solaris 9 * New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty * New options -clone and -cp_clone * New -find actions update_merge, rm_merge, clear_merge * New -as mkisofs option -max-iso9660-filenames * New -as mkisofs option --old-empty * New -as mkisofs options -root , -old-root * New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev 2011.02.23.202632 [3616] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.3 23 Feb 2011 [3617] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.0.3 - 2011.02.23.202632 23 Feb 2011 [3618] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.0.2 http://svn.libburnia-project.org/libisoburn/tags/1.0.2 2011.02.24.191908 [3620] libisoburn/isofs_wrap.c Corrected a flaw found by George Danchev with cpp 2011.02.24.192029 [3621] xorriso/opts_d_h.c xorriso/text_io.c xorriso/filters.c Corrected flaws found by George Danchev with cpp 2011.02.26.100158 [3622] xorriso/emulators.c Bug fix: -as mkisofs -old-root did not work with -graft-points 2011.02.28.190842 [3623] xorriso/emulators.c Bug fix: -as mkisofs -partition_hd_cyl had no effect 28 Feb 2011 [3624] xorriso/make_xorriso_1.c When producing man page from texi: substitute @minus{} within @item 2011.03.01.145125 [3626] libisoburn/burn_wrap.c Bug fix: -as mkisofs -C attempts to read volume header of blank media 2011.03.01.152159 [3627] libisoburn/burn_wrap.c Installed a test against non-zero msc1 on blank input drives 2011.03.02.093009 [3628] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/emulators.c xorriso/write_run.c Counting padding as part of the image with -as mkisofs 2011.03.02.094049 [3629] xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/text_io.c New -padding modes "included" and "excluded" 02 Mar 2011 [3630] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Updated documentation 02 Mar 2011 [3631] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.3 - 2011.03.02.094049 * Bug fix: -as mkisofs -old-root did not work with -graft-points * Bug fix: -as mkisofs -partition_hd_cyl had no effect * Bug fix: -as mkisofs -C attempted to read volume header of blank media * Bug fix: isohybrid image size was not aligned to cylinder boundary * New -padding modes "included" and "appended" 2011.03.03.181601 [3632] libisoburn/libisoburn.h libisoburn/isoburn.c New bits 8 and 9 with options of isoburn_igopt_set_system_area() 2011.03.03.181850 [3633] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/emulators.c xorriso/text_io.c New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align 03 Mar 2011 [3634] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Updated documentation 04 Mar 2011 [3635] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarifications about cylinder size and alignment 04 Mar 2011 [3626] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.3 - 2011.03.03.181850 * New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align 2011.03.05.090434 [3637] xorriso/parse_exec.c xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -as mkisofs and -as cdrecord option --no_rc 2011.03.05.141534 [3638] + xorriso/xorrisofs.texi + xorriso/xorrisofs.info + xorriso/xorrisofs.1 Makefile.am xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt xorriso/make_docs.sh Own man page and info document for xorrisofs 05 Mar 2011 [3639] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Mentioned man xorrisofs in man xorriso 2011.03.06.153741 [3640] xorriso/emulators.c Helptext of -as mkisofs now points to man xorrisofs 06 Mar 2011 [3641] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Polished xorrisofs documentation 2011.03.07.101547 [3642] xorriso/opts_a_c.c xorriso/emulators.c Bug fix: -as mkisofs did not properly unescape target part of pathspecs 07 Mar 2011 [3643] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.3 - 2011.03.07.101547 * New -as mkisofs and -as cdrecord option --no_rc * Own man page and info document for xorrisofs * Bug fix: -as mkisofs did not properly unescape target part of pathspecs 2011.03.09.071325 [3644] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag 2011.03.09.071502 [3645] xorriso/xorriso_private.h xorriso/opts_i_o.c xorriso/emulators.c xorriso/text_io.c xorriso/drive_mgt.c New -md5 modes load_check_off and load_check_on 08 Mar 2011 [3646] doc/partition_offset.wiki Updated partition offset wiki 2011.03.09.123847 [3647] xorriso/xorriso.h Marked options introduced since 0.5.8 by the promised @since tags 09 Mar 2011 [3648] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Corrections and updates of documentation 10 Mar 2011 [3649] xorriso/README_gnu_xorriso xorriso/make_xorriso_standalone.sh xorriso/convert_man_to_html.sh + xorriso/man_xorrisofs_to_html.sh + xorriso/man_xorriso_to_html.sh xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 xorriso/xorriso_eng.html HTML version of man xorrisofs 10 Mar 2011 [3654] svn copy -m Branching for libisoburn release 1.0.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.0.4 2011.03.10.110001 [3655] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.4 10 Mar 2011 [3656] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.0.4 - 2011.03.10.110001 * New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag * Bug fix: xorrisofs did not work under growisofs -M (version 1.0.0 was ok) * Bug fix: -as mkisofs -C attempted to read volume header of blank media * Bug fix: -as mkisofs -old-root did not work with -graft-points * Bug fix: -as mkisofs -partition_hd_cyl had no effect * Bug fix: -as mkisofs did not properly unescape target part of pathspecs * Bug fix: isohybrid image size was not aligned to cylinder boundary * Bug fix: Compilation without zlib failed * New -padding modes "included" and "appended" * New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align * New -as mkisofs and -as cdrecord option --no_rc * Own man page and info document for xorrisofs 2011.03.10.135207 [3661] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.5 10 Mar 2011 [3662] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 10 Mar 2011 [3663] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.0.4 http://svn.libburnia-project.org/libisoburn/tags/1.0.4 ------------------------------------ cycle - xorriso-1.0.5 - 2011.03.10.135207 13 Mar 2011 [3668] COPYRIGHT Updated copyright year 2011.03.13.131305 [3669] configure.ac libisoburn/libisoburn.h Requiring libburn-1.0.5 2011.03.13.131557 [3670] libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Prepared libisoburn for drive role 4 2011.03.21.093208 [3679] libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Prepared libisoburn for drive role 5 2011.03.21.093705 [3680] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New option -early_drive_test 2011.03.21.113720 [3681] libisoburn/libisoburn.h libisoburn/burn_wrap.c libisoburn/libisoburn.ver New API call isoburn_set_truncate() 2011.03.21.113858 [3682] xorriso/write_run.c Made use of new API call isoburn_set_truncate 2011.03.21.165533 [3683] xorriso/xorriso_private.h xorriso/opts_d_h.c xorriso/drive_mgt.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -early_stdio_test option appendable_wo 2011.03.22.081408 [3684] libisoburn/burn_wrap.c Fixed use of uninitialized variable when blanking rol5 pseudo drives 24 Mar 2011 [3686] xorriso/README_gnu_xorriso Fixed typos in GNU xorriso readme file 2011.03.24.182518 [3688] libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Better handling of pseudo-drive without read-permission 2011.03.25.191936 [3689] configure.ac libisoburn/libisoburn.h Requiring libisofs-1.0.5 2011.03.26.100519 [3690] xorriso/iso_manip.c Reporting target name if adding of new node fails with ISO_WRONG_ARG_VALUE 2011.03.26.143944 [3691] xorriso/write_run.c Unconditionally reporting iso_level with -status -compliance 2011.03.26.144233 [3692] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New relax option isoburn_igopt_joliet_long_names 2011.03.26.144541 [3693] xorriso/emulators.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -compliance option joliet_long_names 26 Mar 2011 [3694] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Small adjustments to xorrisofs.texi 26 Mar 2011 [3695] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.5 - 2011.03.26.144541 * New API call isoburn_set_truncate() * New relax option isoburn_igopt_joliet_long_names * New option -early_stdio_test * New -compliance option joliet_long_names * -as mkisofs option -joliet-long is now fully functional * Burning DVD-R DAO with 2 kB size granularity rather than 32 kB 2011.03.26.203042 [3696] xorriso/iso_manip.c Interpreting new libisofs error codes ISO_RR_NAME_TOO_LONG ISO_RR_NAME_RESERVED 2011.03.29.150930 [3697] xorriso/iso_manip.c Interpreting new libisofs error code ISO_RR_PATH_TOO_LONG 2011.03.29.151144 [3698] xorriso/write_run.c Bug fix: -as mkisofs padding did not work (regression in 1.0.4) 30 Mar 2011 [3699] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.5 - 2011.03.29.151144 * Bug fix: -as mkisofs padding did not work (regression in 1.0.4) 2011.04.01.133116 [3700] xorriso/emulators.c Allowing double dashes with all long xorrisofs options 3 Apr 2011 [3701] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarified relation of startup files, -options_from_file and quoted input. 3 Apr 2011 [3702] xorriso/COPYRIGHT_gnu_xorriso xorriso/README_gnu_xorriso Updated info about GNU xorriso copyright and libjte 2011.04.03.094634 [3703] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New options -print_info and -print_mark 2011.04.04.064909 [3704] xorriso/write_run.c Bug fix: Options -gid and -uid had no effect 2011.04.04.071443 [3705] xorriso/drive_mgt.c Avoided to report Volume Id when aquiring drive with blank media 4 Apr 2011 [3706] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.5 - 2011.04.04.071443 * Bug fix: Options -gid and -uid had no effect * New options -print_info and -print_mark 2011.04.04.140752 [3707] Makefile.am xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh + doc/startup_file.txt Added an example of a startup file 2011.04.05.072141 [3708] xorriso/xorriso_main.c xorriso/write_run.c Fixed a typo in messages and goto label 07 Apr 2011 [3709] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Clarification about -as mkisofs pathspecs 07 Apr 2011 [3710] doc/partition_offset.wiki Updated partition offset wiki about cylinder alignment 08 Apr 2011 [3711] doc/faq.wiki FAQ about release version numbers 08 Apr 2011 [3716] svn copy -m Branching for libisoburn release 1.0.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.0.6 2011.04.08.193001 [3717] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.6 08 Apr 2011 [3718] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.0.6 - 2011.04.08.193001 * Bug fix: -as mkisofs padding did not work (regression in 1.0.4) * Bug fix: Options -gid and -uid had no effect * New API call isoburn_set_truncate() * New relax option isoburn_igopt_joliet_long_names * New option -early_stdio_test * New options -print_info and -print_mark * New -compliance option joliet_long_names * -as mkisofs option -joliet-long is now fully functional * Burning DVD-R DAO with 2 kB size granularity rather than 32 kB 2011.04.09.105219 [3723] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.7 09 Apr 2011 [3724] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 09 Apr 2011 [3725] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.0.6 http://svn.libburnia-project.org/libisoburn/tags/1.0.6 ------------------------------------ cycle - xorriso-1.0.7 - 2011.04.09.105219 2011.04.13.204236 [3726] xorriso/emulators.c Bug fix: mkisofs emulation could ignore options (regression in 0.1.6) 14 Apr 2011 [3727] svn copy -m Branching for libisoburn release 1.0.8 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.0.8 2011.04.15.073001 [3278] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.8 14 Apr 2011 [3729] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2011.04.14.073001 [3730] xorriso/xorriso_timestamp.h ChangeLog xorriso/changelog.txt Corrected release date ----------------------------------- release - xorriso-1.0.8 - 2011.04.13.073001 * Bug fix: mkisofs emulation could ignore options (regression in 0.1.6) 2011.04.14.081721 [3731] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h Version leap to libisoburn-1.0.9 14 Apr 2011 [3732] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 14 Apr 2011 [3733] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.0.8 http://svn.libburnia-project.org/libisoburn/tags/1.0.8 ------------------------------------ cycle - xorriso-1.0.9 - 2011.04.14.081721 15 Apr 2011 [3734] doc/doxygen.conf.in Disabled HAVE_DOT in doxygen.conf 18 Apr 2011 [3736] doc/partition_offset.wiki doc/faq.wiki Mentioned success and failure reports of partition offset 2011.04.22.081847 [3737] libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Avoiding repeated PVD read attempts if first reading of PVD yielded error 2011.04.23.152348 [3738] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/lib_mgt.h xorriso/lib_mgt.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New option -signal_handling 23 Apr 2011 [3739] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.9 - 2011.04.23.152348 * New option -signal_handling 2011.04.27.143713 [3740] xorriso/iso_manip.c Saved some CPU cycles when adding wide directory trees 2011.04.27.150829 [3741] xorriso/read_run.c Downgraded extraction error from FAILURE to SORRY (for new -abort_on default) 2011.04.30.121138 [3742] xorriso/iso_manip.c Saved more CPU cycles by optimistic adding of file objects 2011.05.02.090908 [3744] xorriso/aux_objects.c Replaced some large local variables by other means which save stack space 2011.05.02.091632 [3745] xorriso/base_obj.c Replaced some large local variables by other means which save stack space 2011.05.02.100332 [3746] xorriso/check_media.c Replaced some large local variables by other means which save stack space 2011.05.02.121907 [3747] xorriso/cmp_update.c Replaced some large local variables by other means which save stack space 2011.05.02.191704 [3748] xorriso/disk_ops.c Replaced some large local variables by other means in xorriso/disk_ops.c 2011.05.02.191905 [3749] xorriso/cmp_update.c Better reporting of memory shortage with rev 3747 2011.05.02.211310 [3750] xorriso/drive_mgt.c Replaced some large local variables by other means in xorriso/drive_mgt.c 2011.05.02.211401 [3751] xorriso/xorriso.h Clarified and updated API documentation of Xorriso_prescan_args() 2011.05.03.063012 [3752] xorriso/drive_mgt.c Closed a memory leak found by valgrind 2011.05.03.085459 [3753] xorriso/write_run.c Closed memory leaks found by valgrind 2011.05.03.091059 [3754] xorriso/emulators.c Replaced some large local variables by other means in xorriso/emulators.c 2011.05.03.095849 [3755] xorriso/filters.c Replaced some large local variables by other means in xorriso/filters.c 2011.05.03.100744 [3756] xorriso/findjob.c Replaced some large local variables by other means in xorriso/findjob.c 2011.05.03.115103 [3757] xorriso/iso_img.c Replaced some large local variables by other means in xorriso/iso_img.c 2011.05.03.115146 [3758] libisoburn/burn_wrap.c Closed a memory leak found by valgrind 2011.05.03.115226 [3759] xorriso/findjob.c Closed a memory leak found by valgrind 2011.05.04.151605 [3760] xorriso/iso_manip.c Replaced some large local variables by other means in xorriso/iso_manip.c 2011.05.04.151721 [3761] xorriso/cmp_update.c Replaced some large local variables by other means in xorriso/cmp_update.c 2011.05.04.151820 [3762] xorriso/findjob.c Closed a memory leak found by valgrind 2011.05.04.152314 [3763] xorriso/drive_mgt.c xorriso/emulators.c Reacted on compiler warning about rev 3750 and 3754 2011.05.04.165840 [3764] xorriso/iso_tree.c Replaced some large local variables by other means in xorriso/iso_tree.c 2011.05.04.171628 [3765] xorriso/lib_mgt.c Replaced some large local variables by other means in xorriso/lib_mgt.c 2011.05.05.075233 [3766] xorriso/match.c Replaced some large local variables by other means in xorriso/match.c 2011.05.05.081436 [3767] xorriso/misc_funct.c Replaced some large local variables by other means in xorriso/misc_funct.c 2011.05.05.105152 [3768] xorriso/opts_a_c.c Replaced some large local variables by other means in xorriso/opts_a_c.c 2011.05.05.105310 [3769] xorriso/iso_img.c Closed a memory leak found by valgrind 2011.05.05.121640 [3770] xorriso/opts_d_h.c Replaced some large local variables by other means in xorriso/opts_d_h.c 2011.05.05.121957 [3771] xorriso/opts_d_h.c Reacted on compiler warning about rev 3770 2011.05.05.122855 [3772] xorriso/text_io.c Added newline character to output of -errfile_log plain -I 2011.05.05.163832 [3773] xorriso/opts_i_o.c Replaced some large local variables by other means in xorriso/opts_i_o.c 2011.05.05.163926 [3774] xorriso/opts_a_c.c Corrected a mistake introduced with rev 3768 2011.05.06.120600 [3775] xorriso/misc_funct.c Introduced flag bit1 with Text_shellsafe() for double sized target string 2011.05.06.120655 [3776] xorriso/opts_p_z.c Replaced some large local variables by other means in xorriso/opts_p_z.c 2011.05.06.120834 [3777] xorriso/disk_ops.c Corrected use of unitialized variables found by valgrind 2011.05.06.121218 [3778] xorriso/sfile.h Commited definition of Xorriso_alloc_meM which is needed since 30 revisions 2011.05.06.132058 [3779] xorriso/disk_ops.c xorriso/iso_tree.c xorriso/iso_manip.c xorriso/opts_i_o.c Made use of Text_shellsafe bit1 for messages with two file names 2011.05.06.151905 [3780] xorriso/parse_exec.c Replaced some large local variables by other means in xorriso/parse_exec.c 2011.05.07.104932 [3781] [3782] xorriso/iso_img.c Bug fix: -mount_opts "shared" worked only with -osirrox "o_excl_off" 2011.05.07.105142 [3783] xorriso/iso_img.c Enabled drive addresses of form mmc:/dev/srX with option -mount 2011.05.07.165758 [3784] xorriso/read_run.c Replaced some large local variables by other means in xorriso/read_run.c 2011.05.07.184625 [3785] xorriso/text_io.c Replaced some large local variables by other means in xorriso/text_io.c 2011.05.08.083929 [3786] xorriso/write_run.c Replaced some large local variables by other means in xorriso/write_run.c 2011.05.08.174805 [3787] xorriso/opts_a_c.c xorriso/cmp_update.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/sort_cmp.c xorriso/text_io.c xorriso/write_run.c Replaced some large local variables by other means 2011.05.09.155010 [3788] libisoburn/isoburn.c libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Replaced some large local variables by other means in 2011.05.09.181239 [3789] xorriso/parse_exec.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/iso_tree.c xorriso/iso_manip.c xorriso/sort_cmp.c xorriso/filters.c xorriso/write_run.c xorriso/match.c xorriso/text_io.c xorriso/findjob.c xorriso/misc_funct.c xorriso/sfile.c Reacted on -Wsign-compare warnings of gcc 2011.05.09.181449 [3790] libisoburn/isoburn.c libisoburn/isofs_wrap.c Reacted on -Wsign-compare warnings of gcc 2011.05.12.175155 [3797] configure.ac libisoburn/libisoburn.h Requiring libisofs-1.0.8 now 2011.05.12.175423 [3798] xorriso/configure_ac.txt GNU xorriso now contains libisofs-1.0.9 13 May 2011 [3799] xorriso/xorrisofs.texi Corrected a typo in man page of xorrisofs 13 May 2011 [3800] xorriso/make_xorriso_1.c xorriso/xorriso.texi xorriso/xorriso.1 Added a rule to the conversion prescription for man pages 13 May 2011 [3801] xorriso/xorrisofs.texi xorriso/xorrisofs.1 Added a rule to the conversion prescription for man pages 14 May 2011 [3802] xorriso/make_xorriso_1.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Patch by Mats Erik Anderson: wrap @command{} around the word xorriso 2011.05.16.132939 [3809] xorriso/parse_exec.c Bug fix: xorriso command -add_plainly "any" did not add all file sto the image 2011.05.16.133231 [3810] xorriso/sfile.h Replaced german macro parameter name by an english one 2011.05.16.134341 [3811] xorriso/xorriso.h xorriso/parse_exec.c Checking for unknown xorriso commands already in Xorriso_prescan_args() 16 May 2011 [3812] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Made xorriso version number visible in manuals 16 May 2011 [3813] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Adjusted line lengths to less than 80 chars in source of xorriso manual 17 May 2011 [3814] xorriso/make_xorriso_1.c Implemented texi-to-man translation rule about {...} recursion 17 May 2011 [3815] xorriso/xorriso.texi xorriso/xorrisofs.texi Added to the manual instructions for bug reporting 17 May 2011 [3816] xorriso/xorrisofs.texi Wrapped @command{} around the word xorrisofs in its manual 17 May 2011 [3817] xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.info xorriso/xorrisofs.1 Updated generated manuals 2011.05.17.115159 [3818] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.9 - 2011.05.17.115159 * Bug fix: -mount_opts shared worked only with -osirrox o_excl_off * Bug fix (libisofs): Production of MIPS bootable images caused SIGSEGV * Bug fix: xorriso command -add_plainly "any" did not add all files to the image 2011.05.17.151719 [3819] xorriso/xorriso.h xorriso/parse_exec.c xorriso/xorriso_main.c New flag bit1 of API call Xorriso_prescan_args() reports unknown commands 17 May 2011 [3820] xorriso/make_xorriso_1.c xorriso/xorriso.texi xorriso/xorrisofs.texi New rules for translating several texi @-commands to man page ------------------------------------ cycle - xorriso-1.0.9 - 2011.05.17.151719 2011.05.18.063511 [3821] xorriso/parse_exec.c Fixed refusal to run with command -as introduced by rev 3819 18 May 2011 [3822] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Polished node "Bugreport" in manuals ------------------------------------ cycle - xorriso-1.0.9 - 2011.05.18.063511 2011.05.19.111229 [3823] libisoburn/libisoburn.h Mentioned the need to define uint32_t when including libisoburn.h 2011.05.19.133735 [3824] xorriso/write_run.c Bug fix: The attempt to blank already blanked DVD-RW was not gracefully blocked 2011.05.19.133840 [3825] xorriso/check_media.c Replaced some large local variables by other means in xorriso/check_media.c 2011.05.19.133940 [3826] xorriso/opts_p_z.c Reacted on -Wsign-compare warnings of gcc 2011.05.19.134432 [3827] libisoburn/isofs_wrap.c Revoked experimental change which sneaked into SVN by rev 3737 20 May 2011 [3828] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.0.9 - 2011.05.19.134432 * Bug fix: The attempt to blank already blank DVD-RW was not gracefully blocked 2011.05.20.175842 [3829] xorriso/iso_img.c Reacted on compiler warning about inactivated if statement 2011.05.22.143652 [3832] configure.ac xorriso/configure_ac.txt Added options -Wextra -Wno-unused-parameter for gcc 2011.05.22.181525 [3833] xorriso/opts_a_c.c xorriso/opts_i_o.c xorriso/findjob.c Reacted on static code checker warning reported by George Danchev 2011.05.26.151635 [3841] configure.ac libisoburn/libisoburn.h Requiring libburn-1.0.7 now 2011.05.26.151744 [3842] xorriso/drive_mgt.c Report damaged track with "Media status :" 2011.05.29.095524 [3843] xorriso/drive_mgt.c Removed quotation marks in message introduced by rev3842 2011.05.29.100055 [3844] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Improved error messages if DVD-RW media can only be written with -close on 2011.05.31.092902 [3845] xorriso/text_io.c With -status : always display setting of -abort_on 2011.06.01.165129 [3847] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New option -close_damaged 2011.06.07.144548 [3857] xorriso/write_run.c Fixed a typo in a hint about fast blanked DVD-RW 8 Jun 2011 [3862] configure.ac Makefile.am xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt Introduced AC_CONFIG_MACRO_DIR() and ACLOCAL_AMFLAGS on advise of George Danchev 9 Jun 2011 [3865] bootstrap xorriso/xorriso_bootstrap.txt Added option -I . to aclocal in bootstrap script on advise of George Danchev ------------------------------------ cycle - xorriso-1.0.9 - 2011.06.15.153630 * New option -close_damaged * Bug fix (libisofs) : -as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned 2011.06.17.143813 [3867] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info README doc/faq.wiki doc/partition_offset.wiki xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorriso_eng.html ChangeLog Avoided the use of the term 'eventual' for the meaning 'if applicable'. 18 Jun 2011 [3872] svn copy -m Branching for libisoburn release 1.1.0 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.1.0 2011.06.18.123001 [3973] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.0 18 Jun 2011 [3874] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.1.0 - 2011.06.18.123001 * Bug fix: -mount_opts shared worked only with -osirrox o_excl_off * Bug fix: xorriso command -add_plainly "any" did not add all files to the image * Bug fix: The attempt to blank already blank DVD-RW was not gracefully blocked * Bug fix: -as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned * Bug fix: Production of MIPS bootable images caused SIGSEGV * New option -signal_handling * New option -close_damaged 2011.06.18.173208 [3879] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.1 18 Jun 2011 [3880] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 18 Jun 2011 [3881] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.1.0 http://svn.libburnia-project.org/libisoburn/tags/1.1.0 ------------------------------------ cycle - xorriso-1.1.1 - 2011.06.18.173208 ------------------------------------ cycle - xorriso-1.1.1 - 2011.06.19.210656 * Bug fix: GNU xorriso-1.1.0 compiled only on Linux, FreeBSD, and Solaris ------------------------------ release - xorriso-1.1.0.pl01 - 2011.06.20.110001 * Bug fix: GNU xorriso-1.1.0 compiled only on Linux, FreeBSD, and Solaris 22 Jun 2011 [3887] releng/releng_build_jigdo releng/README.releng Beginning to create a test suite for libisoburn and xorriso 27 Jun 2011 [3943] + releng/test_hardlinks New test test_hardlinks 27 Jun 2011 [3944] releng/TODO Added rules to releng/TODO, new options -keep, -clean_up, deprecated -clean 27 Jun 2011 [3945] [3948] [3952] [3957] releng/test_hardlinks Polished hardlink test 2011.06.27.160728 [3956] xorriso/opts_p_z.c Bug fix: -update_r scheduled non-existing files for hardlink update 2011.06.27.172423 [3958] xorriso/parse_exec.c Reporting commands and their arguments as DEBUG messages before execution 28 Jun 2011 [3964] releng/test_hardlinks + tmp Adapted test_hardlinks to newly defined general test rules 28 Jun 2011 [3965] releng/test_hardlinks Adjusted names of config variables in test_hardlinks 28 Jun 2011 [3968] releng/test_hardlinks - tmp + releng/tmp Option -fail for test_hardlinks to simulate failure, moved tmp to releng/tmp 28 Jun 2011 [3969] releng/test_hardlinks Removed suffix .result from tmp/test_hardlinks 2011.06.28.084751 [3970] A test with non-added file releng/tmp/test 28 Jun 2011 [3973] + releng/releng_generated_data - releng/tmp Renamed releng/tmp to releng/releng_generated_data 28 Jun 2011 [3974] releng/test_hardlinks Adapted test_hardlinks to newest agreements with George 28 Jun 2011 [3975] + releng/releng_hardlinks - releng/test_hardlinks Renamed test_hardlinks to releng_hardlinks 2011.07.02.153320 [3991] libisoburn/burn_wrap.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.085629 [4003] xorriso/aux_objects.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.091220 [4006] xorriso/misc_funct.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.091706 [4007] xorriso/misc_funct.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.092353 [4008] xorriso/disk_ops.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.093500 [4010] xorriso/parse_exec.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.093500 [4015] xorriso/sfile.c Reacted on warnings of -Wtype-limits 2011.07.03.181840 [4020] configure.ac libisoburn/libisoburn.h Requiring libsofs-1.1.1 now 2011.07.03.193627 [4029] xorriso/iso_tree.c xorriso/read_run.c Enabled extraction of the boot catalog file to disk filesystem 2011.07.03.194138 [4030] xorriso/opts_a_c.c xorriso/opts_i_o.c xorriso/opts_p_z.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.194723 [4031] xorriso/drive_mgt.c Reacted on warnings of -Wunused-but-set-variable 2011.07.03.203013 [4033] xorriso/opts_i_o.c Removed a premature reference to upcomming function 2011.07.04.092828 [4034] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New option -list_speeds 4 Jul 2011 [4035] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.1 - 2011.07.04.092828 * Bug fix: -update_r scheduled non-existing files for hardlink update * New option -list_speeds * Enabled extraction of the boot catalog file to disk filesystem 2011.07.04.105800 [4036] xorriso/iso_manip.c Reacted on warnings of -Wunused-but-set-variable 2011.07.04.105854 [4037] xorriso/write_run.c Reacted on warnings of -Wunused-but-set-variable 2011.07.04.121342 [4038] xorriso/read_run.c Reacted on warnings of -Wunused-but-set-variable 2011.07.04.121501 [4039] xorriso/filters.c Reacted on warnings of -Wunused-but-set-variable 2011.07.05.145103 [4062] libisoburn/libisoburn.h Made libisoburn.h ready for use with C++ without importing namespace "burn" 2011.07.06.190111 [4078] libisoburn/isofs_wrap.c Hopefully fixed Debian bug 632865: blank ISO images with drive role 5 2011.07.07.113930 [4082] libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/burn_wrap.c Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso ------------------------------------ cycle - xorriso-1.1.1 - 2011.07.07.113930 * Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso 7 Jul 2011 [4086] xorriso/xorriso_eng.html ChangeLog Updated change log and web page 8 Jul 2011 [4092] svn copy -m Branching for libisoburn release 1.1.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.1.2 2011.07.08.100001 [4094] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.2 8 Jul 2011 [4095] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.1.2 - 2011.07.08.100001 * Bug fix: -update_r scheduled non-existing files for hardlink update * New option -list_speeds * Enabled extraction of the boot catalog file to disk filesystem * Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso 2011.07.08.131032 [4099] [4100] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.3 8 Jul 2011 [4101] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 8 Jul 2011 [4102] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.1.2 http://svn.libburnia-project.org/libisoburn/tags/1.1.2 ------------------------------------ cycle - xorriso-1.1.3 - 2011.07.08.131032 2011.07.10.112539 [4126] libisoburn/isofs_wrap.c Recognizing overwritable media, blanked by cdrskin --grow_overwriteable_iso 2011.07.11.175609 [4134] xorriso/drive_mgt.c Reacted on warnings of cppcheck 2011.07.12.092010 [4137] xorriso/drive_mgt.c Improved output of -list_speeds with CD drives. Empty list now cause SORRY. 2011.07.12.135452 [4146] xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Improved output of -list_speeds with ROM media and ROM drives. 13 Jul 2011 [4158] [4159] [4160] + releng/manual_devices_ts Proposal for test ./manual_devices 14 Jul 2011 [4161] [4162] releng/manual_devices_ts + releng/inc/releng_getopts_ts.inc Proposal for test ./manual_devices and inc/releng_getopts_ts.inc 14 Jul 2011 [4163] releng/manual_devices_ts releng/inc/releng_getopts_ts.inc Prepared test proposal for option -f and for incomplete option -x 14 Jul 2011 [4165] releng/manual_devices_ts Issueing failure message and non-zero exit value if manual_devices_ts fails 14 Jul 2011 [4166] releng/inc/releng_getopts_ts.inc Corrected a misunderstanding about meaning of code piece 2011.07.15.083052 [4171] libisoburn/burn_wrap.c Reacted on warnings of cppcheck about libisoburn/burn_wrap.c 15 Jul 2011 [4172] releng/manual_devices Removed remnant reference to releng_getopts_ts.inc 15 Jul 2011 [4173] releng/inc/releng_getopts.inc Removed usage of getopts in releng_getopts.inc 15 Jul 2011 [4174] releng/inc/releng_getopts.inc Removed obsolete input checks from releng_getopts.inc 15 Jul 2011 [4175] releng/inc/releng_getopts.inc releng/manual_devices New function check_for_xorriso in releng_getopts.inc 15 Jul 2011 [4176] releng/inc/releng_getopts.inc Removed call to print_specific_help from releng_getopts.inc 15 Jul 2011 [4177] releng/inc/releng_getopts.inc Changed general option -k -c -f in releng_getopts.inc 17 Jul 2011 [4185] releng/run_all_releng Issueing pacifier messages in run_all_releng about logged line 17 Jul 2011 [4186] releng/run_all_releng Making run_all_releng recognize exit values again (fixing rev 4185) 17 Jul 2011 [4187] releng_printsize Issueing pacifier messages during tree generation of releng_printsize 17 Jul 2011 [4186] releng/run_all_releng Using a more elegant way to obtain pipe component exit value 17 Jul 2011 [4192] releng/run_all_releng Switched error message away from stderr, only pacifier remains on stderr 17 Jul 2011 [4194] releng/run_all_releng Added my copyright to run_all_releng 23 Jul 2011 [4208] [4209] svn mv releng/README releng/README.old releng/README Began to sketch an releng/README file 2011.07.24.193433 [4213] xorriso/drive_mgt.c Improved media summary with overwritable media and unknown content 2011.07.24.203919 [4214] xorriso/drive_mgt.c Improved -check_media with overwritable media and unknown content 2011.07.25.095843 [4215] xorriso/check_media.h xorriso/check_media.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -check_media option what=image 2011.07.25.103809 [4216] xorriso/drive_mgt.c Issueing a warning messages if BD-R with more than 299 sessions is loaded 27 Jul 2011 [4217] releng/auto_printsize Reduced runtime of auto_printsize and balanced xorriso versus genisoimage 2011.07.27.211423 [4218] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/drive_mgt.c xorriso/aux_objects.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -device_links 27 Jul 2011 [4219] releng/manual_devices Switched releng/manual_devices from -devices to -device_links 2011.07.28.111814 [4220] xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Prefering dvd over cd with -device_links 28 Jul 2011 [4221] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.3 - 2011.07.28.111814 * New option -device_links 2011.07.28.192110 [4224] configure.ac libisoburn/libisoburn.h Requiring libburn 1.1.1 2011.07.28.195103 [4225] xorriso/drive_mgt.c Using libburn call burn_lookup_device_link() 30 Jul 2011 [4226] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Small correction in xorrisofs man page 2011.07.31.091836 [4229] libisoburn/burn_wrap.c Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD 2011.07.31.094422 [4230] xorriso/xorrisoburn.h xorriso/opts_a_c.c xorriso/opts_p_z.c Allowed lower case severity names with -abort_on, -return_with, -report_about 2011.07.31.145832 [4231] xorriso/misc_funct.c Bug fix: -assert_volid did not work. Regression since version 1.1.0, rev 3767. 2011.08.01.130400 [4233] xorriso/drive_mgt.c xorriso/misc_funct.c New report line "Media blocks :" with option -toc 1 Aug 2011 [4234] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.3 - 2011.08.01.130400 * Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD * Bug fix: -assert_volid did not work. Regression since version 1.1.0. 2011.08.01.152915 [4236] xorriso/misc_funct.h Forgot to upload the header which defines Xorriso__to_upper 1 Aug 2011 [4238] releng/auto_isocontent Checking -assert_volid in auto_isocontent 3 Aug 2011 [4240] releng/README releng/template_new Added more text pieces to releng/README, updated template for new tests 3 Aug 2011 [4241] releng/inc/releng_getopts.inc Added option -h to general helptext of releng 4 Aug 2011 [4242] releng/template_new Further improvements to releng test template 4 Aug 2011 [4243] + releng/manual_burn New test releng/manual_burn 4 Aug 2011 [4244] releng/README releng/manual_burn Improvements about releng/manual_burn 5 Aug 2011 [4245] releng/auto_cxx releng/auto_isocontent releng/manual_burn releng/manual_isojigdo Made existing tests comply to upcomming prescriptions for failure messages 5 Aug 2011 [4246] releng/inc/releng_getopts.inc Made existing tests comply to upcomming prescriptions for failure messages 7 Aug 2011 [4248] releng/README More work on releng/README 07 Aug 2011 [4252] svn copy -m Branching for libisoburn release 1.1.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.1.4 2011.08.07.120001 [4253] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.4 07 Aug 2011 [4254] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2011.08.08.071649 [4256] xorriso/read_run.c Improved error reporting with problems when extracting xattr or ACL 2011.08.08.070301 [4257] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/configure_ac.txt xorriso/xorriso_eng.html xorriso/xorriso_timestamp.h Requiring libisofs-1.1.4 (because of ACL extraction problem in 1.1.2) 08 Aug 2011 [4258] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.1.4 - 2011.08.08.070301 * New option -device_links * Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD * Bug fix: -assert_volid did not work. Regression since version 1.1.0. * Bug fix: -acl or -xattr worked with -extract only on Linux and FreeBSD 2011.08.08.124228 [4263] xorriso/read_run.c Improved error reporting with problems when extracting xattr or ACL 2011.08.08.124914 [4264] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.5 08 Aug 2011 [4265] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 08 Aug 2011 [4266] svn move -m 'Promoted branch to tag' http://svn.libburnia-project.org/libisoburn/branches/1.1.4 http://svn.libburnia-project.org/libisoburn/tags/1.1.4 ------------------------------------ cycle - xorriso-1.1.5 - 2011.08.08.124914 09 Aug 2011 [4267] releng/auto_isocontent Made releng/auto_isocontent ready for Solaris (with bash) 09 Aug 2011 [4268] releng/inc/releng_getopts.inc Made releng/manual_burn and releng/manual_devices work on FreeBSD 09 Aug 2011 [4269] releng/auto_cxx Made releng/auto_cxx ready for FreeBSD (with bash or "bash" linked to /bin/sh) 09 Aug 2011 [4270] releng/auto_printsize Made releng/auto_printsize ready for FreeBSD ("bash" linked to /bin/sh) 10 Aug 2010 [4271] releng/manual_isojigdo Made releng/manual_isojigdo ready for FreeBSD ("bash" linked to /bin/sh) 10 Aug 2010 [4272] releng/run_all_auto Made releng/run_all_auto ready for FreeBSD ("bash" linked to /bin/sh) 10 Aug 2010 [4273] releng/run_all_auto Added some newlines to output of releng/run_all_auto 11 Aug 2011 [4274] releng/manual_burn releng/manual_devices releng/README Option --priv_cmd for releng/manual_burn and releng/manual_devices 14 Aug 2011 [4275] releng/run_all_auto Avoided use of "let" in releng/run_all_auto in favor of "expr" 14 Aug 2011 [4276] releng/README releng/change_shell_to_use Opportunity to choose the shell that runs the releng test scripts 14 Aug 2011 [4277] releng/change_shell_to_use Changed a comment 2011.08.15.132616 [4278] xorriso/disk_ops.c Bug fix: -extract_single extracted directory content 2011.08.15.171835 [4279] xorriso/opts_i_o.c xorriso/read_run.c xorriso/disk_ops.c Bug fix: -extract was not immediately aborted if -abort_on was triggered 17 Aug 2011 [4282] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.5 - 2011.08.17.163150 * Bug fix: -extract_single extracted directory content * Bug fix: -extract was not immediately aborted if -abort_on was triggered * Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space 18 Aug 2011 [4283] releng/inc/releng_getopts.inc Made cleanup message of releng less loud 2011.08.18.132218 [4284] configure.ac libisoburn/libisoburn.h Requiring libsofs-1.1.5 now 2011.08.18.151913 [4285] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/lib_mgt.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New option -list_extras 18 Aug 2011 [4286] releng/auto_isocontent Testing recording and extraction of ACLs and xattr if available 19 Aug 2011 [4288] releng/README releng/TODO Moved todo items from releng/README to releng/TODO 19 Aug 2011 [4290] releng/TODO Some "pro" arguments for the disputed items in releng/TODO 2011.08.19.110340 [4291] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.5 - 2011.08.19.110340 * Bug fix: libisofs: ACL entries of groups and of user id 0 were not properly recorded and cannot be restored * Bug fix: libisofs: No ACLs were recorded on FreeBSD * New option -list_extras 2011.08.23.104121 [4292] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.c xorriso/read_run.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info New -osirrox option strict_acl 23 Aug 2011 [4293] releng/auto_isocontent Made releng/auto_isocontent ready to test FreeBSD extattr 23 Aug 2011 [4294] releng/auto_isocontent Made releng/auto_isocontent work on filesystems with no xattr and ACL 23 Aug 2011 [4295] releng/auto_isocontent Made releng/auto_isocontent work with disabled xorriso ACL adapter 2011.08.24.072854 [4296] xorriso/iso_manip.c Reporting specific libisofs error if setting of ACL fails 2011.08.25.185950 [4297] xorriso/xorrisoburn.h xorriso/findjob.h xorriso/opts_d_h.c xorriso/iso_tree.c xorriso/iso_manip.c xorriso/disk_ops.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -find and -findx action list_extattr 29 Aug 2011 [4298] releng/auto_isocontent Small change about Linux getfattr usage in releng/auto_isocontent 29 Aug 2011 [4299] releng/manual_isojigdo Made releng/manual_isojigdo remove .iso file after failed download 29 Aug 2011 [4300] + releng/jigdo-gen-md5-list + releng/jigdo-gen-md5-list.1 xorriso/make_xorriso_standalone.sh Moved jigdo-gen-md5-list of GNU xorriso into libisoburn/releng 29 Aug 2011 [4301] releng/manual_isojigdo Using own jigdo-gen-md5-list to avoid restriction to Linux and FreeBSD 30 Aug 2011 [4303] releng/inc/releng_getopts.inc releng/auto_isocontent releng/README Reacting on xorriso failure in pipe test of releng/auto_isocontent 02 Sep 2011 [4304] configure.ac PKG_CHECK_MODULES test of ./configure now only with --enable-pkg-check-modules 2011.09.03.194744 [4305] configure.ac xorriso/configure_ac.txt Made PKG_CHECK_MODULES with --enable-libcdio conditional 2011.09.20.133438 [4309] xorriso/xorriso_eng.html ChangeLog xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.1.5 - 2011.09.20.133438 * New -osirrox option strict_acl * libisofs: Enabled recording and restoring of extattr on FreeBSD. * New -find and -findx action list_extattr * Worked around a collision with Linux udev which lets device links vanish 21 Sep 2011 [4312] xorriso/README_gnu_xorriso Mentioned configure-time options for udev anti-collision waiting time 2011.09.22.142118 [4313] xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/drive_mgt.c Re-aquiring drives by their burn_drive_convert_fs_adr() names 23 Sep 2011 [4314] README xorriso/README_gnu_xorriso Mentioned my sysadmin workarounds to cope with udisks on Debian 6.0.2 amd64 23 Sep 2011 [4315] Makefile.am releng/README releng/template_new Added releng test suite to release tarball 2011.09.23.131734 [4316] xorriso/drive_mgt.c Improved error message if xorriso shall open a vanished udev link 2011.09.23.135519 [4317] releng/manual_burn Let releng burn test tolerate vanished udev link and wait for its re-appearance 24 Sep 2011 [4318] releng/README Fixed typos in releng/README 25 Sep 2011 [4320] releng/README Small corrections in releng/README 27 Sep 2011 [4325] svn copy -m Branching for libisoburn release 1.1.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.1.6 2011.09.27.080001 [4326] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.6 27 Sep 2011 [4327] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.1.6 - 2011.09.27.080001 * Bug fix: -extract_single extracted directory content * Bug fix: -extract was not immediately aborted if -abort_on was triggered * Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space * Bug fix: libisofs: ACL entries of groups and of user id 0 were not properly recorded and cannot be restored * Bug fix: libisofs: No ACLs were recorded on FreeBSD * New option -list_extras * New -osirrox option strict_acl * libisofs: Enabled recording and restoring of extattr on FreeBSD. * New -find and -findx action list_extattr * Workaround for collision with Linux udev which lets device links vanish 2011.09.27.133025 [4333] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Version leap to libisoburn-1.1.7 27 Sep 2011 [4334] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 27 Sep 2011 [4335] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.1.6 http://svn.libburnia-project.org/libisoburn/tags/1.1.6 ------------------------------------ cycle - xorriso-1.1.7 - 2011.09.27.133025 2011.10.05.075024 [4338] configure.ac libisoburn/libisoburn.h Requiring libburn 1.1.7 2011.10.05.085704 [4340] libisoburn/libisoburn.h libisoburn/burn_wrap.c New flag bit of API call isoburn_drive_aquire() to cause burn_drive_re_assess() 2011.10.05.172142 [4341] xorriso/drive_mgt.c Avoiding open-close cycles on MMC drives after blanking or burning 2011.10.05.173150 [4342] xorriso/opts_a_c.c xorriso/lib_mgt.c Allowed lowercase severity names for all occasions 06 Oct 2011 [4343] README Pointed readers of README to releng/README 08 Oct 2011 [4393] xorriso/man_xorriso_to_html.sh xorriso/man_xorrisofs_to_html.sh Replaced HTML minus by a flat ASCII minus in HTML man page generator 2011.10.09.162439 [4396] xorriso/drive_mgt.c Reacted on nitpicking of cppcheck 2011.10.13.105921 [4404] xorriso/drive_mgt.c Improved plausibility of xorriso media summary in case of unreliable readbility 13 Oct 2011 [4405] releng/manual_burn Removed potentially dangerous hint from releng/manual_burn 2011.10.14.094257 [4406] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New option -sleep 2011.10.18.162119 [4407] xorriso/parse_exec.c xorriso/emulators.h xorriso/emulators.c Enabled xorrecord dev=- 2011.10.25.103839 [4408] README Makefile.am xorriso/README_gnu_xorriso xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 + xorriso/xorrecord.texi + xorriso/xorrecord.info + xorriso/xorrecord.1 xorriso/make_docs.sh xorriso/make_xorriso_1.c xorriso/convert_man_to_html.sh + xorriso/man_xorrecord_to_html.sh Info document and man page for xorrecord 25 Oct 2011 [4409] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.7 - * New option -sleep * Info document and man page for xorrecord 2011.10.25.160042 [4410] xorriso/drive_mgt.c Avoided to report "Supported modes: SAO TAO" with xorrecord -atip on ROM drives 2011.10.26.085213 [4411] xorriso/drive_mgt.c Let xorrecord -atip throw SORRY on empty tray, but report profile list of drive 26 Oct 2011 [4412] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Replaced several occurences of the word "media" by "medium" 2011.11.02.140829 [4420] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Replaced several occurences of the word "media" by "medium" 2011.11.02.142105 [4421] xorriso/xorrisoburn.h xorriso/check_media.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/emulators.c xorriso/write_run.c Replaced several occurences of the word "media" by "medium" ------------------------------------ cycle - xorriso-1.1.7 - 2011.11.02.142105 2011.11.04.102805 [4423] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.7 - 2011.11.04.102805 * Bug fix: libburn misinterpreted mode page 2A 2011.11.09.131243 [4425] + doc/qemu_xorriso.wiki Added a wiki page about xorriso on qemu. Online: wiki/QemuXorriso ------------------------------------ cycle - xorriso-1.1.7 - 2011.11.09.131243 * Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci 09 Nov 2011 [4426] xorriso/make_xorriso_standalone.sh Added wiki page about xorriso on qemu to the GNU xorriso tarball generator 09 Nov 2011 [4427] doc/qemu_xorriso.wiki Small corrections in wiki/QemuXorriso 2011.11.09.145155 [4428] Makefile.am Added wiki/QemuXorriso to libisoburn tarball generator 09 Nov 2011 [4429] doc/qemu_xorriso.wiki Mentioned how to use /dev/vda without /dev/sr1 link 10 Nov 2011 [4432] doc/qemu_xorriso.wiki Some clarifications in wiki/QemuXorriso 11 Nov 2011 [4433] doc/qemu_xorriso.wiki Some clarifications in wiki/QemuXorriso 13 Nov 2011 [4434] doc/qemu_xorriso.wiki Some clarifications in wiki/QemuXorriso 16 Nov 2011 [4438] doc/qemu_xorriso.wiki Some clarifications in wiki/QemuXorriso 16 Nov 2011 [4439] doc/qemu_xorriso.wiki Corrected a wrong statement in wiki/QemuXorriso 20 Nov 2011 [4445] svn copy -m Branching for libisoburn release 1.1.8 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.1.8 2011.11.20.173001 [4446] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.1.8 20 Nov 2011 [4447] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.1.8 - 2011.11.20.173001 * Info document and man page for xorrecord * New option -sleep * Enabled recognition of QEMU DVD-ROM 0.12 * Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci 2011.11.21.081802 [4452] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.1.9 21 Nov 2011 [4453] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 21 Nov 2011 [4454] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.1.8 http://svn.libburnia-project.org/libisoburn/tags/1.1.8 ------------------------------------ cycle - xorriso-1.1.9 - 2011.11.21.081802 22 Nov 2011 [4456] doc/qemu_xorriso.wiki Updated QemuXorriso wiki about xorriso version requirements 23 Nov 2011 [4457] doc/qemu_xorriso.wiki Mentioned GNU Hurd qemu page as source of qemu knowledge 2011.11.24.093151 [4459] xorriso/iso_tree.c Worked around inconsistency of stat.st_rdev and dev_t on Debian mips, mipsel 2011.11.29.130622 [4461] libisoburn/libisoburn.ver Bug fix: libisoburn.ver had a duplicate function entry 2011.12.01.152236 [4464] xorriso/emulators.c xorriso/write_run.c xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Made verbosity and exit value of xorrecord more similar to cdrecord resp. wodim 03 Dec 2011 [4472] Makefile.am Removing test/.libs with make clean 03 Dec 2011 [4473] Makefile.am Added ./bootstrap script to release tarball 03 Dec 2011 [4474] xorriso/xorriso_makefile_am.txt Removing xorriso/.libs test/.libs with make clean 2011.12.07.080625 [4480] Makefile.am xorriso/xorriso_makefile_am.txt Removed version.h from list of source files because generated by configure 2011.12.25.121944 [4513] xorriso/xorriso_makefile_am.txt Integrated new source file libburn/cdtext.c 28 Dec 2011 [4520] xorriso/compile_xorriso.sh Integrated new source file libburn/cdtext.c 2012.01.14.144233 [4565] configure.ac libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New relaxations isoburn_igopt_joliet_rec_mtime, isoburn_igopt_iso1999_rec_mtime 2012.01.14.144535 [4566] xorriso/xorriso.h xorriso/opts_p_z.c xorriso/emulators.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Using new libisoburn relaxations with "rec_mtime", enabling it with -as mkisofs 14 Jan 2012 [4567] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.1.9 - 2012.01.14.144535 * Bug fix: mkisofs emulation did not record mtime in ECMA-119 directories * Bug fix: Program abort while drive tray is loading led to endless loop * Bug fix: Solaris adapter mishandled write commands which failed on first try * Bug fix: libisoburn.ver had a duplicate function entry * New relaxations isoburn_igopt_joliet_rec_mtime, isoburn_igopt_iso1999_rec_mtime 2012.01.15.104012 [4569] xorriso/write_run.h xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Made -compliance "rec_mtime" default for xorriso 2012.01.18.093532 [4572] xorriso/drive_mgt.c Improved interpretation of -check_media min_lba= 2012.01.21.114233 [4586] delayed_commit/B20121.114249 xorriso/xorriso_private.h xorriso/base_obj.c xorriso/drive_mgt.c xorriso/read_run.c xorriso/text_io.c Reporting speed with -check_media 2012.01.21.173229 [4587] delayed_commit/B20121.173233 xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/read_run.c Reporting speed with -check_md5, -compare, -find, -compare_l, -update 2012.01.21.190312 [4587] delayed_commit/B20121.190324 xorriso/drive_mgt.c Curbed -check_media chunk_size= to 64 kB 2012.01.23.104642 [4588] xorriso/cmp_update.c xorriso/iso_tree.c Two files forgotten with rev 4587 24 Jan 2012 [4594] xorriso/make_xorriso_standalone.sh Added libisoburn ChangeLog to GNU xorriso tarball 25 Jan 2012 [4596] ChangeLog Updated ChangeLog 2012.01.25.153732 [4597] xorriso/text_io.c Made rev 4586 safe against division by 0 27 Jan 2012 [4602] svn copy -m Branching for libisoburn release 1.2.0 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.2.0 2012.01.27.120001 [4603] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.0 27 Jan 2012 [4604] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.2.0 - 2012.01.27.120001 * Bug fix: mkisofs emulation did not record mtime in ECMA-119 directories * Bug fix: Program abort while drive tray is loading led to endless loop * Bug fix: Solaris adapter mishandled write commands which failed on first try * Bug fix: libisoburn.ver had a duplicate function entry * New relaxations isoburn_igopt_joliet_rec_mtime, isoburn_igopt_iso1999_rec_mtime * Made -compliance "rec_mtime" default for xorriso 2012.01.27.155323 [4609] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.1 27 Jan 2012 [4610] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 27 Jan 2012 [4611] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.2.0 http://svn.libburnia-project.org/libisoburn/tags/1.2.0 ------------------------------------ cycle - xorriso-1.2.1 - 2012.01.27.155323 2012.01.31.130405 [4616] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New commands -x, -list_arg_sorting 2012.02.01.122709 [4617] xorriso/drive_mgt.c Avoided lots of error messages when checking media in empty drive 2012.02.01.162935 [4618] xorriso/drive_mgt.c xorriso/text_io.c Reporting correct speed unit with -check_media use=outdev 2012.02.01.163200 [4619] xorriso/drive_mgt.c Allowed chunk_size= values up to 1024s 02 Feb 2012 [4620] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Polished man page about option -x 02 Feb 2012 [4621] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.1 - 2012.02.01.163200 * New commands -x, -list_arg_sorting 02 Feb 2012 [4622] xorriso/xorriso_eng.html Fixed a HTML bug in xorriso web page 02 Feb 2012 [4623] xorriso/man_xorriso_to_html.sh Updated generator script for HTML man page 2012.02.14.103107 [4629] libisoburn/libisoburn.h libisoburn/libisoburn.ver libisoburn/isoburn.h libisoburn/isofs_wrap.c libisoburn/isoburn.c New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba() 2012.02.14.103256 [4630] xorriso/drive_mgt.c More accurate determination of size with check_media what=image 24 Feb 2012 [4633] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Some adjustments in xorriso man page 2012.02.25.154938 [4634] xorriso/opts_d_h.c xorriso/read_run.c xorriso/text_io.c Enabled speed display with command -extract 2012.02.25.194514 [4635] xorriso/disk_ops.c Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing 27 Feb 2012 [4636] xorriso/disk_ops.c Fixed a problem with directing an -extract to the / directory of disk 2012.02.27.150241 [4637] libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New default permission on / directory: rwxr-xr-x 27 Feb 2012 [4638] xorriso/man_xorriso_to_html.sh Equipped chapters of xorriso HTML man page with link targets 27 Feb 2012 [4639] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.1 - 2012.02.27.150241 * New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba() * Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing 2012.02.29.135454 [4640] xorriso/drive_mgt.c Fixed a problem after blanking, which was introduced by rev 4630. ------------------------------------ cycle - xorriso-1.2.1 - 2012.02.29.135454 2012.03.03.104637 [4641] xorriso/filters.c Bug fix: Setting file content filters did not mark image as changed for commit 2012.03.03.134008 [4642] xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/drive_mgt.c xorriso/read_run.c xorriso/write_run.c Centralized the inquiry whether an image change is pending 2012.03.03.182917 [4643] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -changes_pending 2012.03.03.185100 [4644] xorriso/filters.c Revoked rev 4641. It is not a bug but a feature. E.g. for reading. 03 Mar 2012 [4645] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Mentioned peculiar -changes_pending behavior of filter attaching 2012.03.03.211636 [4646] xorriso/opts_d_h.c Corrected texts about "command", "argument", "parameter" 2012.03.04.094824 [4647] xorriso/iso_img.c Added a comment 2012.03.04.095952 [4648] xorriso/xorriso.h Added a comment 05 Mar 2012 [4649] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/man_xorriso_to_html.sh Changed xorriso.texi according to proposals by Tony Mancill 05 Mar 2012 [4650] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/man_xorriso_to_html.sh Revised the use of "option" and "ASCII" in xorriso.texi 05 Mar 2012 [4651] xorriso/README_gnu_xorriso Corrected orthographical error in GNU xorriso readme file 2012.03.05.145209 [4652] libisoburn/libisoburn.h Corrected orthographical errors in libisoburn.h 2012.03.05.145346 [4653] xorriso/xorriso.h Replaced many occurences of "option" by "command" in comments of xorriso.h ------------------------------------ cycle - xorriso-1.2.1 - 2012.03.05.145346 2012.03.05.204946 [4654] xorriso/emulators.c Added -hide-rr-moved to the list of ignored -as mkisofs options 2012.03.09.190043 [4655] xorriso/iso_manip.c Corrected missing linefeed in message of command -mkdir 2012.03.10.145124 [4657] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc() 2012.03.10.150003 [4658] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/write_run.c xorriso/text_io.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -rr_reloc_dir 2012.03.10.153518 [4659] xorriso/parse_exec.c Changed a degugging text about command parameters 2012.03.11.162050 [4660] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/data_source.c libisoburn/libisoburn.ver New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache() 2012.03.11.164130 [4661] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/lib_mgt.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/text_io.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -data_cache_size 2012.03.12.180937 [4662] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved 2012.03.13.102621 [4663] xorriso/emulators.c Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields 2012.03.14.152414 [4664] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Adjusted behavior of -as mkisofs option -D 14 Mar 2012 [4665] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarified xorriso documentation about deep directories 2012.03.14.195147 [4666] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Adjusted behavior of -as mkisofs option -l 14 Mar 2012 [4667] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.1 - 2012.03.14.195147 * New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc() * New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache() * New command -rr_reloc_dir * New command -data_cache_size * New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved * Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields 2012.03.21.141040 [4668] libisoburn/libisoburn.h Bug fix: Relaxation option joliet_rec_mtime and iso1999_rec_mtime had wrong values 2012.03.21.193055 [4669] libisoburn/data_source.c libisoburn/isofs_wrap.c Reacted on warnings of cppcheck 2012.03.21.193153 [4670] xorriso/parse_exec.c Reacted on warning of cppcheck 2012.03.21.193557 [4672] xorriso/text_io.c Reacted on warning of cppcheck 2012.03.22.084956 [4673] xorriso/emulators.c xorriso/misc_funct.h xorriso/misc_funct.c Bug fix: -as mkisofs without -graft-points could noy handle names with "=" 2012.03.22.102053 [4674] libisoburn/libisoburn.h libisoburn/isoburn.c New relaxation option allow_7bit_ascii 2012.03.22.102402 [4675] libisoburn/isoburn.h File which was omitted when committing rev. 4674 2012.03.22.103201 [4676] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -compliance option 7bit_ascii 2012.03.22.103349 [4677] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Implemented -as mkisofs option -relaxed-filenames 22 Mar 2012 [4678] xorriso/make_xorriso_1.c Updated help text of texi-to-man converter 27 Mar 2012 [4679] configure.ac Demanding libisofs-1.2.1 with ./configure --enable-pkg-check-modules 28 Mar 2012 [4680] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.1 - 2012.03.22.103349 Bug fix: -as mkisofs without -graft-points could not handle names with "=" Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had wrong values 2 Apr 2012 [4688] svn copy -m Branching for libisoburn release 1.2.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.2.2 2012.04.02.133001 [4689] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.0 02 Apr 2012 [4690] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.2.2 - 2012.04.02.133001 * New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba() * New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc() * New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache() * New commands -x, -list_arg_sorting * New command -rr_reloc_dir * New command -data_cache_size * New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved * Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields * Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing * Bug fix: -as mkisofs without -graft-points could not handle names with "=" * Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had wrong values 2012.04.02.192028 [4695] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.3 02 Apr 2012 [4696] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 02 Apr 2012 [4697] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.2.2 http://svn.libburnia-project.org/libisoburn/tags/1.2.2 ------------------------------------ cycle - xorriso-1.2.3 - 2012.04.02.192028 2012.04.06.173904 [4700] xorriso/write_run.c Avoided to mention autoformatting in message about missing -outdev at -commit 2012.04.10.071539 [4703] xorriso/emulators.c Now recognizing long -as cdrecord options with double dash 2012.04.11.163237 [4705] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/emulators.c xorriso/text_io.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option -log-file 2012.04.19.073152 [4710] libisoburn/isofs_wrap.c Fixed a small memory leak in case of failed ISO image reading 2012.04.19.074422 [4711] configure.ac libisoburn/libisoburn.h Requiring libisofs 1.2.3 now 19 Apr 2012 [4712] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.04.19.073152 * New -as mkisofs option -log-file * Bug fix: Memory corruption when reading bootable image that was truncated 2012.04.21.193504 [4723] xorriso/make_xorriso_standalone.sh releng/README releng/TODO Now copying libisoburn/releng into GNU xorriso 2012.04.22.100352 [4724] xorriso/make_xorriso_standalone.sh releng/README Removing old data from releng/releng_generated_data in GNU xorriso 2012.04.25.191110 [4727] xorriso/emulators.c Now recognizing fused single character -as mkisofs options without parameters 2012.04.28.161532 [4728] xorriso/emulators.c Now producing a FAILURE event with unknown mkisofs arguments which begin by dash 2012.05.01.075022 [4729] xorriso/drive_mgt.c xorriso/check_media.h xorriso/check_media.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -check_media option async_chunks= 2012.05.02.111016 [4730] xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Made chunksize=32s default with -check_media 2012.05.22.121401 [4732] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -rockridge 2012.05.22.121743 [4733] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option --norock 2012.05.24.070718 [4734] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c Preparations for ISO/HFS+ hybrid images by Vladimir Serbinenko 2012.05.24.071402 [4735] xorriso/xorriso_makefile_am.txt xorriso/compile_xorriso.sh xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/emulators.c xorriso/iso_img.c xorriso/iso_tree.c xorriso/iso_manip.c xorriso/disk_ops.c xorriso/write_run.c xorriso/text_io.c xorriso/misc_funct.c libisoburn/libisoburn.ver Preparations for ISO/HFS+ hybrid images by Vladimir Serbinenko 2012.05.24.093552 [4736] xorriso/xorriso_makefile_am.txt xorriso/compile_xorriso.sh Welcomimg three new libisofs source files by Vladimir Serbinenko 2012.05.25.084641 [4737] xorriso/xorrisoburn.h xorriso/iso_manip.c xorriso/emulators.c New (yet inofficial) -as mkisofs option -hfsplus-file-creator-type 2012.05.25.190220 [4738] xorriso/xorrisoburn.h xorriso/iso_manip.c xorriso/emulators.c New (yet inofficial) -as mkisofs options -hfs-bless and -hfs-bless-by 2012.05.26.212559 [4739] libisoburn/isoburn.c Closed a memory leak about system area buffer. Found by valgrind. 2012.05.27.165658 [4740] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API call isoburn_igopt_set_hfsp_serial_number() 2012.05.27.165938 [4741] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/emulators.c xorriso/write_run.c New (yet inofficial) -as mkisofs option -hfsplus-serial-no 2012.05.28.133310 [4742] xorriso/opts_a_c.c xorriso/emulators.c xorriso/text_io.c New (yet inofficial) -boot_image bootspec hfsplus_serial= 2012.05.30.153449 [4743] xorriso/opts_d_h.c xorriso/findjob.h xorriso/iso_manip.h xorriso/iso_manip.c New (yet inofficial) -find actions set/get_hfs_crtp, set/get_hfs_bless 2012.05.31.070528 [4745] xorriso/opts_d_h.c xorriso/iso_manip.c xorriso/findjob.h xorriso/findjob.c New (yet inofficial) -find tests -has_hfs_crtp, has_hfs_bless 2012.05.31.071033 [4746] xorriso/opts_d_h.c Corrected a mistake in previous revision 2012.06.05.103058 [4747] xorriso/write_run.c Closed a memory leak about -print_size, found by valgrind 2012.06.05.145849 [4748] xorriso/iso_manip.c Silenced harmless compiler warnings 2012.06.06.184910 [4749] xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Updated documentation of xorriso and xorrisofs about HFS+ 2012.06.08.071018 [4750] xorriso/emulators.c xorriso/iso_manip.c xorriso/findjob.h xorriso/drive_mgt.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Made HFS creator, type, blessing persistent in AAIP isofs.hx isofs.hb 2012.06.10.083050 [4751] xorriso/emulators.c Fixed false error with -as mkisofs option -hfsplus. Introduced by rev 4750. 2012.06.10.184039 [4752] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c Provisory new image generation extension isoburn_igopt_fat 2012.06.10.184210 [4753] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c xorriso/emulators.c Provisory new -as mkisofs option -fat 2012.06.12.113220 [4754] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver Provisory new API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp 2012.06.12.113552 [4755] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/write_run.c xorriso/emulators.c Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part 2012.06.12.192702 [4756] libisoburn/libisoburn.h libisoburn/isoburn.c New system area sub type CHRP with isoburn_igopt_set_system_area() 2012.06.12.192817 [4757] xorriso/xorriso_private.h xorriso/emulators.c Provisory new -as mkisofs option -chrp-boot-part 2012.06.14.142958 [4758] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.06.14.142958 * New API call isoburn_igopt_set_hfsp_serial_number() * New -check_media option async_chunks= * New command -rockridge * New xorriso command -hfsplus * New -find tests -has_hfs_crtp, has_hfs_bless * New -find actions set/get_hfs_crtp, set/get_hfs_bless * New -boot_image bootspec hfsplus_serial= * Command -hide allows hiding in HFS+ filesystem * New -as mkisofs option --norock * New -as mkisofs option -hfsplus * New -as mkisofs option -hfsplus-file-creator-type * New -as mkisofs options -hfs-bless and -hfs-bless-by * New -as mkisofs option -hfsplus-serial-no * New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list >>> Provisory new image generation extension isoburn_igopt_fat >>> Provisory new -as mkisofs option -fat 14 Jun 2012 [4759] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Correction in xorrisofs manual 14 Jun 2012 [4760] doc/faq.wiki Gave some hints about SCSI errors in faq.wiki 2012.06.15.085732 [4761] xorriso/write_run.c Provisorily banned the combination of -hfsplus and ISO image growing 2012.06.18.082701 [4763] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Documented -as mkisofs options *-boot-part 2012.06.18.112125 [4764] xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New bootspecs efi_boot_part, prep_boot_part, chrp_boot_part 18 Jun 2012 [4765] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.06.18.112125 New API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp New -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part New -boot_image bootspecs efi_boot_part, prep_boot_part, chrp_boot_part 2012.06.18.181204 [4766] xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Pseudo blessing "none" to revoke any HFS+ blessing of a node ------------------------------------ cycle - xorriso-1.2.3 - 2012.06.19.093921 2012.06.20.190651 [4767] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/emulators.c xorriso/iso_img.c xorriso/write_run.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus 20 Jun 2012 [4768] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.06.20.190651 * New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus 2012.06.21.203531 [4769] xorriso/opts_d_h.c xorriso/iso_manip.c xorriso/iso_tree.c xorriso/findjob.h xorriso/findjob.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -find test -disk_path 2012.06.21.204359 [4770] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Now expecting disk_path with -as mkisofs -hfs-bless 22 Jun 2012 [4771] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.06.21.204359 * New -find test -disk_path 2012.06.25.125438 [4772] xorriso/drive_mgt.c Loaded images with HFS+ attributes were marked as having changes pending 2012.06.27.184552 [4773] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size() 2012.06.27.184915 [4774] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c orriso/opts_d_h.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image bootspecs hfsplus_block_size= and apm_block_size= 2012.06.27.192151 [4775] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options -hfsplus-block-size and -apm-block-size 28 Jun 2012 [4776] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.06.27.192151 * New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size() * New -boot_image bootspecs hfsplus_block_size= and apm_block_size= * New -as mkisofs options -hfsplus-block-size and -apm-block-size 03 Jul 2012 [4777] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Mentioned HFS+ name mangling in man pages 2012.07.08.134305 [4779] libisoburn/burn_wrap.c Delegated write_type selection to caller of libisoburn 2012.07.08.134840 [4780] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/write_run.c xorriso/text_io.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New xorriso command -write_type 2012.07.08.135555 [4781] libisoburn/burn_wrap.c Reacted on compiler complaint about rev 4779 2012.07.08.171526 [4782] xorriso/emulators.c xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 New -as cdrecord options -tao -sao -dao 08 Jul 2012 [4783] xorriso/xorriso_eng.html ChangeLog Updated change log and web page 2012.07.08.200735 [4784] xorriso/write_run.c Re-introduced capability of multi-session on overwritables. Spoiled by rev 4780. 2012.07.10.082919 [4785] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/burn_wrap.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_write_type() , isoburn_igopt_get_write_type() 2012.07.10.083040 [4786] xorriso/write_run.c Write type selection via libisoburn API to avoid redundant decisions ------------------------------------ cycle - xorriso-1.2.3 - 2012.07.10.083040 * New xorriso command -write_type * New -as cdrecord options -tao -sao -dao * New API calls isoburn_igopt_set_write_type() , isoburn_igopt_get_write_type() 2012.07.12.163117 [4787] xorriso/iso_manip.c Bug fix: -update deleted MD5 of files of which only attributes changed 14 Jul 2012 [4788] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.3 - 2012.07.12.163117 * Bug fix: -update deleted MD5 of files of which only attributes had changed 20 Jul 2012 [4798] svn copy -m Branching for libisoburn release 1.2.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.2.4 2012.07.20.130001 [4799] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.4 20 Jul 2012 [4800] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.2.4 - 2012.07.20.130001 * New API call isoburn_igopt_set_hfsp_serial_number() * New API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp * New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size() * New -check_media option async_chunks= * New xorriso command -write_type * New xorriso command -rockridge * New xorriso command -hfsplus * New -find tests -has_hfs_crtp, has_hfs_bless * New -find actions set/get_hfs_crtp, set/get_hfs_bless * New -find test -disk_path * New -boot_image bootspec hfsplus_serial= * New -boot_image bootspecs hfsplus_block_size= and apm_block_size= * New -boot_image bootspecs efi_boot_part, prep_boot_part, chrp_boot_part * Command -hide allows hiding in HFS+ filesystem * New -as cdrecord options -tao -sao -dao * New -as mkisofs option -log-file * New -as mkisofs option --norock * New -as mkisofs option -hfsplus * New -as mkisofs option -hfsplus-file-creator-type * New -as mkisofs options -hfs-bless and -hfs-bless-by * New -as mkisofs option -hfsplus-serial-no * New -as mkisofs options -hfsplus-block-size and -apm-block-size * New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list * New -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part * New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus * Bug fix: Memory corruption when reading bootable image that was truncated * Bug fix: -update deleted MD5 of files of which only attributes had changed 2012.07.20.184237 [4804] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.5 20 Jul 2012 [4805] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 20 Jul 2012 [4807] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.2.4 http://svn.libburnia-project.org/libisoburn/tags/1.2.4 ------------------------------------ cycle - xorriso-1.2.5 - 2012.07.20.184237 2012.07.25.181415 [4808] libisoburn/libisoburn.h libisoburn/burn_wrap.c Clarified role of drive when parsing already loaded ISO 9660 superblock 2012.07.25.182507 [4809] xorriso/write_run.c Bug fix: SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6 2012.07.25.184207 [4810] xorriso/write_run.c Small beautification of previous commit. 26 Jul 2012 [4812] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected description of check_media patch_lba0="on" 14 Aug 2012 [4815] xorriso/man_xorrisofs_to_html.sh Corrected conversion from man xorrisofs to man_1_xorrisofs.html 2012.08.14.102632 [4816] libisoburn/libisoburn.h libisoburn/burn_wrap.c New flag bit 9 with isoburn_drive_aquire() 2012.08.14.103138 [4817] xorriso/xorriso_private.h xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -rom_toc_scan option "emul_wide" 15 Aug 2012 [4818] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Shortened oversized line in man page 2012.08.20.084354 [4819] xorriso/text_io.c Enhanced command -status to recognize -cdi 2012.09.08.082759 [4821] xorriso/text_io.c Fixed SIGSEGV introduced by rev 4819 2012.09.08.173754 [4822] xorriso/xorriso.h xorriso/parse_exec.c xorriso/sfile.h xorriso/sfile.c libisoburn/libisoburn.ver New API calls Xorriso_parse_line() and Xorriso__dispose_words() 2012.09.08.181144 [4823] xorriso/parse_exec.c libisoburn/libisoburn.ver Reacted on compiler warning about rev 4822 ------------------------------------ cycle - xorriso-1.2.5 - 2012.09.08.181144 * Bug fix: SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6 * New API calls Xorriso_parse_line() and Xorriso__dispose_words() 2012.09.09.181723 [4824] Makefile.am xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt test/frontend_pipes_xorriso.c Demonstration program of xorriso at two pipes: test/frontend_pipes_xorriso.c 2012.09.11.092703 [4825] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/lib_mgt.c xorriso/text_io.c libisoburn/libisoburn.ver New API call Xorriso_fetch_outlists() 2012.09.11.122559 [4826] xorriso/text_io.c Disabled a not yet thread-safe part of the new API call 11 Sep 2012 [4827] test/frontend_pipes_xorriso.c Added copyright and licensing to demonstration program 2012.09.13.130910 [4830] xorriso/xorriso_private.h xorriso/parse_exec.c xorriso/base_obj.c xorriso/text_io.c xorriso/lib_mgt.c Made Xorriso_process_msg_queues() thread-safe 2012.09.14.175104 [4831] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorriso_main.c xorriso/base_obj.c xorriso/parse_exec.c xorriso/text_io.c xorriso/aux_objects.h xorriso/aux_objects.c libisoburn/libisoburn.ver New API call Xorriso_start_msg_watcher() 2012.09.15.095146 [4832] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/text_io.c Changed prototype of new API call Xorriso_start_msg_watcher() 2012.09.15.170346 [4833] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/text_io.c libisoburn/libisoburn.ver New API call Xorriso_peek_outlists() 2012.09.16.141845 [4834] xorriso/xorriso.h xorriso/text_io.c Made -pkt_output combinable with message output lists 2012.09.21.115522 [4835] xorriso/xorriso.h Small enhancement of API description 2012.09.21.120245 [4836] xorriso/opts_a_c.c xorriso/emulators.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -boot_image partition_cyl_align mode "all" 22 Sep 2012 [4837] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.5 - 2012.09.21.120245 * New API call Xorriso_fetch_outlists() * New API call Xorriso_peek_outlists() * New API call Xorriso_start_msg_watcher() * New -boot_image partition_cyl_align mode "all" 2012.09.29.173546 [4838] xorriso/parse_exec.c Corrected interpretation of flag in Xorriso_parse_line() 30 Sep 2012 [4389] test/frontend_pipes_xorriso.c Equipped frontend_pipes_xorriso.c with word parser code 2012.10.02.134601 [4840] configure.ac xorriso/configure_ac.txt Configuration for use of libcdio on cygwin. Thanks Rocky Bernstein. 03 Oct 2012 [4842] xorriso/README_gnu_xorriso Mentioned releng tests in README of GNU xorriso. 2012.10.03.124152 [4843] xorriso/xorriso.h xorriso/parse_exec.c Enabled use of Xorriso_parse_line() with xorriso==NULL 07 Oct 2012 [4844] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Clarified documentation of -as mkisofs -isohybrid-gpt-basdat 07 Oct 2012 [4845] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.5 - 2012.10.07.110444 * Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from writing MBR entries 0xef 12 Oct 2012 [4846] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 man xorrisofs falsely described -p as option for publisher id. Must be -P. 2012.10.14.190352 [4847] xorriso/xorriso.h xorriso/parse_exec.c xorriso/lib_mgt.c libisoburn/libisoburn.ver New API call Xorriso__severity_cmp() 2012.10.19.081758 [4848] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -lns for creating symbolic links 19 Oct 2012 [4849] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.5 - 2012.10.19.081758 * New command -lns for creating symbolic links 2012.10.24.095235 [4851] xorriso/xorrisoburn.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -blank mode prefix "force:" 2012.10.25.125559 [4853] xorriso/drive_mgt.c Improved -check_media handling of last two blocks in initial CD TAO session 2012.10.25.172830 [4855] xorriso/drive_mgt.c Ceased to count track gaps as read blocks with -check_media 05 Nov 2012 [4856] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrections in xorriso manual. Proposed by Paul Menzel. 05 Nov 2012 [4857] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrections in xorriso manual. Proposed by Paul Menzel. 2012.11.26.070047 [4861] xorriso/iso_manip.c Command -mv did not mark the emerging image as haveing pending changes 2012.11.26.070128 [4862] xorriso/drive_mgt.c Corrected a typo in a message text 2012.11.26.070212 [4863] xorriso/parse_exec.c Added help text for inofficial command -test 2012.11.26.154951 [4864] xorriso/parse_exec.c Avoided surplus warning messages with -iso_rr_pattern off -mv [wildcards] 2 Dec 2012 [4870] xorriso/README_gnu_xorriso Fixed a typo in GNU xorriso README. Thanks to Omega Weapon. 2012.12.06.132118 [4871] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_p_z.c xorriso/text_io.c libisoburn/libisoburn.ver New API calls Xorriso_sieve_add_filter, Xorriso_sieve_get_result, Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big 2012.12.07.193658 [4872] xorriso/xorriso.h xorriso/text_io.c Some more filter rules for Xorriso_sieve_big 2012.12.08.175205 [4873] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.c xorriso/sfile.h xorriso/sfile.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -msg_op 11 Dec 2012 [4874] xorriso/xorriso_eng.html ChangeLog Updated change log and web page 11 Dec 2012 [4875] test/frontend_pipes_xorriso.c Demonstrated use of message sieve by piped frontend program 11 Dec 2012 [4876] test/frontend_pipes_xorriso.c Improved help text of piped frontend demo ------------------------------------ cycle - xorriso-1.2.5 - 2012.12.08.175205 * New -blank mode prefix "force:" * New API calls Xorriso_sieve_add_filter, Xorriso_sieve_get_result, Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big * New command -msg_op 2012.12.13.193255 [4877] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -toc_of 2012.12.15.092821 [4880] xorriso/xorriso.h libisoburn/libisoburn.h xorriso/lib_mgt.c libisoburn/libisoburn.ver New API call Xorriso__severity_list() 2012.12.15.093055 [4881] xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -msg_op opcodes "compare_sev" and "list_sev" 2012.12.16.131128 [4882] xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.h xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -msg_op opcode "parse_bulk" 2012.12.18.081434 [4883] xorriso/xorriso.h xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Command -toc_of modifier ":short" 2012.12.18.154505 [4884] xorriso/opts_p_z.c Bug fix: -rollback did not work if indev and outdev were empty 2012.12.18.185121 [4885] xorriso/text_io.c Corrected sieve filter rules for -tell_media_space 2012.12.19.210641 [4886] xorriso/opts_d_h.c Bug fix: -dialog "single_line" behaved like -dialog "on" 2012.12.20.202145 [4887] configure.ac xorriso/configure_ac.txt xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_i_o.c xorriso/opts_d_h.c xorriso/text_io.h xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver xorriso/compile_xorriso.sh New command -launch_frontend 2012.12.25.175536 [4888] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.h xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Changed the parameter rules for new command -launch_frontend 2012.12.25.180844 [4889] xorriso/text_io.c Xorriso_sieve_clear_results() dereferenced NULL if message sieve never started 27 Dec 2012 [4890] README Makefile.am xorriso/README_gnu_xorriso xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh + frontend/ + frontend/xorriso-tcltk + frontend/README-tcltk + frontend/frontend_pipes_xorriso.c Proof-of-concept of a GUI frontend program. Written in Tcl/Tk. 27 Dec 2012 [4891] - test/frontend_pipes_xorriso.c Moved frontend_pipes_xorriso.c 27 Dec 2012 [4892] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.5 - 2012.12.27.100106 * New command -toc_of * New API call Xorriso__severity_list() * Bug fix: -rollback did not work if indev and outdev were empty * New command -launch_frontend * Proof-of-concept of a GUI frontend program: xorriso-tcltk written in Tcl/Tk. 28 Dec 2012 [4893] frontend/xorriso-tcltk frontend/README-tcltk Equiped xorriso-tcltk with help texts and enabled it to start xorriso by itself 28 Dec 2012 [4894] README xorriso/README_gnu_xorriso Updated general README files about xorriso-tcltk 2012.12.30.100913 [4895] xorriso/emulators.c xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Corrected a typo in man page of xorrecord, tolerating--grow_over[w]rit[e]able_iso 2012.12.30.115258 [4896] frontend/README-tcltk frontend/xorriso-tcltk Primitive file tree browser for xorriso-tcltk (if package BWidget is available) 2012.12.30.195312 [4897] frontend/xorriso-tcltk Improved xorriso-tcltk file browser 2012.12.30.203203 [4898] frontend/xorriso-tcltk Improved xorriso-tcltk file browser ------------------------------------ cycle - xorriso-1.2.5 - 2012.12.30.203203 2012.12.31.100509 [4899] frontend/xorriso-tcltk Made main Help window independent of help window for GUI elements 2012.12.31.120152 [4900] frontend/xorriso-tcltk Changed layout of drive list and drive buttons 2012.12.31.173306 [4901] frontend/xorriso-tcltk Avoided an error message if xorriso and xorriso-tcltk had differing device addresses 2013.01.01.130149 [4902] frontend/xorriso-tcltk Added a menu for global access permission policy, improved pop-up window positioning 2013.01.01.135853 [4903] frontend/README-tcltk frontend/xorriso-tcltk Changed copyright year and switched xorriso-tcltk to BSD license 2013.01.01.152241 [4904] frontend/xorriso-tcltk Reduced horizontal size of xorriso-tcltk to fit into 1024 pixels 2013.01.02.183011 [4905] xorriso/parse_exec.c Removed obsolete test code and disabled other tests 2013.01.03.101633 [4906] frontend/README-tcltk frontend/xorriso-tcltk Improved xorriso-tcltk dialog about overwriting of existing files 2013.01.03.102627 [4907] frontend/xorriso-tcltk Changed xorriso-tcltk default to --click_to_focus 2013.01.03.125535 [4908] frontend/xorriso-tcltk Blocked GUI activities until yes/no window resp. error window are closed 2013.01.03.134011 [4909] frontend/xorriso-tcltk Consolidated overwrite switches in a single menu burron 2013.01.03.160118 [4910] frontend/xorriso-tcltk Removed surplus quotes around variable evaluation 2013.01.03.182504 [4911] frontend/xorriso-tcltk Equipped file browser with a second vertical scrollbar 2013.01.03.185545 [4912] frontend/xorriso-tcltk Moved and renamed the "Refresh avail:" button 2013.01.03.190805 [4913] frontend/xorriso-tcltk Gave the "Move to:" field a Return key binding 2013.01.04.094503 [4914] frontend/xorriso-tcltk Added start option --script_log_file. Gave file tree browser a fallback mode. 2013.01.04.140336 [4915] frontend/xorriso-tcltk Made script logging and log target addresses controllable from GUI 2013.01.04.143459 [4916] frontend/xorriso-tcltk Avoided redundant logging of -cd commands 2013.01.04.185925 [4917] xorriso/xorriso_private.h xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -osirrox settings "blocked" and "unblock" 2013.01.04.192238 [4918] frontend/xorriso-tcltk Gave xorriso-tcltk an opportunity to execute files with xorriso commands 2013.01.04.204305 [4919] frontend/xorriso-tcltk Small adjustments and bug fixes in xorriso-tcltk 2013.01.04.221013 [4920] frontend/xorriso-tcltk Small adjustments and bug fixes in xorriso-tcltk 2013.01.05.105029 [4921] frontend/xorriso-tcltk Small adjustments and bug fixes in xorriso-tcltk ------------------------------------ cycle - xorriso-1.2.5 - 2013.01.05.105029 * New -osirrox settings "blocked" and "unblock" 2013.01.05.214951 [4922] xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Made -msg_op "parse" obey -backslash_codes. 2013.01.05.220937 [4923] frontend/README-tcltk frontend/xorriso-tcltk Hardened xorriso-tcltk against filenames with newlines 2013.01.06.093550 [4924] frontend/xorriso-tcltk Avoided unnecessary rebuilding of file browser tree with Up and Down buttons 2013.01.06.095957 [4925] frontend/README-tcltk frontend/xorriso-tcltk New xorriso-tcltk start option --no_extract 2013.01.06.100954 [4926] frontend/xorriso-tcltk Decided for xorriso as info source about loal filesystem 2013.01.06.102339 [4927] frontend/xorriso-tcltk Disabled "Extract to disk" button if extraction is banned 2013.01.06.154027 [4928] frontend/xorriso-tcltk Small adjustments in xorriso-tcltk 2013.01.06.171902 [4929] xorriso/match.c Corrected an error message which has undesired effects with fronetnds 2013.01.06.174508 [4930] frontend/xorriso-tcltk Removed the ""File browser text field" switch 2013.01.06.194655 [4931] frontend/xorriso-tcltk Worked around the 4 reserved characters of Bwidget Tree 2013.01.06.205810 [4932] frontend/xorriso-tcltk Promoted drive line labels to buttons 2013.01.07.190934 [4933] frontend/xorriso-tcltk Some polishing of xorriso-tcltk 2013.01.07.215658 [4934] xorriso/text_io.c xorriso/disk_ops.c Closed memory leaks found by valgrind 08 Jan 2013 [4940] svn copy -m Branching for libisoburn release 1.2.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.2.6 2013.01.08.103001 [4941] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.6 08 Jan 2012 [4942] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2013.01.08.103001 [4943] libisoburn/libisoburn.h libisoburn.h was missing in commit 4941 2013.01.08.103001 [4944] Makefile.am Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS 2013.01.08.103001 [4945] xorriso/xorriso_makefile_am.txt Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS ----------------------------------- release - xorriso-1.2.6 - 2013.01.08.103001 =============================================================================== * Bug fix: SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6 * Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from writing MBR partition table entries of type 0xef * Bug fix: -rollback did not work if indev and outdev were empty * New API calls Xorriso_parse_line() and Xorriso__dispose_words() * New API calls Xorriso_fetch_outlists() and Xorriso_peek_outlists() * New API call Xorriso_start_msg_watcher() * New API calls Xorriso__severity_cmp() and Xorriso__severity_list() * New API calls Xorriso_sieve_add_filter, Xorriso_sieve_get_result, Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big * New -boot_image partition_cyl_align mode "all" * New -blank mode prefix "force:" * New -osirrox settings "blocked" and "unblock" * New command -lns for creating symbolic links * New command -toc_of * New command -msg_op * New command -launch_frontend * Proof-of-concept of a GUI frontend program: xorriso-tcltk written in Tcl/Tk. 2013.01.08.151611 [4950] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.7 08 Jan 2013 [4951] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 08 Jan 2013 [4952] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.2.6 http://svn.libburnia-project.org/libisoburn/tags/1.2.6 ------------------------------------ cycle - xorriso-1.2.7 - 2013.01.08.151611 09 Jan 2013 [4953] frontend/xorriso-tcltk For now only demanding xorriso >= 1.2.6 for xorriso-tcltk-1.2.7 11 Jan 2013 [4954] xorriso/xorriso_eng.html Presenting xorriso-tcltk on the GNU xorriso web page 2013.01.13.093116 [4957] xorriso/match.c Curbed the number of wildcard warnings to 3 for iso and 3 for disk 2013.01.13.102527 [4958] configure.ac libisoburn/libisoburn.h Requiring libburn-1.2.7 2013.01.13.200742 [4959] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/burn_wrap.c libisoburn/libisoburn.ver New API call isoburn_toc_disc_get_incmpl_sess() 2013.01.14.094419 [4960] xorriso/drive_mgt.c Making use of new libisoburn API call to show incomplete sessions 2013.01.15.104804 [4962] frontend/xorriso-tcltk frontend/README-tcltk New feature "Log non-essential commands" and --script_log_all_commands 15 Jan 2013 [4963] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Clarified meaning of "After commit" prediction of -tell_media_space 16 Jan 2013 [4964] xorriso/xorriso_eng.html ChangeLog Updated change log and web page 2013.01.16.181831 [4967] xorriso/emulators.c xorriso/opts_p_z.c Updated copyright message of xorriso ------------------------------------ cycle - xorriso-1.2.7 - 2013.01.16.181831 * Bug fix: -print_size and -tell_media_space altered the pointers to MD5 of data files which stem from a previous session. This produced false mismatches with -check_md5_r. * Bug fix: CD tracks were reported with the sizes of the tracks in the first session. 12 Feb 2013 [4968] doc/faq.wiki Mentioned xorriso-tcltk in the online FAQ 12 Feb 2013 [4969] doc/faq.wiki Improved mentioning of xorriso-tcltk in the online FAQ 2013.02.18.104738 [4970] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options -eltorito-id , -eltorito-selcrit 18 Feb 2012 [4971] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.7 - 2013.02.18.104738 * New -as mkisofs options -eltorito-id , -eltorito-selcrit 2013.02.26.082331 [4973] xorriso/check_media.c Corrected wrong use of sizeof 2013.02.26.103233 [4974] xorriso/drive_mgt.c Bug fix: -check_media use=outdev sector_map= stored TOC of input drive 2013.03.06.164347 [4983] xorriso/iso_manip.c Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. 2013.03.06.164906 [4984] xorriso/drive_mgt.c With -list_speeds : reporting the effective speed 0 if it deviates from speed H 2013.03.10.193344 [4985] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/emulators.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Improved interaction of -as mkisofs command with other commands 10 Mar 2013 [4986] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.7 - 2013.03.10.193344 * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. 2013.03.12.124913 [4988] configure.ac libisoburn/libisoburn.h Requiring libisofs-1.2.7 2013.03.12.194637 [4989] xorriso/write_run.c Prevented rollover of El Torito Sector Count of large EFI boot images 2013.03.12.194842 [4990] configure.ac xorriso/misc_funct.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected the interpretation of user supplied ECMA-119 timestamp strings 2013.03.12.195052 [4991] xorriso/xorriso.h xorriso/iso_img.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Reporting volume timestamps with -pvd_info 2013.03.13.195851 [4992] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -move 2013.03.17.110559 [4993] configure.ac Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing 18 Mar 2013 [5000] svn copy -m Branching for libisoburn release 1.2.8 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.2.8 18 Mar 2013 [5001] frontend/xorriso-tcltk frontend/README-tcltk Making use of command -move in xorriso-tcltk 2013.03.18.093001 [5002] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.8 18 Mar 2013 [5004] Makefile.am Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS 18 Mar 2013 [5003] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.2.8 - 2013.03.18.093001 * Bug fix: -tell_media_space altered the pointers to MD5 of data files which stem from a previous session. This produced false mismatches with -check_md5_r. * Bug fix: CD tracks were reported with the sizes of the tracks in the first session. * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. * Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing * New command -move * New -as mkisofs options -eltorito-id , -eltorito-selcrit 18 Mar 2013 [5005] frontend/xorriso-tcltk frontend/README-tcltk Making use of command -move in xorriso-tcltk 18 Mar 2013 [5006] Makefile.am Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS 2013.03.18.204322 [5010] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.2.9 19 Mar 2013 [5011] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 20 Mar 2013 [5012] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.2.8 http://svn.libburnia-project.org/libisoburn/tags/1.2.8 ------------------------------------ cycle - xorriso-1.2.9 - 2013.03.18.204322 2013.04.13.064738 [5017] libisoburn/libisoburn.h libisoburn/isoburn.c New options bit with isoburn_igopt_set_system_area() for GRUB2 MBR patching 2013.04.13.074117 [5018] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/iso_img.c xorriso/write_run.c New -boot_image bootspecs grub2_mbr= and grub2_boot_info= 2013.04.13.074309 [5019] xorriso/emulators.c New -as mkisofs options --grub2-mbr and --grub2-boot-info ------------------------------------ cycle - xorriso-1.2.9 - 2013.04.13.074309 * New options bit with isoburn_igopt_set_system_area() for GRUB2 MBR patching * New -boot_image bootspecs grub2_mbr= and grub2_boot_info= * New -as mkisofs options --grub2-mbr and --grub2-boot-info 2013.04.13.144946 [5020] xorriso/iso_tree.c Bug fix: Disk paths with components '.' or '..' could be mistaken for directories 2013.04.13.205230 [5021] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/iso_img.c xorriso/write_run.c New -boot_image bootspec grub2_sparc_core= 2013.04.13.205450 [5022] xorriso/emulators.c New -as mkisofs option --grub2-sparc-core ------------------------------------ cycle - xorriso-1.2.9 - 2013.04.13.205450 2013.04.14.174539 [5023] xorriso/iso_img.c xorriso/text_io.c Reporting grub2_mbr= with -status -boot_image 2013.04.14.174902 [5024] xorriso/opts_d_h.c xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Updated man page and help texts about new features 2013.04.16.124331 [5025] xorriso/iso_img.c Recognizing grub2_mbr= on image load 17 Apr 2013 [5026] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.9 - 2013.04.16.124331 * New -boot_image bootspecs grub2_mbr= and grub2_boot_info= * New -boot_image bootspec grub2_sparc_core= * New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core * Bug fix: Disk paths with components '.' or '..' could be mistaken for directories 2013.05.03.135424 [5027] xorriso/emulators.c Letting -as cdrecord -help point to man xorrecord rather than to man xorriso 2013.05.06.161651 [5028] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.c New -hardlinks mode "lsl_count" / "no_lsl_count" 06 May 2013 [5029] frontend/xorriso-tcltk Starting up xorriso-tcltk with -hardlinks "on" if xorriso version >= 1.3.0 07 May 2013 [5030] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Documented new -hardlinks mode 07 May 2013 [5031] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Clarification that xorriso does neither audio CD nor official video DVD 07 May 2013 [5032] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.9 - 2013.05.07.185653 * New -hardlinks mode "lsl_count" / "no_lsl_count" 07 May 2013 [5033] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Small improvement in layout of xorriso info page 10 May 2013 [5037] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected two examples in man xorriso 10 May 2013 [5038] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Corrected bold printing of three options in man xorrisofs 2013.05.13.123951 [5039] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Bug fix: -as mkisofs -print-size failed with -isohybrid-mbr and a single boot image 13 May 2013 [5040] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.9 - 2013.05.13.123951 * Bug fix: -as mkisofs -print-size failed with -isohybrid-mbr and a single boot image 2013.05.16.070643 [5041] xorriso/emulators.c Ignoring -as mkisofs options -gui and -sort 2013.05.16.070643 [5042] xorriso/emulators.c Bug fix: -as mkisofs -path-list did not switch to --no-emul-toc by default 16 May 2013 [5043] xorriso/xorriso_eng.html ChangeLog Updated change log and web page ------------------------------------ cycle - xorriso-1.2.9 - 2013.05.16.070643 * Bug fix: -as mkisofs -path-list did not switch to --no-emul-toc by default 2013.05.17.140001 [5049] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.0 17 May [5050] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.3.0 - 2013.05.17.140001 * New -boot_image bootspecs grub2_mbr= and grub2_boot_info= * New -boot_image bootspec grub2_sparc_core= * New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core * Bug fix: Disk paths with components '.' or '..' could be mistaken for directories * New -hardlinks mode "lsl_count" / "no_lsl_count" * Bug fix: -as mkisofs -print-size failed with -isohybrid-mbr and a single boot image * Bug fix: -as mkisofs -path-list did not switch to --no-emul-toc by default 2013.05.17.193457 [5055] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.1 17 May 2013 [5056] ChangeLog xorriso/changelog.txt Updated change log and web page 17 May 2013 [5057] xorriso/make_xorriso_standalone.sh Corrected release number in make_xorriso_standalone.sh 17 May 2013 [5058] svn move -m 'Promoted branch to tag' ------------------------------------ cycle - xorriso-1.3.1 - 2013.05.17.193457 2013.05.24.111243 [5072] xorriso/iso_manip.c Bug fix: -find -exec "sort_weight" did not mark the image as having pending changes 24 May 2013 [5073] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected statement about sort weight of files which are loaded from ISO image 2013.05.28.175212 [5075] xorriso/xorrisoburn.h xorriso/emulators.c xorriso/iso_manip.c xorriso/disk_ops.c xorriso/iso_tree.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options --sort-weight-list and --sort-weight-patterns 2013.05.30.192537 [5078] xorriso/xorriso.h xorriso/parse_exec.c xorriso/sfile.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Bug fix: -backslash_codes "with_program_arguments" was interpreted too late 2013.06.02.112441 [5079] xorriso/opts_p_z.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -pacifier behavior code "interval=" 2013.06.02.112720 [5085] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Letting -as mkisofs -gui cause a higher frequency of pacifier messages 02 Jun 2013 [5086] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.1 - 2013.06.02.112720 * Bug fix: -find -exec "sort_weight" did not mark the image as having pending changes * Bug fix: -backslash_codes "with_program_arguments" was interpreted too late * New -pacifier behavior code "interval=" * New -as mkisofs options --sort-weight-list and --sort-weight-patterns ------------------------------------ cycle - xorriso-1.3.1 - 2013.06.10.083720 (Improved granularity of SCSI log time measurement, SCSI log timestamps) 2013.06.27.125407 [5092] xorriso/opts_a_c.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -format mode "without_spare" (for BD-RE) 30 Jun 2013 [5095] frontend/xorriso-tcltk Small fix in xorriso-tcltk help text 2013.06.30.160008 [5096] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.h xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -named_pipe_loop 2013.07.01.180608 [5098] xorriso/xorriso.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/disk_ops.c xorriso/iso_tree.c xorriso/iso_manip.c xorriso/text_io.h xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -sh_style_result 2013.07.01.180652 [5099] xorriso/lib_mgt.c Making use of new libburn option to ignore SIGPIPE 01 Jul 2013 [5100] configure.ac libisoburn/libisoburn.h Requiring libburn-1.3.1 2013.07.02.092827 [5101] xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -msg_op opcdoes "parse_silently" and "parse_bulk_silently" 2013.07.02.123642 [5102] xorriso/text_io.c Comitting file that was missing in rev 5101 2013.07.04.094640 [5103] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/text_io.c xorriso/aux_objects.h xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Extended new command -named_pipe_loop by mode parameter 04 Jul 2013 [5104] frontend/sh_on_named_pipes.sh New frontend demo skript frontend/sh_on_named_pipes.sh 04 Jul 2013 [5105] README Makefile.am xorriso/README_gnu_xorriso xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt Integrating frontend/sh_on_named_pipes.sh into docs and delivery system 2013.07.05.072400 [5106] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page 05 Jul 2013 [5107] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Corrected a typo in change logs ------------------------------------ cycle - xorriso-1.3.1 - 2013.07.05.072400 * New -format mode "without_spare" (for BD-RE) * New command -named_pipe_loop * New -msg_op opcodes "parse_silently" and "parse_bulk_silently" 2013.07.05.164001 [5108] xorriso/xorriso.h xorriso/opts_i_o.c Bug fix: Missing or empty parameter with -dus was interpreted as "*" rather than "." 2013.07.06.110101 [5109] xorriso/opts_d_h.c xorriso/text_io.c Bug fix: readline history was spammed by -msg_op parsing and pipe loops 22 Jul 2013 [5113] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.1 - 2013.07.22.202742 * Bug fix: Missing or empty parameter with -dus was interpreted as "*" rather than "." * Bug fix: readline history was spammed by -msg_op parsing and pipe loops * Bug fix: (libburn) xorriso aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU 01 Aug 2013 [5115] xorriso/xorrisofs.texi xorriso/xorrisofs.1 Corrected line breaks in man xorrisofs example about isohybrid 2013.08.04.101212 [5117] configure.ac xorriso/configure_ac.txt Adapted text output of configure option --enable-dvd-obs-64k 2013.08.04.102038 [5118] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -application_use 2013.08.04.102243 [5119] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option --application_use 2013.08.04.102418 [5120] xorriso/emulators.c Bug fix: -as mkisofs -help in dialog mode with pager did not end on request 04 Aug 2013 [5121] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.1 - 2013.08.04.102418 * New command -application_use and new -as mkisofs option --application_use 07 Aug 2013 [5129] copy -m Branching for libisoburn release 1.3.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.3.2 2013.08.04.172325 [5123] xorriso/base_obj.c xorriso/text_io.c Changed default setting of -application_use from 0x00 to 0x20 2013.08.07.110001 [5130] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.2 07 Aug 2013 [5131] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.3.2 - 2013.08.07.110001 * Bug fix: -find -exec "sort_weight" did not mark the image as having pending changes * Bug fix: -backslash_codes "with_program_arguments" was interpreted too late * Bug fix: Missing or empty parameter with -dus was interpreted as "*" rather than "." * Bug fix: readline history was spammed by -msg_op parsing and pipe loops * Bug fix: xorriso aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU * Improved granularity of SCSI log time measurement, now with timestamp * New -pacifier behavior code "interval=" * New -as mkisofs options --sort-weight-list and --sort-weight-patterns * New -format mode "without_spare" (for BD-RE) * New command -named_pipe_loop * New command -sh_style_result * New -msg_op opcodes "parse_silently" and "parse_bulk_silently" * New command -application_use and new -as mkisofs option --application_use 2013.08.07.141130 [5136] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.3 07 Aug 2013 [5137] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 07 Aug 2013 [5138] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.3.2 http://svn.libburnia-project.org/libisoburn/tags/1.3.2 ------------------------------------ cycle - xorriso-1.3.3 - 2013.08.07.141130 2013.08.16.153701 [5139] libisoburn/libisoburn.h Clarified the comments about isoburn_prepare_*() calls 2013.08.16.153743 [5140] xorriso/write_run.c Bug fix: Command -blank "as_needed" formatted blank BD-R. 2013.08.19.152714 [5141] xorriso/write_run.c Downgraded severity of media overflow with -print_size 2013.08.20.144306 [5142] xorriso/emulators.c Closed a small memory leak with -as mkisofs emulation 2013.08.27.095314 [5143] xorriso/xorriso_private.h xorriso/write_run.c Avoiding a futile re-try when ending after a failed session write attempt 27 Aug 2013 [5144] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.3 - 2013.08.27.095314 * Bug fix: Command -blank "as_needed" formatted blank BD-R. 2013.09.05.080255 [5149] xorriso/drive_mgt.c Keeping -check_media from reading outside of medium readable area 2013.09.05.081703 [5150] xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Reacted on warnings of PLD Linux build log 2013.09.05.082833 [5151] xorriso/emulators.c Bug fix: -as mkisofs option -log-file added the log file to the image 2013.09.07.193824 [5153] xorriso/iso_manip.c Reacted on warning of valgrind 07 Sep 2013 [5154] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Mentioned the change of default weight for boot image files 10 Sep 2013 [5155] xorriso/xorriso_eng.html Removed false promise from web page example about -osirrox 2013.09.16.164820 [5156] libisoburn/burn_wrap.c xorriso/iso_manip.c Reacted on warnings of Debian buildd with clang 2013.10.05.073918 [5159] xorriso/iso_manip.c Bug fix: -cut_out did not add x-permission to r-permission of directory 2013.10.08.175702 [5160] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/text_io.c xorriso/drive_mgt.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -read_speed 09 Oct 2013 [5162] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.3 - 2013.10.08.175702 * Bug fix: -as mkisofs option -log-file put the log file into the image * Bug fix: -cut_out did not add x-permission to r-permission of directory * New command -read_speed * libisofs: Default sort weight of El Torito boot images is now 2. 2013.10.14.140028 [5165] xorriso/opts_p_z.c Bug fix: Command -zisofs did not accept all options emitted by -status -zisofs 2013.10.20.125455 [5166] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -close mode "as_needed" 2013.10.27.115427 [5167] libisoburn/libisoburn.h Now requiring libburn-1.3.3 2013.10.28.150924 [5169] xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Automatic re-try with -close "as_needed" and unannounced fast-blanked DVD-RW 2013.10.28.151434 [5170] xorriso/emulators.c xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 New -as cdrecord option --multi_if_possible 2013.10.29.123448 [5171] xorriso/drive_mgt.c Avoiding to list pairs of the same speed with -list_speeds 2013.11.10.163500 [5176] xorriso/drive_mgt.c Bug fix: -blank force:... failed on appendable or closed media 11 Nov 2013 [5178] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.3 - 2013.11.10.163500 * Bug fix: Command -zisofs did not accept all options emitted by -status -zisofs * Bug fix: libburn: Drive error reports were ignored during blanking and formatting * Bug fix: -blank force:... failed on appendable or closed media * Bug fix: libburn: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW * New -close mode "as_needed", new -as cdrecord option --multi_if_possible 2013.11.15.095611 [5181] xorriso/opts_a_c.c Removed an obsolete variable 15 Nov 2013 [5183] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Mentioned built-in limits for minimum and maximum speed 2013.11.17.120422 [5186] libisoburn/burn_wrap.c Releasing loaded ISO image data when no longer needed ------------------------------------ cycle - xorriso-1.3.3 - 2013.11.17.120422 2013.11.18.140456 [5188] xorriso/text_io.c Reacted on warning about unused variable if no readline is enabled ------------------------------------ cycle - xorriso-1.3.3 - 2013.11.26.123204 * libisofs: Encoding HFS+ names in UTF-16 rather than UCS-2. 2013.11.27.094951 [5190] xorriso/parse_exec.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -alter_date types: a-c , m-c , b-c , c 01 Dec 2013 [5191] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Defined the term LBA in man xorriso 12 Dec 2013 [5196] svn copy -m Branching for libisoburn release 1.3.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.3.4 2013.12.12.103001 [5197] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.4 12 Dec 2013 [5198] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.3.4 - 2013.12.12.103001 * Bug fix: Command -blank "as_needed" formatted blank BD-R. * Bug fix: -as mkisofs option -log-file put the log file into the image * Bug fix: -cut_out did not add x-permission to r-permission of directory * Bug fix: Command -zisofs did not accept all options emitted by -status -zisofs * Bug fix: -blank force:... failed on appendable or closed media * Bug fix: libburn: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW * libisofs: Default sort weight of El Torito boot images is now 2 * libisofs: Encoding HFS+ names in UTF-16 rather than UCS-2 * New command -read_speed * New -close mode "as_needed", new -as cdrecord option --multi_if_possible * New -alter_date types: a-c , m-c , b-c , c 2013.12.12.154238 [5203] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.5 12 Dec 2013 [5204] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.3.4 http://svn.libburnia-project.org/libisoburn/tags/1.3.4 12 Dec 2013 [5205] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.3.5 - 2013.12.12.154238 2013.12.18.074049 [5206] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 2013.12.18.074219 [5207] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -compliance rule joliet_utf16 2013.12.18.074401 [5208] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info New -as mkisofs option -joliet-utf16 2013.12.28.194725 [5209] libisoburn/libisoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API call isoburn_conv_name_chars() 2013.12.29.120027 [5210] xorriso/opts_d_h.c xorriso/findjob.h xorriso/findjob.c xorriso/iso_manip.c xorriso/write_run.h xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -find test -bad_outname, new -find action print_outname 2013.12.30.101707 [5211] xorriso/iso_tree.c Bug fix: -compare reported false differences with directories which have non-trivial ACL but no default ACL 02 Jan 2014 [5212] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarified in man xorriso the roles of character sets 2014.01.05.072818 [5212] [5213] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.5 - 2014.01.05.072818 * Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation for overwritable media. * New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 * New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16 * New API call isoburn_conv_name_chars() * New -find test -bad_outname, new -find action print_outname 2014.01.09.154437 [5217] xorriso/drive_mgt.c Bug fix: -list_speeds did not work any more with old CD drives 2014.01.09.215206 [5219] xorriso/drive_mgt.c Improved display of -list_speeds 09 Jan 2014 [5220] ChangeLog xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.5 - 2014.01.09.215206 * libburn: Adapted Linux SG_IO adapter to scsi/sg.h of git.kernel.org 2014.01.14.084808 [5221] libisoburn/libisoburn.h Mentioned system area type 4 for HP-PA 2014.01.14.090320 [5222] xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/iso_img.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image settings hppa_cmdline=, hppa_bootloader=, hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk= 2014.01.14.091348 [5223] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options -hppa-cmdline, -hppa-bootloader, -hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk 14 Jan 2014 [5224] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.5 - 2014.01.14.091348 * New -boot_image settings hppa_cmdline=, hppa_bootloader=, hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk= * New -as mkisofs options -hppa-cmdline, -hppa-bootloader, -hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk 2014.01.16.112242 [5227] libisoburn/libisoburn.h Mentioned system area type 5 for HP-PA version 5 2014.01.16.113247 [5228] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image setting hppa_hdrversion= 2014.01.16.113503 [5229] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option -hppa-hdrversion 20 Jan 2014 [5230] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected a wrong statement in man xorriso about -check_media bad_limit= 2014.01.23.200641 [5231] xorriso/drive_mgt.c xorriso/check_media.h xorriso/check_media.c Bug fix: -check_media marked untested sectors in sector map as valid 24 Jan 2014 [5232] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.5 - 2014.01.23.200641 * Bug fix: -check_media marked untested sectors in sector map as valid * New -boot_image setting hppa_hdrversion= * New -as mkisofs option -hppa-hdrversion ------------------------------------ cycle - xorriso-1.3.5 - 2014.02.05.121822 (Experimental upload for NetBSD support) 2014.02.05.191021 [5236] configure.ac xorriso/configure_ac.txt xorriso/compile_xorriso.sh Added -Wno-char-subscripts to CFLAGS 2014.02.08.111505 [5239] xorriso/write_run.c Silenced a MISHAP message of libisofs with -tell_media_space caused by rev 5210 2014.02.09.141412 [5240] xorriso/iso_img.c Improved output of -pvd_info with timestamps with non-zero time zone 2014.02.10.104827 [5241] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/disk_ops.c xorriso/iso_tree.c Bug fix: Paths with symbolic links preceding ".." were not interpreted properly 10 Feb 2014 [5242] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.5 - 2014.02.10.104827 Bug fix: Paths with symbolic links preceding ".." were not interpreted properly 10 Feb 2014 [5243] configure.ac libisoburn/libisoburn.h Requiring libisofs-1.3.5 and libburn-1.3.5 11 Feb 2014 [5248] acinclude.m4 Added /usr/local for NetBSD 12 Feb 2014 [5250] doc/comments xorriso/README_gnu_xorriso Mentioned support for NetBSD 2014.02.13.154003 [5251] xorriso/iso_img.c Corrected a bug introduced with rev 5240 27 Feb 2014 [5256] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.3.5 - 2014.02.27.091053 * libburn: New system adapter for NetBSD 2014.03.02.102010 [5258] xorriso/iso_img.c Made -status -boot_image more verbous about the pending boot image definition 2014.03.03.202815 [5299] xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Temporarily disabled the unfinished HP-PA PALO bootability preparations 04 Mar 2014 [5264] svn copy -m Branching for libisoburn release 1.3.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.3.6 2014.03.04.113001 [5265] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.6 04 Mar 2014 [5266] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2014.03.04.120001 [5267] xorriso/drive_mgt.c Last minute regression fix: -list_speeds on non-BD drives used CD speed factor 04 Mar 2014 [5268] xorriso/changelog.txt Documented release timestamp ----------------------------------- release - xorriso-1.3.6 - 2014.03.04.120001 * Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation for overwritable media. * Bug fix: -list_speeds did not work any more with old CD drives. Regression introduced by release 1.3.4 * Bug fix: -check_media marked untested sectors in sector map as valid * Bug fix: Paths with symbolic links preceding ".." were not interpreted properly * New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 * New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16 * New -find test -bad_outname, new -find action print_outname * New API call isoburn_conv_name_chars() * libburn: New system adapter for NetBSD 2014.03.04.164038 [5273] xorriso/drive_mgt.c Last minute regression fix: -list_speeds on non-BD drives used CD speed factor 2014.03.04.165750 [5274] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.7 04 Mar 2014 [5275] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.3.6 http://svn.libburnia-project.org/libisoburn/tags/1.3.6 05 Mar 2014 [5276] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.3.7 - 2014.03.04.165750 05 Mar 2014 [5277] releng/run_all_auto Gave up use of PIPESTATUS in releng/run_all_auto because of NetBSD /bin/sh 2014.03.06.075858 [5278] xorriso/drive_mgt.c Changed severity of missing -list_format data from FAILURE to SORRY 2014.03.06.164332 [5279] xorriso/iso_img.c Bug fix: Command -status produced FAILURE event if no drive was acquired 06 Mar 2014 [5280] ChangeLog xorriso/xorriso_eng.html Updated change log and web page ------------------------------------ cycle - xorriso-1.3.7 - 2014.03.06.164332 * Bug fix: Command -status produced FAILURE event if no drive was acquired 2014.03.14.134138 [5283] libisoburn/libisoburn.h Corrected outdated description of GRUB2 MBR patching 18 Mar 2014 [5288] svn copy -m Patching libisoburn to pl01 http://svn.libburnia-project.org/libisoburn/tags/1.3.6 http://svn.libburnia-project.org/libisoburn/branches/1.3.6.pl01 2014.03.18.083001 [5289 1.3.6.pl01] README xorriso/README_gnu_xorriso xorriso/iso_img.c xorriso/xorriso_eng.html xorriso/xorriso_timestamp.h Bug fix: Command -status produced FAILURE event if no drive was acquired 18 Mar 2014 [5290] svn move -m Patched libisoburn to 1.3.6.pl01 http://svn.libburnia-project.org/libisoburn/branches/1.3.6.pl01 http://svn.libburnia-project.org/libisoburn/tags/1.3.6.pl01 ------------------------------ release - xorriso-1.3.6.pl01 - 2014.03.18.083001 25 Mar 2014 [5292] ChangeLog xorriso/xorriso_eng.html Mentioned patch level release 1.3.6.pl01 2014.03.25.195908 [5293] xorriso/xorriso_private.h xorriso/iso_img.c Bug fix: -boot_image any partition_cyl_align=on prevented further settings 2014.04.03.194751 [5294] xorriso/iso_img.c Reacted on compiler warning of gcc on AIX. Thanks Richard Nolde. 2014.04.04.142016 [5295] xorriso/opts_a_c.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Bug fix: -boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work) 2014.04.04.153505 [5296] xorriso/opts_a_c.c xorriso/iso_img.c Bug fix: -boot_image grub2_mbr= prevented -boot_image partition_table=on 2014.04.08.091745 [5298] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info New -stdio_sync option "end", -as mkisofs default is now --stdio_sync "off" 2014.04.08.094441 [5299] configure.ac libisoburn/libisoburn.h Requiring libburn-1.3.7 and libisofs-1.3.7 2014.04.09.073038 [5300] xorriso/emulators.c xorriso/iso_img.c xorriso/opts_d_h.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Re-enabled HP-PA PALO boot preparations 09 Apr 2014 [5301] ChangeLog xorriso/xorriso_eng.html Updated change log and web page ------------------------------------ cycle - xorriso-1.3.7 - 2014.04.09.073038 * Bug fix: libburn : Compilation warning for unsupported systems mutated into an error * Bug fix: -boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work) * Bug fix: -boot_image grub2_mbr= prevented -boot_image partition_table=on * Bug fix: libburn: A final fsync(2) was performed with stdio drives, even if -stdio_sync was set to "off". * New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO 2014.04.10.072212 [5303] xorriso/opts_d_h.c Mentioned bootspec hppa_discard in xorriso -help 2014.04.11.161139 [5304] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info libisoburn/libisoburn.ver New command -report_system_area 2014.04.12.130150 [5305] xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -report_system_area form "gpt_crc_of:" 2014.04.13.071908 [5306] xorriso/iso_img.c Adapted -report_system_area to changed output format of libisofs 2014.04.13.120421 [5307] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_stdio_endsync(), isoburn_igopt_get_stdio_endsync() 2014.04.13.120743 [5308] xorriso/write_run.c Making use of new libisoburn API call 2014.04.14.190506 [5311] xorriso/opts_p_z.c Updated copyright date in output of xorriso -version 2014.04.16.144146 [5312] xorriso/opts_d_h.c xorriso/findjob.h xorriso/findjob.c xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -find pseudo tests -use_pattern , -or_use_pattern 2014.04.16.144623 [5313] xorriso/opts_d_h.c Removed a surplus code snippet that was committed by rev 5312 2014.04.16.145517 [5314] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Corrected a statement in the man page. 2014.04.19.115057 [5316] xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Adapted -check_media to peculiarities of DVD and BD 2014.04.21.131802 [5317] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.h xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/iso_img.c xorriso/disk_ops.c xorriso/read_run.c xorriso/filters.c xorriso/sfile.h xorriso/sfile.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info libisoburn/libisoburn.ver New command -concat 2014.04.21.165612 [5318] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_d_h.c xorriso/disk_ops.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -follow occasion "concat" 22 Apr 2014 [5319] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Polished man page about -concat 22 Apr 2014 [5320] ChangeLog xorriso/xorriso_eng.html Updated change log and web page ------------------------------------ cycle - xorriso-1.3.7 - 2014.04.21.165612 * New command -report_system_area * New -find pseudo tests -use_pattern , -or_use_pattern * New command -concat 2014.04.24.084041 [5321] xorriso/opts_d_h.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -report_system_area form "el_torito" 2014.04.24.084540 [5322] xorriso/write_run.c Clarified potentially negative el_torito_set_load_size() parameter in xorriso 2014.04.25.064456 [5323] xorriso/iso_img.c Using libisofs system area summary in -toc line "Boot record" 2014.04.29.174832 [5325] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info libisoburn/libisoburn.ver New command -report_el_torito (former -report_system_area "el_torito") 2014.05.02.090851 [5326] acinclude.m4 releng/auto_cxx Added -I/usr/pkg/include und -L/usr/pkg/lib for NetBSD 2014.05.03.080034 [5327] xorriso/opts_d_h.c Fixed a bug with recognition of -find test -or_use_pattern 2014.05.03.114648 [5329] libisoburn/libisoburn.h libisoburn/burn_wrap.c libisoburn/libisoburn.ver New API call isoburn_disc_pretend_full_uncond() 2014.05.03.114930 [5330] xorriso/drive_mgt.c Making use of new API call 2014.05.03.115011 [5331] libisoburn/burn_wrap.c Bug fix: -blank force:all on DVD+RW had no effect 2014.05.18.144453 [5332] xorriso/sort_cmp.c Added a few comments about ino_t compatibility 2014.05.28.125704 [5333] xorriso/iso_img.c xorriso/disk_ops.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Anticipating NetBSD mount option -s 2014.06.03.190644 [5334] xorriso/parse_exec.c Fixed a bug introduced by rev 5317, which prevented use of execution paths 2014.06.13.084712 [5337] xorriso/write_run.c Precautions for large stdio filesystems 2014.06.13.090244 [5338] xorriso/opts_d_h.c xorriso/iso_tree.h xorriso/iso_tree.c xorriso/iso_manip.c xorriso/findjob.h xorriso/read_run.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -find action report_sections 2014.06.14.185146 [5339] xorriso/disk_ops.h Commiting a header file that was forgotten with rev 5317 2014.06.14.192149 [5340] configure.ac acinclude.m4 xorriso/configure_ac.txt xorriso/base_obj.c xorriso/opts_d_h.c xorriso/lib_mgt.c xorriso/text_io.c Enabled use of libedit as alternative to libreadline 2014.06.15.090324 [5341] xorriso/lib_mgt.c xorriso/text_io.h xorriso/text_io.c Shutdown of libedit 2014.06.15.094311 [5342] xorriso/opts_p_z.c xorriso/text_io.h xorriso/text_io.c Stating license GPLv3+ if header of libreadline >= 6.x is included 2014.06.15.125555 [5343] README xorriso/README_gnu_xorriso configure.ac xorriso/configure_ac.txt Clarified configuration and license aspects of libreadline and libedit 2014.06.15.183236 [5344] Makefile.am Keeping releng/releng_generated_data/.svn out of libisoburn tarball 15 Jun 2014 [5345] ChangeLog xorriso/xorriso_eng.html Updated change log and web page ------------------------------------ cycle - xorriso-1.3.7 - 2014.06.15.183236 * New command -report_el_torito * New -find action report_sections * Bug fix: -blank force:all on DVD+RW had no effect * Enabled use of libedit as alternative to libreadline ------------------------------------ cycle - xorriso-1.3.7 - 2014.06.20.065402 * Enabled recording and restoring of extattr on NetBSD 27 Jun 2014 [5347] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Corrected information about -isohybrid-gpt-basdat MBR partition type 27 Jun 2014 [5352] svn copy -m Branching for libisoburn release 1.3.8 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.3.8 2014.06.28.070001 [5353] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.8 28 Jun 2014 [5354] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2014.06.28.071001 [5355] xorriso/parse_exec.h xorriso/xorriso_timestamp.h Corrected a type in declaration ----------------------------------- release - xorriso-1.3.8 - 2014.06.28.071001 * Bug fix: -boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work) * Bug fix: -boot_image grub2_mbr= prevented -boot_image partition_table=on * Bug fix: libburn: A final fsync(2) was performed with stdio drives, even if -stdio_sync was set to "off". * Bug fix: libburn: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 * Bug fix: -blank force:all on DVD+RW had no effect * Enabled use of libedit as alternative to libreadline * Enabled recording and restoring of extattr on NetBSD * New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO * New -find pseudo tests -use_pattern , -or_use_pattern * New command -concat * New -find action report_sections * New commands -report_system_area and -report_el_torito 2014.06.28.071104 [5360] xorriso/parse_exec.h xorriso/xorriso_timestamp.h Corrected a type in declaration 2014.06.28.071234 [5361] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.3.9 28 Jun 2014 [5362] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.3.9 - 2014.06.28.071234 28 Jun 2014 [5363] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.3.8 http://svn.libburnia-project.org/libisoburn/tags/1.3.8 06 Jul 2014 [5365] COPYRIGHT Updated copyright date 20 Aug 2014 [5372] ChangeLog xorriso/xorriso_eng.html Updated change log and web page ------------------------------------ cycle - xorriso-1.3.9 - 2014.08.20.093534 * Bug fix: -dev or -indev of medium with non-ISO data caused SIGSEGV by NULL 2014.09.23.064407 [5377] xorriso/emulators.c Corrected xorrisofs help text about -chrp-boot-part and -prep-boot-part 2014.09.23.064554 [5378] libisoburn/burn_wrap.c libisoburn/isofs_wrap.c Reporting with severity DEBUG about read error messages during image loading 26 Sep 2014 [5379] xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Corrected description of -as mkisofs option -boot-load-size 2014.09.28.085819 [5380] xorriso/emulators.c Officially supporting combination -isohybrid-gpt-basdat -isohybrid-apm-hfsplus 2014.09.30.181738 [5381] xorriso/opts_a_c.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -boot_image bootspecs partition_table=gpt_basdat, gpt_hfsplus, apm_hfsplus 01 Oct 2014 [5382] doc/faq.wiki Added three popular google search texts to FAQ 02 Oct 2014 [5383] doc/faq.wiki Small correction of rev 5382 2014.10.03.180649 [5384] xorriso/emulators.c Supporting -as mkisofs -chrp-boot as alias of -chrp-boot-part 2014.10.28.140220 [5385] xorriso/iso_img.c Preparing for -report_system_area formats "cmd" and "as_mkisofs" 2014.10.28.140313 [5386] xorriso/write_run.c Improved processing of system area in multi-session situations 2014.10.28.140609 [5387] xorriso/opts_a_c.c xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Argument "." for system area import commands 2014.10.28.140709 [5388] xorriso/misc_funct.c Interpreting number suffix "d" (disk block) as factor of 512 2014.10.28.141130 [5389] xorriso/xorriso_private.h Added a clarifying comment about XorrisO.patch_system_area 2014.10.28.141959 [5390] xorriso/write_run.c Reacted on compiler warning about rev 5386 2014.11.04.121733 [5391] xorriso/opts_d_h.c xorriso/findjob.h xorriso/iso_manip.c xorriso/iso_tree.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -find action "show_stream_id" 2014.11.11.112623 [5392] xorriso/write_run.c Sort weight 1000000000 for El Torito boot catalog with -boot_image patch 2014.11.13.180252 [5393] xorriso/iso_img.c With -report_system_area as_mkisofs: Adding option -B if --grub2-sparc-core 2014.11.13.180427 [5394] xorriso/emulators.c Letting -as mkisofs -sparc-label perform command -boot_image any sparc_label= 2014.11.26.134709 [5396] acinclude.m4 configure.ac xorriso/configure_ac.txt xorriso/misc_funct.c Checking at configure time for timezone integer variable 2014.11.26.164605 [5398] xorriso/check_media.c xorriso/cmp_update.c xorriso/disk_ops.c xorriso/read_run.c xorriso/text_io.c xorriso/write_run.c test/compare_file.c Equipped all non-system-dependent open(2) calls with O_BINARY ------------------------------------ cycle - xorriso-1.3.9 - 2014.11.28.110954 * New -find action "show_stream_id" ------------------------------------ cycle - xorriso-1.3.9 - 2014.12.06.183523 2014.12.21.222445 [5401] acinclude.m4 xorriso/README_gnu_xorriso xorriso/xorriso_eng.html Using libvolmgt on older Solaris ------------------------------------ cycle - xorriso-1.3.9 - 2014.12.21.222445 2014.12.29.105732 [5402] Makefile.am Fixed a typo in message of make install. Thanks to Jakub Wilk. 2014.12.29.142036 [5404] xorriso/write_run.c Clarified meaning of xorriso->patch_isolinux_image in Xorriso_make_iso_write_opts() 29 Jan 2015 [5405] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Mentioned -report_el_torito parameters cmd and as_mkisofs 2015.02.04.113526 [5406] xorriso/write_run.c Fixed memory error when overwriting boot image of loaded ISO. Caused by rev5386 2015.02.06.114605 [5407] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_appended_as_gpt(), isoburn_igopt_get_appended_as_gpt() 2015.02.06.115405 [5408] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/base_obj.c xorriso/emulators.c xorriso/iso_img.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info New -boot_image bootspec "appended_part_as=", new -as mkisofs option -appended_part_as_gpt 2015.02.07.114834 [5409] xorriso/iso_img.c Corrected representation of isohybrid MBR with -report_system_area "cmd" 2015.02.28.142843 [5410] xorriso/xorrisoburn.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info New bootspec alpha_boot=, new -as mkisofs option -alpha-boot 2015.03.03.201723 [5411] xorriso/drive_mgt.c Corrected error message about drive class "caution" ------------------------------------ cycle - xorriso-1.3.9 - 2015.03.05.144703 * New API calls isoburn_igopt_set_appended_as_gpt(), isoburn_igopt_get_appended_as_gpt() * New -boot_image bootspec "appended_part_as=", new -as mkisofs option -appended_part_as_gpt ------------------------------------ cycle - xorriso-1.3.9 - 2015.04.13.172501 (with libisofs rev 1194 for -appended_part_as_gpt without isohybrid) 2015.04.23.135054 [5413] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/libisoburn.ver New API call isoburn_igopt_set_part_flag() and libisofs interval reader flags 2015.04.23.142257 [5414] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Enabled use of libisofs interval reader in xorriso 2015.04.23.142407 [5415] xorriso/iso_img.c Counting -volid as pending change only if the text really changed 29 Apr 2015 [5416] doc/grub-mkrescue_reserved_commands.txt New file with list of argument names which are reserved for grub-mkrescue 29 Apr 2015 [5417] doc/grub-mkrescue_reserved_commands.txt Small correction in new doc file 2015.05.07.075329 [5418] xorriso/iso_img.c Emitting interval reader strings with -report_system_area cmd or as_mkisofs 2015.05.07.151926 [5419] xorriso/iso_img.c Emitting sparse zeroizers for system area and SORRY events for some insufficiencies 2015.05.10.093325 [5420] xorriso/iso_img.c Some corrections about -report_system_area cmd and as_mkisofs 2015.05.11.160333 [5421] xorriso/iso_img.c Some corrections about -report_system_area cmd and as_mkisofs 2015.05.14.100737 [5422] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/findjob.h xorriso/iso_img.h xorriso/iso_img.c xorriso/iso_manip.c Enabled output of HFS+ proposal with report_system_area cmd and as_mkisofs 2015.05.14.113925 [5423] xorriso/findjob.h xorriso/iso_img.h xorriso/iso_manip.c Updated some copyright marks 2015.05.14.131152 [5424] xorriso/iso_img.c Enabled output of volume id und modification date with -report_system_area cmd 16 May 2015 [5425] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Updated man xorriso about -report_system_area cmd 17 May 2015 [5432] svn copy -m Branching for libisoburn release 1.4.0 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.4.0 2015.05.17.112001 [5433] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.0 17 May 2017 [5434] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 2015.05.17.112001 [5436] xorriso/iso_img.c Reacted on a warning of NetBSD compiler ----------------------------------- release - xorriso-1.4.0 - 2015.05.17.112001 * Bug fix: -dev or -indev of medium with non-ISO data caused SIGSEGV by NULL * New API calls isoburn_igopt_set_appended_as_gpt(), isoburn_igopt_get_appended_as_gpt() * New API call isoburn_igopt_set_part_flag() and libisofs interval reader flags * New -find action "show_stream_id" * Optional libisofs interval reader with -append_partition and System Area * New -boot_image bootspec "appended_part_as=", new -as mkisofs option -appended_part_as_gpt * New -report_system_area formats "cmd" and "as_mkisofs" 2015.05.17.204035 [5442] xorriso/iso_img.c Reacted on a warning of NetBSD compiler 2015.05.17.204220 [5443] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.1 17 May 2017 [5444] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.4.1 - 2015.05.17.204220 18 May 2015 [5445] svn move -m 'Promoted branch to tag' \ http://svn.libburnia-project.org/libisoburn/branches/1.4.0 \ http://svn.libburnia-project.org/libisoburn/tags/1.4.0 18 May 2015 [5447] xorriso/xorriso_eng.html Corrected a faulty tag in web page of GNU xorriso 2015.06.24.155902 [5450] xorriso/sfile.c Bug fix: -backslash_codes "on" did not work outside quotes and with showing "\r" 24 Jun 2015 [5451] xorriso/configure_ac.txt Silenced libjte compiler warnings by -Wno-strict-aliasing 30 Jun 2015 [5454] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Added EFI information to manual page example of bootable ISO 2015.06.30.144252 [5455] xorriso/opts_p_z.c Updated copyright year of xorriso command -version 2015.07.04.084911 [5456] xorriso/parse_exec.c Closed memory leaks on lack of memory reported by cppcheck 2015.07.04.085116 [5457] xorriso/read_run.c Reacted on cppcheck warning about uninitialized variable 2015.07.04.094815 [5458] xorriso/text_io.c Silenced a semi-correct error message of cppcheck 2015.07.04.094919 [5459] xorriso/iso_img.c Silenced false positive of cppcheck 2015.07.31.162206 [5460] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/emulators.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive= 2015.07.31.165816 [5461] xorriso/man_xorriso_to_html.sh xorriso/man_xorrisofs_to_html.sh xorriso/man_xorrecord_to_html.sh + xorriso/unite_html_b_line.c Reacting on changes in the output of my local man -H 2015.07.31.171227 [5462] libisoburn/libisoburn.h xorriso/xorriso_main.c xorriso/make_xorriso_1.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 README xorriso/README_gnu_xorriso releng/README doc/partition_offset.wiki doc/comments frontend/xorriso-tcltk Changed wrong use of "resp." in docs 12 Aug 2015 [5465] xorriso/compile_xorriso.sh Added automatic compilation of unite_html_b_line.c to developer compile script 2015.08.12.091220 [5466] xorriso/iso_img.c Avoiding to hand out indigestible --modification-date with -report_el_torito 2015.08.17.200155 [5467] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_* 2015.08.17.200910 [5468] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/text_io.c xorriso/drive_mgt.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -ecma119_map 2015.08.19.122832 [5469] Makefile.am Linking libpthread to libisoburn, not only to xorriso 2015.08.30.184740 [5470] xorriso/base_obj.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Changed defaults of new command -modesty_on_drive to suit concurrent SG_IO 2015.09.06.194259 [5476] xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/iso_img.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image action "replay" 2015.09.15.182031 [5477] xorriso/iso_tree.c Hopefully finally enabled correct compilation on Debian mips and mipsel 2015.09.17.120554 [5478] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/isofs_wrap.c libisoburn/libisoburn.ver New API calls isoburn_ropt_set_truncate_mode() isoburn_ropt_get_truncate_mode() 2015.09.17.121258 [5479] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/iso_tree.c xorriso/iso_manip.c xorriso/filters.c xorriso/text_io.c xorriso/emulators.c libisoburn/libisoburn.ver xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New command -file_name_limit, -as mkisofs -file_name_limit 2015.09.17.161956 [5481] acinclude.m4 Recognizing Debian GNU/kFreeBSD (seems to never have worked) 2015.09.20.124012 [5482] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/burn_wrap.c libisoburn/data_source.c Reacted on complaints of lintian spelling check 2015.09.20.125159 [5483] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/sfile.c xorriso/sfile.h frontend/frontend_pipes_xorriso.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Reacted on complaints of lintian spelling check 2015.09.22.155937 [5484] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 libisoburn/libisoburn.ver New command -read_fs 2015.09.22.204735 [5485] xorriso/xorriso.h xorriso/opts_i_o.c xorriso/opts_d_h.c Marked introduction dates of xorriso commands in API description 2015.09.25.171620 [5488] xorriso/opts_d_h.c xorriso/drive_mgt.c xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Took into respect possible truncate mode change by AAIP variable isofs.nt 2015.09.28.141723 [5489] xorriso/xorriso_private.h xorriso/opts_d_h.c xorriso/iso_manip.h xorriso/iso_manip.c xorriso/findjob.h xorriso/sfile.h xorriso/sfile.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs 07 Oct 2015 [5490] doc/faq.wiki Mentioned USB 3 problems in FAQ 2015.10.15.170642 [5491] xorriso/drive_mgt.c Closed memory leak with acquiration of drive 2015.10.16.155137 [5492] xorriso/drive_mgt.c xorriso/cmp_update.c Closed memory leak with 2015.10.18.130151 [5494] xorriso/drive_mgt.c xorriso/text_io.c New -toc report lines "Drive id :" and "Media id :". 2015.10.23.085903 [5497] xorriso/write_run.c Record size 0 with oversized EFI boot images to span them up to end of medium 2015.10.25.123601 [5517] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.1 - 2015.10.25.123601 * Bug fix: -backslash_codes "on" did not work outside quotes and with showing "\r" * New API calls isoburn_ropt_set_truncate_mode() isoburn_ropt_get_truncate_mode() * New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_* * New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive= * New command -ecma119_map * New command -read_fs * New -boot_image action "replay" * New command -file_name_limit, -as mkisofs -file_name_limit * New -find test -name_limit_blocker. 2015.11.03.125130 [5549] xorriso/text_io.c Closed a memory leak with message sieve. Coverity CID 28738. 2015.11.03.125655 [5550] xorriso/text_io.c Closed a memory leak with message sieve. Coverity CID 28739. 2015.11.03.130551 [5551] xorriso/findjob.c Closed a memory leak with -find. Coverity CID 28740. 2015.11.03.140546 [5552] xorriso/iso_manip.c Closed memory leak in case of error with file hiding. Coverity CID 28746 to 28750. 2015.11.03.145540 [5553] xorriso/check_media.c Closed memory leak with error about -check_media sector bitmapCoverity CID 28751. 2015.11.03.145920 [5554] xorriso/opts_i_o.c Closed memory leak with error about -ls. Coverity CID 28752. 2015.11.03.150839 [5555] xorriso/read_run.c Clarified handling of file descriptor. Coverity CID 28753. 2015.11.03.154102 [5556] libisoburn/burn_wrap.c Made clear that a drive needs an isoburn object for writing. Coverity CID 28758. 2015.11.03.155015 [5557] xorriso/findjob.c Prevented potential NULL pointer dereference. Coverity CID 28759. 2015.11.04.084711 [5558] xorriso/read_run.c Removed a surplus test for NULL. Coverity CID 28760. 2015.11.04.094803 [5559] xorriso/iso_tree.c Removed a wrong and obsolete test. Coverity CID 28762. 2015.11.04.100839 [5560] xorriso/write_run.c Prevented bug when interpreting MBR partition entry > 1 TB. Coverity CID 28764. 2015.11.04.105349 [5561] xorriso/match.c Prevented a potentially severe memory error with disk file pattern expansion. Coverity CID 28765. 2015.11.04.110102 [5562] xorriso/iso_tree.c Same as rev 5561. Here for iso_rr file names. Coverity CID 28766. 2015.11.04.114353 [5563] xorriso/parse_exec.c Prevented a string overflow in case of program error. Coverity CID 28767. 2015.11.04.123926 [5564] xorriso/text_io.c Prevented a possible program error in Xorriso_dialog_input() 2015.11.04.155640 [5565] xorriso/opts_p_z.c Prevented possible buffer overflow inside xorriso object. Coverity CID 28775. 2015.11.04.155640 [5566] xorriso/parse_exec.h xorriso/parse_exec.c xorriso/opts_a_c.c Prevented a possible buffer overrun with -concat. Coverity CID 28782. 05 Nov 2015 [5567] xorriso/make_xorriso_1.c Closed a gap for line buffer overflow with man page production. Coverity CID 28784. 05 Nov 2015 [5568] test/compare_file.c Checking argument length of test/compare_file. Coverity CID 28785, 28786. 2015.11.06.092940 [5569] xorriso/iso_manip.c Prevented a potential corruption in case of memory shortage. Coverity CID 28800. 2015.11.06.123344 [5570] xorriso/iso_tree.c Prevented use of uninitialized variable in case of memory shortage. Coverity CID 28801. 2015.11.06.124252 [5571] xorriso/read_run.c Prevented use of uninitialized variable in case of memory shortage. Coverity CID 28805. 2015.11.06.124702 [5571] xorriso/text_io.c Prevented use of uninitialized variable in case of memory shortage. Coverity CID 28806. 2015.11.06.125101 [5573] xorriso/disk_ops.c Prevented use of uninitialized variable in case of memory shortage. Coverity CID 28808. 2015.11.06.125705 [5574] xorriso/disk_ops.c Prevented use of uninitialized variable in case of memory shortage. Coverity CID 28809. 2015.11.06.130635 [5575] xorriso/drive_mgt.c Removed unneccessary variables which were used uninitialized. Coverity CID 28810. 2015.11.06.181047 [5576] xorriso/parse_exec.c Reacting on failure while reading mkisofsrc. Coverity CID 28817. 2015.11.06.194638 [5577] xorriso/text_io.c Corrected improper reaction on memory shortage. Coverity CID 28825. 2015.11.06.200320 [5578] xorriso/opts_a_c.c Reacting properly on failure to set hppa or alpha boot image. Coverity CID 28828, 28829. 2015.11.07.105529 [5579] xorriso/check_media.c Prevented use of already freed memory. Coverity CID 28830. 2015.11.07.110421 [5580] xorriso/base_obj.c Closed a memory leak wiyh -check_media_defaults 2015.11.07.111034 [5581] xorriso/opts_i_o.c Changed a suspiciously looking but correct code gesture. Coverity CID 28831. 2015.11.08.110314 [5582] xorriso/drive_mgt.c Clarified handling of missing drives when it shall be given up. Coverity CID 28697. 2015.11.08.140544 [5583] xorriso/text_io.c Removed duplicate check for memory shortage. Coverity CID 28701. 2015.11.08.143244 [5584] xorriso/text_io.c Moved variable definition into its proper ifdef case. Coverity CID 28702. 2015.11.08.161658 [5585] xorriso/lib_mgt.c Clarified code path ifndef Xorriso_with_libjtE. Coverity CID 28703. 2015.11.08.163431 [5586] xorriso/iso_tree.c Corrected interpretation of some return values during -find -exec list_extattr. Coverity CID 28704. 2015.11.08.164013 [5587] xorriso/read_run.c Checking the return value of Xorriso_open_job_data_to(). Coverity CID 28705. 2015.11.08.194028 [5588] xorriso/emulators.c Removed a duplicate test statement. Coverity CID 28709. 2015.11.08.194419 [5589] xorriso/disk_ops.c Removed a duplicate test statement. Coverity CID 28710. 2015.11.08.200543 [5590] xorriso/drive_mgt.c Preserved return value of iso_util_decode_md5_tag() until it is tested. Coverity CID 28711. 2015.11.08.202957 [5591] xorriso/iso_img.c With -mount: Checking Xorriso_give_up_drive return value for error. Coverity CID 28712. 2015.11.09.095505 [5592] Removed a surplus test statement with -boot_image any show_status. Coverity CID 28713. 2015.11.09.105122 [5593] xorriso/write_run.c Removed an effectively unused variable. Coverity CID 28715. 2015.11.09.121421 [5594] xorriso/lib_mgt.c Clarified handling of NULL name with Xorriso_set_local_charset(). Coverity CID 28719. 2015.11.09.133135 [5595] libisoburn/isofs_wrap.c Prevented a SIGSEGV with isoburn_read_image() feature to submit NULL parameter. Coverity CID 28721. 2015.11.10.084903 [5596] xorriso/text_io.c Improved handling of potential program error with -msg_op read_sieve. Coverity CID 28723. 2015.11.10.090901 [5597] xorriso/drive_mgt.c Prevented possible NULL pointer dereference. Coverity CID 28724. 2015.11.10.094015 [5598] xorriso/misc_funct.c Corrected an error with conversion from bourne shell patterns to regular expressions. Coverity CID 28727. 2015.11.10.104918 [5599] xorriso/iso_img.c Corrected an error with recognition of APM partitions. Coverity CID 28728. 2015.11.11.192609 [5600] xorriso/text_io.c Corrected reporting of -logfile in -status "short". Coverity CID 28729. 2015.11.12.123345 [5601] xorriso/iso_tree.c Protected output -find -exec list_extattr from potential overflow. Coverity CID 28780. 2015.11.12.142649 [5602] xorriso/iso_tree.c Reacted on compiler warnings about rev 5601 2015.11.12.160620 [5603] xorriso/text_io.c Prevented possible overlapping memory copying 2015.11.13.152751 [5604] xorriso/iso_tree.c Prevented possible buffer overflow with -getfacl. Coverity CID 28695. 2015.11.13.202241 [5605] xorriso/drive_mgt.c Handled failure to release a mutex lock. Coverity CID 28698. 2015.11.15.153822 [5606] xorriso/text_io.c Avoiding to use message system while result_msglists_lock is acquired. Coverity CID 28726. 2015.11.16.100618 [5607] xorriso/lib_mgt.c Rev 5594 was not complete. Coverity CID 28719. 2015.11.16.102246 [5608] xorriso/write_run.c Rev 5560 was not complete. Coverity CID 28764. 16 Nov 2015 [5609] test/compare_file.c Trying to finally silence Coverity CID 28785. 21 Nov 2015 [5610] README xorriso/README_gnu_xorriso + frontend/xorriso_broker.sh New demo script frontend/xorriso_broker.sh (see Debian bug 805495) 22 Nov 2015 [5611] Makefile.am xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt Putting xorriso_broker.sh into release tarballs 22 Nov 2015 [5612] frontend/xorriso_broker.sh Small improvements with xorriso_broker.sh 28 Nov 2015 [5618] svn copy -m Branching for libisoburn release 1.4.2 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.4.2 2015.11.28.140001 [5619] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.2 28 Nov 2015 [5620] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.4.2 - 2015.11.28.140001 * Bug fix: -backslash_codes "on" did not work outside quotes and with showing "\r" * New API calls isoburn_ropt_set_truncate_mode() isoburn_ropt_get_truncate_mode() * New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_* * New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive= * New command -ecma119_map * New command -read_fs * New -boot_image action "replay" * New command -file_name_limit, -as mkisofs -file_name_limit * New -find test -name_limit_blocker. * Result of a Coverity audit: 50+ code changes, but no easy-to-trigger bugs 2015.11.29.082702 [5625] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.3 29 Nov 2015 [5626] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.4.3 - 2015.11.29.082702 29 Nov 2015 [5627] svn move -m 'Promoted branch to tag' \ http://svn.libburnia-project.org/libisoburn/branches/1.4.2 \ http://svn.libburnia-project.org/libisoburn/tags/1.4.2 29 Nov 2015 [5628] xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Fixed typos in manual of xorrecord 02 Dec 2015 [5629] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Reacted on lintian complaint about oversized lines in man pages 05 Dec 2015 [5630] Makefile.am xorriso/xorriso_makefile_am.txt Letting "make" target "check" run xorriso/xorriso -no_rc -version -list_extras 2015.12.09.132636 [5631] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs 2015.12.09.162402 [5632] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/misc_funct.c Bug fix: -pathspecs "on" did not properly handle "\\=" 09 Dec 2015 [5633] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.3 - 2015.12.09.162402 * Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs * Bug fix: -pathspecs "on" did not properly handle "\\=" * New -pathspecs mode "as_mkisofs" 10 Dec 2015 [5635] configure.ac xorriso/configure_ac.txt acinclude.m4 Checking for availability of LIBBURN_ARCH_LIBS 2015.12.11.120319 [5636] xorriso/xorrisoburn.h Forgot to commit declaration of Xorriso_graftable_pathspec() in rev 5631 15 Dec 2015 [5637] configure.ac xorriso/configure_ac.txt acinclude.m4 Following build system changes in libisofs about ACL and xattr 2015.12.22.133736 [5638] xorriso/xorriso_timestamp.h Setting timestamp of experimental xorriso-1.4.3 tarball ------------------------------------ cycle - xorriso-1.4.3 - 2015.12.22.133736 2015.12.23.112013 [5639] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/write_run.c Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data 2015.12.24.080343 [5640] xorriso/iso_img.c El Torito load size 0 what not shown with -report_el_torito as_mkisofs or cmd 2015.12.26.090812 [5641] xorriso/iso_img.c Silencing a false warning of gcc on Sid about uninitialized "image" variable 26 Dec 2015 [5642] xorriso/make_xorriso_standalone.sh Updated the production script for GNU xorriso to work with plain repo checkouts 26 Dec 2015 [5643] xorriso/make_xorriso_standalone.sh Letting production of GNU xorriso ignore failure of command "man -H" 27 Dec 2015 [5644] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.3 - 2015.12.27.150821 * Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data 27 Dec 2015 [5645] Makefile.am xorriso/make_xorriso_standalone.sh xorriso/xorriso_makefile_am.txt + frontend/grub-mkrescue-sed.sh Man-in-the-middle script to manipulate the xorriso run of grub-mkrescue 28 Dec 2015 [5646] frontend/grub-mkrescue-sed.sh Added modes "mbr_only", "original" and parameter variables MKRESCUE_SED_* 2015.12.30.175951 [5647] xorriso/emulators.c xorriso/write_run.c frontend/grub-mkrescue-sed.sh Provisory new -e pseudo path --interval:appened_partition_N:all:: 2016.01.01.172059 [5648] libisoburn/isoburn.c Letting bit15 of system_area_options pass to libisofs 2016.01.01.172817 [5649] xorriso/xorriso_private.h xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/iso_img.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable ------------------------------------ cycle - xorriso-1.4.3 - 2016.01.01.172817 * New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable 02 Jan 2016 [5650] frontend/grub-mkrescue-sed.sh Fixed a copy+paste bug of rev 5647. Thanks to Alexander E. Patrakov. 2016.01.20.104201 [5651] xorriso/opts_a_c.c Let -boot_image bin_path= , efi_path= recognize --interval:appended_partition 2016.01.20.104342 [5652] xorriso/iso_img.c Changed report format of --interval:appended_partition_X_start_Y_size_Z 2016.02.05.095140 [5660] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c New API calls isoburn_igopt_set_appended_as_apm, isoburn_igopt_set_part_like_isohybrid 2016.02.05.100719 [5661] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on 2016.02.05.101337 [5662] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid 2016.02.05.145901 [5665] libisoburn/isoburn.h xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/opts_d_h.c xorriso/drive_mgt.c xorriso/disk_ops.c xorriso/sort_cmp.c xorriso/text_io.c frontend/xorriso-tcltk xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Fixed typos reported by lintian 2016.02.07.194339 [5666] libisoburn/libisoburn.h Reacted on doxygen warnings of Fedora s390x build log 2016.02.27.170008 [5668] xorriso/iso_img.c Image size tolerance of 300 kB when recognizing genisoimage -B "..." 2016.03.01.141456 [5669] xorriso/opts_i_o.c Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text 01 Mar 2016 [5670] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.3 - 2016.03.01.141456 * New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on * New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid * Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text 05 Mar 2016 [5671] doc/faq.wiki Added answer to "Why is simultaneous burning with multiple drives so slow ?" 2016.03.08.075457 [5673] xorriso/drive_mgt.c Improved handling of TAO CD tracks by -check_media 2016.03.09.205708 [5674] xorriso/sfile.c Removed an unused function 2016.03.10.200551 [5676] xorriso/parse_exec.c xorriso/sfile.c xorriso/text_io.c Replaced unused timezone parameter of gettimeofday() by NULL 2016.03.15.203403 [5677] libisoburn/libisoburn.h Added to libisoburn.h "extern C" for C++, and protection against double include 2016.03.15.203626 [5678] xorriso/xorriso.h Added "extern C" to xorriso.h 15 Mar 2016 [5679] doc/qemu_xorriso.wiki Updated QemuXorriso wiki article for qemu-2.1.2 2016.03.18.135548 [5681] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/text_io.c xorriso/emulators.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 libisoburn/libisoburn.ver New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family= 18 Mar 2016 [5683] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.3 - 2016.03.18.135548 * New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family= 20 Mar 2016 [5684] doc/faq.wiki Updated answer to "Why is simultaneous burning with multiple drives so slow ?" 2016.03.22.125444 [5685] xorriso/text_io.c Silenced a warning of gcc on Fedora rawhide s390 8 Apr 2016 [5691] frontend/grub-mkrescue-sed.sh Optional use of gdb in grub-mkrescue-sed.sh 19 Apr 2016 [5692] acinclude.m4 Makefile.am Prevented option --version-script with linker run of xorriso. By Matthias Klose. 2016.04.25.100906 [5694] xorriso/iso_img.c xorriso/findjob.h xorriso/findjob.c xorriso/iso_tree.h xorriso/iso_tree.c xorriso/iso_manip.c Improved assessment of appended partitions 2016.04.27.092902 [5695] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Letting -as mkisofs --norock revoke the special effect of -r 27 Apr 2016 [5696] configure.ac xorriso/configure_ac.txt Removed option --silent from libtool runs 2016.05.03.075722 [5698] libisoburn/isofs_wrap.c Letting isoburn_disc_erase() invalidate UDF extended descriptors if present 03 May 2016 [5699] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.3 - 2016.05.03.075722 * Letting -as mkisofs --norock revoke the special effect of -r * Letting -blank on overwritable media invalidate UDF extended descriptors 01 Jul 2016 [5704] svn copy -m Branching for libisoburn release 1.4.4 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.4.4 2016.07.01.140001 [5705] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.4 01 Jul 2016 [5706] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.4.4 - 2016.07.01.140001 * Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs * Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data * Bug fix: -pathspecs "on" did not properly handle "\\=" * Bug fix: HFS+ production could cause MBR partition of type 0xEE without GPT * Bug fix: HFS+ directories could announce more children than they actually have * Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2 hybrid layout * Bug fix: When reading an ISO filesystem, the presence of --protective-msdos-label was not recognized if a partition is appended * Bug fix: xorrisofs option --protective-msdos-label did not work if no system area data were given by option -G or alike * Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text * Letting -as mkisofs --norock revoke the special effect of -r * Letting -blank on overwritable media invalidate UDF extended descriptors * New -pathspecs mode "as_mkisofs" * New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable * New -boot_image bootspecs appended_part_as=apm, part_like_isohybrid=on * New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid * New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family= 2016.07.02.142514 [5711] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.5 2016.07.02.144635 [5712] xorriso/opts_p_z.c Updated copyright year of xorriso -version 02 Jul 2016 [5713] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.4.5 - 2016.07.02.144635 02 Jul 2016 [5714] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.4.4 http://svn.libburnia-project.org/libisoburn/tags/1.4.4 03 Jul 2016 [5715] Makefile.am xorriso/xorriso_makefile_am.txt Added missing parameter "all" to "make check" run of xorriso 2016.07.03.204237 [5717] xorriso/lib_mgt.c xorriso/iso_manip.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Corrected spelling errors found by lintian 2016.07.16.111233 [5718] xorriso/iso_manip.c xorriso/text_io.c Corrected spelling errors found by lintian.debian.org 2016.07.20.083654 [5719] libisoburn/isoburn.h libisoburn/burn_wrap.c xorriso/xorriso.h xorriso/xorriso_private.h xorriso/lib_mgt.c xorriso/parse_exec.c xorriso/opts_a_c.c xorriso/iso_manip.c xorriso/findjob.h frontend/sh_on_named_pipes.sh frontend/xorriso-tcltk frontend/grub-mkrescue-sed.sh xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info releng/README Reacted on some of the complaints of codespell 2016.07.21.103607 [5721] xorriso/xorriso_private.h Including pthread.h in xorriso_private.h to define pthread_mutex_t on OpenBSD 31 Jul 2016 [5729] libisoburn/libisoburn.h Requiring libburn-1.4.5 2016.07.31.073903 [5730] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/drive_mgt.c xorriso/write_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 libisoburn/libisoburn.ver New command -use_immed_bit, new -as cdrecord option use_immed_bit= 31 Jul 2016 [5731] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.5 - 2016.07.31.073903 * New command -use_immed_bit, new -as cdrecord option use_immed_bit= 2016.08.04.073312 [5733] xorriso/misc_funct.c Corrected weekday name in debug message of --modification-date. Thanks to Chris Lamb. 2016.08.05.112045 [5734] libisoburn/libisoburn.h Mentioned that an empty name with isoburn_igopt_set_scdbackup_tag disables it 05 Aug 2016 [5735] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Mentioned that empty record_name disables scdbackup tagging 2016.08.06.111650 [5736] xorriso/write_run.h xorriso/xorriso_eng.html Bug fix: The default setting of -compliance did not apply rec_mtime to Joliet and ISO:1999. mkisofs emulation was not affected by this bug. 2016.08.06.132358 [5737] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option --set_all_file_dates 07 Aug 2016 [5738] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Documented new timestamp behavior of El Torito catalog file 2016.08.07.193333 [5739] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.5 - 2016.08.07.193333 * Bug fix: The default setting of -compliance did not apply rec_mtime to Joliet and ISO:1999. mkisofs emulation was not affected by this bug. * New -as mkisofs option --set_all_file_dates 12 Aug 2016 [5740] configure.ac Eased re-enabling of libtool --silent at bootstrap time 2016.08.12.184736 [5741] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid() 2016.08.12.185822 [5742] xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/emulators.c xorriso/lib_mgt.c xorriso/iso_img.c xorriso/write_run.c xorriso/text_io.c xorriso/misc_funct.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid, new -report_system_area mode "make_guid" 12 Aug 2016 [5743] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.5 - 2016.08.12.185822 * New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid * New -report_system_area mode "make_guid" 2016.08.15.102443 [5744] xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Corrected interpretation of RFC 4122 UUID strings for GPT. Thanks Andrei Borzenkov. 2016.08.15.175002 [5745] xorriso/xorrisoburn.h xorriso/lib_mgt.c xorriso/iso_img.c New -report_system_area mode "gpt_disk_guid" 2016.08.16.131434 [5746] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/write_run.c xorriso/text_io.c New -volume_date mode "all_file_dates" 2016.08.16.131907 [5747] xorriso/parse_exec.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New environment variable SOURCE_DATE_EPOCH 16 Aug 2016 [5748] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.5 - 2016.08.16.131907 * New -report_system_area mode "gpt_disk_guid" * New -volume_date mode "all_file_dates" * New environment variable SOURCE_DATE_EPOCH 2016.08.20.085236 [5749] xorriso/opts_d_h.c xorriso/findjob.h xorriso/iso_manip.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -find action "set_to_mtime" 2016.08.20.102601 [5750] xorriso/xorriso_private.h xorriso/opts_p_z.c xorriso/emulators.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -volume_date "all_file_dates" pseudo-timestamp "set_to_mtime" 20 Aug 2016 [5751] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.5 - 2016.08.20.102601 * New -find action "set_to_mtime" 2016.08.25.205059 [5753] xorriso/drive_mgt.c Corrected block count messages with -check_media sector_map= 28 Aug 2016 [5755] doc/doxygen.conf.in Removed obsoleted doxygen.conf tags XML_SCHEMA, XML_DTD, SHOW_DIRECTORIES, HTML_ALIGN_MEMBERS 2016.09.12.091506 [5757] xorriso/parse_exec.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Changed SOURCE_DATE_EPOCH effect to --set_all_file_dates "set_to_mtime" 12 Sep 2016 [5758] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Mentioned --interval:appended_partition_NNN in man pages 2016.09.12.163816 [5759] xorriso/opts_d_h.c Bug fix: -file_size_limit did not increase ISO level if necessary. Thanks Mattias Schlenker. 16 Sep 2016 [5764] svn copy -m Branching for libisoburn release 1.4.6 http://svn.libburnia-project.org/libisoburn/trunk http://svn.libburnia-project.org/libisoburn/branches/1.4.6 2016.09.16.133001 [5765] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.6 16 Sep 2016 [5766] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 16 Sep 2016 [5767] configure.ac Corrected secondary .so number to 103 ----------------------------------- release - xorriso-1.4.6 - 2016.09.16.133001 * Bug fix: The default setting of -compliance did not apply rec_mtime to Joliet and ISO:1999. mkisofs emulation was not affected by this bug. * Bug fix: -file_size_limit did not increase ISO level if necessary. Thanks Mattias Schlenker. * New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid() * New command -use_immed_bit, new -as cdrecord option use_immed_bit= * New -volume_date mode "all_file_dates" * New -as mkisofs option --set_all_file_dates * New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid * New -report_system_area modes "gpt_disk_guid", "make_guid" * New environment variable SOURCE_DATE_EPOCH * New -find action "set_to_mtime" 2016.09.16.193454 [5772] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.7 16 Sep 2016 [5773] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ------------------------------------ cycle - xorriso-1.4.7 - 2016.09.16.193454 17 Sep 2016 [5774] svn move -m Promoted branch to tag http://svn.libburnia-project.org/libisoburn/branches/1.4.6 http://svn.libburnia-project.org/libisoburn/tags/1.4.6 07 Oct 2016 [5775] libisoburn/libisoburn.ver Corrected sorting in libisoburn.ver 2016.10.23.095558 [76ac0d8] xorriso/changelog.txt A first try to commit to git 2016.11.13.101258 [8adbb1d] [5776] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/emulators.c xorriso/iso_img.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4 13 Nov 2016 [fb7da95] [5777] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.7 - 2016.11.10.134753 * Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4 * Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge 2016.11.18.173658 [3da2ac2] [5780] libisoburn/libisoburn.h xorriso/write_run.c Applying -dummy mode explicitely to superblock relocation 2016.11.19.172243 [7371115] [5761] xorriso/opts_d_h.c xorriso/iso_manip.c xorriso/disk_ops.c xorriso/findjob.h xorriso/findjob.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -find tests -maxdepth and -mindepth 27 Nov 2016 [b48c54c] [5782] xorriso/xorriso_eng.html Adapted in web page xorriso-tcltk links and changed SVN/bzr references to git 2016.12.05.101546 [9b75d21] [5783] xorriso/match.c Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion 2016.12.05.132927 [7b12dd0] [5784] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/iso_tree.c xorriso/match.c xorriso/misc_funct.h xorriso/misc_funct.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -update_lxi 2016.12.14.091711 [85aa000] [5785] xorriso/xorriso.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -update_li 2016.12.14.093149 [8a0d936] [5786] xorriso/xorriso_main.c Changed in usage text "option" to "command" 19 Dec 2016 [85c51db] [5787] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.7 - 2016.12.19.195610 * Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion * New -find tests -maxdepth and -mindepth * New commands -update_lxi and -update_li 23 Dec 2016 [fa3ee61] [5788] frontend/grub-mkrescue-sed.sh New grub-mkrescue-sed.sh mode "gpt_appended" 23 Dec 2016 [08b316d] [5789] frontend/grub-mkrescue-sed.sh Changed default mode of grub-mkrescue-sed.sh to "mbr_only" 23 Dec 2016 [783e706] [5790] frontend/grub-mkrescue-sed.sh Changed in grub-mkrescue-sed.sh default of MKRESCUE_SED_PROTECTIVE to "no" 27 Jan 2017 [aa34637] [5793] acinclude.m4 xorriso/configure_ac.txt COPYRIGHT Detecting Linux systems without generic SCSI support by scsi/scsi.h 27 Jan 2017 [3cac9fe] [5794] acinclude.m4 Small adjustement for previous commit 27 Jan 2017 [db36ca5] [5796] xorriso/configure_ac.txt Disable multi-threading in libjte of GNU xorriso if pthread_cancel() is missing 29 Jan 2017 [9d912df] [5799] xorriso/man_xorriso_to_html.sh Corrected in HTML man page a flaw with headline about Blind Growing 2017.02.13.145207 [0ec0ba8] [5803] xorriso/drive_mgt.c xorriso/write_run.c Properly refusing on Pseudo Overwritable formatted BD-R 22 Feb 2017 [caedaa8] [5804] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Clarified effect of -overwite mode "off" 2017.02.27.091402 [0d07bd1] [5805] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_iso_mbr_part_type(), isoburn_igopt_get_iso_mbr_part_type() 2017.02.27.092840 [f3b8515] [5806] libisoburn/libisoburn.h Corrected an error in description of isoburn_igopt_get_iso_mbr_part_type() 2017.02.27.093756 [3a41524] [5807] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/opts_d_h.c xorriso/text_io.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -boot_image bootspec iso_mbr_part_type= 2017.02.27.094332 [274715a] [5808] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option -iso_mbr_part_type ------------------------------------ cycle - xorriso-1.4.7 - 2017.02.27.094332 * Properly refusing on Pseudo Overwritable formatted BD-R * New API calls isoburn_igopt_set_iso_mbr_part_type(), isoburn_igopt_get_iso_mbr_part_type() * New -boot_image bootspec iso_mbr_part_type= * New -as mkisofs option -iso_mbr_part_type 2017.04.09.175231 [2f24d82] [] xorriso/iso_img.c Avoiding to recognize real GPT as -part_like_isohybrid 2017.04.09.175347 [4c45684] [] xorriso/iso_img.c With -report_system_area as_mkisofs ignore GPT if same start as MBR partition 10 Apr 2017 [e30507d] [] frontend/grub-mkrescue-sed.sh Made -iso_mbr_part_type 0x00 default of grub-mkrescue-sed.sh mode "mbr_only" 2017.04.25.135002 [d812835] [] xorriso/configure_ac.txt Bug fix: Variable LDFLAGS was emptied during ./configure test for jtethreads 05 May 2017 [22d552a] [] xorriso/configure_ac.txt Preliminary blocking --enable-libcdio if CFLAGS, LDFLAGS contain option -static 2017.05.05.123120 [e72d702] [] libisoburn/isofs_wrap.c When pseudo-blanking: Invalidate all ECMA-119 volume descriptors, not only PVD 09 May 2017 [5865cef] README Replaced link to vanished svn repository by link to git repository 2017.05.09.081543 [43c37e3] xorriso/xorriso.h xorriso/xorriso_main.c xorriso/opts_p_z.c xorriso/emulators.c Changed copyright date to 2017 09 May 2017 [3e3fddd] xorriso/README_gnu_xorriso Replaced link to vanished svn repository by link to git repository 2017.06.03.132429 [2126dce] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option -eltorito-platform 2017.06.03.163742 [92ae870] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Made small adjustment to new -as mkisofs option -eltorito-platform 03 Jun 2017 [c9df1a1] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.7 - 2017.06.03.163742 * New -as mkisofs option -eltorito-platform 2017.06.03.193458 [3d66432] xorriso/iso_img.c Making use of -eltorito-platform with -report_el_torito as_mkisofs 2017.06.29.211523 [3972c72] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Mentioned -append_partition in manual about --mbr-force-bootable 29 Jun 2017 [a2b52b4] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.7 - 2017.06.29.211523 * Bug fix: --mbr-force-bootable did not get into effect with -append_partition 2017.07.21.105310 [4bb3dbf] xorriso/iso_img.c Bug fix: Exit value of failed -mount command was reported as 0 2017.08.07.134036 [2cab210] xorriso/iso_manip.c Fixed a code typo which luckily had no negative effect with existing use cases 08 Aug 2017 [d9c93a6] releng/run_all_auto releng/inc/releng_getopts.inc Bug fix: ./run_all_auto aborted on kojipkgs.fedoraproject.org on tput attempt. Thanks Robert Scheck. 14 Aug 2017 [e8b387c] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.7 - 2017.08.14.160231 * Bug fix: Exit value of failed -mount command was reported as 0 * Bug fix: -boot_image actions "keep" and "patch" did not work any more. Regression by libisofs 1.4.4. 2017.08.24.102256 [e74b04a] xorriso/iso_img.c Issue iso_mbr_part_type info with -report_system_area "cmd" and "as_mkisofs" 2017.08.24.102427 [047b8db] xorriso/write_run.c Accept partition interval strings of type "imported_iso" for multi-session 06 Sep 2017 [650c015] doc/faq.wiki doc/partition_offset.wiki doc/qemu_xorriso.wiki Updated libisoburn doc/*.wiki files by current publicly shown files 2017.09.09.142818 [ea8a759] xorriso/iso_img.c Made sure only legal ECMA-119 timestrings come from -report_system_area as_mkisofs 2017.09.10.164942 [3813a74] xorriso/iso_img.c Prevented in -report_system_area "as_mkisofs" a confusion about -appended_part_as_gpt and -part_like_isohybrid 2017.09.12.143001 [19e1303] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.8 12 Sep 2017 [0e85c8c] ChangeLog xorriso/changelog.txt Documented changes and release timestamp 12 Sep 2017 [5d5e7be] libisoburn/libisoburn.h Making a forgotten version leap change in libisoburn.h 12 Sep 2017 [8c4f8da] releng/releng_generated_data/placeholder Making a directory which was not copied from SVN to git ----------------------------------- release - xorriso-1.4.8 - 2017.09.12.143001 * Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4 * Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge * Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion * Bug fix: --mbr-force-bootable did not get into effect with -append_partition * Bug fix: Exit value of failed -mount command was reported as 0 * Bug fix: -boot_image actions "keep" and "patch" did not work any more. Regression by libisofs 1.4.4. * New -find tests -maxdepth and -mindepth * New commands -update_lxi and -update_li * Properly refusing on Pseudo Overwritable formatted BD-R * New API calls isoburn_igopt_set_iso_mbr_part_type(), isoburn_igopt_get_iso_mbr_part_type() * New -boot_image bootspec iso_mbr_part_type= * New -as mkisofs option -iso_mbr_part_type * New -as mkisofs option -eltorito-platform 2017.09.13.094536 [bc544e0] configure.ac libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Version leap to libisoburn-1.4.9 13 Sep 2017 [187d796] ChangeLog xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.9 - 2017.09.13.094536 17 Sep 2017 [2e560d1] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Corrected spelling errors found by lintian 2017.09.23.074650 [f61d818] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Publishing a libisofs bug fix as GNU xorriso development snapshot tarball ------------------------------------ cycle - xorriso-1.4.9 - 2017.09.23.074650 libisofs: * Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD. 29 Sep 2017 [c3d302e] Makefile.am xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh frontend/xorriso-tcltk xorriso/make_xorriso_1.c xorriso/make_docs.sh + xorriso/xorriso-tcltk.texi + xorriso/xorriso-tcltk.info + xorriso/xorriso-tcltk.1 Created manual page and info document for xorriso-tcltk 2017.10.23.095252 [25e2491] libisoburn/libisoburn.h libisoburn/isofs_wrap.c libisoburn/burn_wrap.c New bit10 of isoburn_drive_aquire() to accept all xattr namespaces 2017.10.23.100749 [cbc5dbf] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/write_run.c xorriso/read_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New -xattr mode "any" to process all xattr namespaces of local filesystem 2017.10.23.101135 [761ff8f] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs option --xattr-any 2017.10.30.122625 [3eee060] xorriso/emulators.c Code change which was forgotten with previous commit 2017.11.15.100856 [3794753] xorriso/iso_manip.c xorriso/iso_tree.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Enabling non-user xattr namespaces with -getfattr and -setfattr 2017.11.15.101228 [d574a69] xorriso/opts_p_z.c Fixing bug from rev cbc5dbf: unknown -xattr mode caused mode "off" 2017.11.16.114215 [143f60f] xorriso/text_io.c Adapted field size of small pacifier numbers to size of large numbers 2017.11.17.143122 [d965b81] xorriso/emulators.c xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 New -as mkisofs options -uid and -gid 17 Nov 2017 [dd6042a] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.9 - 2017.11.17.143122 * New bit10 of isoburn_drive_aquire() to accept all xattr namespaces * New -xattr mode "any" to process all xattr namespaces of local filesystem * New -as mkisofs option --xattr-any * New -as mkisofs options -uid and -gid 2017.11.25.095955 [2d35076] xorriso/iso_img.c Recognizing appended partitions with partition offset 16 12 Feb 2018 [447b427] xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 Corrected typo "sdc" <> "scd" in xorrecord documentation 22 Mar 2018 [e72ab34] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Small corrections and enhancements in man xorriso 2018.05.08.092636 [198ecef] libisoburn/isofs_wrap.c Bug fix: Multi-session emulation was not recognized with non-zero partition offset 2018.05.18.152119 [b1a47ed] xorriso/configure_ac.txt Preferring Linux include file sys/xattr.h over attr/attr.h Aug 08 2018 [675f9fe] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.4.9 - 2018.08.08.155040 * Bug fix: Multi-session emulation was not recognized with non-zero partition offset libburn: * Bug fix: SIGSEGV could happen if a track ended by reaching its fixed size while the track source still was willing to deliver bytes 2018.09.01.191851 [92665c8] xorriso/drive_mgt.c xorriso/check_media.h xorriso/check_media.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected rank of -checkmedia quality "md5_mismatch" 2018.09.09.125911 [7add413] xorriso/iso_img.c Adapted -report_system_area perception of appended partitions to changes in libisofs 2018.09.09.130316 [8765230] xorriso/iso_img.c Letting -report_system_area propose --mbr-force-bootable more often 2018.09.12.113255 [c30c89d] xorriso/iso_img.c Improved in -report_system_area recognition of appended GPT partitions 2018.09.15.133001 [f0b6ea7] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info xorriso/xorriso-tcltk.texi (should have been done) xorriso/xorriso-tcltk.1 (should have been done) xorriso/xorriso-tcltk.info (should have been done) Version leap to libisoburn-1.5.0 15 Sep 2018 [cb4ac1c] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.5.0 - 2018.09.15.133001 2018.09.16.145527 [08355f7] configure.ac libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info xorriso/xorriso-tcltk.texi xorriso/xorriso-tcltk.1 xorriso/xorriso-tcltk.info Made number transition to 1.5.1 2018.09.16.150917 [c2b33f4] xorriso/opts_p_z.c xorriso/emulators.c Updated copyright messages 16 Sep 2018 [c338597] ChangeLog xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.1 - 2018.09.16.150917 24 Sep 2018 [1efe7aa] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Corrected typo in documentation (found by lintian) 10 Oct 2018 [05732a2] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Corrected typo in documentation (found by younger lintian) 2018.10.10.114818 [1002df9] xorriso/cmp_update.c Displaying data file sizes with -update and -update_r 2018.10.12.104229 [22aa52b] xorriso/parse_exec.c xorriso/emulators.c Silenced gcc warnings about printf target buffer 21 Oct 2018 [9cfd466] test/compare_file.c Silenced gcc warning about printf target buffer 2018.11.01.100352 [ff68bda] xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Re-enabled unconditional reporting of MD5 tags with -check_media 11 Nov 2018 [b8ee16a] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Changed prescription for safe loading of tray before xorrisofs add-on session 10 Jan 2019 [c56842e] acinclude.m4 Makefile.am Improved recognizability of copyright and license statements in various files 2019.01.10.194009 [122e43d] xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.1 - 2019.01.10.194009 * Bug fix in libisofs: Appended GPT partitions were not covered by the protective MBR partition * Bug fix in libisofs: Multi-session emulation spoiled GPT production "GPT partitions ... overlap". Regression towards 1.4.8 18 Feb 2019 [caf38e8] libisoburn/libisoburn.h libisoburn/isoburn.h libisoburn/isoburn.c libisoburn/libisoburn.ver New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() 18 Feb 2019 [fc71cec] xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/opts_a_c.c xorriso/iso_img.c xorriso/write_run.c xorriso/emulators.c xorriso/text_io.c xorriso/lib_mgt.c xorriso/misc_funct.h xorriso/misc_funct.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type 2019.02.18.121941 [7a1cac3] xorriso/xorriso_timestamp.h Updated xorriso timestamp 05 Apr 2019 [0722502] acinclude.m4 Made libisoburn ready for building out-of-source. Thanks Ross Burton. 05 Apr 2019 [720d289] xorriso/xorriso_makefile_am.txt Made GNU xorriso ready for building out-of-source. Thanks Ross Burton. 07 Apr 2019 [1ff0913] configure.ac xorriso/configure_ac.txt Disabled autotools macro AM_MAINTAINER_MODE on advise of Ross Burton 2019.04.08.115541 [e9a424a] xorriso/xorrisoburn.h xorriso/cmp_update.c xorriso/iso_tree.c xorriso/disk_ops.h xorriso/disk_ops.c Displaying directory tree sizes with -update and -update_r 2019.04.18.092737 [1f8d9c7] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/xorrisoburn.h xorriso/base_obj.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/lib_mgt.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 libisoburn/libisoburn.ver New command -iso_nowtime to set fixed timestamp for synthetic files 2019.04.18.092941 [5b62c55] xorriso/parse_exec.c Bug fix: Environment variable SOURCE_DATE_EPOCH did not affect synthetic files 22 Apr 2019 [3a2a3ba] frontend/grub-mkrescue-sed.sh New control variable for grub-mkrescue-sed.sh: MKRESCUE_SED_IN_EFI_NO_PT 2019.04.22.082211 [95c2e7c] xorriso/text_io.c Correction of default output of command -status about -iso_nowtime 22 Apr 2019 [1eb51f4] frontend/grub-mkrescue-sed.sh grub-mkrescue-sed.sh: MKRESCUE_SED_IN_EFI_NO_PT="extra" to erase MBR signature 2019.05.02.175412 [aa50f5c] xorriso/write_run.c Re-assessing drive status after automatic formatting by a write run 2019.05.02.175539 [31450dc] xorriso/opts_p_z.c xorriso/emulators.c Updated year in copyright message texts 2019.07.06.130540 [c0ad17b] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.1 - 2019.07.06.130540 * New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() * Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type * Made libisoburn and GNU xorriso ready for building out-of-source. Thanks Ross Burton. 2019.07.13.153027 [3b0abc1] xorriso/drive_mgt.c Improved -toc summary of sessions with multiple tracks or non-data sessions 2019.07.22.181418 [397551f] xorriso/iso_img.c With report_system_area of iso_mbr_part_type: give MBR precedence over GPT 2019.07.24.073750 [321a047] xorriso/opts_p_z.c xorriso/text_io.h xorriso/text_io.c Bug fix: Very large ACL texts led to SIGSEGV with -setfacl* commands. Thanks Eliska Svobodova. 2019.07.24.141555 [e3ff5a9] xorriso/iso_manip.c Enabled verbous error reporting of iso_node_set_acl_text() 2019.08.12.152719 [fb61be0] xorriso/cmp_update.c test/compare_file.c Fixed a comparation report text problem with files of 4 GiB or larger. Thanks Eliska Svobodova. 2019.08.12.190808 [56a5962] xorriso/cmp_update.c xorriso/disk_ops.c xorriso/drive_mgt.c xorriso/emulators.c xorriso/iso_manip.c xorriso/opts_p_z.c xorriso/read_run.c Changed all occurences of (1<<31) to (1u<<31). Thanks Eliska Svobodova. 2019.08.13.160439 [e17db6a] xorriso/opts_d_h.c xorriso/parse_exec.c Avoided potential dereference of NULL. Thanks Eliska Svobodova. 2019.08.13.161913 [b356291] xorriso/iso_manip.c Added a missing pointer initialization. Thanks Eliska Svobodova. 2019.08.14.094038 [3eba8cc] xorriso/opts_p_z.c xorriso/emulators.c xorriso/text_io.c Closed potential memory leaks. Thanks Eliska Svobodova. 2019.08.14.141748 [06346c1] xorriso/opts_a_c.c Prevented potential string overruns. Thanks Eliska Svobodova. 2019.08.14.144754 [fe5fd8e] libisoburn/isofs_wrap.c Changed strncpy() to memcpy() in order to please static analyzers 2019.09.01.071701 [4db0aab] xorriso/match.c Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory 2019.09.01.071948 [7066fd4] xorriso/iso_manip.c Improved rejection message in case case of local root directory as input file 2019.09.01.072438 [8828d6f] xorriso/parse_exec.c Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV 2019.09.08.102946 [9019399] xorriso/xorriso.h xorriso/xorriso_private.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/base_obj.c xorriso/text_io.c xorriso/emulators.c xorriso/drive_mgt.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 xorriso/xorrecord.texi xorriso/xorrecord.info xorriso/xorrecord.1 New command -drive_access, new -as cdrecord option --drive_not_exclusive 2019.09.29.205332 [a6328e8] xorriso/iso_img.c Prevented -report_system_area as_mkisofs from combining -efi-boot-part with -e --interval:appended_partition 2019.09.29.205504 [cb597ec] xorriso/text_io.c Clarified the message for file paths which are much too long 2019.10.11.104334 [e2c71a3] xorriso/opts_a_c.c xorriso/iso_tree.c xorriso/read_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Bug fix: -osirrox "concat_split_on" worked only together with -split_size larger than 0. Thanks William Willems. 2019.10.26.180001 [3c8f270] configure.ac README libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/xorriso_eng.html xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info xorriso/xorriso-tcltk.texi xorriso/xorriso-tcltk.1 xorriso/xorriso-tcltk.info Version leap to libisoburn-1.5.2 26 Oct 2019 [74d9160] ChangeLog xorriso/changelog.txt Documented changes and release timestamp ----------------------------------- release - xorriso-1.5.2 - 2019.10.26.180001 * Bug fix in libisofs: Appended GPT partitions were not covered by the protective MBR partition * Bug fix in libisofs: Multi-session emulation spoiled GPT production "GPT partitions ... overlap". Regression towards 1.4.8 * Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory * Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV * Bug fix: -osirrox "concat_split_on" worked only together with -split_size larger than 0. Thanks William Willems. * New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() * New command -drive_access, new -as cdrecord option --drive_not_exclusive * Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type * Made libisoburn and GNU xorriso ready for building out-of-source. Thanks Ross Burton. 2019.10.27.154326 [614e36f] configure.ac libisoburn/libisoburn.h xorriso/README_gnu_xorriso xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_main.c xorriso/make_xorriso_standalone.sh xorriso/configure_ac.txt frontend/xorriso-tcltk xorriso/xorriso_timestamp.h xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info xorriso/xorriso-tcltk.texi xorriso/xorriso-tcltk.1 xorriso/xorriso-tcltk.info Made number transition to 1.5.3 27 Oct 2019 [5903885] ChangeLog xorriso/changelog.txt Updated change log ------------------------------------ cycle - xorriso-1.5.3 - 2019.10.27.154326 2019.10.28.143339 [c8b9c9a] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/xorriso_private.h xorriso/xorriso_main.c xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/emulators.c xorriso/text_io.h xorriso/text_io.c xorriso/sort_cmp.c xorriso/iso_manip.c xorriso/lib_mgt.h xorriso/lib_mgt.c xorriso/drive_mgt.c xorriso/iso_img.c xorriso/findjob.c xorriso/cmp_update.c xorriso/iso_tree.c xorriso/write_run.c xorriso/aux_objects.h xorriso/misc_funct.c xorriso/misc_funct.h xorriso/sfile.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info xorriso/xorriso_eng.html xorriso/README_gnu_xorriso libisoburn/libisoburn.h libisoburn/isoburn.c libisoburn/isoburn.h libisoburn/burn_wrap.c releng/jigdo-gen-md5-list.1 releng/jigdo-gen-md5-list releng/README frontend/frontend_pipes_xorriso.c frontend/xorriso-tcltk frontend/sh_on_named_pipes.sh Fixed spelling errors found by fossies.org with codespell ------------------------------------ cycle - xorriso-1.5.3 - 2019.10.28.143339 (upload for spelling check by fossies.org) 30 Oct 2019 [78a2a37] xorriso/xorrecord.texi xorriso/xorrecord.1 xorriso/xorrecord.info Fixed another spelling error found by fossies.org with codespell 2019.11.23.132942 [c4894d8] xorriso/misc_funct.c xorriso/opts_d_h.c xorriso/make_xorriso_1.c Reacted on compiler warnings of Debian Sid 2019.11.24.123339 [1557304] configure.ac xorriso/xorriso_private.h xorriso/opts_d_h.c xorriso/emulators.c xorriso/lib_mgt.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info xorriso/xorrisofs.texi xorriso/xorrisofs.1 xorriso/xorrisofs.info Switched to usage of libjte-2.0.0. New -jigdo parameters "checksum_algorithm", "demand_checksum", "checksum_path". New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", "-jigdo-force-checksum". 24 Nov 2019 [b35e119] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.3 - 2019.11.24.123339 * Switched to usage of libjte-2.0.0 * New -jigdo parameters "checksum_algorithm", "demand_checksum", "-checksum-list" * New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", "-jigdo-force-checksum" 2019.11.26.192814 [9028117] xorriso/emulators.c Removed some surplus blanks 2019.11.26.193722 [ea86330] releng/README releng/manual_isojigdo releng/jigdo-gen-md5-list releng/jigdo-gen-md5-list.1 Added options --md5 and --sha256 to Jigdo releng test 29 Nov 2019 [fe46a2d] + xorriso-dd-target/xorriso-dd-target Beginning public development of xorriso-dd-target 30 Nov 2019 [e36596b] xorriso-dd-target/xorriso-dd-target Assessing which partitions are really mounted. Made sure that a bus related reason is shown if bus was inquired. Improved hint and usage text. 30 Nov 2019 [81272c8] xorriso-dd-target/xorriso-dd-target Introduced option -dummy and enabled real unmounting 30 Nov 2019 [b8f7767] xorriso-dd-target/xorriso-dd-target Introduced option -plug_test 30 Nov 2019 [b0db123] xorriso-dd-target/xorriso-dd-target Added pacifier dots to the waiting loop of -plug_test 30 Nov 2019 [69ce40b] xorriso-dd-target/xorriso-dd-target Added a confirmation prompt to -plug_test controlled write runs 30 Nov 2019 [099d24f] xorriso-dd-target/xorriso-dd-target Added option -dummy_force 30 Nov 2019 [9ffb3ff] xorriso-dd-target/xorriso-dd-target Running sudo early in order to get the possible password prompt 02 Dec 2019 [a6ab055] xorriso-dd-target/xorriso-dd-target Small fixes of problems found while writing documentation 02 Dec 2019 [23bce9c] + xorriso-dd-target/xorriso-dd-target.texi + xorriso-dd-target/xorriso-dd-target.1 + xorriso-dd-target/xorriso-dd-target.info xorriso/make_xorriso_1.c xorriso/make_docs.sh Added info and man page for xorriso-dd-target 5yy02 Dec 2019 [9b711f2] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Reassured success of unmount 02 Dec 2019 [74f05d3] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Made changes to -plug_test step 3 03 Dec 2019 [6de23e9] xorriso-dd-target/xorriso-dd-target Avoided to show mount lines again after -dummy umount 03 Dec 2019 [02e55a9] xorriso-dd-target/xorriso-dd-target Enabled real writing in xorriso-dd-target 03 Dec 2019 [f7f484d] xorriso-dd-target/xorriso-dd-target Wrapped command path variables in double quotes 03 Dec 2019 [3bf01c1] xorriso-dd-target/xorriso-dd-target Replaced fgrep by grep -F 03 Dec 2019 [7fa1f82] xorriso-dd-target/xorriso-dd-target Removed unused variable 03 Dec 2019 [f419f51] xorriso-dd-target/xorriso-dd-target Rejecting device names which are not a single word 04 Dec 2019 [2451020] xorriso-dd-target/xorriso-dd-target Unwrapped the three usages of variable sudo_cmd, because it can be empty 04 Dec 2019 [e226486] xorriso-dd-target/xorriso-dd-target Taking inability to determine -image_file size as reason to abort 04 Dec 2019 [c0b650b] xorriso-dd-target/xorriso-dd-target Simplified the pipeline which obtains the partition device files 05 Dec 2019 [5e727b4] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Rejecting zram[0-9] as candidate device 05 Dec 2019 [a09ed16] xorriso-dd-target/xorriso-dd-target Tell no_bus_info- rather than not_usb- if lsblkd -o TRAN fails 05 Dec 2019 [a28ad87] xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Clarified in man page the use of option -with_vendor_model 05 Dec 2019 [98c301e] xorriso-dd-target/xorriso-dd-target Letting round_down_div_million() convert small numbers to 0 06 Dec 2019 [3ac5dba] xorriso-dd-target/xorriso-dd-target Excluding loop devices from being considered 06 Dec 2019 [fd04b11] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info New reason looks_like_loopdev- 07 Dec 2019 [51994a7] xorriso-dd-target/xorriso-dd-target Experimental options -list_long_inline -list_long_after 07 Dec 2019 [ba505e8] xorriso-dd-target/xorriso-dd-target Imposing stricter checks on option parameters 07 Dec 2019 [d315b65] xorriso/README_gnu_xorriso xorriso/configure_ac.txt xorriso/xorriso_makefile_am.txt xorriso/make_xorriso_standalone.sh Brought xorriso-dd-target into GNU xorriso 07 Dec 2019 [1b22aa5] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Removed option -list_long_after, changed -list_long_inline to -list_long 2019.12.07.203142 [1f6504f] xorriso/README_gnu_xorriso xorriso/AUTHORS_gnu_xorriso ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated authorship, change log and web page ------------------------------------ cycle - xorriso-1.5.3 - 2019.12.07.203142 * New helper script xorriso-dd-target 08 Dec 2019 [2a8894a] xorriso-dd-target/xorriso-dd-target Added forgotten initialization of variable umount_cmd 08 Dec 2019 [03ae735] README AUTHORS configure.ac Makefile.am Brought xorriso-dd-target into libisoburn 08 Dec 2019 [157cb19] xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Equipped xorriso-dd-target -dummy_force example with -list_long 08 Dec 2019 [697c8cc] xorriso-dd-target/xorriso-dd-target Forcing locale "C" to avoid grep ambiguities and locale bugs 08 Dec 2019 [e5d86b3] xorriso-dd-target/xorriso-dd-target Giving device detected by -plug_test an extra second to settle 09 Dec 2019 [27bc463] xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Exchanged two-byte UTF-8 characters by ASCII lookalikes 09 Dec 2019 [6bfdd2f] xorriso-dd-target/xorriso-dd-target Disabled -list_long before giving device overview after rejected -DO_WRITE 09 Dec 2019 [1efa98a] xorriso-dd-target/xorriso-dd-target Small fixes with help text and program message 10 Dec 2019 [ac01884] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Trying to avoid race conditions with automounters during and after -plug_test 12 Dec 2019 [ab2af1d] + xorriso-dd-target/xorriso-dd-target.xdt A version of xorriso-dd-target with xdt_-prefixed symbols and return instead of exit 12 Dec 2019 [f6c56fe] xorriso-dd-target/xorriso-dd-target.xdt Some corrections of the previous commit 12 Dec 2019 [a3a351b] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.xdt Improved handling of dd failure 14 Dec 2019 [b8a2a0b] xorriso-dd-target/xorriso-dd-target.xdt Created function xdt_predict_su_power from end of xdt_arg_interpreter 14 Dec 2019 [8fee0fc] xorriso-dd-target/xorriso-dd-target.xdt Created function xdt_unmount from xdt_write_image 15 Dec 2019 [39163b6] xorriso-dd-target/xorriso-dd-target Replaced xorriso-dd-target by xorriso-dd-target.xdt 15 Dec 2019 [93ebe30] - xorriso-dd-target/xorriso-dd-target.xdt Removed the work copy xorriso-dd-target.xdt 16 Dec 2019 [42df8f9] xorriso-dd-target/xorriso-dd-target Fixed the test for mounted devices after umount. Regression by 8fee0fc. 21 Dec 2019 [b97841b] xorriso-dd-target/xorriso-dd-target Shielded processing of user arguments against leading dashes 22 Dec 2019 [2392441] xorriso-dd-target/xorriso-dd-target Followed advice of Open Group about shell command "test" 23 Dec 2019 [80e3228] xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info Corrected description of command -preparer_id 01 Jan 2020 [71b6133] xorriso-dd-target/xorriso-dd-target xorriso-dd-target returned exit value 1 if no device name is given and one of the listed devices is not advisable 02 Jan 2020 [3466f23] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_d_h.c xorriso/opts_i_o.c xorriso/read_run.c xorriso/text_io.c xorriso/xorriso.texi xorriso/xorriso.1 xorriso/xorriso.info New -osirrox option check_md5_on|_off|_force 2020.01.02.220502 [56238c3] Timestamp for 3466f23 06 Jan 2020 [557e69a] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Using dd option status=progress if available 2020.01.06.204949 [43d5804] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info New xorriso-dd-target option -version 2020.01.07.123808 [5a335e5] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info Erasing GPT backup header block, if expr is good enough 2020.01.08.204757 [086a9a6] xorriso-dd-target/xorriso-dd-target Corrected computation of end block for GPT erasure 2020.01.19.095527 [bf0a3f0] xorriso/opts_d_h.c xorriso/emulators.c Added contact information to help texts 2020.01.20.132834 [49690fc] xorriso/opts_d_h.c xorriso/emulators.c Added GNU Coding Style compliant versions of contact information to help texts 2020.02.12.145929 [1170a9b] xorriso-dd-target/xorriso-dd-target xorriso-dd-target/xorriso-dd-target.texi xorriso-dd-target/xorriso-dd-target.1 xorriso-dd-target/xorriso-dd-target.info New xorriso-dd-target option -trust_lsblk_udev 2020.02.12.195952 [89fe871] xorriso-dd-target/xorriso-dd-target Corrected a functionality spoiling typo in commit 1170a9b 13 Jun 2020 [c51f381] xorriso/xorrisofs.texi xorriso/xorrisofs.info xorriso/xorrisofs.1 Mentioned in man xorrisofs the directory tree limitation of HFS+ 13 Jun 2020 [af0dd13] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Corrected typo in man xorriso. Thanks Jakub Wilk. 2020.07.01.103946 [1667035] libisoburn/libisoburn.h Corrected a few typos and swapped words in API description 01 Jul 2020 [25b445f] + xorriso-dd-target/xorriso-dd-target.sig Offering GPG signature file for repo downloads of xorriso-dd-target 03 Jul 2020 [gitea: 8f872ba] [gitlab: 5d27645] README Updated copyright year in README 08 Jul 2020 [2fda271] doc/faq.wiki Adapted faq.wiki to Gitea 06 Aug 2020 [3f6195d] xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 Mentioned in man xorriso the directory tree limitation of HFS+ 2020.08.06.101015 [ec49c62] xorriso/write_run.c Silenced an inappropriate note message with -check_media patch_lba0 2020.08.06.153930 [04a82ce] xorriso/xorriso.h xorriso/xorrisoburn.h xorriso/parse_exec.c xorriso/opts_d_h.c xorriso/opts_p_z.c xorriso/write_run.c xorriso/xorriso.texi xorriso/xorriso.info xorriso/xorriso.1 New command -truncate_overwritable 20 Aug 2020 [] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.3 - 2020.08.06.153930 * New command -truncate_overwritable [] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.3 - [] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------ cycle - xorriso-1.5.3 - ********************************************************************** Important: When adding a public API function then add its name to file libisoburn/libisoburn.ver When adding a new xorriso command or xorrisofs option, check the list in file doc/grub-mkrescue_reserved_commands.txt ********************************************************************** =============================================================================== TODO =============================================================================== Current pending changes: >>> check whether the flat assumption of GPT block size 512 can do harm >>> Issue warning if -hfsplus is "off" and -report_system_area as_mkisofs does not find any blessings. >>> Report HFS+ blessings with -report_system_area "plain" ? >>> SuSE does EFI -boot-load-size 1. Shall xorriso do so with oversized EFI partition ? >>> HFS+ problems on coverty VM # mount /dev/sdb3 /mnt/hfs # ls /mnt/hfs ls: reading directory /mnt/hfs: Input/output error System boot empty-file.txt mach_kernel [ 359.020970] hfsplus: walked past end of dir # mount -o loop /dev/sdb /mnt/iso # ls /mnt/iso System boot boot.catalog efi.img empty-file.txt mach_kernel --------- >>> compare old and new boot equipment after modifying with -report_system_area cmd resp. -report_system_area as_mkisofs xorriso=/home/thomas/projekte/cdrskin_dir/libisoburn-develop/xorriso/xorriso # (set empty to start from scratch) start=/dvdbuffer/FreeBSD-8.2-RELEASE-amd64-livefs.iso for i in /dvdbuffer/*.iso do test "$start" = "$i" && start="" test -n "$start" && continue test "$i" = /dvdbuffer/test.iso && continue $xorriso -indev "$i" -toc -report_el_torito cmd \ -report_el_torito plain -report_system_area plain done 2>&1 | less /home/thomas/projekte/cdrskin_dir/libisoburn-develop/test/repack_cmd_and_diff.sh \ 2>&1 | less >>> compare with result of -report_system_area as_mkisofs for i in /dvdbuffer/*.iso do test "$start" = "$i" && start="" test -n "$start" && continue test "$i" = /dvdbuffer/test.iso && continue $xorriso -indev "$i" -toc -report_el_torito as_mkisofs \ -report_el_torito plain -report_system_area plain done 2>&1 | less ~/projekte/cdrskin_dir/libisoburn-develop/test/repack_as_mkisofs_and_diff.sh \ 2>&1 | less # As superuser from mounted ISOs rather than -indev /root/xorriso_repack_loop 2>&1 | less ------------------------------------------------------------------------- 2015: >>> xorriso : SORRY : Cannot make proposal to mark PReP partition by data file: '/CD_GET_V' Drive current: -indev '/dvdbuffer/mkisofs-prep-boot.iso' --- Old: System area options: 0x00000200 System area summary: PReP ISO image size/512 : 3712 Partition offset : 0 MBR heads per cyl : 0 MBR secs per head : 0 MBR partition table: N Status Type Start Blocks MBR partition : 1 0x80 0x41 140 26 MBR partition path : 1 /CD_GET_V PReP boot partition: 35 7 --- New: System area options: 0x00000200 System area summary: PReP ISO image size/512 : 3152 Partition offset : 0 MBR heads per cyl : 64 MBR secs per head : 32 MBR partition table: N Status Type Start Blocks MBR partition : 1 0x00 0xcd 0 148 MBR partition : 2 0x00 0x41 148 28 MBR partition : 3 0x00 0xcd 176 2976 PReP boot partition: 37 7 >>> Unusual MBR partition layout. isohybrid plus head transplant. >>> xorriso : SORRY : Cannot make proposal to mark data file as MBR partition without being in GPT : '/boot/x86_64/efi' Drive current: -indev '/dvdbuffer/openSUSE-13.1-NET-x86_64.iso' --- Old: El Torito catalog : 20 1 El Torito images : N Pltf B Emul Ld_seg Hdpt Ldsiz LBA El Torito boot img : 1 BIOS y none 0x0000 0x00 4 4238 El Torito boot img : 2 UEFI y none 0x0000 0x00 1 70 El Torito img path : 1 /boot/x86_64/loader/isolinux.bin El Torito img opts : 1 boot-info-table isohybrid-suitable El Torito img path : 2 /boot/x86_64/efi System area options: 0x00000202 System area summary: MBR isohybrid cyl-align-off ISO image size/512 : 581424 Partition offset : 0 MBR heads per cyl : 64 MBR secs per head : 32 MBR partition table: N Status Type Start Blocks MBR partition : 1 0x00 0xef 280 8192 MBR partition : 2 0x80 0x17 8472 573160 MBR partition path : 1 /boot/x86_64/efi --- New: El Torito catalog : 46 1 El Torito images : N Pltf B Emul Ld_seg Hdpt Ldsiz LBA El Torito boot img : 1 BIOS y none 0x0000 0x00 4 2095 El Torito boot img : 2 UEFI y none 0x0000 0x00 8192 47 El Torito img path : 1 /boot/x86_64/loader/isolinux.bin El Torito img opts : 1 boot-info-table isohybrid-suitable El Torito img path : 2 /boot/x86_64/efi System area options: 0x00000202 System area summary: MBR isohybrid cyl-align-off GPT ISO image size/512 : 572292 Partition offset : 0 MBR heads per cyl : 64 MBR secs per head : 32 MBR partition table: N Status Type Start Blocks MBR partition : 1 0x80 0x00 0 572292 MBR partition : 2 0x00 0xef 188 8192 MBR partition path : 2 /boot/x86_64/efi GPT : N Info GPT disk GUID : 552ab653be9e044caf952a521d48596c GPT entry array : 2 248 overlapping GPT lba range : 64 572228 572291 GPT partition name : 1 490053004f00480079006200720069006400 GPT partname local : 1 ISOHybrid GPT partition GUID : 1 552ab653be9e044caf972a521d48596c GPT type GUID : 1 a2a0d0ebe5b9334487c068b6b72699c7 GPT partition flags: 1 0x1000000000000001 GPT start and size : 1 0 572228 GPT partition name : 2 490053004f004800790062007200690064003100 GPT partname local : 2 ISOHybrid1 GPT partition GUID : 2 552ab653be9e044caf962a521d48596c GPT type GUID : 2 a2a0d0ebe5b9334487c068b6b72699c7 GPT partition flags: 2 0x1000000000000001 GPT start and size : 2 188 8192 GPT partition path : 2 /boot/x86_64/efi >>> Hidden El Torito boot images /dvdbuffer/netbsd_69944_boot.iso /dvdbuffer/FreeBSD-8.4-BETA1-amd64-livefs.iso /dvdbuffer/NetBSD-6.1.3-i386.iso /dvdbuffer/NetBSD-6.1.4-i386.iso xorriso : SORRY : Cannot enable EL Torito boot image #1 because it is not a data file in the ISO filesystem >>> Hidden El Torito catalog with default name /dvdbuffer/Vicibox_v.6.0.x86_64-6.0.3.preload.iso has a data file /boot.catalog which is not the boot catalog. xorriso proposes --boot-catalog-hide and no -c which causes the data file to be overwritten by the boot catalog which then gets hidden. >>> /dvdbuffer/debian-7.4.0-amd64-netinst.iso grows by 25 MB (/dvdbuffer/debian-testing-amd64-netinst.iso does not) - identical files initrd.gz and vmlinuz do not get unified as is done with newly imported ones. Caused by the fact that the debian ISO was made with hardlinks off and thus with PX entries of length 36. >>> Need a command to unify the inode numbers of files with same LBA and nonzero length >>> Maintain GPT individual GUIDs ? >>> ??? should giving up of both drives cause dropping of boot images ? >>> coordinate libisofs/image.h : iso_write_opts.system_area_options and iso_write_opts.imported_sa_info->system_area_options possibly by new API call: /* >>> Activates all System Area and El Torito features from the loaded ISO (see iso_image_report_system_area() and iso_image_report_el_torito()) for the upcomming ISO. */ int iso_image_set_boot_as_loaded(IsoImage *img, int flag); >>> Why does -boot_image "grub" "patch", -boot_image "grub" "boot_info_table=on" set bit1 of patch_isolinux_image/el_torito_set_isolinux_options ? - This causes iso_align_isohybrid() to align to full MB - } else if (sa_type == 0 && t->catalog != NULL && (t->catalog->bootimages[0]->isolinux_options & 0x0a) == 0x02) { /* Check for isolinux image with magic number of 3.72 and produce an MBR from our built-in template. (Deprecated since 31 Mar 2010) */ ------------------------------------------------------------------- DVD 95 home_backup_update_zisofs B41104 - load sbsector 2193824 indev /dev/sr3 ... libburn : DEBUG : SCSI error on read_10(0,32): [3 11 05] Medium error. L-EC uncorrectable error. ... Why does it read sector 0 ? indev /dev/sr2 ... libburn : DEBUG : SCSI error condition on command 28h READ(10): [4 3E 02] Drive error. Timeout on logical unit. libburn : DEBUG : SCSI error on read_10(0,32): [4 3E 02] Drive error. Timeout on logical unit. libburn : DEBUG : SCSI error condition on command 28h READ(10): [3 11 05] Medium error. L-EC uncorrectable error. libburn : DEBUG : SCSI error on read_10(0,16): [3 11 05] Medium error. L-EC uncorrectable error. ... dev indev /dev/sr2 ... libburn : SORRY : Drive is already registered resp. scanned Why does libburn have the drive registered while xorriso is not aware of it ? ------------------------------------------------------------------- xorriso -indev /dev/sr0 \ -as mkisofs -r -J -iso-level 3 \ -C 0,1486688 -o /dvdbuffer/ms.iso \ --md5 test_dir xorriso -as cdrecord -v dev=/dev/sr0 --grow_overwritable_iso \ -multi /dvdbuffer/ms.iso xorriso -md5 on -indev /dev/sr0 -check_md5_r sorry / -- libisofs: WARNING : Found copied superblock checksum tag probably ISO loading does not checkread MD5 Surely this does not use MD5s: xorriso -md5 on -indev /dev/sr0 -check_media -- ------------------------------------------------------------------- - One should try to determine the relaxation in the imported image. iso_add_dir_src_rec() would proabably be the place to do so. ------------------------------------------------------------------- >>> Does libisofs need an assertion that sizeof(ino_t) >= 4 ? Where to state that libisofs produced ino may not surpass 32 bit. >>> Does libisofs have an assertion for sizeof(off_t) >= 8 ? >>> even libburn lacks it ------------------------------------------------------------------- Ponder this: Date: Sat, 3 May 2014 01:32:15 +0200 From: G.raud reply: B40503_cdwrite_g_raud > $ xorriso -indev img.iso -find \ > -fexec sh -c 'test "$1" = "$2" || test $ISO_MODE = 755' s "$name" '{}' \; \ > -exec lsdl I understand that "$1" and "$2" shall become the value of environment variable "name" (evaluated by the shell that starts xorriso) and the path of the currently examined ISO file object. The parameter range of -fexec shall end at "\;". "s" is a dummy sacrifice to the -c interpreter of sh, so that "$name" does not become "$0". I am not happy with the semicolon. Probably a user-defined separator word is preferrable. It would be the first parameter of -fexec and its next occurence would mark the end of -fexec. Like -fexec + sh -c ... + Similarly i'm not happy with '{}', because it would be a reserved word among the parameters of fexec. The solution could be user-defined word given as second parameter. Like -fexec + +path sh -c ... s "$name" +path ... + I am not happy with the potential to perform arbitrary actions on the computer system. One can easily shoot one's foot. ------------------------------------------------------------------- Try to forward a DVD burner to NetBSD by virtio. >>> appears as /dev/[r]ld0d >>> libburn insists in /dev/rcd*d address. Why ? >>> /dev/rld0d as softlink target of /dev/rcd9c refuses on ioctl(SCIOCCOMMAND) ------------------------------------------------------------------- >>> NetBSD: Why does wip/libisoburn linking fail without proper -R options and upstream libisoburn work without any -R but only -L ? >>> verify the suspicion that a single -R invalidates all -L at runtime ------------------------------------------------------------------- Expand GPT, MBR and APM end partitions on multi-session. Option to put backup GPT to end of storage device ? ??? xorrisofs option -isohybrid-mbr-efi for MBR partition 0xef but no GPT ? ------------------------------------------------------------------- Option to avoid removal of extraction target file. (for stdout, pipes, devices, fifos, (UNIX sockets) ?) Date: Wed, 16 Apr 2014 06:39:29 +0200 From: G.raud B40416_cdwrite_g_raud B40416_cdwrite_g_raud_3 B40417_cdwrite_g_raud: - Follow symbolic links to replace or overwrite its target rather than replacing the link itself. - Do not unlink special files but rather overwrite their content while keeping all their POSIX file attributes. (What about ACL and getfattr attributes ?) - Do not unlink regular files but handle them like the special file in the previous option. In case of no-unlink: If the existing target file cannot take content because of file type or permissions, then this is a failure event. The target will not be replaced. Special files from the ISO, which do not deliver content, will not replace target files on disk but rather cause a failure event. ------------------------------------------------------------------- >>> NetBSD >>> Explore mounting with arbitrary offset >>> not possible : (B402XX_netbsd_kernel_mount_offset) >>> 007_*.diff to 009*.diff. kern/48808 >>> test + compile with old and new /usr/include + run new binary on old and new kernel + mount(2) with MNT_GETARGS + -s with wd partitions (acts like a real partition) (+) mount(2) with MNT_UPDATE or MNT_RELOAD MNT_UPDATE does nothing, MNT_RELOAD gets censored away by mount(2) >>> wait for acceptance >>> Large file support >>> patch 011 +++ being tested ------------------------------------------------------- >>> Review output sequence of -status for compliance with -list_arg_sorting >>> ??? Adjust partition tables after add-on session with -boot_image any keep ? ------------- >>> Have an AAIP pointer from any type of file to a (hidden ?) directory which represents Solaris openat(O_XATTR) >>> -map and -extract O_XATTR attributes on Solaris man 2 openat: O_XATTR If set in openat(), a relative path argument is inter- preted as a reference to an extended attribute of the file associated with the supplied file descriptor. This flag therefore requires the presence of a legal fildes argument. If set in open(), the implied file descriptor is that for the current working directory. Extended attributes must be referenced with a relative path; pro- viding an absolute path results in a normal file refer- ence. man 5 fsattr: The set of existing attributes can be browsed by calling openat() with "." as the file name and the O_XATTR flag set, resulting in a file descriptor for the attribute directory. The list of attributes is obtained by calls to getdents(2) on the returned file descriptor. >>> create O_XATTR attributes in ISO from normal directory >>> extract O_XATTR attributes in ISO to normal directory ----------------- - GRUB2 patching -as mkisofs \ -hfsplus \ -no-pad \ -o /u/test/test.iso \ --protective-msdos-label \ --grub2-mbr /u/test/grub2/zero_mbr \ -c /BOOT.cat \ -b /img1 \ -boot-info-table -no-emul-boot -boot-load-size 4 \ --grub2-boot-info \ -eltorito-alt-boot \ -b /img2 \ -boot-info-table -no-emul-boot -boot-load-size 4 \ /u/test/grub2/ --grub2-sparc-core /boot/grub/sparc64-ieee1275/core.img -as mkisofs \ -no-pad \ -o /u/test/test.iso \ -sparc-boot "" \ -G /u/test/grub2/zero_mbr \ --grub2-sparc-core /img1 \ /u/test/grub2/ >>> make optional use of ttk::treeview instead of BWidget (needs Tk 8.5) consider to let -x choose a drive automatically at the sequence position of -dev, if there are commands which would need a drive. >>> needs a scan mode that inspects no other drives after the first one ----------------------------------------------------- ISOHYBRID >>> mjg PC-BIOS, Mac : + New -as mkisofs options -isoybrid-gpt-basdat, -isoybrid-gpt-hfsplus, -isoybrid-apm-hfsplus ? shall isohybrid-*-hfsplus prevent writing into EL Torito ? ? shall a further option -no-eltorito prevent writing into EL Torito ? Test: dd if=/dvdbuffer/Fedora-LiveCD.iso bs=512 count=1 \ of=/dvdbuffer/Fedora-LiveCD.mbr valgrind --leak-check=full \ xorriso/xorriso -abort_on never -report_about all -for_backup \ -as mkisofs -o /dvdbuffer/test.iso -no-pad \ -isohybrid-mbr /dvdbuffer/Fedora-LiveCD.mbr \ -b /doc/README -no-emul-boot -boot-load-size 4 -boot-info-table \ -eltorito-alt-boot \ -e dvd_get_variables -no-emul-boot \ -isohybrid-gpt-basdat -isohybrid-apm-hfsplus \ -eltorito-alt-boot \ -e /inst/CONFIGURE_DVD -no-emul-boot \ -isohybrid-gpt-hfsplus -isohybrid-apm-hfsplus \ /u/test/diet/scdbackup-0.9.2 mount -o loop /dvdbuffer/Fedora-LiveCD.iso /mnt valgrind --leak-check=full \ xorriso/xorriso -abort_on never -report_about all \ -as mkisofs -o /dvdbuffer/FedoraRepack.iso -no-pad \ -isohybrid-mbr /dvdbuffer/Fedora-LiveCD.mbr -c /isolinux/boot.cat \ -b /isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 \ -boot-info-table \ -eltorito-alt-boot \ -e /isolinux/efiboot.img -no-emul-boot \ -isohybrid-gpt-basdat -isohybrid-apm-hfsplus \ -eltorito-alt-boot \ -e /isolinux/macboot.img -no-emul-boot \ -isohybrid-gpt-hfsplus -isohybrid-apm-hfsplus \ -V Fedora-LiveCD \ /mnt ----------------------------------------------------- Vladimir - Multi-Session >>> hfsplus.c has no protection against 32 bit rollover due to block addresses that are lower than the HFS+ partition start. + Provisorily banned in xorriso the combination of -hfsplus and growing to appendables >>> install a similar ban in libisofs ? Is HFS+ usable if added to a session ? + The system area gets copied to block 0-15 ? Can HFS+ partitions be added ? (we have few) >>> How to let HFS+ access blocks outside the new session ? ? A patchable HFS superblock in the first session ? >>> for image modifying: - Find out at image load time whether it has APM with HFS+ - Have -hfsplus mode "auto" to enable HFS+ writing in that case. + -as mkisofs for HFS+. Rough sketch. Some options will change. genisoimage -hfs -part -no-desktop -r -J -o ${output_image} \ -map ${map_file} -hfs-bless ${boot_dir} -chrp-boot -sysid PPC \ ${iso_dir} ${source} + -hfs -part -> -hfsplus + -map -> -hfsplus-file-creator-type + -hfs-bless + -chrp-boot -> -chrp-boot-part - Prep and ChrP Vladimir: "-chrp-boot produce an MBR entry spanning the whole ISO and of type 0x96. PreP boot may be preferable." "PreP and CHRP refers mainly to IBM hardware. HFS+ is for Apple only. PreP boot is a partition contating only raw ELF and having type 0x41." + -as mkisofs -chrp-boot-part + -as mkisofs -prep-boot-part DISKFILE + xorriso -boot_image any chrp_boot_part=on|off + xorriso -boot_image any prep_boot_part=disk_path ??? Let writer grab Ecma119Node rather than disk file >>> make combinable with isohybrid - FAT for mounting by running systems which do not expect ISO 9660 on USB stick. --- Da Windows AFAIR nur fuer FAT und NTFS auf USB sticks anschaut, braucht man, eine FAT Dateisystem in der Partition und nicht noch eine Kopie von ISO. Andere Desktopsysteme haben manchmal aehnliches Problem. Man kann HFS+ ins kombinierte HFS+/FAT umwandeln aber dazu braucht man die Groesse zwischen erster und zweiter Zone im Voraus. + This is meanwhile available as Ecma119Image.filesrc_blocks --- + -as mkisofs -fat >>> FAT not implemented yet >>> document >>> xorriso -fat on|off , status -fat , -hide-fat* - EFI boot via GPT >>> Get a positive test result from Vladimir Vladimir: > I'm happy to continue to use > mtools for this, xorriso will have just to embed the image as a GPT > parition. + -as mkisofs -efi-boot-part DISKFILE + Let writer grab Ecma119Node rather than disk file + --efi-boot-image as DISKFILE + xorriso -boot_image efi_boot_part= - Vladimir: Was meinst du zur Möglichkeit es zu einer HFS+/FAT/ISO hyvrid machen? "Wir können es in die gleiche Partition machen. im FAT es kann bis 2^16 512B Sektoren = 32M zwischen BPB und FAT geben. Wir können in diesen Platz volumedescr2 reinschleppen." >>> Currently Ecma119.partition_offset is needed before compute_data_blocks. Several components expect the twin sets of Volume Descriptors and of filesystem trees to be stored as one interval per set. Vladimir's proposal would separate the second Volume Descriptors and trees from the first ones. - Overall goals: Date: Thu, 24 May 2012 16:22:44 +0200 ---------------------------------------------------------------------------- Let's look on the goals side and what is achieved and what isn't. My goals: Already achieved with xorriso: + i386_pc (HD and CD) + *_efi (CD) + (i386_qemu, i386_coreboot, i386_multiboot, mips_loongson, mips-qemu_mips) + Accessible by major OS on CD Would be achieved by your work (I suppose) + *_efi (HD) + -efi-boot-part DISKFILE|--efi-boot-image Achieved by HFS+: + Apple EFI (HD and CD) >>> Vladimir: GPT HFS+ entry still missing from hfsplus.c. Is it needed for booting ? + Apple PPC, New world (HD and CD) Other: + IBM (PreP) PPC (HD and CD). We need PreP partition for HD, + -prep-boot-part DISKFILE >>> who can tell ?: Idk what we need for CD. -Ability to have eltorito.img over 32K and free system area from it: the patching like in the patch, I've showed you in the beginning. - B20521_from_grub_proposal >>> Ask Vladimir for refreshing this info -Accessible by major OS on HD. >>> Vladimir: We probably need FAT for this. "but it creates drawbacks like that its allocation table grows with disk size and unlike on HFS+ there is no way to put it at the end of the disk." + solved by early size computation of filesrc area Ecma119Image.filesrc_blocks ---------------------------------------------------------------------------- - make -check_media chunk_size=32s default for DVD ? - Can UTF-8 or other charsets confuse xorriso or libisofs by byte 47 '/' in multi-byte characters ? > UTF-8 cannot. All multi-bytes are >= 129. - Can character sets map "/" to a byte sequence different from {47,0} ? Would this confuse xorriso or libisofs ? > UTF-8 does not. ---------------------------------------------------------------------------- - -check_media option which aborts the check run on the first error ? Such an option for -check_md5_r ? ??? make -early_stdio_test on by default ? man page for osirrox ? -------------------------- - libisofs: Dynamic hand-out of filesystem id number for user streams and registration of a type string. Deprecate global variable serial_id. demo/custom_stream.c ------------------------------------------------------------------------- - Get rid of ((size_t) -1) in libisofs/util.c - Make Debian test machine ready for cppcheck and add it to release procedure - ? Allow to adjust maximum path length - Is it possible to allow longer Rock Ridge names ? - need a loop to calc and to call rrip_add_NM() ------------------------------------------------- For Debian: - Need specs for the exotic boot options -chrp-boot - needs HFS ------------------------------------------------- For Solaris (The mount command needs to be adapted to Solaris. But currently there is no sector address option with mount.) ------------------------------------------------- For GRUB - multi-boot management libisofs: - replace memory buffered boot images by filtered streams - in eltorito_writer_compute_data_blocks(): from iso_memory_stream_new() to some filter contraption with memorized first block and reading the rest from stream. - let patch_boot_image() read directly from stream (filtered or unfiltered should make no difference for the checksum) - warn that multiple boot images work only if they stem from distinct disk files ------------------------------------------------- FreeBSD - Examine and replay: http://wiki.freebsd.org/AvgLiveCD - looks ok now: mkisofs -R -l -ldots -allow-lowercase -allow-multidot \ -V 'My FreeBSD' -volset 'My FreeBSDs' \ -hide boot.catalog -o ../R.iso -no-emul-boot \ -b boot/cdboot . - try qemu -m 256 -cdrom /tmp/R.iso -boot d >>> does not do anything recognizable. Not even fails. ------------------------------------------------- bugs - xorriso_eng.html on www.gnu.org it should rather be xorriso.html - DVD-ROM drives report CD tracks with size up to the next track start. Why ? -> libburn Eventually restrict -check_media to ISO image size ? - make iso_init() and iso_finish() safe against multiple calls from multiple threads. - what about split files and hard links ? - xorriso -as cdrecord in rare cases reports intermediate "X of X MB" xorriso : UPDATE : 3671 MB written (fifo 94%) [buf 100%] 2.3x. xorriso : UPDATE : 3680 of 3680 MB written (fifo 87%) [buf 100%] 2.3x. xorriso : UPDATE : 3691 MB written (fifo 78%) [buf 100%] 2.3x. Direct reason: burn_drive_get_status(drive, &progress); if(progress.sector<=progress.sectors) sprintf(xorriso->info_text, "%4d of %4d MB written", So this has to be examined in libburn. ------------------------------------------------- important - introduce a read offset for displaced ISO images - coordinate -displacement with image growing - improve find action estimate_size. - take into account indispensible RR and eventual Joliet stuff - take into account the eventual file checksums. - Mark data blocks of -check_md5 matching files as valid in sector map ? - tree of name nodes to represent the cached paths of hardlink candidates. - register hard link disk path for files with link count 1 and allow in Xorriso_restore_target_hl() to use the own hln_target of a node when that node is copied to disk a second time. - libisofs call to create a hard link ? - during -update* - what about differently filtered streams ? It is not wrong but a waste to update them as siblings. - one-time delimiter which overrides -list_delimiter for only the next command. E.g. for --back_to_xorriso in emulations - sudo and setuid chapter in man page ? option -sudo_aware ??? move suffix processing into libisofs ? (currently the suffice are already stored in the filter chain) Can only be done if renaming is made safe with any open IsoDirIter. ------------------------------------------------- development - Special pseudo ACL: "--remove-default" - libisofs , libburn , own system adapter ? : Needed is a system dependend facility: dev_t <-> major, minor - ??? -getfaclx , -getfattrx - -load option to ignore existing images - 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 : - the error handling system should be comprehensively documented and eventually rectified where needed. - the iterators are still not safe with node renamings: iso_dir_get_children(...); while(...) { iso_dir_iter_next(...); ... iso_node_get_name() returns "xyz" ... iso_node_set_name("xyz.gz"); ... iso_file_add_external_filter() returns 2 ... iso_node_set_name("xyz"); } ------ feature enhancements : - With 100,000 files in a single directory, adding new nodes becomes very slow with high workload. Some hash accelerator would be nice. - Re-use unchanged sub trees in the previous image in order to reduce the session overhead. -------------------------------------------------------------------------- License statement by the author of the HFS+ enhancements in libisofs and libisoburn: Date: Wed, 23 May 2012 18:26:15 +0200 Message-ID: <4FBD0FA7.8040105@gmail.com> From: Vladimir '?-coder/phcoder' Serbinenko To: Thomas Schmitt Subject: Re: HFS+ writer I'm ok with LGPL but I'd like a mention in documentation that HFS+ writer is of my coding. -- Regards Vladimir '?-coder/phcoder' Serbinenko -------------------------------------------------------------------------- =============================================================================== This is the dirty end of the todo list. The recent changelog entries are above the headline "TODO". ===============================================================================