"Fossies" - the Fresh Open Source Software Archive

Member "libisoburn-1.5.6/xorriso/changelog.txt" (7 Jun 2023, 560876 Bytes) of package /linux/misc/libisoburn-1.5.6.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "changelog.txt": 1.5.4_vs_1.5.6.

    1 ------------------------------------------------------------------------------
    2           libburnia-project.org     libisoburn , xorriso
    3 ------------------------------------------------------------------------------
    4 
    5 ------------------------------------------------------------------------------
    6                                   Changelog
    7 ------------------------------------------------------------------------------
    8 
    9 
   10 1 Sep 2007  [983]
   11 libisoburn/libisoburn.h
   12 libisoburn/isoburn.h
   13 libisoburn/isoburn.c
   14 libisoburn/burn_wrap.c
   15 libisoburn/isofs_wrap.c
   16 Initial content of libisoburn
   17 
   18 1 Sep 2007  [985]
   19 libisoburn/libisoburn.h
   20 libisoburn/isoburn.h
   21 libisoburn/isoburn.c
   22 libisoburn/isofs_wrap.c
   23 Should have used copy+paste when writing Vreixos name
   24 
   25 5 Sep 2007  [990]
   26 libisoburn/isoburn.h
   27 libisoburn/isoburn.c
   28 libisoburn/burn_wrap.c
   29 Implemented use of stdio-pseudo-drives
   30 
   31 5 Sep 2007  [993]
   32 libisoburn/libisoburn.h
   33 libisoburn/isoburn.h
   34 libisoburn/isoburn.c
   35 libisoburn/burn_wrap.c
   36 Changes in plans as discussed up to Sep 5 2007
   37 
   38 5 Sep 2007  [994]
   39 libisoburn/libisoburn.h
   40 Updated explanations about the usage principles of libisoburn
   41 
   42 6 Sep 2007  [998]
   43 libisoburn/libisoburn.h
   44 libisoburn/isoburn.h
   45 libisoburn/isoburn.c
   46 libisoburn/burn_wrap.c
   47 Updated to state of discussion
   48 
   49 9 Sep 2007  [1025]
   50 libisoburn/burn_wrap.c
   51 New wrapper isoburn_disc_erasable() declares ISO DVD-RAM, DVD+RW erasable
   52 
   53 10 Sep 2007  [1027]
   54 libisoburn/libisoburn.h
   55 New wrapper isoburn_disc_erasable() declares ISO DVD-RAM, DVD+RW erasable
   56 
   57 11 Sep 2007  [1029]
   58 libisoburn/burn_wrap.c
   59 libisoburn/isoburn.h
   60 New inner function isoburn_set_start_byte()
   61 
   62 12 Sep 2007  [1031]
   63 libisoburn/libisoburn.h
   64 libisoburn/burn_wrap.c
   65 Removed isoburn_write_opts_set_start_byte()
   66 
   67 13 Sep 2007  [1043] 
   68 libisoburn/burn_wrap.c
   69 Took into respect fabricated_disc_status
   70 
   71 21 Sep 2007  [1092]
   72 Makefile.am
   73 Removed libburn file addresses
   74 
   75 22 Sep 2007  [1093]
   76 + doc/doxygen.conf.in
   77 Added file demanded by build system
   78 
   79 22 Sep 2007  [1094]
   80 src/burn_wrap.c
   81 Prevented SIGSEGV in isoburn_drive_scan_and_grab()
   82 
   83 22 Sep 2007  [1095]
   84 src/burn_wrap.c
   85 Enabled treatment==2 in isoburn_drive_scan_and_grab()
   86 
   87 22 Sep 2007  [1099]
   88 src/burn_wrap.c
   89 Made use of burn_msgs_submit() for error messages
   90 
   91 23 Sep 2007  [1102]
   92 src/burn_wrap.c
   93 Removed all references to isoburn.treatment from burn_wrap.c
   94 
   95 23 Sep 2007  [1105]
   96 src/burn_wrap.c
   97 Called isoburn_create_data_source() and isoburn_free_data_source()
   98 
   99 28 Sep 2007  [1129] libisofs
  100 libisofs/libiso_msgs.h
  101 Removed apostrophes which my compiler does not like
  102 
  103 29 Sep 2007  [1133]
  104 src/burn_wrap.c
  105 Added optional code for a pseudo CD-RW to test the code for MMC multi-session
  106 
  107 29 Sep 2007  [1134]
  108 src/burn_wrap.c
  109 Released drive in case welcome_media fails
  110 
  111 1 Oct 2007  [1141]
  112 src/burn_wrap.c
  113 Allowed isoburn_disc_get_msc1() for closed media
  114 
  115 2 Oct 2007  [1149]
  116 test/test.c
  117 Function graft_point(),some general polishing, call of iso_volset_free disabled 
  118 
  119 8 Oct 2007  [1169]
  120 src/libisoburn.h
  121 src/isoburn.h
  122 src/isoburn.c
  123 src/burn_wrap.c
  124 Introduced fifo reference into isoburn object
  125 
  126 8 Oct 2007  [1170]
  127 test/test.c
  128 Several directories and files in one session, added display of fifo
  129 
  130 12 Oct 2007  [1171]
  131 + test/xorriso.h
  132 + test/xorriso.c
  133 + test/xorriso.txt
  134 The stub of new application xorriso
  135 
  136 12 Oct 2007  [1172]
  137 + test/compile_xorriso.sh
  138 + test/make_timestamp.sh
  139 + test/xorriso_timestamp.h
  140 A build facility to circumvent autotools during development
  141 
  142 12 Oct 2007  [1173]
  143 test/xorriso.c
  144 Introduced version and build timestamps, library headers
  145 
  146 13 Oct 2007  [1174]
  147 test/xorriso.c
  148 + test/changelog.txt
  149 Made -dialog and -options_from_file work
  150 
  151 2007.10.13.141503  [1175]
  152 test/xorriso.c
  153 Implemented -speed and enlarged -status list
  154 
  155 2007.10.13.152252  [1176]
  156 test/xorriso.c
  157 test/xorriso.txt
  158 Implemented xorriso setter level of -fs, -gid, -uid
  159 
  160 2007.10.14.110003  [1177]
  161 test/xorriso.c
  162 Implemented setter level of -abort_on, fixed bugs about -f,-no_rc,startup files
  163 
  164 2007.10.14.122456  [1178]
  165 test/xorriso.c
  166 + test/xorriso_private.h
  167 + test/xorrisoburn.h
  168 + test/xorrisoburn.c
  169 Began to implement interface to our libraries
  170 
  171 2007.10.15.152705  [1183]
  172 test/xorriso.h
  173 test/xorriso.c
  174 test/xorriso_private.h
  175 test/xorrisoburn.h
  176 test/xorrisoburn.c
  177 Implemented -dev, -add, -commit
  178 
  179 2007.10.15.160303  [1184]
  180 test/xorriso.c
  181 Made -end give up drives
  182 
  183 2007.10.15.203554  [1185]
  184 test/xorriso.c
  185 Some safety precautions against malicious input, enabled -cdx, -cdi for -add
  186 
  187 2007.10.15.203714  [1186]
  188 test/xorrisoburn.c
  189 Corrected image path bug with -add of regular files, and -add /=/some/dir
  190 
  191 2007.10.15.224005  [1187]
  192 test/xorriso.c
  193 test/xorrisoburn.c
  194 Implemented -rollback
  195 
  196 2007.10.16.210911  [1188]
  197 test/xorriso.c
  198 test/xorrisoburn.h
  199 test/xorrisoburn.c
  200 Worked on failure severities, message system, program abort decision
  201 
  202 2007.10.17.130041  [1190] [1191
  203 test/xorriso.h
  204 test/xorriso_private.h
  205 test/xorriso.c
  206 test/xorrisoburn.h
  207 test/xorrisoburn.c
  208 Worked on failure severities, message system, program abort decision
  209 
  210 2007.10.17.130311  [1192]
  211 src/isofs_wrap.c
  212 Told burn_read_data() to stay silent on non-existent drive or read error
  213 
  214 2007.10.17.150142  [1193]
  215 test/xorriso.c
  216 test/xorrisoburn.c
  217 Reinstated the distinction of message sources, respected '#' in dialog
  218 
  219 2007.10.17.165352  [1194]
  220 test/xorriso.c
  221 Prepended a "-" to any input line if missing
  222 
  223 2007.10.17.183024  [1195]
  224 test/xorriso_private.h
  225 test/xorriso.c
  226 test/xorrisoburn.h
  227 test/xorrisoburn.c
  228 Implemented core of option -toc
  229 
  230 2007.10.17.200241  [1196]
  231 test/xorrisoburn.c
  232 Continued work with -toc
  233 
  234 2007.10.17.213852  [1197]
  235 test/compile_xorriso.sh
  236 Forgot to make off_t 64 bit
  237 
  238 2007.10.17.214228  [1198]
  239 src/libisoburn.h
  240 src/burn_wrap.c
  241 test/xorrisoburn.c
  242 Rounding up fabricated nwa to full 32k addresses, API call for exact image size
  243 
  244 2007.10.17.215809  [1199]
  245 test/xorriso.c
  246 Activated -ban_stdio_write
  247 
  248 2007.10.17.224924  [1200]
  249 test/xorrisoburn.c
  250 Fixed obvious bug with -J. (Still wondering wether it works)
  251 
  252 2007.10.17.225039  [1201]
  253 test/xorriso.c
  254 Fixed bug with -speed.
  255 
  256 2007.10.17.225837  [1202]
  257 test/xorriso.c
  258 Fixed bug with -prompt. Fixed bug with # comments. (of rev 1194)
  259 
  260 18 Oct 2007  [1203]
  261 test/changelog.txt
  262 Updated changelog and todo list
  263 
  264 2007.10.18.144841  [1205]
  265 src/isofs_wrap.c
  266 test/xorrisoburn.c
  267 isoburn_read_volset() now hands out an official volset reference
  268 
  269 2007.10.18.171415  [1206]
  270 test/xorriso.c
  271 test/xorriso.txt
  272 test/xorrisoburn.h
  273 test/xorrisoburn.c
  274 Implemented option -devices
  275 
  276 2007.10.18.183200  [1207]
  277 test/xorriso.c
  278 test/xorrisoburn.h
  279 test/xorrisoburn.c
  280 Implemented option -tell_media_space
  281 
  282 2007.10.18.185731  [1208]
  283 test/xorriso_private.h
  284 test/xorriso.c
  285 test/xorrisoburn.c
  286 Fixed a SIGSEGV with xorriso -version run
  287 
  288 2007.10.18.221756  [1211]
  289 test/xorrisoburn.c
  290 src/libisoburn.h
  291 Took care of disposal of burn_disc ovbject
  292 
  293 18 Oct 2007  [1212]
  294 test/test.c
  295 Silenced compile warning
  296 
  297 2007.10.18.225654  [1213]
  298 src/isofs_wrap.c
  299 test/xorriso.c
  300 test/xorrisoburn.c
  301 Fixed a SIGSEGV with empty drive
  302 
  303 2007.10.19.140031  [1218]
  304 test/xorrisoburn.c
  305 Made reports with -add normal infos (formerly NOTE events)
  306 
  307 2007.10.19.151339  [1219]
  308 test/xorriso.c
  309 test/xorrisoburn.c
  310 test/xorriso.txt
  311 Implemented -print-size
  312 
  313 2007.10.19.164957  [1220]
  314 test/xorriso_private.h
  315 test/xorriso.c
  316 test/xorriso.h
  317 test/xorrisoburn.c
  318 test/xorriso.txt
  319 Implemented verbosity control by option -report_about
  320 
  321 2007.10.19.173547  [1221]
  322 test/xorriso.c
  323 test/xorrisoburn.c
  324 test/xorriso.txt
  325 Implemented option -eject
  326 
  327 2007.10.19.204155  [1222]
  328 test/xorriso_private.h
  329 test/xorriso.h
  330 test/xorriso.c
  331 test/xorrisoburn.h
  332 test/xorrisoburn.c
  333 Implemented option -blank
  334 
  335 2007.10.20.170731  [1223]
  336 src/burn_wrap.c
  337 Directed write mode failure message to libburn queue, repaired wrote_well
  338 
  339 2007.10.20.171046  [1224]
  340 test/xorrisoburn.c
  341 test/xorriso_private.h
  342 test/xorriso.c
  343 Implemented options -format and -blank deformat, -close and closed media
  344 
  345 20 Oct 2007  [1225]
  346 test/xorriso.txt
  347 + test/xorriso.1
  348 test/changelog.txt
  349 Splitted think text from emerging man page, formatted man page
  350 
  351 2007.10.20.194918  [1226]
  352 test/xorriso.c
  353 test/xorrisoburn.h
  354 test/xorrisoburn.c
  355 Completed -tell_media_space, checked space before burn, failed -end exits >0
  356 
  357 20 Oct 2007  [1227]
  358 test/xorriso.1
  359 Polished man page
  360 
  361 2007.10.21.094818  [1228]
  362 test/xorriso_private.h
  363 test/xorriso.c
  364 test/xorrisoburn.h
  365 test/xorrisoburn.c
  366 test/xorriso.1
  367 Implemented -rm and -rm_r
  368 
  369 2007.10.21.105228  [1229]
  370 src/data_source.c
  371 Silenced compiler warning about C++ style comment
  372 
  373 2007.10.21.124315  [1230]
  374 test/xorriso.c
  375 test/xorrisoburn.c
  376 test/xorrisoburn.h
  377 Began to implement -ls and -ls_l, enhanced -cdi, not done yet
  378 
  379 2007.10.21.151124  [1231]
  380 test/xorriso_private.h
  381 test/xorriso.c
  382 test/xorrisoburn.c
  383 test/xorrisoburn.h
  384 Hopefully completed -cd alias -cdi
  385 
  386 2007.10.21.185248  [1232]
  387 test/xorriso.c
  388 test/xorrisoburn.h
  389 test/xorrisoburn.c
  390 test/xorriso.1
  391 Hopefully completed -cdx
  392 
  393 2007.10.21.213303 [1233]
  394 test/xorriso_private.h
  395 test/xorriso.c
  396 test/xorrisoburn.c
  397 test/xorriso.1
  398 Implemented sorting of -ls by node name, implemented leaf name search patterns
  399 
  400 2007.10.22.211928  [1237]
  401 test/xorrisoburn.c
  402 test/xorriso.1
  403 Implemented file size and mtime for -ls_l
  404 
  405 2007.10.23.122349  [1238]
  406 src/libisoburn.h
  407 src/isoburn.c
  408 Added fifo_size to struct isoburn_source_opts
  409 
  410 2007.10.23.122753  [1239]
  411 test/xorrisoburn.c
  412 test/xorriso.c
  413 test/xorriso.1
  414 Made use of isoburn_source_opts.fifo_size
  415 
  416 2007.10.24.100156  [1244]
  417 test/xorriso.c
  418 test/xorrisoburn.c
  419 Normalized paths to target and source before adding or removing from image
  420 
  421 2007.10.24.105424  [1245]
  422 test/xorriso.c
  423 test/xorriso.h
  424 Implemented option -path-list
  425 
  426 2007.10.24.175337  [1247]
  427 test/xorriso.c
  428 test/xorrisoburn.h
  429 test/xorrisoburn.c
  430 Made -cd useable with no image loaded
  431 
  432 2007.10.27.224148  [1257]
  433 test/xorriso.c
  434 test/xorrisoburn.h
  435 test/xorrisoburn.c
  436 test/xorriso.1
  437 Implemented option -mv
  438 
  439 2007.10.27.230512  [1258]
  440 test/xorriso.c
  441 test/xorrisoburn.h
  442 test/xorrisoburn.c
  443 Bug fixes with option -mv
  444 
  445 2007.10.28.125501  [1260]
  446 test/xorriso.c
  447 test/xorrisoburn.c
  448 Prevented some interesting pitfalls with -mv
  449 
  450 2007.10.28.165516  [1261]
  451 test/xorriso.c
  452 test/xorriso.1
  453 test/xorrisoburn.h
  454 test/xorrisoburn.c
  455 Implemented option -mkdir
  456 
  457 2007.10.28.174550  [1262]
  458 test/xorriso.c
  459 Warning of wildcards in paths
  460 
  461 28 Oct 2007  [1263]
  462 test/xorriso.1
  463 Updated man page about -path-list
  464 
  465 2007.10.29.213920  [1273]
  466 test/xorriso_private.h
  467 test/xorriso.c
  468 test/xorrisoburn.h
  469 test/xorrisoburn.c
  470 test/xorriso.1
  471 Structured patterns for options -ls and -ls_l
  472 
  473 2007.10.30.214242  [1274]
  474 test/xorriso_private.h
  475 test/xorriso.c
  476 test/xorrisoburn.h
  477 test/xorrisoburn.c
  478 test/xorriso.1
  479 test/compile_xorriso.sh
  480 Multiple structured patterns, changed option -ls from single to multi args
  481 
  482 2007.10.31.103338  [1275]
  483 test/xorriso_private.h
  484 test/xorriso.h
  485 test/xorriso.c
  486 test/xorrisoburn.c
  487 test/xorriso.1
  488 Implemented new option -temp_mem_limit
  489 
  490 2007.10.31.165413  [1276]
  491 test/xorriso.c
  492 test/xorrisoburn.c
  493 test/xorrisoburn.h
  494 Gave simple -ls an implemention with minimal memory consumption
  495 
  496 31 Oct 2007  [1277]
  497 test/xorriso.1
  498 Overhauled info paragraphs of man page
  499 
  500 2007.10.31.175916  [1278]
  501 test/xorriso_private.h
  502 Overhauled comments in struct XorrisO
  503 
  504 31 Oct 2007  [1279]
  505 test/changelog.txt
  506 Updating changelog
  507 
  508 2007.11.01.111351  [1280]
  509 test/xorrisoburn.c
  510 Got rid of bad pacifier text at end of CD writing
  511 
  512 2007.11.01.191106  [1281]
  513 test/xorriso.h
  514 test/xorriso.c
  515 test/xorrisoburn.c
  516 test/xorrisoburn.h
  517 test/xorriso.1
  518 Implemented option -du
  519 
  520 2007.11.02.143549  [1282]
  521 test/xorrisoburn.h
  522 test/xorrisoburn.c
  523 Clearer status messages after reading new volume and after burning
  524 
  525 2007.11.02.143658  [1283]
  526 test/xorriso.c
  527 Made -abort_on and -report_about complain with bad severity names
  528 
  529 2007.11.02.184705  [1284]
  530 test/xorrisoburn.c
  531 test/xorriso.1
  532 Polished write success message and man page
  533 
  534 2007.11.06.163305  [1285]
  535 test/xorriso_private.h
  536 test/xorriso.h
  537 test/xorriso.c
  538 test/xorrisoburn.c
  539 test/xorriso.1
  540 Implemented -overwrite control
  541 
  542 2007.11.06.163929  [1286]
  543 src/libisoburn.h
  544 Corrected a typo in a comment
  545 
  546 2007.11.06.164029  [1287]
  547 src/isoburn.c
  548 Closed memory leak by freeing session and track in isoburn_prepare_disc_aux()
  549 
  550 2007.11.07.123744  [1288]
  551 test/xorriso_private.h
  552 test/xorriso.h
  553 test/xorriso.c
  554 test/xorrisoburn.h
  555 test/xorrisoburn.c
  556 test/xorriso.1
  557 Implemented option -reassure
  558 
  559 2007.11.07.150157  [1289]
  560 test/xorriso.h
  561 test/xorriso.c
  562 test/xorrisoburn.c
  563 test/xorriso.1
  564 Implemented option -rmdir
  565 
  566 2007.11.07.191915  [1290]
  567 test/xorriso.h
  568 test/xorriso.c
  569 test/xorrisoburn.h
  570 test/xorrisoburn.c
  571 Implemented option -chmod (does not get written into image, though)
  572 
  573 2007.11.07.225624  [1291]
  574 test/xorriso.c
  575 test/xorrisoburn.c
  576 test/xorrisoburn.h
  577 Implemented options -chown and -chgrp (not written into image, though)
  578 
  579 2007.11.08.144451  [1292]
  580 test/xorriso.c
  581 test/xorrisoburn.c
  582 test/xorrisoburn.h
  583 test/xorriso.1
  584 Implemented option -alter_date, corrected write problem with mode and ownership
  585 
  586 2007.11.08.145016  [1293]
  587 test/xorriso_private.h
  588 Forgotten source file for rev 1292
  589 
  590 8 Nov 2007  [1294]
  591 test/xorriso.1
  592 Enhanced man page text for options -chmod, -chown, -chgrp
  593 
  594 2007.11.08.160302  [1295]
  595 test/xorriso.c
  596 Fixed bug with -chmod go=r
  597 
  598 2007.11.08.161215  [1296]
  599 test/xorriso.c
  600 test/xorrisoburn.c
  601 Enlarged string size limit of Text_shellsafe()
  602 
  603 2007.11.09.193142  [1297]
  604 test/xorriso_private.h
  605 test/xorriso.h
  606 test/xorriso.c
  607 test/xorrisoburn.h
  608 test/xorrisoburn.c
  609 test/xorriso.1
  610 New option -iso_rr_pattern, influencing several options with multiple args
  611 
  612 2007.11.11.112321  [1298]
  613 test/xorriso.h
  614 test/xorriso.c
  615 test/xorrisoburn.c
  616 Gave problem handling finer granularity within loops
  617 
  618 11 Nov 2007  [1299]
  619 test/xorriso.1
  620 Clarified man page
  621 
  622 2007.11.11.154453  [1300]
  623 test/xorriso.c
  624 Added missing commit to normal end of program
  625 
  626 11 Nov 2007  [1301]
  627 test/xorriso.1
  628 Added some examples to man page
  629 
  630 2007.11.14.142904  [1302]
  631 src/libisoburn.h
  632 src/isofs_wrap.c
  633 src/isoburn.c
  634 test/test.c
  635 New API call isoburn_attach_volset(), changes with isoburn_read_volset()
  636 
  637 2007.11.14.143119  [1303]
  638 test/xorriso.c
  639 test/xorrisoburn.h
  640 test/xorrisoburn.c
  641 test/xorriso.1
  642 Implemented options -outdev and -indev
  643 
  644 2007.11.14.175446  [1304]
  645 test/xorriso.c
  646 Corrected premature abort bug with misspelled command words
  647 
  648 14 Nov 2007  [1305]
  649 test/xorriso.1
  650 Polished xorriso man page
  651 
  652 14 Nov 2007  [1306]
  653 test/changelog.txt
  654 Updated xorriso changelog
  655 
  656 2007.11.26.192113  [1311]
  657 test/xorriso.c
  658 test/xorrisoburn.c
  659 Reacted on warnings on a 64 bit system
  660 
  661 2007.12.04.074340  [1314]
  662 test/xorriso.h
  663 test/xorriso_private.h
  664 test/xorriso.c
  665 test/xorrisoburn.c
  666 test/xorriso.1
  667 Implemented -disk_pattern, -lsx, ls_lx, -dux, -du_lx
  668 
  669 2007.12.04.205919  [1315]
  670 test/xorrisoburn.c
  671 test/xorriso_private.h
  672 test/xorriso.c
  673 Removed some redundancy of disk_pattern and iso_rr_pattern matching
  674 
  675 4 Dec 2007  [1316]
  676 test/xorriso.1
  677 Polished man page
  678 
  679 2007.12.05.090438  [1317]
  680 test/xorriso.h
  681 test/xorriso.c
  682 test/xorriso.1
  683 Option -f-off as counterpart of option -f
  684 
  685 2007.12.05.143632  [1318]
  686 test/xorriso.c
  687 Made dashes at options optional
  688 
  689 5 Dec 2007  [1319]
  690 test/xorriso.1
  691 Overhauled description of media types, states and expansion methods
  692 
  693 2007.12.06.150102  [1320]
  694 test/xorriso.h
  695 test/xorriso.c
  696 test/xorriso.1
  697 Changed -f, -f-off to -follow, -graft-points, -graf-points-off to -pathspecs
  698 
  699 6 Dec 2007  [1321]
  700 test/xorriso.1
  701 Removed references to option -graft-points
  702 
  703 2007.12.06.192437  [1322]
  704 test/xorriso.c
  705 Corrected warning function about wildcards
  706 
  707 8 Dec 2007  [1326]
  708 test/xorriso.1
  709 Explained result pager
  710 
  711 2007.12.08.175117  [1327]
  712 test/xorriso.c
  713 test/xorriso_private.h
  714 test/xorrisoburn.c
  715 Removed more code redundancies and fd leak with Xorriso_obtain_pattern_files_x()
  716 
  717 2007.12.15.162039  [1328]
  718 test/compile_xorriso.sh
  719 Added -O0 to -g to get better gdb behavior on my new system
  720 
  721 2007.12.15.183022  [1329]
  722 test/xorriso_private.h
  723 test/xorriso.c
  724 test/xorrisoburn.h
  725 test/xorrisoburn.c
  726 test/xorriso.1
  727 Implemented option -follow
  728 
  729 2007.12.16.103456  [1330]
  730 test/xorriso.c
  731 test/xorriso.1
  732 Added link hop limit to option -follow
  733 
  734 2007.12.16.122626  [1331]
  735 test/xorrisoburn.c
  736 Added copying of attributes from symbolic link into image
  737 
  738 2007.12.16.144615  [1332]
  739 test/xorrisoburn.c
  740 Removed waste of time in Xorriso_show_du_subs()
  741 
  742 2007.12.18.175924  [1333]
  743 test/xorriso.c
  744 test/xorrisoburn.h
  745 test/xorrisoburn.c
  746 test/xorriso.1
  747 Changed options -ls* to -lsd*, introduced new family of -ls* without d
  748 
  749 2007.12.20.111338  [1334]
  750 test/xorriso.h
  751 test/xorriso.c
  752 test/xorrisoburn.c
  753 test/xorriso.1
  754 Changed -du_s* into -dus*
  755 
  756 2007.12.21.131538  [1335]
  757 test/xorriso.h
  758 test/xorriso_private.h
  759 test/xorriso.c
  760 test/xorrisoburn.h
  761 test/xorrisoburn.c
  762 test/xorriso.1
  763 Implemented option -find alias -findi
  764 
  765 2007.12.21.132017  [1336]
  766 test/xorriso.c
  767 test/xorriso.1
  768 Corrected documentation about -find
  769 
  770 2007.12.22.143803  [1337]
  771 test/xorriso.h
  772 test/xorriso.c
  773 test/xorrisoburn.c
  774 test/xorriso.1
  775 Implemented option -findx
  776 
  777 2007.12.24.161107  [1339]
  778 test/xorriso.c
  779 Repaired options -dus and -dusx
  780 
  781 24 Dec 2007  [1340]
  782 test/changelog.txt
  783 Updated changelog
  784 
  785 2007.12.25.160100  [1341]
  786 test/xorriso.h
  787 test/xorriso.c
  788 test/xorriso.1
  789 Implemented option -cpr
  790 
  791 2007.12.26.160040  [1342]
  792 test/xorriso.h
  793 test/xorriso_private.h
  794 test/xorriso.c
  795 test/xorrisoburn.h
  796 test/xorrisoburn.c
  797 test/xorriso.1
  798 Changed option -J to -joliet "on"|"off", implemented option -volid
  799 
  800 2007.12.28.132741  [1343]
  801 test/xorriso_private.h
  802 test/xorriso.c
  803 test/xorrisoburn.c
  804 Made leaner the local memory of recursive functions (because of ulimit -s)
  805 
  806 2007.12.30.190138  [1344]
  807 test/xorriso.h
  808 test/xorriso_private.h
  809 test/xorriso.c
  810 test/xorrisoburn.c
  811 test/xorriso.1
  812 Implemented -find option -exec echo, chown, chgrp, chmod, alter_date, lsdl
  813 
  814 2007.12.30.203336  [1345]
  815 test/xorriso.c
  816 Corrected superuser behavior of Sfile_lookup_permissions()
  817 
  818 2007.12.31.095229  [1346]
  819 test/xorriso.c
  820 test/xorrisoburn.c
  821 Repaired some bugs in -find and -findx
  822 
  823 2007.12.31.135237  [1347]
  824 test/xorriso.h
  825 test/xorriso.c
  826 test/xorriso.1
  827 Implemented options -chown_r, -chgrp_r, -chmod_r, -alter_date_r
  828 
  829 2007.12.31.135330  [1348]
  830 test/xorrisoburn.c
  831 Repaired a bug in -find
  832 
  833 2008.01.01.123118  [1349]
  834 test/xorriso.h
  835 test/xorriso_private.h
  836 test/xorriso.c
  837 test/xorrisoburn.h
  838 test/xorrisoburn.c
  839 test/xorriso.1
  840 Implemented -find actions chown_r, chgrp_r, chmod_r, alter_date_r, find
  841 
  842 2008.01.02.175011  [1350]
  843 test/xorriso.c
  844 test/xorriso.1
  845 Implemented -find test -type
  846 
  847 2008.01.09.175418  [1351]
  848 test/xorrisoburn.c
  849 Corrections made during porting to nglibisofs
  850 
  851 2008.01.10.114451  [1352]
  852 + test/ng_xorrisoburn.h
  853 + test/ng_xorrisoburn.c
  854 test/compile_xorriso.sh
  855 Begin of porting to next generation libisofs
  856 
  857 2008.01.10.151924  [1353]
  858 Makefile.am
  859 + ng_src
  860 + ng_src/libisoburn.h
  861 + ng_src/isoburn.h
  862 + ng_src/isoburn.c
  863 + ng_src/isofs_wrap.c
  864 + ng_src/data_source.c
  865 + ng_src/burn_wrap.c
  866 Begin of porting to next generation libisofs
  867 
  868 2008.01.10.152353  [1354]
  869 test/ng_xorrisoburn.c
  870 test/compile_xorriso.sh
  871 Made compile_xorriso.sh -nglibisofs work on ./ng_src
  872 
  873 2008.01.10.154948  [1355]
  874 test/ng_xorrisoburn.c
  875 test/compile_xorriso.sh
  876 Made compile_xorriso.sh -oglibisofs work on ./og_src
  877 
  878 2008.01.11.133319  [1356]
  879 test/compile_xorriso.sh
  880 Adapted to existence of nglibisofs eltorito.o
  881 
  882 2008.01.11.133631  [1357]
  883 test/xorriso.c
  884 test/ng_xorrisoburn.c
  885 test/xorrisoburn.c
  886 Removed old and new bugs
  887 
  888 2008.01.11.174733  [1358]
  889 test/xorriso.c
  890 test/ng_xorrisoburn.c
  891 test/xorrisoburn.c
  892 Tracing the different behavior of isoburn_read_image()
  893 
  894 2008.01.11.175423  [1359]
  895 test/ng_xorrisoburn.c
  896 ng_src/isoburn.c
  897 ng_src/libisoburn.h
  898 Changed isoburn_source_opts.ouput_charset to output_charset
  899 
  900 2008.01.11.212545  [1361]
  901 ng_src/isofs_wrap.c
  902 Made initialization of iso_read_opts safer
  903 
  904 13 Jan 2008  [1364]
  905 + og_src
  906 - src src/burn_wrap.c
  907 - src/isoburn.c
  908 - src/isoburn.h
  909 - src/data_source.c
  910 - src/isofs_wrap.c 
  911 - src/libisoburn.h 
  912 + og_src/burn_wrap.c
  913 + og_src/isoburn.c
  914 + og_src/isoburn.h
  915 + og_src/data_source.c
  916 + og_src/isofs_wrap.c
  917 + og_src/libisoburn.h
  918 Moved src to og_src and installed symbolic link instead
  919 
  920 13 Jan 2008  [1365]
  921 ng_src/isofs_wrap.c
  922 Changes about blanking loaded image
  923 
  924 2008.01.13.224929  [1366]
  925 test/ng_xorrisoburn.c
  926 Allowed all filetypes as input, silenced debug during image read
  927 
  928 14 Jan 2008  [1367]
  929 test/compile_xorriso.sh
  930 Added forgotten source module
  931 
  932 14 Jan 2006  [1368]
  933 ng_src/libisoburn.h
  934 ng_src/isoburn.c
  935 New members in isoburn_source_opts
  936 
  937 2008.01.14.163814  [1369]
  938 test/ng_xorrisoburn.c
  939 Closed memory leak, adapted to new members in isoburn_source_opts
  940 
  941 2008.01.14.164628  [1370]
  942 test/ng_xorrisoburn.c
  943 Repaired memory hog and a freshly introduced bug
  944 
  945 2008.01.14.190220  [1371]
  946 test/xorriso.c
  947 test/ng_xorrisoburn.c
  948 test/xorriso.1
  949 Removed some bugs and made adaptions to nglibisofs
  950 
  951 2008.01.14.224645  [1372]
  952 test/xorriso_private.h
  953 test/xorriso.c
  954 test/ng_xorrisoburn.h
  955 test/ng_xorrisoburn.c
  956 test/xorriso.1
  957 Made improvements around volume id
  958 
  959 2008.01.15.174409  [1373]
  960 test/xorriso.h
  961 test/xorriso_private.h
  962 test/xorriso.c
  963 test/ng_xorrisoburn.h
  964 test/ng_xorrisoburn.c
  965 test/xorrisoburn.h
  966 test/xorrisoburn.c
  967 Made improvements about pattern matching .., closed small memory leaks 
  968 
  969 2008.01.15.204057  [1374]
  970 test/xorriso.c
  971 test/ng_xorrisoburn.h
  972 test/ng_xorrisoburn.c
  973 test/xorrisoburn.h
  974 test/xorrisoburn.c
  975 Closed a small memory leak
  976 
  977 2008.01.15.211511  [1375]
  978 test/ng_xorrisoburn.c
  979 Added a forgotten iso_dir_iter_free()
  980 
  981 2008.01.16.132909  [1376]
  982 ng_src/isofs_wrap.c
  983 Repaired bug about MMC multi-session image loading
  984 
  985 2008.01.16.141631  [1378]
  986 ng_src/isoburn.c
  987 Changed default name of initial image to ISOIMAGE
  988 
  989 16 Jan 2008  [1378]
  990 libisoburn.pc.in
  991 Set correct name of library
  992 
  993 2008.01.16.200942  [1379]
  994 test/xorriso.c
  995 test/ng_xorrisoburn.c
  996 Adaption to Xorriso_standalonE, some consequences from compiler warnings
  997 
  998 16 Jan 2008  [1380]
  999 + test/make_xorriso_standalone.sh
 1000 + test/xorriso_makefile_am.txt
 1001 + test/configure_ac.txt
 1002 + test/xorriso_pc_in.txt
 1003 A sketch of a xorriso source standalone release generator
 1004 
 1005 16 Jan 2008  [1381]
 1006 test/configure_ac.txt
 1007 test/xorriso_makefile_am.txt
 1008 Added a test for readline.h and eventually enabled use of libreadline
 1009 
 1010 2008.01.17.145135  [1382]
 1011 test/ng_xorrisoburn.c
 1012 Silenced -pedantic compiler warnings about type punning
 1013 
 1014 17 Jan 2008  [1385]
 1015 test/make_xorriso_standalone.sh
 1016 Silenced most compiler warnings of libisofs in xorriso-standalone
 1017 
 1018 17 Jan 2008  [1386]
 1019 + test/README
 1020 Began a README file for xorriso
 1021 
 1022 18 Jan 2008  [1387]
 1023 test/make_xorriso_standalone.sh
 1024 test/README
 1025 + test/xorriso_eng.html
 1026 Worked on documentation
 1027 
 1028 2008.01.18.101933  [1388]
 1029 test/xorriso.c
 1030 Changed -report_about default to "UPDATE"
 1031 
 1032 18 Jan 2008  [1389]
 1033 test/xorriso.1
 1034 test/make_xorriso_standalone.sh
 1035 + test/convert_man_to_html.sh
 1036 Made a generator for HTML man page
 1037 
 1038 2008.01.19.090417  [1390]
 1039 ng_src/libisoburn.h
 1040 ng_src/isoburn.c
 1041 ng_src/isofs_wrap.c
 1042 test/ng_xorrisoburn.c
 1043 test/compile_xorriso.sh
 1044 test/xorriso_makefile_am.txt
 1045 Adaptions to revision 241 of nglibisofs
 1046 
 1047 2008.01.19.090546  [1391]
 1048 test/xorriso.c
 1049 Added startup message. Removed helptext sentence about unimplemented options
 1050 
 1051 19 Jan 2008  [1392]
 1052 test/xorriso_eng.html
 1053 test/make_xorriso_standalone.sh
 1054 Producing a bootstrapped xorriso standalone tarball
 1055 
 1056 19 Jan 2008  [1393]
 1057 test/README
 1058 test/xorriso.1
 1059 test/xorriso_eng.html
 1060 Some polishing of xorriso documentation
 1061 
 1062 2008.01.19.162244  [1394]
 1063 test/xorriso.c
 1064 test/ng_xorrisoburn.c
 1065 Small corrections with version number and write counter report
 1066 
 1067 19 Jan 2008  [1395]
 1068 test/changelog.txt
 1069 Updated SVN copy of changelog
 1070 
 1071 2008.01.20.102946  [1397]
 1072 ng_src/burn_wrap.c
 1073 ng_src/data_source.c
 1074 ng_src/isoburn.c
 1075 ng_src/isofs_wrap.c
 1076 Made forgotten adaption to Xorriso_standalonE
 1077 
 1078 2008.01.20.131050  [1398]
 1079 test/xorriso.h
 1080 test/xorriso_private.h
 1081 test/xorriso.c
 1082 test/ng_xorrisoburn.c
 1083 test/xorriso.1
 1084 Made -outdev stdio:/dev/fd/1 safe for single session runs
 1085 
 1086 2008.01.20.200254  [1399]
 1087 test/xorriso.h
 1088 test/xorriso_private.h
 1089 test/xorriso.c
 1090 test/xorriso.1
 1091 New option -add_plainly
 1092 
 1093 2008.01.21.221939  [1400]
 1094 test/xorriso.c
 1095 test/xorriso.1
 1096 Rejected unsuitable addresses "stdio:" , "stdio:/", "stdio:-", "stdio:."
 1097 
 1098 22 Jan 2008  [1401]
 1099 + test/compare_file.c
 1100 Program which compares two files in different trees. Attributes and content.
 1101 
 1102 22 Jan 2008  [1402]
 1103 test/configure_ac.txt
 1104 Copied test for tm.tm_gmtim from libisofs configure.ac
 1105 
 1106 22 Jan 2008  [1403]
 1107 test/compare_file.c
 1108 Prepended type indication letter to report lines
 1109 
 1110 2008.01.22.224321  [1404]
 1111 test/ng_xorrisoburn.c
 1112 Better attributes with directories
 1113 
 1114 2008.01.23.195855  []
 1115 ng_src/burn_wrap.c
 1116 test/ng_xorrisoburn.c
 1117 Adapted to libisofs revision 261
 1118 
 1119 24 Jan 2008  [1410]
 1120 test/make_xorriso_standalone.sh
 1121 Removed remover of C++ comment lines
 1122 
 1123 2008.01.24.202206  [1411]
 1124 ng_src/isoburn.c
 1125 ng_src/burn_wrap.c
 1126 ng_src/isoburn.h
 1127 Gave up use of libburn fifo. Attached -fs and pacifier to libisofs fifo.
 1128 
 1129 2008.01.25.150902  [1413]
 1130 test/xorriso.h
 1131 test/xorriso.c
 1132 test/xorriso.1
 1133 New option -rollback_end
 1134 
 1135 25 Jan 2008  [1414]
 1136 test/compare_file.c
 1137 Fixed bug about file content comparison.
 1138 
 1139 25 Jan 2008  [1415]
 1140 test/compare_file.c
 1141 Better handling of various content difference situations
 1142 
 1143 2008.01.25.175353  [1416]
 1144 test/xorriso.h
 1145 test/xorriso.c
 1146 test/xorriso.1
 1147 test/ng_xorrisoburn.c
 1148 New option -commit_eject
 1149 
 1150 2008.01.26.002011  [1417]
 1151 - og_src/libisoburn.h
 1152 - og_src/isoburn.h
 1153 - og_src/isoburn.c
 1154 - og_src/isofs_wrap.c
 1155 - og_src/burn_wrap.c
 1156 - og_src/data_source.c
 1157 - og_src/
 1158 + libisoburn/
 1159 - ng_src/libisoburn.h
 1160 - ng_src/isoburn.h
 1161 - ng_src/isoburn.c
 1162 - ng_src/isofs_wrap.c
 1163 - ng_src/burn_wrap.c
 1164 - ng_src/data_source.c
 1165 + libisoburn/libisoburn.h
 1166 + libisoburn/isoburn.h
 1167 *+ libisoburn/isoburn.c
 1168 *+ libisoburn/isofs_wrap.c
 1169 *+ libisoburn/burn_wrap.c
 1170 *+ libisoburn/data_source.c
 1171 + xorriso/
 1172 - test/README
 1173 - test/changelog.txt
 1174 - test/compare_file.c
 1175 - test/compile_xorriso.sh
 1176 - test/configure_ac.txt
 1177 - test/convert_man_to_html.sh
 1178 - test/make_timestamp.sh
 1179 - test/make_xorriso_standalone.sh
 1180 - test/ng_xorrisoburn.c
 1181 - test/ng_xorrisoburn.h
 1182 - test/xorriso.1
 1183 - test/xorriso.c
 1184 - test/xorriso.h
 1185 - test/xorriso_eng.html
 1186 - test/xorriso_makefile_am.txt
 1187 - test/xorriso_pc_in.txt
 1188 - test/xorriso_private.h
 1189 - test/xorriso_timestamp.h
 1190 - test/xorrisoburn.c
 1191 - test/xorrisoburn.h
 1192 + xorriso/README
 1193 + xorriso/changelog.txt
 1194 + xorriso/compare_file.c
 1195 *+ xorriso/compile_xorriso.sh
 1196 + xorriso/configure_ac.txt
 1197 *+ xorriso/convert_man_to_html.sh
 1198 *+ xorriso/make_timestamp.sh
 1199 *+ xorriso/make_xorriso_standalone.sh
 1200 + xorriso/xorriso.1
 1201 *+ xorriso/xorriso.c
 1202 + xorriso/xorriso.h
 1203 + xorriso/xorriso_eng.html
 1204 + xorriso/xorriso_makefile_am.txt
 1205 + xorriso/xorriso_pc_in.txt
 1206 + xorriso/xorriso_private.h
 1207 + xorriso/xorriso_timestamp.h
 1208 *+ xorriso/xorrisoburn.c
 1209 + xorriso/xorrisoburn.h
 1210 Makefile.am
 1211 Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs.
 1212 
 1213 2008.01.26.113604  [1418]
 1214 libisoburn/libisoburn.h
 1215 libisoburn/burn_wrap.c
 1216 xorriso/xorrisoburn.c
 1217 INCOMPATIBLE API CHANGE: isoburn_initialize(char msg[1024], int flag)
 1218 
 1219 2008.01.26.120534  [1419]
 1220 libisoburn/libisoburn.h
 1221 configure.ac
 1222 version.h.in
 1223 libisoburn/isoburn.c
 1224 libisoburn/burn_wrap.c
 1225 Introduced versioning (still pre-release) and new API function isoburn_version()
 1226 
 1227 2008.01.26.140005  [1423]
 1228 xorriso/make_xorriso_standalone.sh
 1229 xorriso/configure_ac.txt
 1230 xorriso/xorriso_eng.html
 1231 Adapted standalone tarball to version functions
 1232 
 1233 2008.01.26.142130  [1424]
 1234 xorriso/xorriso.c
 1235 Set program revision to 0.0.1 (previous 0.1.0 was too early)
 1236 
 1237 2008.01.26.171156  [1425]
 1238 libisoburn/libisoburn.h
 1239 libisoburn/isoburn.c
 1240 libisoburn/burn_wrap.c
 1241 xorriso/xorrisoburn.c
 1242 INCOMPATIBLE API CHANGE: isoburn_prepare_new_image() now gets output drive
 1243 
 1244 2008.01.27.174454  [1434]
 1245 xorriso/xorriso.c
 1246 xorriso/xorriso.1
 1247 Changed meaning of -add relative/path
 1248 
 1249 2008.01.28.105404  [1435]
 1250 xorriso/xorriso.c
 1251 xorriso/xorrisoburn.h
 1252 xorriso/xorrisoburn.c
 1253 Made use of iso_set_abort_severity() with option -abort_on
 1254 
 1255 2008.01.28.140149  [1436]
 1256 libisoburn/libisoburn.h
 1257 Updated API introduction and marked API instabilities for mending (soon)
 1258 
 1259 2008.01.28.171915  [1437]
 1260 libisoburn/isoburn.c
 1261 libisoburn/isofs_wrap.c
 1262 xorriso/xorrisoburn.c
 1263 xorriso/compile_xorriso.sh
 1264 xorriso/make_xorriso_standalone.sh
 1265 Adapted to libisofs revison 294
 1266 
 1267 2008.01.28.235717  [1438]
 1268 libisoburn/libisoburn.h
 1269 libisoburn/isoburn.h
 1270 libisoburn/isoburn.c
 1271 xorriso/xorrisoburn.c
 1272 Changed struct isoburn_source_opts to opaque handle struct isoburn_imgen_opts
 1273 
 1274 2008.01.29.125956  [1439]
 1275 libisoburn/libisoburn.h
 1276 libisoburn/isoburn.h
 1277 libisoburn/isoburn.c
 1278 xorriso/xorrisoburn.c
 1279 Changed struct isoburn_read_opts to opaque handle
 1280 
 1281 2008.01.29.184356  [1440]
 1282 configure.ac
 1283 version.h.in
 1284 libisoburn/libisoburn.h
 1285 libisoburn/isoburn.c
 1286 libisoburn/burn_wrap.c
 1287 xorriso/xorrisoburn.c
 1288 xorriso/configure_ac.txt
 1289 New API call isoburn_is_compatible()
 1290 
 1291 29 Jan 2008  [1441]
 1292 libisoburn/libisoburn.h
 1293 Some API documentation enhancements
 1294 
 1295 2008.01.29.211543  [1443]
 1296 libisoburn/burn_wrap.c
 1297 Made use of newest libburn version features
 1298 
 1299 2008.01.31.152131  [1449]
 1300 libisoburn/libisoburn.h
 1301 libisoburn/isoburn.h
 1302 libisoburn/isoburn.c
 1303 libisoburn/isofs_wrap.c
 1304 xorriso/make_xorriso_standalone.sh
 1305 Adapted to libisofs revision 313
 1306 
 1307 2008.01.31.214647  [1450]
 1308 xorriso/xorrisoburn.h
 1309 libisoburn/libisoburn.h
 1310 libisoburn/burn_wrap.c
 1311 xorriso/make_xorriso_standalone.sh
 1312 Compile time and runtime checks for library compatibility
 1313 
 1314 2008.02.01.195817  [1455]
 1315 configure.ac
 1316 Makefile.am
 1317 - libisoburn.pc.in
 1318 + libisoburn-1.pc.in
 1319 xorriso/README
 1320 Enabled build of dynamically linked xorriso, joined -1.pc club
 1321 
 1322 2008.02.01.200153  [1456]
 1323 xorriso/xorriso_makefile_am.txt
 1324 Corrected some false paths in xorriso-standalone Makefile.am
 1325 
 1326 2008.02.02.131049  [1457]
 1327 configure.ac
 1328 Added version checks for libburn and libisofs (by Vreixo)
 1329 
 1330 2008.02.02.131903  [1458]
 1331 xorriso/xorriso.h
 1332 xorriso/xorriso.c
 1333 Added argument to option -commit_eject
 1334 
 1335 2 Feb 2008  [1459]
 1336 xorriso/xorriso_eng.html
 1337 Updated to current state of development
 1338 
 1339 2008.02.02.181200  [1460]
 1340 xorriso/xorrisoburn.c
 1341 Compile time check of libisoburn. Enforced minimum track size of 300 sectors.
 1342 
 1343 2008.02.03.131525  [1466]
 1344 libisoburn/isoburn.h
 1345 libisoburn/isoburn.c
 1346 libisoburn/burn_wrap.c
 1347 libisoburn/isofs_wrap.c
 1348 xorriso/xorrisoburn.c
 1349 Made use of ISO_ERR_SEV() and ISO_ERR_PRIO()
 1350 
 1351 2008.02.03.155704  [1467]
 1352 libisoburn/isofs_wrap.c
 1353 Adapted to libisofs revisio 328
 1354 
 1355 2008.02.03.164038  [1468]
 1356 libisoburn/libisoburn.h
 1357 libisoburn/isoburn.c
 1358 xorriso/xorrisoburn.c
 1359 New API call isoburn_cancel_prepared_write()
 1360 
 1361 2008.02.03.164916  [1469]
 1362 xorriso/xorrisoburn.c
 1363 Reacted on compiler warning
 1364 
 1365 2008.02.03.181259  [1470]
 1366 xorriso/xorriso.c
 1367 xorriso/xorrisoburn.c
 1368 xorriso/xorriso.1
 1369 Made -abort_on and -report_about preemptive if given as dashed start arguments
 1370 
 1371 2008.02.04.093106  [1471]
 1372 libisoburn/burn_wrap.c
 1373 xorriso/xorrisoburn.c
 1374 Adapted to libisofs revision 332
 1375 
 1376 2008.02.04.154405  [1472]
 1377 libisoburn/libisoburn.h
 1378 libisoburn/isoburn.c
 1379 xorriso/xorrisoburn.c
 1380 New API call isoburn_sync_after_write()
 1381 
 1382 2008.02.04.184038  [1475]
 1383 libisoburn/libisoburn.h
 1384 libisoburn/isoburn.c
 1385 libisoburn/burn_wrap.c
 1386 libisoburn/isofs_wrap.c
 1387 xorriso/xorrisoburn.c
 1388 Inserted problem messages where libisoburn API produces own failures 
 1389 
 1390 2008.02.04.214133  [1476]
 1391 libisoburn/libisoburn.h
 1392 libisoburn/isoburn.c
 1393 xorriso/xorrisoburn.c
 1394 Added parameter to new API calls isoburn_cancel_prepared_write, isoburn_sync_after_write
 1395 
 1396 2008.02.05.162621  [1477]
 1397 xorriso/xorriso.h
 1398 xorriso/xorriso_private.h
 1399 xorriso/xorriso.c
 1400 xorriso/xorrisoburn.c
 1401 xorriso/xorriso.1
 1402 New option -padding
 1403 
 1404 2008.02.05.175733  [1478]
 1405 xorriso/xorriso.h
 1406 xorriso/xorriso.c
 1407 xorriso/xorriso.1
 1408 Implemented reassure for -rollback, -rollback_end, -end, -commit, -commit_eject
 1409 
 1410 2008.02.05.191456  [1479]
 1411 xorriso/xorriso.h
 1412 xorriso/xorriso.c
 1413 xorriso/xorriso.1
 1414 Implemented reassure for -blank, -format, -dev, -indev, -devices
 1415 
 1416 2008.02.06.131028  [1480]
 1417 xorriso/xorriso.c
 1418 xorriso/xorriso_private.h
 1419 xorriso/xorrisoburn.h
 1420 xorriso/xorrisoburn.c
 1421 libisoburn/libisoburn.h
 1422 libisoburn/burn_wrap.c
 1423 Now loading libraries before -version, pacifier for -add
 1424 
 1425 2008.02.06.153709  [1481]
 1426 libisoburn/burn_wrap.c
 1427 xorriso/xorriso.c
 1428 xorriso/xorriso.1
 1429 xorriso/xorrisoburn.c
 1430 Rectified SORRY,FAILURE,FATAL classification
 1431 
 1432 2008.02.06.183423  [1484]
 1433 libisoburn/burn_wrap.c
 1434 xorriso/xorrisoburn.c
 1435 Adapted to libisofs revision 337
 1436 
 1437 2008.02.06.183557  [1485]
 1438 xorriso/xorriso.c
 1439 Removed some unused code
 1440 
 1441 2009.02.06.184008  [1486]
 1442 libisoburn/burn_wrap.c
 1443 xorriso/xorrisoburn.c
 1444 Added a missing 0 digit
 1445 
 1446 2008.02.06.214426  [1487]
 1447 libisoburn/libisoburn.h
 1448 libisoburn/isoburn.h
 1449 libisoburn/isoburn.c
 1450 libisoburn/isofs_wrap.c
 1451 xorriso/xorrisoburn.c
 1452 Pacifier for isoburn_read_image()
 1453 
 1454 2008.02.07.074248  [1489]
 1455 xorriso/xorriso.c
 1456 xorriso/xorrisoburn.c
 1457 xorriso/xorriso_private.h
 1458 Added final message to image read pacifier
 1459 
 1460 2008.02.07.154947  [1490]
 1461 libisoburn/data_source.c
 1462 Implemented a primitive single tile cache for image reading
 1463 
 1464 2008.02.07.211424  [1491]
 1465 libisoburn/data_source.c
 1466 Stuffed memory leak with read cache. Economized on error retries.
 1467 
 1468 8 Feb 2008  [1494]
 1469 - xorriso/compare_file.
 1470 + test/compare_file.c
 1471 - ng_src
 1472 Cleaning up remainings of move to ng_src
 1473 
 1474 8 Feb 2008  [1495]
 1475 test/compare_file.c
 1476 Fixed an endless cycle with early EOF
 1477 
 1478 2008.02.08.102122  [1496]
 1479 xorriso/xorriso_makefile_am.txt
 1480 xorriso/make_xorriso_standalone.sh
 1481 xorriso/configure_ac.txt
 1482 xorriso/README
 1483 Added test/compare_file.c to xorriso-standalone tarball
 1484 
 1485 2008.02.08.173928  [1497]
 1486 2008.02.08.174126  [1498]
 1487 libisoburn/data_source.c
 1488 Renamed macro which controls read caching
 1489 
 1490 2008.02.08.175152  [1499]
 1491 xorriso/xorriso_private.h
 1492 xorriso/xorriso.c
 1493 xorriso/xorrisoburn.c
 1494 xorriso/xorriso.1
 1495 Protecting volume ids from getting overwritten by predecessor
 1496 
 1497 2008.02.08.195627  [1500]
 1498 xorriso/xorriso.c
 1499 Warning of -volid which are not ECMA 119 compliant
 1500 
 1501 2008.02.08.215113  [1501]
 1502 xorriso/xorriso.h
 1503 xorriso/xorriso.c
 1504 Silenced misleading toc messages with -commit_eject "in"
 1505 
 1506 2008.02.09.092805  [1502]
 1507 libisoburn/libisoburn.h
 1508 libisoburn/isoburn.c
 1509 Adapted to libisofs revision 346
 1510 
 1511 2008.02.09.100750  [1503]
 1512 libisoburn/libisoburn.h
 1513 libisoburn/burn_wrap.c
 1514 xorriso/xorriso.c
 1515 xorriso/xorrisoburn.c
 1516 New API function isoburn_disc_available_space() fixes bug with DVD+RW capacity
 1517 
 1518 10 Feb 2008  [1504]
 1519 xorriso/README
 1520 Some adjustments in description of compare_file and libisoburn
 1521 
 1522 2008.02.10.122020  [1505]
 1523 xorriso/xorriso.c
 1524 xorriso/xorrisoburn.c
 1525 xorriso/xorriso.1
 1526 Fixed bugs about -mv /im/age . -cdx / -cpr di/sk im/age -- -cpr di/sk . --
 1527 
 1528 2008.02.10.130852  [1506]
 1529 Makefile.am
 1530 Added build of test/compare_file as noinst binary
 1531 
 1532 2008.02.10.135822  [1507]
 1533 xorriso/xorriso.c
 1534 xorriso/xorrisoburn.h
 1535 xorriso/xorrisoburn.c
 1536 Better handling of not-yet-existing -cd
 1537 
 1538 2008.02.11.094742  [1509]
 1539 xorriso/xorriso_private.h
 1540 xorriso/xorriso.h
 1541 xorriso/xorriso.c
 1542 xorriso/xorrisoburn.c
 1543 xorriso/xorriso.1
 1544 Discarding, keeping or patching boot images from existing ISO images
 1545 
 1546 2008.02.11.112917  [1510]
 1547 xorriso/xorrisoburn.c
 1548 Corrected message about isolinux patch option
 1549 
 1550 2008.02.11.113235  [1511]
 1551 xorriso/xorriso.h
 1552 xorriso/xorriso.c
 1553 Final UPDATE message after grafting in files from disk
 1554 
 1555 2008.02.11.135418 [1512]
 1556 xorriso/xorriso_private.h
 1557 xorriso/xorriso.h
 1558 xorriso/xorriso.c
 1559 xorriso/xorriso.1
 1560 New option -return_with
 1561 
 1562 2008.02.11.150123  [1513]
 1563 xorriso/xorrisoburn.c
 1564 isoburn_igopt_allow_full_ascii for -bootimage any keep
 1565 
 1566 2008.02.11.150700  [1514]
 1567 xorriso/xorriso.c
 1568 xorriso/xorriso.1
 1569 Clarifications about -volid rules
 1570 
 1571 11 Feb 2008  [1515]
 1572 xorriso/README
 1573 Adjustments about libisoburn and xorriso dynamic dependencies, compare_file
 1574 
 1575 2008.02.11.162406  [1516]
 1576 xorriso/xorrisoburn.c
 1577 xorriso/xorriso.c
 1578 Changed failure to find a file for removal from FAILURE to SORRY
 1579 
 1580 2008.02.11.174517  [1517]
 1581 xorriso/xorriso.c
 1582 Corrected a bug about -status -return_with
 1583 
 1584 2008.02.11.194807  [1519]
 1585 libisoburn/burn_wrap.c
 1586 xorriso/xorriso_private.h
 1587 xorriso/xorriso.c
 1588 xorriso/xorrisoburn.c
 1589 xorriso/xorriso.1
 1590 New severity MISHAP
 1591 
 1592 2008.02.11.213918  [1520]
 1593 xorriso/xorrisoburn.c
 1594 Mapping in burn runs -abort_on MISHAP to SORRY 
 1595 
 1596 2008.02.12.215327  [1521]
 1597 libisoburn/burn_wrap.c
 1598 xorriso/xorriso.c
 1599 xorriso/xorrisoburn.c
 1600 Improved MISHAP - SORRY mapping and tunneling
 1601 
 1602 2008.02.14.084342  [1525]
 1603 + README
 1604 + COPYING
 1605 + COPYRIGHT
 1606 + INSTALL
 1607 libisoburn/libisoburn.h
 1608 Completing documentation
 1609 
 1610 2008.02.14.101916  [1526]
 1611 Makefile.am
 1612 Adjusted EXTRA_DIST list of files
 1613 
 1614 2008.02.14.120557  [1527]
 1615 xorriso/xorrisoburn.c
 1616 Made a final abort check before burning begins
 1617 
 1618 2008.02.14.175623  [1528]
 1619 xorriso/xorriso_private.h
 1620 xorriso/xorriso.c
 1621 xorriso/xorrisoburn.c
 1622 Imprinting version of xorriso and libraries into ISO preparer_id
 1623 
 1624 2008.02.14.182351  [1529]
 1625 xorriso/xorrisoburn.c
 1626 Made preparer_id more safe against oversize
 1627 
 1628 14 Feb 2008  [1530]
 1629 xorriso/xorriso.1
 1630 Polished man page
 1631 
 1632 14 Feb 2008  [1531]
 1633 xorriso/changelog.txt
 1634 Updated changelog
 1635 
 1636 2008.02.15.100001  [branch 1533]
 1637 configure.ac
 1638 README
 1639 libisoburn/libisoburn.h
 1640 xorriso/README
 1641 xorriso/xorriso_timestamp.h
 1642 xorriso/xorriso_private.h
 1643 xorriso/xorrisoburn.h
 1644 xorriso/xorriso_eng.html
 1645 xorriso/compile_xorriso.sh
 1646 xorriso/make_xorriso_standalone.sh
 1647 xorriso/configure_ac.txt
 1648 Made version number leap to 0.1.0
 1649 
 1650 15 Feb 2008  [branch 1534]
 1651 xorriso/changelog.txt
 1652 Documented initial release and timestamp
 1653 
 1654 15 Feb 2008  [1536]
 1655 configure.ac
 1656 Increased libisofs requirement to 0.6.2
 1657 
 1658 ----------------------------- release  - xorriso-0.1.0.pl00 - 2008.02.15.100001
 1659 * Operates on an existing ISO image or creates a new one.
 1660 * Copies files from filesystem into the ISO image.
 1661 * Renames or deletes file objects in the ISO image.
 1662 * Changes file properties in the ISO image.
 1663 * Can write result as completely new image to optical media
 1664   or filesystem objects.
 1665 * Can write result as add-on session to appendable
 1666   multi-session media, to overwriteable media,
 1667   to regular files, and to block devices.
 1668 * Scans for optical drives, blanks re-useable optical media.
 1669 * Reads its instructions from command line arguments, dialog, and  batch files.
 1670 * Provides navigation commands for interactive ISO image manipulation.
 1671 * Adjustable thresholds for abort, exit value, and problem reporting.
 1672 
 1673 
 1674 2008.02.15.211836  [1537]
 1675 configure.ac
 1676 README
 1677 libisoburn/libisoburn.h
 1678 xorriso/README
 1679 xorriso/xorriso_timestamp.h
 1680 xorriso/xorriso_private.h
 1681 xorriso/xorrisoburn.h
 1682 xorriso/xorriso_eng.html
 1683 xorriso/compile_xorriso.sh
 1684 xorriso/make_xorriso_standalone.sh
 1685 xorriso/configure_ac.txt
 1686 Version leap to 0.1.1
 1687 
 1688 15 Feb 2008  [1538]
 1689 COPYRIGHT
 1690 Corrected according to content of libisofs/COPYRIGHT
 1691 
 1692 2008.02.15.212030  [1539]
 1693 xorriso/xorriso.c
 1694 Changed pacifier text for 0 nodes read from blank image
 1695 
 1696 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.02.15.212030
 1697 
 1698 15 Feb 2008  [1540]
 1699 xorriso/changelog.txt
 1700 Updated changelog
 1701 
 1702 16 Feb 2008  [1543]
 1703 xorriso/xorriso.1
 1704 Adjusted CREDITS text
 1705 
 1706 2008.02.16.202533  [1544]
 1707 xorriso/xorriso_private.h
 1708 xorriso/xorrisoburn.c
 1709 Transfering properties from disk to implicit directories in image path
 1710 
 1711 2008.02.16.211549  [1545]
 1712 xorriso/xorriso_eng.html
 1713 xorriso/changelog.txt
 1714 Mentioned better directory attribute copying
 1715 
 1716 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.02.16.211549
 1717 * Improved attribute transfer from disk for implicit target directories
 1718 
 1719 2008.02.18.210343  [1546]
 1720 xorriso/xorriso.c
 1721 Bug fix: -report_about higher than NOTE did not report at all
 1722 
 1723 19 Feb 2008  [1547]
 1724 test/compare_file.c
 1725 Improved report format
 1726 
 1727 2008.02.19.184432  [1548]
 1728 xorriso/xorriso.c
 1729 xorriso/xorrisoburn.h
 1730 xorriso/xorrisoburn.c
 1731 xorriso/xorriso.1
 1732 New option -as cdrecord emulates a narrow set of cdrecord gestures
 1733 
 1734 2008.02.19.212322  [1549]
 1735 xorriso/xorriso.c
 1736 xorriso/xorriso_private.h
 1737 xorriso/xorrisoburn.c
 1738 xorriso/xorriso.1
 1739 Improved -as cdrecord
 1740 
 1741 20 Feb 2008  [1550]
 1742 test/compare_file.c
 1743 Revoked inflation of file type characters to words
 1744 
 1745 2008.02.20.234726  [1551]
 1746 libisoburn/libisoburn.h
 1747 libisoburn/burn_wrap.c
 1748 xorriso/xorriso.c
 1749 xorriso/xorrisoburn.c
 1750 xorriso/xorriso.1
 1751 New option -as mkisofs emulates a narrow set of mkisofs gestures
 1752 
 1753 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.02.21.090014
 1754 * Bug fix: -report_about HINT or higher did not report at all
 1755 * Bug fix: speed=number without unit or media type letter was always CD speed
 1756 * Bug fix: it was possible to write to appendable media which was not -indev
 1757 * New option -as "cdrecord" emulates a narrow set of cdrecord gestures
 1758 * New option -as "mkisofs" emulates a narrow set of mkisofs gestures
 1759 
 1760 2008.02.21.090014  [1552]
 1761 xorriso/xorriso.h
 1762 xorriso/xorriso_private.h
 1763 xorriso/xorriso.c
 1764 xorriso/xorrisoburn.h
 1765 xorriso/xorrisoburn.c
 1766 New option -publisher
 1767 
 1768 2008.02.21.185203  [1553]
 1769 libisoburn/libisoburn.h
 1770 libisoburn/isoburn.h
 1771 libisoburn/isoburn.c
 1772 libisoburn/burn_wrap.c
 1773 xorriso/xorriso.c
 1774 xorriso/xorrisoburn.c
 1775 xorriso/xorriso.1
 1776 Implemented a more reasonable solution for drive truncation with regular files
 1777 
 1778 2008.02.21.204613  [1558]
 1779 libisoburn/burn_wrap.c
 1780 xorriso/xorrisoburn.c
 1781 Introduced new severity ERRFILE
 1782 
 1783 2008.02.21.211101  [1559]
 1784 xorriso/xorriso.c
 1785 Updated -help text
 1786 
 1787 2008.02.22.114917  [1561]
 1788 libisoburn/burn_wrap.c
 1789 xorriso/xorriso.c
 1790 xorriso/xorrisoburn.c
 1791 Producing ERRFILE messages where appropriate
 1792 
 1793 2008.02.23.101619  [1568]
 1794 libisoburn/libisoburn.h
 1795 Changed libisofs requirements to 0.6.3
 1796 
 1797 2008.02.23.101619  [1569]
 1798 libisoburn/burn_wrap.c
 1799 xorriso/xorrisoburn.c
 1800 Testwise implementation of libisofs.0.6.3 features
 1801 
 1802 2008.02.23.101619  [1570]
 1803 xorriso/xorriso_private.h
 1804 xorriso/xorriso.c
 1805 xorriso/xorriso.1
 1806 New option -errfile_log
 1807 
 1808 2008.02.23.102903  [1571]
 1809 xorriso/configure_ac.txt
 1810 Made libisofs version leap in xorriso-standalone
 1811 
 1812 2008.02.23.113902  [1572]
 1813 xorriso/xorriso.h
 1814 xorriso/xorriso.c
 1815 Directed -as mkisofs -print-size to real stdout
 1816 
 1817 2008.02.23.125537  [1573]
 1818 xorriso/xorrisoburn.c
 1819 Various bugs and deviations around -as mkisofs -print-size
 1820 
 1821 2008.02.23.131825  [1574]
 1822 xorriso/xorrisoburn.c
 1823 Wrong description text
 1824 
 1825 2008.02.25.090001  [ZeroOneZero-pl01 1576 1577]
 1826 libisoburn/burn_wrap.c
 1827 xorriso/xorriso_timestamp.h
 1828 Safety cap for ABI usage bug towards libisofs >= 0.6.2
 1829 
 1830 2008.02.25.174229  [1579]
 1831 libisoburn/burn_wrap.c
 1832 xorriso/xorrisoburn.c
 1833 Adapted to libisofs 362 from Vreixo bzr
 1834 
 1835 2008.02.25.204402  [1580]
 1836 xorriso/xorriso.c
 1837 Adaptions of -as mkisofs and -as cdrecord to enable full use by scdbackup
 1838 
 1839 25 Feb 2008  [1581]
 1840 xorriso/changelog.txt
 1841 Updated changelog
 1842 
 1843 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.02.25.204402
 1844 * New option -publisher
 1845 * New option -errfile_log
 1846 
 1847 
 1848 26 Feb 2008  [1582]
 1849 test/compare_file.c
 1850 Avoided to read content of non-regular files
 1851 
 1852 2008.02.26.213437  [1583]
 1853 xorriso/xorriso.c
 1854 xorriso/xorrisoburn.h
 1855 xorriso/xorrisoburn.c
 1856 xorriso/xorriso.1
 1857 New option -compare
 1858 
 1859 2008.02.27.185744  [1584]
 1860 xorriso/xorriso.c
 1861 Installed pacifier for data reading
 1862 
 1863 2008.02.28.132656  [1587]
 1864 xorriso/xorriso.c
 1865 xorriso/xorrisoburn.c
 1866 xorriso/xorriso.1
 1867 Added new action "compare" to -find
 1868 
 1869 28 Feb 2008  [1588]
 1870 xorriso/xorriso_eng.html
 1871 Mentioned capability to write DVD+R/DL.
 1872 
 1873 2008.02.28.212210  [1589]
 1874 xorriso/xorriso_private.h
 1875 xorriso/xorriso.c
 1876 xorriso/xorrisoburn.c
 1877 New option -compare_r
 1878 
 1879 28 Feb 2008  [1590]
 1880 xorriso/xorriso.1
 1881 New option -compare_r, new -findx -exec in_iso, -exec no_in_iso
 1882 
 1883 28 Feb 2008  [1591]
 1884 test/compare_file.c
 1885 Micro bug fix ported from xorriso
 1886 
 1887 2008.02.28.215343  [1592]
 1888 xorriso/xorriso.c
 1889 Better handling of disk to iso address mapping during compare runs
 1890 
 1891 2008.02.29.200510  [1593]
 1892 xorriso/xorriso.h
 1893 xorriso/xorriso.c
 1894 xorriso/xorrisoburn.h
 1895 xorriso/xorrisoburn.c
 1896 xorriso/xorriso.1
 1897 New option -update (not yet completed)
 1898 
 1899 2008.03.01.151219  [1594]
 1900 xorriso/xorriso_private.h
 1901 xorriso/xorriso.c
 1902 xorriso/xorrisoburn.h
 1903 xorriso/xorrisoburn.c
 1904 xorriso/xorriso.1
 1905 New option update_r, -find actions "update" and "add_missing" (not yet completed)
 1906 
 1907 2008.03.02.172751  [1596]
 1908 xorriso/xorrisoburn.c
 1909 Made -update_r and -find -exec update safe against IsoDirIter pitfalls
 1910 
 1911 2008.03.02.201455  [1597]
 1912 xorriso/xorriso.c
 1913 xorriso/xorrisoburn.h
 1914 xorriso/xorrisoburn.c
 1915 Made IsoDirIter workaround obey -temp_mem_limit
 1916 
 1917 4 Mar 2008  [libisofs_thomas 1599 1600]
 1918 Switch to Vreixo development branch 378
 1919 
 1920 2008.03.04.174107  [1601]
 1921 xorriso/make_xorriso_standalone.sh
 1922 xorriso/xorriso_makefile_am.txt
 1923 Adapted to libisofs Vreixo 378
 1924 
 1925 2008.03.04.180738  [1602]
 1926 xorriso/xorriso.c
 1927 xorriso/xorrisoburn.c
 1928 Improvements about -update_r and -compare_r
 1929 
 1930 2008.03.05.125118  [1603]
 1931 xorriso/xorrisoburn.c
 1932 Bug fix: -follow param did not work for symbolic links
 1933 
 1934 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.03.05.125118
 1935 * Support for DVD+R/DL media
 1936 * Bug fix: -follow param did not work for adding non-directory symbolic links
 1937 
 1938 
 1939 2008.03.05.173329  [1604]
 1940 xorriso/xorriso.c
 1941 xorriso/xorrisoburn.c
 1942 Made -compare* and -update* obey -follow links (-follow mount still not correct)
 1943 
 1944 5 Mar 2008  [1605]
 1945 xorriso/xorriso.1
 1946 Some man page clarification
 1947 
 1948 2008.03.06.114233  [1606]
 1949 xorriso/xorriso.c
 1950 xorriso/xorrisoburn.h
 1951 xorriso/xorrisoburn.c
 1952 xorriso/xorriso.1
 1953 New -find actions "rm" and "rm_r", silenced comparison results with -update*
 1954 
 1955 2008.03.06.174724  [1608]
 1956 xorriso/xorriso.c
 1957 xorriso/xorrisoburn.c
 1958 xorriso/xorriso.1
 1959 Fixed bug about non existing disk_path with -update_r
 1960 
 1961 7 Mar 2008  [1609]
 1962 xorriso/xorriso_eng.html
 1963 Re-arranged development download part
 1964 
 1965 2008.03.07.075325  [1610]
 1966 xorriso/xorriso.c
 1967 xorriso/xorrisoburn.c
 1968 New -findx -type "m" for active mount points
 1969 
 1970 2008.03.07.182411  [1611]
 1971 xorriso/xorriso.c
 1972 xorriso/xorrisoburn.h
 1973 xorriso/xorrisoburn.c
 1974 xorriso/xorriso.1
 1975 New -findx -exec action "empty_iso_dir", workaround for ticket 132
 1976 
 1977 2008.03.07.220442  [1612]
 1978 xorriso/xorriso.c
 1979 xorriso/xorrisoburn.h
 1980 xorriso/xorrisoburn.c
 1981 xorriso/xorriso.1
 1982 Made -update_r and -compare_r obey disabling of -follow "mount"
 1983 
 1984 8 Mar 2008  [libisofs_thomas 1613]
 1985 Switch to Vreixo development branch 383
 1986 
 1987 2008.03.08.104231  [1614]
 1988 xorriso/xorrisoburn.c
 1989 Adapted to iso_tree_add_new_node()
 1990 
 1991 8 Mar 2008  [1615]
 1992 xorriso/xorriso.1
 1993 Example use case for -update_r "Incremental backup of a few directory trees"
 1994 
 1995 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.03.08.122747
 1996 * Bug fix: It was not possible to -add /THIS=a /b=THIS
 1997 * New options -compare, -compare_r and according -find -exec action
 1998 * New options -update, -update_r and according -find -exec action
 1999 * New -find actions "rm", "rm_r", new -findx -type "m" -exec "empty_iso_dir"
 2000 
 2001 
 2002 2008.03.09.142200  [1616]
 2003 xorriso/xorriso.h
 2004 xorriso/xorriso_private.h
 2005 xorriso/xorriso.c
 2006 xorriso/xorrisoburn.h
 2007 xorriso/xorrisoburn.c
 2008 xorriso/xorriso.1
 2009 New option -cut_out
 2010 
 2011 9 Mar 2008  [libisofs_thomas 1617]
 2012 Switch to Vreixo development branch 386
 2013 
 2014 2008.03.09.211041  [1618]
 2015 xorriso/xorriso.c
 2016 xorriso/xorrisoburn.c
 2017 xorriso/xorriso.1
 2018 Some polishing about -cut_out
 2019 
 2020 2008.03.11.113444  [1619]
 2021 xorriso/xorriso.c
 2022 xorriso/xorrisoburn.c
 2023 Sketched split file scheme with partno,totalparts,offset,count,totalsize
 2024 
 2025 11 Mar 2008  [1620]
 2026 xorriso/xorriso.1
 2027 Updated description of -cut_out
 2028 
 2029 ------------------------------------ cycle  - xorriso-0.1.1 - 2008.03.11.113444
 2030 * New option -cut_out
 2031 
 2032 
 2033 2008.03.12.100001 [XorrisoZeroOneTwo 1626]
 2034 xorriso/README
 2035 xorriso/xorriso_timestamp.h
 2036 xorriso/xorriso_private.h
 2037 xorriso/xorrisoburn.h
 2038 xorriso/xorriso_eng.html
 2039 xorriso/make_xorriso_standalone.sh
 2040 xorriso/configure_ac.txt
 2041 Version leap to xorriso-0.1.2
 2042 
 2043 ---------------------------------- release  - xorriso-0.1.2 - 2008.03.12.100001
 2044 * Bug fix: -report_about HINT or higher did not report at all
 2045 * Bug fix: speed=number without unit or media type letter was always CD speed
 2046 * Bug fix: it was possible to write to appendable media which was not -indev
 2047 * Bug fix: -follow param did not work for adding non-directory symbolic links
 2048 * Bug fix: It was not possible to -add /THIS=a /b=THIS
 2049 * Improved attribute transfer from disk for implicit target directories
 2050 * New option -as "cdrecord" emulates a narrow set of cdrecord gestures
 2051 * New option -as "mkisofs" emulates a narrow set of mkisofs gestures
 2052 * New option -publisher
 2053 * New option -errfile_log
 2054 * Support for DVD+R/DL media
 2055 * New options -compare, -compare_r and according -find -exec action
 2056 * New options -update, -update_r and according -find -exec action
 2057 * New -find actions "rm", "rm_r", new -findx -type "m" -exec "empty_iso_dir"
 2058 * New option -cut_out
 2059 
 2060 
 2061 2008.03.12.130605  [1627]
 2062 configure.ac
 2063 README
 2064 libisoburn/libisoburn.h
 2065 xorriso/README
 2066 xorriso/xorriso_timestamp.h
 2067 xorriso/xorriso_private.h
 2068 xorriso/xorrisoburn.h
 2069 xorriso/xorriso_eng.html
 2070 xorriso/make_xorriso_standalone.sh
 2071 xorriso/configure_ac.txt
 2072 Version leap to 0.1.3
 2073 
 2074 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.03.12.130605
 2075 
 2076 12 Mar 2008  [XorrisoZeroOneTwo 1628] [1629]
 2077 xorriso/changelog.txt
 2078 Documented changes and release timestamp
 2079 
 2080 2008.03.19.081837  [1637]
 2081 xorriso/xorriso.c
 2082 Bug fix: -as mkisofs -nopad must be -no-pad
 2083 
 2084 19 Mar 2008  [1638]
 2085 xorriso/xorriso.1
 2086 Added a hint about alternating media with -update_r
 2087 
 2088 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.03.19.081837
 2089 * Bug fix: -as mkisofs -no-pad was misspelled -nopad
 2090 
 2091 
 2092 20 Mar 2008  [1639]
 2093 xorriso/README
 2094 Added -commit_eject all to an example which involves mount
 2095 
 2096 2008.03.20.192317  [1640]
 2097 xorriso/xorriso.c
 2098 Changed messages of -update and -update_r
 2099 
 2100 2008.03.20.210522  [1641]
 2101 xorriso/xorriso_private.h
 2102 xorriso/xorriso.c
 2103 xorriso/xorrisoburn.c
 2104 Better handling of attempt to manipulate non-existent ISO image
 2105 
 2106 2008.03.22.130031  [1642]
 2107 xorriso/xorriso_private.h
 2108 xorriso/xorriso.c
 2109 xorriso/xorrisoburn.h
 2110 xorriso/xorrisoburn.c
 2111 Working towards coordination of -compare, -update and -cut_out
 2112 
 2113 2008.03.22.130128  [1643]
 2114 xorriso/xorrisoburn.c
 2115 Bug fix: Implicite directory attribute copying with -cut_out was wrong
 2116 
 2117 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.03.22.130128
 2118 * Bug fix: Implicite directory attribute copying with -cut_out was wrong
 2119 
 2120 
 2121 22 Mar 2008  [1644]
 2122 xorriso/xorriso.1
 2123 Correction about Linux mount which does not accept session= with DVD.
 2124 
 2125 2008.03.25.170747  [1645]
 2126 xorriso/xorriso_private.h
 2127 xorriso/xorriso.c
 2128 xorriso/xorrisoburn.h
 2129 xorriso/xorrisoburn.c
 2130 Working towards coordination of -compare, -update and -cut_out
 2131 
 2132 2008.03.26.092120  [1646]
 2133 xorriso/xorrisoburn.c
 2134 Gave up obsoleted macros and their code branches
 2135 
 2136 2008.03.27.103344  [1647]
 2137 xorriso/xorriso.c
 2138 xorriso/xorrisoburn.c
 2139 Working towards coordination of -update and -cut_out
 2140 
 2141 27 Mar 2008  [1648]
 2142 xorriso/xorriso.1
 2143 Published coordination rules for -cut_out, -compare and -update
 2144 
 2145 2008.03.29.164038  [1649]
 2146 xorriso/xorriso_private.h
 2147 xorriso/xorriso.h
 2148 xorriso/xorriso.c
 2149 xorriso/xorrisoburn.h
 2150 xorriso/xorrisoburn.c
 2151 xorriso/xorriso.1
 2152 New option -split_size, automated splitting of oversized files
 2153 
 2154 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.03.29.164038
 2155 * Coordination of -cut_out, -compare and -update
 2156 * New option -split_size, automated splitting of oversized files
 2157 
 2158 2008.03.31.081347  [1650]
 2159 xorriso/xorriso.c
 2160 xorriso/xorriso.1
 2161 Adjusted documentation of -split_size
 2162 
 2163 2008.04.01.213121  [1652]
 2164 libisoburn/data_source.c
 2165 Replaced single 128 kB cache tile by 32 tiles of 64 kB each
 2166 
 2167 2 Apr 2008  [1653]
 2168 COPYRIGHT
 2169 Corrected GPL version
 2170 
 2171 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.04.03.074309
 2172 * Improved performance with reading directory trees
 2173 
 2174 2008.04.03.204051  [1657]
 2175 libisoburn/libisoburn.h
 2176 libisoburn/isoburn.h
 2177 libisoburn/isoburn.c
 2178 xorriso/xorriso_private.h
 2179 xorriso/xorriso.c
 2180 xorriso/xorrisoburn.c
 2181 xorriso/xorriso.1
 2182 New option -session_log
 2183 
 2184 5 Apr 2008  [1658]
 2185 xorriso/xorriso.1
 2186 Mentioned that drives close full media automatically 
 2187 
 2188 2008.04.05.112055  [1659]
 2189 xorriso/xorrisoburn.c
 2190 Reporting amount of non-data with -toc media summary
 2191 
 2192 5 Apr 2008  [1660]
 2193 xorriso/xorriso_eng.html
 2194 Mentioned new features
 2195 
 2196 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.04.05.112055
 2197 * New option -session_log
 2198 
 2199 2008.04.07.185727  [1662]
 2200 xorriso/xorriso.h
 2201 Added prototype of Xorriso_option_session_log()
 2202 
 2203 2008.04.07.201253  [1664]
 2204 xorriso/xorriso.c
 2205 xorriso/xorrisoburn.c
 2206 Removed some unused code
 2207 
 2208 8 Apr 2008  [1677]
 2209 xorriso/configure_ac.txt
 2210 Followed version leaps of libburn
 2211 
 2212 2008.04.08.153508  [1678]
 2213 libisoburn/libisoburn.h
 2214 xorriso/xorrisoburn.c
 2215 Made libisoburn and xorriso require libburn >= 0.4.4 
 2216 
 2217 2008.04.09.114815  [1679]
 2218 xorriso/xorriso.c
 2219 xorriso/xorrisoburn.c
 2220 Corrected behavior around image data read error
 2221 
 2222 2008.04.12.112159  [1682]
 2223 xorriso/xorriso.c
 2224 Changed behavior of -commit_eject ""
 2225 
 2226 2008.04.18.184517  [1690]
 2227 libisoburn/data_source.c
 2228 Restricted ds_read_block() messages about unreadable data to actual data block
 2229 
 2230 2008.04.20.111054  [1692]
 2231 libisoburn/data_source.c
 2232 Corrected maximum age value for read buffer tiles
 2233 
 2234 20 Apr 2008  [1693]
 2235 xorriso/xorriso.1
 2236 Mentioned stdin with option -path_list
 2237 
 2238 2008.04.20.111419  [1694]
 2239 libisoburn/burn_wrap.c
 2240 xorriso/xorrisoburn.c
 2241 Displaying free space rather than "non-data" on drive aquiry and -toc
 2242 
 2243 28 Apr 2008  [1709]
 2244 xorriso/configure_ac.txt
 2245 Updated libisofs version number in xorriso-standalone
 2246 
 2247 ------------------------------------ cycle  - xorriso-0.1.3 - 2008.04.28.082539
 2248 * Now depending on libisofs-0.6.4
 2249 
 2250 2008.04.28.120001  [branch 1711]
 2251 configure.ac
 2252 README
 2253 libisoburn/libisoburn.h (isoburn_header_version_*)
 2254 xorriso/README
 2255 xorriso/xorriso_timestamp.h
 2256 xorriso/xorriso_private.h
 2257 xorriso/xorrisoburn.h (xorriso_libisoburn_req_*)
 2258 xorriso/xorriso_eng.html
 2259 xorriso/make_xorriso_standalone.sh
 2260 xorriso/configure_ac.txt
 2261 Version leap to 0.1.4
 2262 
 2263 28 Apr 2008  [branch 1712]
 2264 xorriso/changelog.txt
 2265 Documented changes and release timestamp
 2266 
 2267 ---------------------------------- release  - xorriso-0.1.4 - 2008.04.28.120001
 2268 * Bug fix: -as mkisofs -no-pad was misspelled -nopad
 2269 * Bug fix: Implicite directory attribute copying with -cut_out was wrong
 2270 * Coordination of -cut_out, -compare and -update
 2271 * New option -split_size, automated splitting of oversized files
 2272 * Improved performance with reading directory trees
 2273 * New option -session_log
 2274 * Dynamically linkable with release version 0.6.4 of libisofs
 2275 
 2276 
 2277 2008.04.28.122244  [1713]
 2278 configure.ac
 2279 README
 2280 libisoburn/libisoburn.h (isoburn_header_version_*)
 2281 xorriso/README
 2282 xorriso/xorriso_timestamp.h
 2283 xorriso/xorriso_private.h
 2284 xorriso/xorrisoburn.h (xorriso_libisoburn_req_*)
 2285 xorriso/xorriso_eng.html
 2286 xorriso/make_xorriso_standalone.sh
 2287 xorriso/configure_ac.txt
 2288 Version leap to 0.1.5
 2289 
 2290 28 Apr 2008  [1714]
 2291 xorriso/changelog.txt
 2292 Documented changes and release timestamp
 2293 
 2294 ------------------------------------ cycle  - xorriso-0.1.5 - 2008.04.28.122244
 2295 
 2296 2008.05.01.124248  [1716]
 2297 libisoburn/isofs_wrap.c
 2298 xorriso/xorriso.h
 2299 xorriso/xorriso_private.h
 2300 xorriso/xorriso.c
 2301 xorriso/xorrisoburn.c
 2302 xorriso/xorriso.1
 2303 New option -error_behavior with a first occasion 'image_loading'
 2304 
 2305 1 May 2008  [1717]
 2306 xorriso/convert_man_to_html.sh
 2307 Fine tuning of HTML man page appearance
 2308 
 2309 1 May 2008  [1718]
 2310 xorriso/xorriso.1
 2311 Clarified "best_effort" behavior
 2312 
 2313 2008.05.01.135421  [1719]
 2314 libisoburn/data_source.c
 2315 Adjusted ds_read_block() to inofficial libisofs expectations
 2316 
 2317 2008.05.01.174110  [1720]
 2318 libisoburn/data_source.c
 2319 Adjusted ds_read_block() to inofficial libisofs expectations
 2320 
 2321 2008.05.02.072505  [1721]
 2322 libisoburn/data_source.c
 2323 Adjusted ds_read_block() to inofficial libisofs expectations
 2324 
 2325 2008.05.02.204942  [1722]
 2326 xorriso/xorriso_private.h
 2327 xorriso/xorriso.h
 2328 xorriso/xorriso.c
 2329 xorriso/xorrisoburn.c
 2330 Working towards exclusion of user defined absolute paths and leaf patterns
 2331 
 2332 2008.05.03.151106  [1724]
 2333 xorriso/xorriso_private.h
 2334 xorriso/xorriso.c
 2335 xorriso/xorrisoburn.c
 2336 Working towards exclusion of user defined absolute paths and leaf patterns
 2337 
 2338 2008.05.03.223204  [1725] 
 2339 xorriso/xorriso_private.h
 2340 xorriso/xorriso.c
 2341 xorriso/xorrisoburn.c
 2342 Working towards exclusion of user defined absolute paths and leaf patterns
 2343 
 2344 2008.05.04.133525  [1726]
 2345 xorriso/xorriso.c
 2346 xorriso/xorriso.1
 2347 New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
 2348 
 2349 4 May 2008  [1727]
 2350 xorriso/xorriso_eng.html
 2351 xorriso/changelog.txt
 2352 Mentioned new options
 2353 
 2354 ------------------------------------ cycle  - xorriso-0.1.5 - 2008.05.04.133525
 2355 * New option -error_behavior with a first occasion 'image_loading'
 2356 * New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
 2357 
 2358 
 2359 2008.05.05.210317  [1728]
 2360 xorriso/xorrisoburn.c
 2361 After formatting DVD-RW write 128 MB and close track to end Intermediate State
 2362 
 2363 2008.05.06.084439  [1731]
 2364 xorriso/xorrisoburn.c
 2365 Calling isoburn_cancel_prepared_write() after failed isoburn_disc_write()
 2366 
 2367 2008.05.06.144606  [1732]
 2368 libisoburn/isoburn.h
 2369 libisoburn/isoburn.c
 2370 libisoburn/isofs_wrap.c
 2371 libisoburn/burn_wrap.c
 2372 Experiment for TOC on overwriteables: Keep a target_head copy of session #1
 2373 
 2374 2008.05.07.071427  [1737]
 2375 libisoburn/isoburn.h
 2376 libisoburn/isoburn.c
 2377 libisoburn/burn_wrap.c
 2378 libisoburn/isofs_wrap.c
 2379 Removed some outdated ifdef cases
 2380 
 2381 2008.05.07.175508  [1738]
 2382 libisoburn/libisoburn.h
 2383 libisoburn/isoburn.h
 2384 libisoburn/burn_wrap.c
 2385 Reading emulated toc info from overwriteable media, new API isoburn_toc_*()
 2386 
 2387 2008.05.07.175640  [1739]
 2388 xorriso/xorrisoburn.c
 2389 Making use of new isoburn_toc_* functions
 2390 
 2391 2008.05.07.214343  [1740]
 2392 libisoburn/libisoburn.h
 2393 libisoburn/burn_wrap.c
 2394 New API function isoburn_read_iso_head()
 2395 
 2396 2008.05.07.214442  [1741]
 2397 xorriso/xorrisoburn.c
 2398 New format with -toc is more concise and shows volume id
 2399 
 2400 2008.05.08.141054  [1742]
 2401 libisoburn/libisoburn.h
 2402 libisoburn/isoburn.h
 2403 libisoburn/burn_wrap.c
 2404 Try to read header chain from alleged -ROM media (e.g. DVD+RW in -ROM drive)
 2405 
 2406 2008.05.08.141920  [1743]
 2407 xorriso/xorriso.h
 2408 xorriso/xorriso_private.h
 2409 xorriso/xorriso.c
 2410 xorriso/xorrisoburn.c
 2411 xorriso/xorriso.1
 2412 xorriso/xorriso_eng.html
 2413 New TOC layout with volume id and sbsector=, new option -rom_toc_scan 
 2414 
 2415 8 May 2008  [1744]
 2416 xorriso/xorriso_eng.html
 2417 Mentioned new features
 2418 
 2419 ------------------------------------ cycle  - xorriso-0.1.5 - 2008.05.08.141920
 2420 * Emulated TOC on overwriteable media
 2421 * New TOC layout with volume id and sbsector=
 2422 * New option -rom_toc_scan
 2423 
 2424 
 2425 2008.05.08.185350  [1745]
 2426 libisoburn/isoburn.h
 2427 libisoburn/isoburn.c
 2428 libisoburn/burn_wrap.c
 2429 Adjusted reply of isoburn_disc_get_msc1() to eventual -rom_toc_scan result
 2430 
 2431 8 May 2008  [1746]
 2432 xorriso/xorriso.1
 2433 Updated man page examples
 2434 
 2435 8 May 2008  [1747]
 2436 xorriso/xorriso.1
 2437 Updated man page examples
 2438 
 2439 ------------------------------------ cycle  - xorriso-0.1.5 - 2008.05.08.205551
 2440 
 2441 9 May 2008  [1751]
 2442 xorriso/xorriso_eng.html
 2443 Updated details in web page
 2444 
 2445 2008.05.09.205517  [1752]
 2446 libisoburn/isofs_wrap.c
 2447 Trying to better handle non ISO images on -indev
 2448 
 2449 10 May 2008  [1761]
 2450 xorriso/configure_ac.txt
 2451 Adapted xorriso standalone production to new libburn cycle 0.4.7
 2452 
 2453 10 May 2008  [1762]
 2454 xorriso/xorriso.1
 2455 xorriso/xorriso_eng.html
 2456 Minor change in -update_r example
 2457 
 2458 2008.05.10.194336  [1763]
 2459 xorriso/xorrisoburn.h
 2460 xorriso/xorrisoburn.c
 2461 xorriso/xorriso.c
 2462 Better behavior of update_r with no image present
 2463 
 2464 2008.05.12.080812  [1765]
 2465 configure.ac
 2466 libisoburn/libisoburn.h
 2467 Switched requirements to libburn-0.4.6
 2468 
 2469 2008.05.12.081331  [1766]
 2470 libisoburn/libisoburn.h
 2471 libisoburn/burn_wrap.c
 2472 New API call isoburn_set_msc1()
 2473 
 2474 2008.05.12.082733  [1767]
 2475 xorriso/xorriso_private.h
 2476 xorriso/xorriso.c
 2477 xorriso/xorrisoburn.c
 2478 xorriso/xorriso.1
 2479 xorriso/xorriso_eng.html
 2480 New option -load session|track|sbsector|volid
 2481 
 2482 ------------------------------------ cycle  - xorriso-0.1.5 - 2008.05.12.082733
 2483 * New option -load session|track|sbsector|volid
 2484 * Now depending on libburn-0.4.6
 2485 
 2486 
 2487 2008.05.12.193341  [1768]
 2488 libisoburn/burn_wrap.c
 2489 Reacted on harmless compiler warning
 2490 
 2491 2008.05.12.193642  [1769]
 2492 xorriso/xorriso.c
 2493 xorriso/xorrisoburn.h
 2494 xorriso/xorrisoburn.c
 2495 xorriso/xorriso.1
 2496 New -blank and -format modes as_needed
 2497 
 2498 2008.05.13.115901  [1770]
 2499 xorriso/xorriso.h
 2500 xorriso/xorriso.c
 2501 xorriso/xorrisoburn.h
 2502 xorriso/xorrisoburn.c
 2503 xorriso/xorriso.1
 2504 xorriso/xorriso_eng.html
 2505 New option -list_formats
 2506 
 2507 2008.05.13.135251  [1771]
 2508 libisoburn/isoburn.h
 2509 libisoburn/isoburn.c
 2510 libisoburn/isofs_wrap.c
 2511 libisoburn/burn_wrap.c
 2512 xorriso/xorrisoburn.c
 2513 xorriso/xorriso.1
 2514 Corrected strange behavior with non-ISO images on overwriteable media
 2515 
 2516 2008.05.13.153837 [1772]
 2517 xorriso/xorrisoburn.c
 2518 Prepared Xorriso_get_profile() for potential call without flag bit1
 2519 
 2520 2008.05.13.180624  [1773]
 2521 xorriso/xorrisoburn.c
 2522 Handled -list_format with non MMC drives
 2523 
 2524 2008.05.13.180912  [1774]
 2525 xorriso/xorriso.h
 2526 xorriso/xorriso.c
 2527 xorriso/xorriso.1
 2528 Eat up leading dashes with command options, convert inner dashes to underscores
 2529 
 2530 ------------------------------------ cycle  - xorriso-0.1.5 - 2008.05.13.180912
 2531 * New -blank and -format modes as_needed
 2532 * New option -list_formats
 2533 
 2534 2008.05.14.114548  [1775]
 2535 xorriso/xorriso.c
 2536 xorriso/xorrisoburn.c
 2537 xorriso/xorriso.1
 2538 New -format types by_index and fast_by_index
 2539 
 2540 2008.05.14.173201  [1779]
 2541 configure.ac
 2542 libisoburn/libisoburn.h
 2543 Required libburn version is now 0.4.7 (because of DVD-RAM BD-RE bug fix)
 2544 
 2545 2008.05.14.173430  [1780]
 2546 xorriso/xorrisoburn.c
 2547 Automatic fast format on attempt to write to unformatted DVD-RAM or BD-RE 
 2548 
 2549 2008.05.14.174846  [1781]
 2550 xorriso/xorriso_private.h
 2551 Uploaded forgotten enhancements
 2552 
 2553 2008.05.15.092028  [1783]
 2554 xorriso/xorriso.c
 2555 Enabled a pacifier for compare_r
 2556 
 2557 2008.05.15.150041  [1784]
 2558 xorriso/xorriso.h
 2559 xorriso/xorriso.c
 2560 xorriso/xorrisoburn.c
 2561 xorriso/xorriso.1
 2562 xorriso/xorriso_eng.html
 2563 New options -map and -map_single
 2564 
 2565 2008.05.15.192118  [1785]
 2566 xorriso/xorriso.c
 2567 Bug fix: -update_r and others did not work properly with relative paths
 2568 
 2569 ------------------------------------ cycle  - xorriso-0.1.5 - 
 2570 * New options -map and -map_single
 2571 * Bug fix: -update_r and others did not work properly with relative paths
 2572 
 2573 
 2574 2008.05.17.162753  [1794]
 2575 xorriso/xorriso.c
 2576 xorriso/xorrisoburn.c
 2577 Corrected ugly message with -update_r and root directory
 2578 
 2579 2008.05.17.170001  [1796]
 2580 configure.ac
 2581 README
 2582 libisoburn/libisoburn.h
 2583 xorriso/README
 2584 xorriso/xorriso_timestamp.h
 2585 xorriso/xorriso_private.h
 2586 xorriso/xorrisoburn.h
 2587 xorriso/xorriso_eng.html
 2588 xorriso/make_xorriso_standalone.sh
 2589 xorriso/configure_ac.txt
 2590 Version leap to 0.1.6, requiring libburn-0.4.8 now
 2591 
 2592 2008.05.18.070001  [1797]
 2593 xorriso/xorriso.c
 2594 xorriso/xorrisoburn.c
 2595 Bug fix: -findi operated on nodes which ceased existence shortly before
 2596 
 2597 18 May 2008  [1799]
 2598 xorriso/changelog.txt
 2599 Documented changes and release timestamp
 2600 
 2601 ---------------------------------- release  - xorriso-0.1.6 - 2008.05.18.070001
 2602 * New option -error_behavior with a first occasion 'image_loading'
 2603 * New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m
 2604 * Emulated TOC on overwriteable media
 2605 * New TOC layout with volume id and sbsector=
 2606 * New option -rom_toc_scan
 2607 * New option -load session|track|sbsector|volid
 2608 * Now depending on libburn-0.4.8
 2609 * New -blank and -format modes as_needed
 2610 * New option -list_formats
 2611 * New options -map and -map_single
 2612 * Bug fix: -update_r and others did not work properly with relative paths
 2613 * Bug fix: -findi operated on nodes which ceased existence shortly before
 2614 
 2615 
 2616 2008.05.18.082208  [1798]
 2617 xorriso/xorriso.c
 2618 xorriso/xorrisoburn.c
 2619 Bug fix: -findi operated on nodes which ceased existence shortly before
 2620 
 2621 2008.05.18.084729  [1800]
 2622 configure.ac
 2623 README
 2624 libisoburn/libisoburn.h
 2625 xorriso/README
 2626 xorriso/xorriso_timestamp.h
 2627 xorriso/xorriso_private.h
 2628 xorriso/xorrisoburn.h
 2629 xorriso/xorriso_eng.html
 2630 xorriso/make_xorriso_standalone.sh
 2631 xorriso/configure_ac.txt
 2632 xorriso/changelog.txt
 2633 Version leap to 0.1.7, requiring libburn-0.4.8 now
 2634 
 2635 ------------------------------------ cycle  - xorriso-0.1.7 - 2008.05.18.084729
 2636 
 2637 2008.05.20.075142  [1804]
 2638 xorriso/xorriso.c
 2639 Making Xorriso_prescan_args() safe against misunderstandings
 2640 
 2641 2008.05.22.192618  [1808]
 2642 xorriso/xorriso.h
 2643 xorriso/xorriso_private.h
 2644 xorriso/xorriso.c
 2645 xorriso/xorrisoburn.h
 2646 xorriso/xorrisoburn.c
 2647 First experiments of osirrox ISO-to-disk copying
 2648 
 2649 2008.05.22.192737  [1809]
 2650 libisoburn/data_source.c
 2651 Removed outdated code branch
 2652 
 2653 2008.05.22.210835  [1810]
 2654 xorriso/xorriso.c
 2655 xorriso/xorrisoburn.c
 2656 xorriso/xorriso.1
 2657 New options -osirrox and -cpx
 2658 
 2659 2008.05.24.092546  [1812]
 2660 xorriso/xorriso_private.h
 2661 xorriso/xorriso.c
 2662 xorriso/xorrisoburn.c
 2663 xorriso/xorriso.1
 2664 Enabled osirrox of more file types, curbed with device files
 2665 
 2666 2008.05.24.092853  [1813]
 2667 libisoburn/isoburn.c
 2668 Bug fix: modifying to overwriteable target yielded unmountable results
 2669 
 2670 ------------------------------------ cycle  - xorriso-0.1.7 - 2008.05.24.092853
 2671 * Bug fix: Modifying to overwriteable target yielded unmountable results
 2672 * New options -osirrox and -cpx
 2673 
 2674 
 2675 2008.05.24.170109  [1814]
 2676 xorriso/xorriso.c
 2677 xorriso/xorrisoburn.c
 2678 Some polishing with -cpx
 2679 
 2680 26 May 2008  [1815]
 2681 xorriso/configure_ac.txt
 2682 standalone version switch to libisofs-0.6.5
 2683 
 2684 2008.05.26.181210  [1816]
 2685 xorriso/xorriso_private.h
 2686 xorriso/xorriso.c
 2687 xorriso/xorrisoburn.c
 2688 Improved access permission restauration by osirrox
 2689 
 2690 2008.05.27.201513  [1817]
 2691 xorriso/xorriso.h
 2692 xorriso/xorriso_private.h
 2693 xorriso/xorriso.c
 2694 xorriso/xorrisoburn.c
 2695 xorriso/xorriso.1
 2696 xorriso/xorriso_eng.html
 2697 New option -stream_recording
 2698 
 2699 2008.05.31.174045  [1819]
 2700 xorriso/xorriso_private.h
 2701 xorriso/xorriso.c
 2702 xorriso/xorrisoburn.h
 2703 xorriso/xorrisoburn.c
 2704 xorriso/xorriso.1
 2705 Implemented concatenation of split files during -cpx
 2706 
 2707 ------------------------------------ cycle  - xorriso-0.1.7 - 2008.05.31.174045
 2708 * New option -stream_recording
 2709 
 2710 2008.06.01.134322  [1820]
 2711 xorriso/xorrisoburn.c
 2712 Reacted on harmless compiler warning
 2713 
 2714 2008.06.01.145038  [1821]
 2715 xorriso/configure_ac.txt
 2716 standalone version switch to libisofs-0.6.6
 2717 
 2718 2008.06.01.145155  [1822]
 2719 configure.ac
 2720 libisoburn/libisoburn.h
 2721 Switched requirements to libisofs-0.6.6
 2722 
 2723 ------------------------------------ cycle  - xorriso-0.1.7 - 2008.06.01.145155
 2724 * Bug fix: major,minor numbers of device files appeared as 0,1 in next session
 2725 
 2726 
 2727 2008.06.02.070301  [1824]
 2728 configure.ac
 2729 README
 2730 libisoburn/libisoburn.h
 2731 xorriso/README
 2732 xorriso/xorriso_timestamp.h
 2733 xorriso/xorriso_private.h
 2734 xorriso/xorrisoburn.h
 2735 xorriso/xorriso_eng.html
 2736 xorriso/make_xorriso_standalone.sh
 2737 xorriso/configure_ac.txt
 2738 Version leap to 0.1.8
 2739 
 2740 2 Jun 2008  [1825]
 2741 xorriso/changelog.txt
 2742 Documented changes and release timestamp
 2743 
 2744 ---------------------------------- release  - xorriso-0.1.8 - 2008.06.02.070301
 2745 * Bug fix: Modifying to overwriteable target yielded unmountable results
 2746 * Bug fix: major,minor numbers of device files appeared as 0,1 in next session
 2747 * New option -stream_recording for full speed with DVD-RAM and BD-RE
 2748 * New options -osirrox and -cpx allow to extract single files from ISO image
 2749 
 2750 
 2751 2008.06.02.141334  [1826]
 2752 configure.ac
 2753 README
 2754 libisoburn/libisoburn.h
 2755 xorriso/README
 2756 xorriso/xorriso_timestamp.h
 2757 xorriso/xorriso_private.h
 2758 xorriso/xorrisoburn.h
 2759 xorriso/xorriso_eng.html
 2760 xorriso/make_xorriso_standalone.sh
 2761 xorriso/configure_ac.txt
 2762 Version leap to 0.1.9
 2763 
 2764 2 Jun 2008  [1827]
 2765 xorriso/changelog.txt
 2766 Documented changes and release timestamp
 2767 
 2768 2 Jun 2008  [1828]
 2769 xorriso/xorriso.1
 2770 Beautified documentation of -osirrox
 2771 
 2772 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.02.141334
 2773 
 2774 5 Jun 2008  [1834]
 2775 xorriso/convert_man_to_html.sh
 2776 Beautified HTML man page
 2777 
 2778 2008.06.05.165023  [1835]
 2779 xorriso/xorriso.c
 2780 xorriso/xorrisoburn.c
 2781 xorriso/xorriso.1
 2782 New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
 2783 
 2784 2008.06.06.083432  [1839]
 2785 xorriso/xorriso.c
 2786 Bug fix: -chmod unintentionally performed o-x as first operation
 2787 
 2788 2008.06.06.103735  [1840]
 2789 xorriso/xorrisoburn.c
 2790 xorriso/xorriso.1
 2791 Fine tuning of directory attribute copying with -cp_rx
 2792 
 2793 
 2794 ------------------------------------ cycle  - xorriso-0.1.9 - 
 2795 * New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
 2796 * Bug fix: -chmod unintentionally performed o-x as first operation
 2797 
 2798 
 2799 2008.06.09.134432  [1841]
 2800 xorriso/xorriso.h
 2801 xorriso/xorriso_private.h
 2802 xorriso/xorriso.c
 2803 xorriso/xorrisoburn.h
 2804 xorriso/xorrisoburn.c
 2805 Allowing to restore from image with pending changes
 2806 
 2807 2008.06.09.165735  [1842]
 2808 xorriso/xorriso.c
 2809 xorriso/xorrisoburn.c
 2810 Removed some outdated code parts
 2811 
 2812 2008.06.10.094304  [1844]
 2813 libisoburn/isoburn.c
 2814 libisoburn/burn_wrap.c
 2815 Removed outdated code parts
 2816 
 2817 2008.06.10.100231  [1845]
 2818 xorriso/xorrisoburn.c
 2819 Removed outdated code parts
 2820 
 2821 2008.06.11.131607  [1846]
 2822 xorriso/xorrisoburn.c
 2823 xorriso/xorriso.1
 2824 Proper handling of restore overwrite situations with directories and softlinks
 2825 
 2826 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.11.131607
 2827 
 2828 2008.06.12.112644  [1847]
 2829 xorriso/xorriso.c
 2830 xorriso/xorrisoburn.c
 2831 xorriso/xorriso.1
 2832 Corrections about restoring of directories
 2833 
 2834 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.12.112644
 2835 
 2836 2008.06.13.151630  [1848]
 2837 xorriso/xorriso.h
 2838 xorriso/xorriso.c
 2839 xorriso/xorrisoburn.h
 2840 xorriso/xorrisoburn.c
 2841 xorriso/xorriso.1
 2842 New option -paste_in
 2843 
 2844 2008.06.14.104745  [1849]
 2845 xorriso/xorriso.c
 2846 xorriso/xorriso.1
 2847 xorriso/xorriso_eng.html
 2848 New options -extract and -extract_single
 2849 
 2850 14 Jun 2008  [1850]
 2851 xorriso/convert_man_to_html.sh
 2852 Beautification of HTML man page
 2853 
 2854 2008.06.14.140459  [1851]
 2855 xorriso/xorriso.h
 2856 xorriso/xorriso.c
 2857 xorriso/xorrisoburn.c
 2858 xorriso/xorriso.1
 2859 Correction about -extract / /
 2860 
 2861 2008.06.14.184512  [1854]
 2862 xorriso/xorriso.h
 2863 xorriso/xorriso.c
 2864 xorriso/xorriso.1
 2865 xorriso/convert_man_to_html.sh
 2866 Gave up the unusual parameter sequences of -extract and -paste_in
 2867 
 2868 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.14.184512
 2869 * New option -paste_in to copy ISO files into parts of disk files
 2870 * New option -extract restores with arguments of -map or -update_r
 2871 
 2872 
 2873 2008.06.17.121524  [1857]
 2874 xorriso/xorriso.h
 2875 xorriso/xorriso.c
 2876 xorriso/xorriso.1
 2877 New options -map_l, -compare_l, -update_l, -extract_l
 2878 
 2879 2008.06.17.133914  [1858]
 2880 xorriso/xorriso.c  
 2881 Reacted on harmless compiler warning
 2882 
 2883 2008.06.17.170622  [1859]
 2884 xorriso/xorriso.c
 2885 xorriso/xorrisoburn.c
 2886 Fixed a bug about -update_l
 2887 
 2888 2008.06.18.132057  [1860]
 2889 libisoburn/isoburn.h
 2890 libisoburn/burn_wrap.c
 2891 Made -rom_toc_scan work on closed DVD-R in a DVD-ROM drive
 2892 
 2893 2008.06.18.161512  [1861]
 2894 libisoburn/libisoburn.h
 2895 libisoburn/isoburn.h
 2896 libisoburn/isoburn.c
 2897 libisoburn/isofs_wrap.c
 2898 libisoburn/burn_wrap.c
 2899 libisoburn/data_source.c
 2900 New API functions isoburn_preset_msgs_submit(), isoburn_set_msgs_submit()
 2901 
 2902 2008.06.18.161723  [1862]
 2903 xorriso/xorriso.h
 2904 xorriso/xorriso.c
 2905 xorriso/xorrisoburn.c
 2906 Made use of isoburn_preset_msgs_submit()
 2907 
 2908 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.18.161723
 2909 * New options -map_l, -compare_l, -update_l, -extract_l
 2910 * New API functions isoburn_set_msgs_submit(), isoburn_drive_set_msgs_submit()
 2911 
 2912 
 2913 2008.06.18.192913  [1863]
 2914 libisoburn/burn_wrap.c
 2915 Improved pacifier with -rom_toc_scan
 2916 
 2917 2008.06.19.090436  [1864]
 2918 libisoburn/libisoburn.h
 2919 libisoburn/burn_wrap.c
 2920 xorriso/xorrisoburn.c
 2921 Renamed isoburn_*set_msgs_submit() and slightly changed meaning
 2922 
 2923 2008.06.19.092458  [1865]
 2924 libisoburn/burn_wrap.c
 2925 Corrected wrong size unit MB to kB in toc scan pacifier text
 2926 
 2927 2008.06.20.091647  [1866]
 2928 xorriso/xorriso_private.h
 2929 xorriso/xorriso.c
 2930 xorriso/xorrisoburn.c
 2931 xorriso/xorriso.1
 2932 New -osirrox option auto_chmod_on
 2933 
 2934 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.20.091647
 2935 
 2936 
 2937 2008.06.20.164105  [1867]
 2938 xorriso/xorriso_private.h
 2939 xorriso/xorriso.c
 2940 xorriso/xorrisoburn.h
 2941 xorriso/xorrisoburn.c
 2942 Fixed several bugs with restore operations
 2943 
 2944 2008.06.21.180701  [1870]
 2945 xorriso/xorriso.1
 2946 Corrected mistake in xorriso man page
 2947 
 2948 ------------------------------------ cycle  - xorriso-0.1.9 - 2008.06.21.180701
 2949 
 2950 2008.06.22.080000  [1872]
 2951 xorriso/xorriso.c
 2952 Removed duplicated help text snippet
 2953 
 2954 2008.06.22.090001  [1873]
 2955 configure.ac
 2956 README
 2957 libisoburn/libisoburn.h
 2958 xorriso/README
 2959 xorriso/xorriso_timestamp.h
 2960 xorriso/xorriso_private.h
 2961 xorriso/xorrisoburn.h
 2962 xorriso/xorriso_eng.html
 2963 xorriso/make_xorriso_standalone.sh
 2964 xorriso/configure_ac.txt
 2965 Version leap to 0.2.0
 2966 
 2967 22 Jun 2008  [1874]
 2968 xorriso/changelog.txt
 2969 Documented changes and release timestamp
 2970 
 2971 ---------------------------------- release  - xorriso-0.2.0 - 2008.06.22.090001
 2972 * Bug fix: -chmod unintentionally performed o-x as first operation
 2973 * New options -cpax, -cp_rx, -cp_rax to restore files and trees from ISO to disk
 2974 * New option -extract restores with arguments of -map or -update_r
 2975 * New option -paste_in to copy ISO files into parts of disk files
 2976 * New options -map_l, -compare_l, -update_l, -extract_l
 2977 * New API functions isoburn_set_msgs_submit(), isoburn_drive_set_msgs_submit()
 2978 
 2979 2008.06.22.111236  [1875]
 2980 xorriso/xorriso.c
 2981 Removed duplicated help text snippet
 2982 
 2983 2008.06.22.135202  [1876]
 2984 configure.ac
 2985 README
 2986 libisoburn/libisoburn.h
 2987 xorriso/README
 2988 xorriso/xorriso_timestamp.h
 2989 xorriso/xorriso_private.h
 2990 xorriso/xorrisoburn.h
 2991 xorriso/xorriso_eng.html
 2992 xorriso/make_xorriso_standalone.sh
 2993 xorriso/configure_ac.txt
 2994 Version leap to 0.2.1
 2995 
 2996 22 Jun 2008  [1877]
 2997 xorriso/changelog.txt
 2998 Documented changes and release timestamp
 2999 
 3000 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.06.22.135202
 3001 
 3002 
 3003 2008.06.27.124201  [1880]
 3004 xorriso/xorrisoburn.c
 3005 Bug fix: -as cdrecord -atip falsely announced overwriteable DVD-RW to sdvdbackup
 3006 
 3007 2008.06.27.130235  [1881]
 3008 xorriso/xorriso.c
 3009 Extended -as cdrecord blank= by blank type format_overwrite
 3010 
 3011 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.06.27.130235
 3012 
 3013 
 3014 2008.07.03.133023  [1882]
 3015 xorriso/xorriso.c
 3016 Flushing stdout after each result text to deconfuse stdout/stderr with SSH
 3017 
 3018 2008.07.04.070001  [1884]
 3019 xorriso/xorriso.c
 3020 Supporting option -as cdrecord -waiti
 3021 
 3022 2008.07.05.132528  [1885]
 3023 libisoburn/libisoburn.h
 3024 libisoburn/isoburn.h
 3025 libisoburn/isoburn.c
 3026 libisoburn/isofs_wrap.c
 3027 libisoburn/burn_wrap.c
 3028 libisoburn/data_source.c
 3029 New API function isoburn_prepare_blind_grow() for -as mkisofs -multi
 3030 
 3031 2008.07.05.133721  [1886]
 3032 xorriso/xorriso_private.h
 3033 xorriso/xorriso.c
 3034 xorriso/xorrisoburn.c
 3035 xorriso/xorriso.1
 3036 New option -grow_blindly 
 3037 
 3038 2008.07.05.180241  [1887]
 3039 libisoburn/isoburn.c
 3040 Fixed a bug with -grow_blindly to overwriteable media
 3041 
 3042 2008.07.05.182424  [1888]
 3043 xorriso/xorriso.h
 3044 xorriso/xorriso.c
 3045 xorriso/xorriso.1
 3046 New options -C and -M for -as mkisofs 
 3047 
 3048 2008.07.05.184434  [1889]
 3049 xorriso/xorriso.c
 3050 Cared for a peculiarity of growisofs when using mkisofs -C
 3051 
 3052 5 Jul 2008  [1890]
 3053 xorriso/xorriso_eng.html
 3054 Updated xorriso homepage
 3055 
 3056 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.05.184434
 3057 * New API function isoburn_prepare_blind_grow()
 3058 * New option -grow_blindly
 3059 * New options -C and -M for -as mkisofs emulation
 3060 
 3061 
 3062 2008.07.06.110336  [1891]
 3063 xorriso/xorriso.c
 3064 xorriso/xorrisoburn.h
 3065 xorriso/xorrisoburn.c
 3066 Improved effective drive address with -as mkisofs -M
 3067 
 3068 2008.07.07.095531  [1892]
 3069 xorriso/xorriso.c
 3070 Fixed bug about -as mkisofs without -C
 3071 
 3072 2008.07.07.102941  [1893]
 3073 xorriso/xorriso.h
 3074 xorriso/xorriso_private.h
 3075 xorriso/xorriso.c
 3076 Semi-permanent emulation by start names xorrisofs,genisofs,mkisofs,genioimage
 3077 
 3078 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.07.102941
 3079 
 3080 2008.07.07.150241  [1894]
 3081 xorriso/xorriso.c
 3082 Correction about -as mkisofs -C if already an input device was set
 3083 
 3084 2008.07.07.150337  [1895]
 3085 libisoburn/isoburn.c
 3086 Correction about isoburn_igopt_get_effective_lba() with blind growing
 3087 
 3088 7 Jul 2008  [1896]
 3089 xorriso/xorriso.1
 3090 Clarification about -grow_blindly predicted_nwa
 3091 
 3092 2008.07.07.150337  [1897]
 3093 xorriso/xorriso.c
 3094 xorriso/xorriso.1
 3095 Made leafname triggered emulation more similar to -as emulation
 3096 
 3097 2008.07.08.092732  [1898]
 3098 Makefile.am
 3099 README
 3100 xorriso/xorriso_makefile_am.txt
 3101 xorriso/README
 3102 Installing softlinks xorrisofs and osirrox pointing to the xorriso binary
 3103 
 3104 2008.07.08.102622  [1899]
 3105 xorriso/xorriso_private.h
 3106 Header file forgotten with rev 1897
 3107 
 3108 2008.07.08.132054  [1900]
 3109 xorriso/xorriso.c
 3110 xorriso/xorrisoburn.c
 3111 Avoided misleading message about emptied ISO image during -as mkisofs -C
 3112 
 3113 8 Jul 2008  [1901]
 3114 xorriso/xorriso_eng.html
 3115 Documented newest progress
 3116 
 3117 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.08.132054
 3118 * Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
 3119 * make install creates xorriso aliases as symbolic links: osirrox, xorrisofs
 3120 
 3121 2008.07.09.055133  [1901]
 3122 xorriso/xorriso.c
 3123 Avoided to use MMC code with -as mkisofs -M by prepending stdio: to address
 3124 
 3125 2008.07.09.055133  [1902]
 3126 xorriso/xorriso.h
 3127 xorriso/xorriso.c
 3128 Fixed bug with -as mkisofs -x and pattern expansion
 3129 
 3130 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.09.055133
 3131 
 3132 
 3133 2008.07.09.155540  [1903]
 3134 Makefile.am
 3135 xorriso/xorriso_private.h
 3136 + xorriso/xorriso_buildstamp.h
 3137 + xorriso/xorriso_buildstamp_none.h
 3138 xorriso/xorriso_makefile_am.txt
 3139 xorriso/make_xorriso_standalone.sh
 3140 Opportunity to generate build timestamp via make buildstamped
 3141 
 3142 9 Jul 2008  [1904]
 3143 xorriso/xorriso_makefile_am.txt
 3144 Completed (unused) dist rule of standalone-xorriso
 3145 
 3146 2008.07.10.141731  [1905]
 3147 xorriso/xorriso.c
 3148 xorriso/xorrisoburn.h
 3149 xorriso/xorrisoburn.c
 3150 xorriso/xorriso.1
 3151 Enabled -multi and -msinfo with -as cdrecord
 3152 
 3153 2008.07.10.141913  [1906]
 3154 libisoburn/libisoburn.h
 3155 Small correction in API introduction text
 3156 
 3157 2008.07.10.144535  [1907]
 3158 xorriso/xorriso_private.h
 3159 Header file forgotten with rev 1903
 3160 
 3161 2008.07.10.162809  [1908]
 3162 xorriso/xorriso_private.h
 3163 xorriso/xorriso.c
 3164 xorriso/xorriso.1
 3165 cdrecord emulation by start names xorrecord, cdrecord, wodim, cdrskin
 3166 
 3167 2008.07.10.164015  [1909]
 3168 xorriso/xorriso.c
 3169 Reacted on compiler warning
 3170 
 3171 2008.07.10.164412  [1910]
 3172 Makefile.am
 3173 README
 3174 xorriso/xorriso_makefile_am.txt
 3175 xorriso/README
 3176 Installing softlink xorrecord pointing to the xorriso binary
 3177 
 3178 10 Jul 2008  [1911]
 3179 xorriso/xorriso.1
 3180 xorriso/xorriso_eng.html
 3181 xorriso/convert_man_to_html.sh
 3182 Some documentation updates
 3183 
 3184 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.10.164412
 3185 * New options -multi and -msinfo for -as cdrecord emulation
 3186 * make install creates xorriso alias as symbolic link: xorrecord
 3187 
 3188 
 3189 2008.07.12.181846  [1912]
 3190 libisoburn/libisoburn.h
 3191 libisoburn/burn_wrap.c
 3192 New info mode 2 with isoburn_read_iso_head()
 3193 
 3194 2008.07.12.184833  [1913]
 3195 xorriso/xorriso.c
 3196 xorriso/xorrisoburn.h
 3197 xorriso/xorrisoburn.c
 3198 xorriso/xorriso.1
 3199 New options --grow_overwriteable_iso and write_start_address= with -as cdrecord
 3200 
 3201 2008.07.14.114515  [1918]
 3202 libisoburn/libisoburn.h
 3203 Required libburn version is now 0.4.9
 3204 
 3205 2008.07.14.114613  [1919]
 3206 configure.ac
 3207 Did LT_CURRENT++, LT_AGE++ which was forgotten with revision 1885
 3208 
 3209 2008.07.14.120527  [1920]
 3210 libisoburn/libisoburn.h
 3211 libisoburn/burn_wrap.c
 3212 New flag options with isoburn_read_iso_head()
 3213 
 3214 2008.07.14.125133  [1921]
 3215 xorriso/xorriso.c
 3216 xorriso/xorrisoburn.c
 3217 xorriso/xorriso.1
 3218 New option -isosize with -as cdrecord
 3219 
 3220 14 Jul 2008  [1923]
 3221 xorriso/convert_man_to_html.sh
 3222 Small correction with a sed expression
 3223 
 3224 2008.07.15.063040  [1924]
 3225 xorriso/xorriso_makefile_am.txt
 3226 Generating automatic build timestamp 
 3227 
 3228 2008.07.15.121754  [1925]
 3229 xorriso/xorriso.c
 3230 xorriso/xorrisoburn.h
 3231 xorriso/xorrisoburn.c
 3232 xorriso/xorriso.1
 3233 New option tsize= with -as cdrecord
 3234 
 3235 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.15.121754
 3236 * New options --grow_overwriteable_iso and write_start_address= with -as cdrecord
 3237 * New options -isosize and tsize= with -as cdrecord
 3238 
 3239 
 3240 2008.07.16.130711  [1933]
 3241 xorriso/xorriso.h
 3242 xorriso/xorriso_private.h
 3243 xorriso/xorriso.c
 3244 xorriso/xorrisoburn.c
 3245 xorriso/xorriso.1
 3246 New option -pacifier, more compatible pacifier with -as mkisofs
 3247 
 3248 2008.07.16.130758  [1934]
 3249 xorriso/configure_ac.txt
 3250 Updated xorriso standalone configure.ac version number BURN_*_VERSION
 3251 
 3252 2008.07.16.130841  [1935]
 3253 libisoburn/libisoburn.h
 3254 Required libburn version is now 0.5.0
 3255 
 3256 2008.07.16.131110  [1936]
 3257 configure.ac
 3258 Required libburn version is now 0.5.0
 3259 
 3260 2008.07.16.140043  [1937]
 3261 xorriso/xorriso.c
 3262 xorriso/xorriso.1
 3263 Recognizing "b" as speed factor for BD media
 3264 
 3265 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.16.140043
 3266 * New option -pacifier, more compatible pacifier with -as mkisofs
 3267 
 3268 2008.07.17.110812  [1939]
 3269 libisoburn/libisoburn.h
 3270 libisoburn/burn_wrap.c
 3271 Ability to emulate a featured bug with mkisofs -C : read 16 block too early
 3272 
 3273 2008.07.17.111411  [1940]
 3274 xorriso/xorriso.h
 3275 xorriso/xorriso.c
 3276 xorriso/xorrisoburn.c
 3277 xorriso/xorriso.1
 3278 Rectified usage of original xorriso options underneath growisofs
 3279 
 3280 2008.07.17.183024  [1941]
 3281 libisoburn/burn_wrap.c
 3282 Recognizing growisofs follow-up sessions on xorriso overwriteables
 3283 
 3284 2008.07.17.184520  [1942]
 3285 libisoburn/burn_wrap.c
 3286 xorriso/xorriso.c
 3287 xorriso/xorrisoburn.c
 3288 Removed MULTI construction site remarks
 3289 
 3290 ------------------------------------ cycle  - xorriso-0.2.1 - 2008.07.17.184520
 3291 
 3292 
 3293 2008.07.18.120001  [1944]
 3294 configure.ac
 3295 README
 3296 libisoburn/libisoburn.h
 3297 xorriso/README
 3298 xorriso/xorriso_timestamp.h
 3299 xorriso/xorriso_private.h
 3300 xorriso/xorrisoburn.h
 3301 xorriso/xorriso_eng.html
 3302 xorriso/make_xorriso_standalone.sh
 3303 xorriso/configure_ac.txt
 3304 
 3305 18 Jul 2008  [1946]
 3306 README
 3307 xorriso/README
 3308 Corrected outdated statement about minimum library requirements
 3309 
 3310 
 3311 ---------------------------------- release  - xorriso-0.2.2 - 2008.07.18.120001
 3312 * New API function isoburn_prepare_blind_grow()
 3313 * New option -grow_blindly
 3314 * Options -C and -M for -as mkisofs emulation
 3315 * Can serve growisofs if started as xorrisofs, genisofs, mkisofs, genisoimage
 3316 * make install creates aliases as symbolic links: osirrox, xorrisofs, xorrecord
 3317 * Options for -as cdrecord emulation: -multi, -msinfo, -isosize, tsize,
 3318   --grow_overwriteable_iso, write_start_address,
 3319 * New option -pacifier, more compatible pacifier with -as mkisofs
 3320 
 3321 
 3322 2008.07.18.135540  [1947]
 3323 configure.ac
 3324 README
 3325 libisoburn/libisoburn.h
 3326 xorriso/README
 3327 xorriso/xorriso_timestamp.h
 3328 xorriso/xorriso_private.h
 3329 xorriso/xorrisoburn.h
 3330 xorriso/xorriso_eng.html
 3331 xorriso/make_xorriso_standalone.sh
 3332 xorriso/configure_ac.txt
 3333 xorriso/changelog.txt
 3334 Version leap to 0.2.3
 3335 
 3336 ------------------------------------ cycle  - xorriso-0.2.3 - 2008.07.18.135540
 3337 
 3338 
 3339 2008.07.19.113048  [1949]
 3340 Makefile.am
 3341 xorriso/compile_xorriso.sh
 3342 Introduced automatic buildstamp generation for dynamic library version
 3343 
 3344 2008.07.21.155324  [1950]
 3345 Makefile.am
 3346 xorriso/xorriso_makefile_am.txt
 3347 Reacting on ticket 138 by stick, revoked buildstamp due to ugly make install
 3348 
 3349 2008.07.21.161826  [1951]
 3350 Makefile.am
 3351 xorriso/xorriso_makefile_am.txt
 3352 Used quotation marks as does ./bootstrap when generating Makefile.in
 3353 
 3354 ------------------------------------ cycle  - xorriso-0.2.3 - 2008.07.21.161826
 3355 * Bug fix: Variable DESTDIR was not properly respected during make install
 3356 
 3357 
 3358 2008.07.23.080001 [xorriso-0.2.2.pl01]
 3359 Makefile.in
 3360 xorriso/xorriso_timestamp.h
 3361 xorriso/changelog.txt
 3362 * Bug fix: external make variable DESTDIR was not used by xorriso link creation
 3363 
 3364 ------------------------------- patch  - xorriso-0.2.2.pl01 - 2008.07.23.080001
 3365 * Bug fix: Variable DESTDIR was not properly respected during make install
 3366 
 3367 
 3368 2008.07.26.075027  [1953]
 3369 libisoburn/burn_wrap.c
 3370 Producing on overwriteables a partial TOC up to first damaged superblock
 3371 
 3372 2008.08.01.101355  [1955]
 3373 xorriso/xorrisoburn.c
 3374 Better finish time estimation with -pacifier mkisofs
 3375 
 3376 2008.08.01.141210  [1956]
 3377 xorriso/xorrisoburn.c
 3378 Better finish time estimation with -pacifier mkisofs
 3379 
 3380 2008.08.06.143825  [1967]
 3381 xorriso/xorriso_private.h
 3382 Removed obsolete type definition
 3383 
 3384 2008.08.06.143922  [1968]
 3385 xorriso/xorrisoburn.c
 3386 Removed obsolete function
 3387 
 3388 2008.08.07.112529  [1972]
 3389 xorriso/xorriso.c
 3390 Minor changes around display of time and byte counts
 3391 
 3392 2008.08.09.160515  [1977]
 3393 configure.ac
 3394 libisoburn/libisoburn.h
 3395 Demanding libburn-0.5.1 now
 3396 
 3397 2008.08.09.160947  [1978]
 3398 libisoburn/burn_wrap.c
 3399 Create emulated toc entry for simple ISO session on overwriteable media
 3400 
 3401 2008.08.09.161311  [1979]
 3402 xorriso/xorriso_private.h
 3403 xorriso/xorriso.c
 3404 xorriso/xorrisoburn.h
 3405 xorriso/xorrisoburn.c
 3406 Evaluating readability of media
 3407 
 3408 2008.08.11.201604  [1980]
 3409 xorriso/xorriso_private.h
 3410 xorriso/xorriso.c
 3411 xorriso/xorrisoburn.h
 3412 xorriso/xorrisoburn.c
 3413 Adapted media evaluation to CD peculiarities
 3414 
 3415 2008.08.13.185434  [1981]
 3416 libisoburn/libisoburn.h
 3417 Corrected documentation of isoburn_disc_get_msc1()
 3418 
 3419 2008.08.13.190704  [1982]
 3420 xorriso/xorriso.h
 3421 xorriso/xorriso_private.h
 3422 xorriso/xorriso.c
 3423 xorriso/xorrisoburn.h
 3424 xorriso/xorrisoburn.c
 3425 New capability to redirect program output used for toc in sector map file
 3426 
 3427 2008.08.14.220520  [1983]
 3428 libisoburn/burn_wrap.c
 3429 Changed wrong update message from MB to kB
 3430 
 3431 2008.08.14.221412  [1984]
 3432 xorriso/xorriso.h
 3433 xorriso/xorriso_private.h
 3434 xorriso/xorriso.c
 3435 xorriso/xorrisoburn.h
 3436 xorriso/xorrisoburn.c
 3437 xorriso/xorriso.1
 3438 New option -check_media
 3439 
 3440 2008.08.15.102849  [1985]
 3441 xorriso/xorriso.h
 3442 xorriso/xorriso_private.h
 3443 xorriso/xorriso.c
 3444 Allowed independent redirecton of result and info channel
 3445 
 3446 2008.08.15.155421  [1986]
 3447 xorriso/xorriso.c
 3448 xorriso/xorrisoburn.h
 3449 xorriso/xorrisoburn.c
 3450 xorriso/xorriso.1
 3451 Enabled printing of sector bitmaps by use=sector_map
 3452 
 3453 15 Aug 2008  [1987]
 3454 xorriso/xorriso_eng.html
 3455 Mentioned progress of development version
 3456 
 3457 2008.08.17.220043  [1988]
 3458 xorriso/xorriso_private.h
 3459 xorriso/xorriso.c
 3460 xorriso/xorrisoburn.h
 3461 xorriso/xorrisoburn.c
 3462 xorriso/xorriso.1
 3463 -find tests -damaged and -lba_range, new -find action report_damage
 3464 
 3465 2008.08.17.221350  [1989]
 3466 xorriso/xorrisoburn.c
 3467 xorriso/xorriso_eng.html
 3468 Reacted on compiler warning
 3469 
 3470 ------------------------------------ cycle  - xorriso-0.2.3 - 
 3471 * Included libburn has enhanced Linux drive access and listing code
 3472 * New option -check_media
 3473 * New -find test -damaged, new -find action "report_damage"
 3474 
 3475 
 3476 2008.08.18.134140  [1990]
 3477 xorriso/xorrisoburn.c
 3478 xorriso/README
 3479 xorriso/xorriso.1
 3480 New -find action report_lba
 3481 
 3482 2008.08.20.101410  [2000]
 3483 xorriso/configure_ac.txt
 3484 Adopted to new libburn version 0.5.3
 3485 
 3486 2008.08.20.121008  [2002]
 3487 libisoburn/libisoburn.h
 3488 configure.ac
 3489 Demanding libburn-0.5.2 now
 3490 
 3491 2008.08.20.181734  [2003]
 3492 xorriso/xorrisoburn.c
 3493 Made -check_media process first 32 blocks of a multi-session overwriteable
 3494 
 3495 2008.08.21.070602  [2004]
 3496 xorriso/xorriso.c
 3497 Synced -lsl display of major,minor numbers with /usr/include/sys/sysmacros.h
 3498 
 3499 2008.08.22.231051  [2005]
 3500 xorriso/xorriso_private.h
 3501 xorriso/xorriso.c
 3502 xorriso/xorrisoburn.h
 3503 xorriso/xorrisoburn.c
 3504 xorriso/xorriso.1
 3505 New -check_media option -patch_lba0=
 3506 
 3507 2008.08.24.100552  [2007]
 3508 xorriso/xorriso_private.h
 3509 xorriso/xorriso.c
 3510 xorriso/xorrisoburn.c
 3511 xorriso/xorriso.1
 3512 xorriso/xorriso_eng.html
 3513 New -error_behavior behavior occasion "file_extraction"
 3514 
 3515 2008.08.24.124424  [2008]
 3516 xorriso/xorrisoburn.c
 3517 Fixed a bug with -check_media use=outdev
 3518 
 3519 2008.08.24.125257  [2009]
 3520 xorriso/xorrisoburn.c
 3521 Reacted on compiler warning
 3522 
 3523 ------------------------------------ cycle  - xorriso-0.2.3 - 2008.08.24.125257
 3524 * New -find action "report_lba"
 3525 * New -error_behavior behavior occasion "file_extraction"
 3526 
 3527 
 3528 2008.08.24.160001  [2011]
 3529 configure.ac
 3530 README
 3531 libisoburn/libisoburn.h
 3532 xorriso/README
 3533 xorriso/xorriso_timestamp.h
 3534 xorriso/xorriso_private.h
 3535 xorriso/xorrisoburn.h
 3536 xorriso/xorriso_eng.html
 3537 xorriso/make_xorriso_standalone.sh
 3538 xorriso/configure_ac.txt
 3539 Version leap to 0.2.4
 3540 
 3541 24 Aug 2008  [2012]
 3542 xorriso/changelog.txt
 3543 Documented changes and release timestamp
 3544 
 3545 24 Aug 2008  [2013]
 3546 configure.ac
 3547 Corrected ISOBURN_MICRO_VERSION
 3548 
 3549 ---------------------------------- release  - xorriso-0.2.4 - 2008.08.24.160001
 3550 * Included libburn has enhanced Linux drive access and listing code
 3551 * New option -check_media
 3552 * New -find test -damaged, new -find actions "report_damage", "report_lba"
 3553 * New -error_behavior occasion "file_extraction"
 3554 
 3555 
 3556 2008.08.24.173217  [2014]
 3557 configure.ac
 3558 README
 3559 libisoburn/libisoburn.h
 3560 xorriso/README
 3561 xorriso/xorriso_timestamp.h
 3562 xorriso/xorriso_private.h
 3563 xorriso/xorrisoburn.h
 3564 xorriso/xorriso_eng.html
 3565 xorriso/make_xorriso_standalone.sh
 3566 xorriso/configure_ac.txt
 3567 Version leap to 0.2.5
 3568 
 3569 24 Aug 2008  [2015]
 3570 xorriso/changelog.txt
 3571 Documented changes and release timestamp
 3572 
 3573 ------------------------------------ cycle  - xorriso-0.2.5 - 2008.08.24.173217
 3574 
 3575 26 Aug 2008  [2017]
 3576 xorriso/convert_man_to_html.sh
 3577 Adjusted HTML generator to recent man page changes
 3578 
 3579 2008.08.26.163254  [2018]
 3580 libisoburn/libisoburn.h
 3581 libisoburn/data_source.c
 3582 xorriso/xorriso.c
 3583 xorriso/xorrisoburn.c
 3584 xorriso/configure_ac.txt
 3585 Adopting next development step of libisofs
 3586 
 3587 26 Aug 2008  [2019]
 3588 xorriso/xorriso.1
 3589 Adjusted man page statements about file size limits
 3590 
 3591 2008.08.27.121211  [2020]
 3592 xorriso/xorriso_private.h
 3593 xorriso/xorriso.c
 3594 xorriso/xorrisoburn.c
 3595 xorriso/xorriso.1
 3596 New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
 3597 
 3598 2008.08.27.122127  [2021]
 3599 xorriso/xorriso.c
 3600 Reacted on compiler warning
 3601 
 3602 ------------------------------------ cycle  - xorriso-0.2.5 - 2008.08.27.122127
 3603 * Capability to insert and extract files far larger than 4 GB
 3604 * New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
 3605 
 3606 
 3607 27 Aug 2008  [2022]
 3608 xorriso/xorriso.1
 3609 Corrected a typo in man page
 3610 
 3611 2008.09.02.164803  [2025]
 3612 xorriso/xorriso.c
 3613 xorriso/xorrisoburn.h
 3614 xorriso/xorrisoburn.c
 3615 xorriso/xorriso.1
 3616 New option -extract_cut
 3617 
 3618 2008.09.03.143218  [2026]
 3619 xorriso/xorriso_private.h
 3620 xorriso/xorriso.c
 3621 xorriso/xorrisoburn.c
 3622 xorriso/xorriso.1
 3623 New -error_behavior "file_extraction" behavior "best_effort" 
 3624 
 3625 2008.09.04.100158  [2027]
 3626 xorriso/xorriso.h
 3627 xorriso/xorriso_private.h
 3628 xorriso/xorriso.c
 3629 xorriso/xorrisoburn.c
 3630 xorriso/xorriso.1
 3631 New option -check_media_defaults
 3632 
 3633 ------------------------------------ cycle  - xorriso-0.2.5 - 2008.09.04.100158
 3634 * New option -extract_cut
 3635 * New -error_behavior "file_extraction" behavior "best_effort" 
 3636 * New option -check_media_defaults
 3637 
 3638 
 3639 2008.09.05.095344  [2028]
 3640 xorriso/xorriso_private.h
 3641 xorriso/xorriso.h
 3642 xorriso/xorriso.c
 3643 xorriso/xorrisoburn.c
 3644 xorriso/xorriso.1
 3645 New option -list_delimiter
 3646 
 3647 5 Sep 2008  [2029]
 3648 xorriso/xorriso_eng.html
 3649 Updated development feature list
 3650 
 3651 2008.09.05.114936  [2030]
 3652 xorriso/xorriso.c
 3653 -commit_eject, -alter_date, -alter_date_r, -pacifier, -prog_help had wrong argument count prediction
 3654 
 3655 5 Sep 2008  [2031]
 3656 xorriso/xorriso.1
 3657 Documented forgotten option -publisher
 3658 
 3659 5 Sep 2008  [2032]
 3660 xorriso/xorriso_eng.html
 3661 xorriso/xorriso.1
 3662 Minor documentation polishing
 3663 
 3664 ------------------------------------ cycle  - xorriso-0.2.5 - 2008.09.05.114936
 3665 * New option -list_delimiter
 3666 
 3667 
 3668 6 Sep 2008  [2033]
 3669 xorriso/xorriso_eng.html
 3670 xorriso/xorriso.1
 3671 Documentation polishing
 3672 
 3673 2008.09.07.144714  [2034]
 3674 xorriso/xorrisoburn.c
 3675 Removed outdated alternative code for support of libisofs-0.6.6
 3676 
 3677 2008.09.08.094748  [2035]
 3678 xorriso/xorriso.c
 3679 xorriso/xorrisoburn.c
 3680 Made use of new libisofs call iso_image_update_sizes()
 3681 
 3682 2008.09.08.121548  [2036]
 3683 xorriso/xorrisoburn.c
 3684 Bug fix: -format full did not re-format already formatted DVD+RW
 3685 
 3686 2008.09.09.082406  [2037]
 3687 xorriso/xorrisoburn.c
 3688 Smoothened time estimation with pacifier mkisofs style
 3689 
 3690 9 Sep 2008  [2038]
 3691 xorriso/xorriso_eng.html
 3692 Updated web page
 3693 
 3694 ------------------------------------ cycle  - xorriso-0.2.5 - 2008.09.09.082406
 3695 * Bug fix: -format full did not re-format already formatted DVD+RW
 3696 
 3697 
 3698 2008.09.11.114227  [2040]
 3699 xorriso/xorrisoburn.c
 3700 Issuing message at begin of image loading
 3701 
 3702 2008.09.13.204455  [2047]
 3703 xorriso/xorrisoburn.c
 3704 Correction about -check_media report and message about image loading
 3705 
 3706 2008.09.16.060427  [2053]
 3707 xorriso/xorriso.c
 3708 xorriso/xorrisoburn.c
 3709 Corrected pacifier text (Ticket 141)
 3710 
 3711 2008.09.16.185206  [2054]
 3712 xorriso/xorriso_private.h
 3713 xorriso/xorriso.1
 3714 Corrected falsely computed default setting of -file_size_limit
 3715 
 3716 2008.09.17.193824  [2056]
 3717 xorriso/xorrisoburn.c
 3718 Corrected message duplication about emulated sessions on overwriteable media
 3719 
 3720 2008.09.19.090619  [2057] [2058]
 3721 xorriso/configure_ac.txt
 3722 standalone version switch to libisofs-0.6.8
 3723 
 3724 19 Sep 2008  [2059]
 3725 xorriso/xorriso.1
 3726 Small change in man page
 3727 
 3728 2008.09.19.104424  [2060]
 3729 configure.ac
 3730 libisoburn/libisoburn.h
 3731 Switched requirements to libisofs-0.6.8
 3732 
 3733 ------------------------------------ cycle  - xorriso-0.2.5 - 2008.09.19.104424
 3734 
 3735 
 3736 2008.09.19.122656  [2061]
 3737 xorriso/xorrisoburn.c
 3738 Changed WARNING about non-writeable media to NOTE severity of blank messages
 3739 
 3740 
 3741 2008.09.19.180001  [2066]
 3742 configure.ac
 3743 README
 3744 libisoburn/libisoburn.h
 3745 xorriso/README
 3746 xorriso/xorriso_timestamp.h
 3747 xorriso/xorriso_private.h
 3748 xorriso/xorrisoburn.h
 3749 xorriso/xorriso_eng.html
 3750 xorriso/make_xorriso_standalone.sh
 3751 xorriso/configure_ac.txt
 3752 Version leap to 0.2.6
 3753 
 3754 20 Sep 2008  [2067]
 3755 xorriso/changelog.txt
 3756 Documented changes and release timestamp
 3757 
 3758 ---------------------------------- release  - xorriso-0.2.6 - 2008.09.19.180001
 3759 * Capability to insert and extract files far larger than 4 GB
 3760 * New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
 3761 * New option -extract_cut
 3762 * New -error_behavior "file_extraction" behavior "best_effort" 
 3763 * New option -check_media_defaults
 3764 * New option -list_delimiter
 3765 * Bug fix: -format full did not re-format already formatted DVD+RW
 3766 
 3767 
 3768 2008.09.20.093140  [2068]
 3769 configure.ac
 3770 README
 3771 libisoburn/libisoburn.h
 3772 xorriso/README
 3773 xorriso/xorriso_timestamp.h
 3774 xorriso/xorriso_private.h
 3775 xorriso/xorrisoburn.h
 3776 xorriso/xorriso_eng.html
 3777 xorriso/make_xorriso_standalone.sh
 3778 xorriso/configure_ac.txt
 3779 Version leap to 0.2.7
 3780 
 3781 20 Sep 2008  [2069]
 3782 xorriso/changelog.txt
 3783 Documented changes and release timestamp
 3784 
 3785 ------------------------------------ cycle  - xorriso-0.2.7 - 2008.09.20.093140
 3786 
 3787 2008.09.24.155424  [2077]
 3788 xorriso/xorrisoburn.c
 3789 Trying to get pacifiers of simultaneously running emulations into sync
 3790 
 3791 2008.09.26.120934  [2082]
 3792 xorriso/xorriso.c
 3793 Bug fix: -as mkisofs -iso-level was accused to be an unknown option
 3794 
 3795 2008.09.26.161331  [2083]
 3796 xorriso/xorriso_private.h
 3797 xorriso/xorriso.c
 3798 xorriso/xorrisoburn.h
 3799 xorriso/xorrisoburn.c
 3800 xorriso/xorriso.1
 3801 A first attempt on making bootable ISO images
 3802 
 3803 2008.09.28.112850  [2084]
 3804 xorriso/configure_ac.txt
 3805 Standalone version switch to libisofs-0.6.9 (vreixoml 387) to avoid SIGSEGV
 3806 
 3807 2008.09.28.113256  [2085]
 3808 xorriso/xorriso.c
 3809 xorriso/xorrisoburn.c
 3810 xorriso/xorriso.1
 3811 xorriso/convert_man_to_html.sh
 3812 xorriso/xorriso_eng.html
 3813 Made -boot_image isolinux activation obey -overwrite setting
 3814 
 3815 2008.09.30.102243  [2088]
 3816 libisoburn/libisoburn.h
 3817 Requiring libisofs-0.6.9 because of bug fixes with El Torito
 3818 
 3819 2008.09.30.102753  [2089]
 3820 xorriso/xorriso.c
 3821 xorriso/xorrisoburn.c
 3822 xorriso/xorriso.1
 3823 Adjustments about -boot_image after testing with various media types
 3824 
 3825 30 Sep 2008  [2090]
 3826 xorriso/xorriso_eng.html
 3827 Mentioned progress and bug fixes in 0.2.7
 3828 
 3829 ------------------------------------ cycle  - xorriso-0.2.7 - 2008.09.30.102753
 3830 * Bug fix: -as mkisofs -iso-level was accused to be an unknown option
 3831 * Ability to write and maintain bootable ISO images based on ISOLINUX
 3832 
 3833 
 3834 2008.09.30.174925  [2091]
 3835 xorriso/xorrisoburn.c
 3836 xorriso/xorriso.1
 3837 Small adjustments about -boot_image
 3838 
 3839 2008.10.02.092354  [2092]
 3840 xorriso/xorrisoburn.c
 3841 xorriso/xorriso.1
 3842 Small adjustments about -boot_image
 3843 
 3844 2008.10.02.092635  [2093]
 3845 xorriso/xorriso.c
 3846 Enabled -as cdrecord blank=as_needed
 3847 
 3848 2008.10.02.105442  [2094]
 3849 xorriso/README
 3850 xorriso/configure_ac.txt
 3851 Introduced xorriso-standalone ./configure option --disable-libreadline
 3852 
 3853 2008.10.02.110828  [2095]
 3854 README
 3855 xorriso/README
 3856 xorriso/configure_ac.txt
 3857 Fine tuning about ./configure option --disable-libreadline
 3858 
 3859 ------------------------------------ cycle  - xorriso-0.2.7 - 2008.10.02.110828
 3860 * New ./configure option --disable-libreadline to make binary more portable
 3861 
 3862 
 3863 4 Oct 2008  [2099]
 3864 xorriso/convert_man_to_html.sh
 3865 xorriso/xorriso.1
 3866 Relocated the El Torito paragraph in man xorriso
 3867 
 3868 2008.10.05.075432  [2101]
 3869 libisoburn/libisoburn.h
 3870 libisoburn/burn_wrap.c
 3871 xorriso/xorriso_private.h
 3872 xorriso/xorriso.c
 3873 xorriso/xorrisoburn.c
 3874 xorriso/xorriso.1
 3875 -rom_toc_scan nonrom_off disables toc emulation on overwriteables
 3876 
 3877 2008.10.05.093703  [2105]
 3878 xorriso/xorrisoburn.c
 3879 Bug fix: Random target filenames with looping symbolic links
 3880 
 3881 2008.10.05.125046  [2109]
 3882 xorriso/configure_ac.txt
 3883 Adapted standalone BURN_*_VERSION to libburn 0.5.5
 3884 
 3885 2008.10.05.125242  [2110]
 3886 configure.ac
 3887 libisoburn/libisoburn.h
 3888 libisoburn now demands libburn-0.5.4 
 3889 
 3890 ------------------------------------ cycle  - xorriso-0.2.7 - 2008.10.05.125242
 3891 * Bug fix: -follow link attributed random target filenames to looping links
 3892 
 3893 
 3894 2008.10.06.114114  [2113]
 3895 xorriso/configure_ac.txt
 3896 Adapted standalone LIBISOFS_*_VERSION to libisofs 0.6.10
 3897 
 3898 2008.10.06.114845  [2114]
 3899 configure.ac
 3900 libisoburn/libisoburn.h
 3901 libisoburn now demands libisofs-0.6.10
 3902 
 3903 ------------------------------------ cycle  - xorriso-0.2.7 - 2008.10.06.114845
 3904 
 3905 
 3906 7 Oct 2008  [2115]
 3907 xorriso/xorriso.1
 3908 Polished man xorriso
 3909 
 3910 2008.10.08.135848  [2116]
 3911 xorriso/xorriso.c
 3912 xorriso/xorriso.1
 3913 Changed newly introduced -rom_toc_scan nonrom_off to off:emul_off
 3914 
 3915 2008.10.09.145926  [2117]
 3916 configure.ac
 3917 README
 3918 Introduced libburn ./configure option --disable-libreadline
 3919 
 3920 9 Oct 2008  [2118]
 3921 xorriso/compile_xorriso.sh
 3922 Introduced xorriso development compiler script option -no_libreadline
 3923 
 3924 ------------------------------------ cycle  - xorriso-0.2.7 - 2008.10.09.145926
 3925 
 3926 
 3927 2008.10.10.131102  [2119]
 3928 xorriso/xorriso_private.h
 3929 xorriso/xorriso.c
 3930 xorriso/xorriso.1
 3931 Enabled dialog for multi-lines and newline characters in quotation marks
 3932 
 3933 2008.10.10.134020  [2120]
 3934 xorriso/xorriso.c
 3935 Polishing multi-line dialog
 3936 
 3937 2008.10.12.120001  [2122]
 3938 configure.ac
 3939 README
 3940 libisoburn/libisoburn.h
 3941 xorriso/README
 3942 xorriso/xorriso_timestamp.h
 3943 xorriso/xorriso_private.h
 3944 xorriso/xorrisoburn.h
 3945 xorriso/xorriso_eng.html
 3946 xorriso/make_xorriso_standalone.sh
 3947 xorriso/configure_ac.txt
 3948 Version leap to 0.2.8
 3949 
 3950 12 Oct 2008  [2123]
 3951 xorriso/changelog.txt
 3952 Documented changes and release timestamp
 3953 
 3954 ---------------------------------- release  - xorriso-0.2.8 - 2008.10.12.120001
 3955 * Bug fix: -as mkisofs -iso-level was accused to be an unknown option
 3956 * Bug fix: -follow link attributed random target filenames to looping links
 3957 * Ability to write and maintain bootable ISO images based on ISOLINUX
 3958 * New ./configure option --disable-libreadline to make binary more portable
 3959 
 3960 
 3961 2008.10.12.133957  [2124]
 3962 configure.ac
 3963 README
 3964 libisoburn/libisoburn.h
 3965 xorriso/README
 3966 xorriso/xorriso_timestamp.h
 3967 xorriso/xorriso_private.h
 3968 xorriso/xorrisoburn.h
 3969 xorriso/xorriso_eng.html
 3970 xorriso/make_xorriso_standalone.sh
 3971 xorriso/configure_ac.txt
 3972 Version leap to 0.2.9
 3973 
 3974 12 Oct 2008  [2125]
 3975 xorriso/changelog.txt
 3976 Documented changes and release timestamp
 3977 
 3978 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.12.133957
 3979 
 3980 
 3981 15 Oct 2008  [2128]
 3982 xorriso/xorriso_eng.html
 3983 Corrected a typo in xorriso web page
 3984 
 3985 2008.10.15.182605  [2130]
 3986 xorriso/xorriso.h
 3987 xorriso/xorriso.c
 3988 xorriso/xorrisoburn.c
 3989 xorriso/xorriso.1
 3990 New options -quoted_path_list, -quoted_not_list. Multiline for -options_from_file
 3991 
 3992 2008.10.17.074953  [2131]
 3993 xorriso/xorriso_private.h
 3994 xorriso/xorriso.h
 3995 xorriso/xorriso.c
 3996 xorriso/xorriso.1
 3997 New option -backslash_codes for expressing weird file names
 3998 
 3999 2008.10.17.123308  [2132]
 4000 xorriso/xorriso_private.h
 4001 xorriso/xorriso.c
 4002 xorriso/xorriso.1
 4003 Adjustments and documentation about -backslash_codes
 4004 
 4005 17 Oct 2008  [2133]
 4006 xorriso/xorriso_eng.html
 4007 Updated xorriso web page
 4008 
 4009 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.17.123308
 4010 * New options -quoted_path_list, -quoted_not_list
 4011 * New option -backslash_codes for weird file names and terminal safety
 4012 
 4013 18 Oct 2008  [2134]
 4014 xorriso/make_isohybrid_mbr.c
 4015 Exposed function make_isohybrid_mbr() for discussion
 4016 
 4017 19 Oct 2008  [2135]
 4018 xorriso/make_isohybrid_mbr.c
 4019 Corrected a bug in make_isohybrid_mbr()
 4020 
 4021 2008.10.19.172237  [2136]
 4022 xorriso/configure_ac.txt
 4023 xorriso/xorriso_makefile_am.txt
 4024 Adapted to libisofs 0.6.11
 4025 
 4026 19 Oct 2008  [2137]
 4027 xorriso/compile_xorriso.sh
 4028 Adapted to libisofs 0.6.11
 4029 
 4030 19 Oct 2008  [2138]
 4031 - xorriso/make_isohybrid_mbr.c
 4032 The make_isohybrid_mbr() function is now part of libisofs development
 4033 
 4034 2008.10.19.182512  [2139]
 4035 libisoburn/libisoburn.h
 4036 libisoburn now depends on libisofs-0.6.11
 4037 
 4038 2008.10.20.180747  [2140]
 4039 xorriso/xorriso_private.h
 4040 xorriso/xorriso.c
 4041 xorriso/xorrisoburn.c
 4042 xorriso/xorriso.1
 4043 Made use of new libisofs isohybrid capability
 4044 
 4045 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.20.180747
 4046 * Suitable ISOLINUX boot images are made alternatively bootable via MBR
 4047 
 4048 
 4049 21 Oct 2008  [2141]
 4050 xorriso/xorriso_eng.html
 4051 Mentioned isohybrid capability in xorriso homepage
 4052 
 4053 2008.10.21.112523  [2142]
 4054 xorriso/xorriso_private.h
 4055 xorriso/xorriso.c
 4056 xorriso/xorrisoburn.c
 4057 Implemented in xorriso provisory 1 MB alignement for MBR enhanced ISO images
 4058 
 4059 2008.10.21.123226  [2143]
 4060 xorriso/xorrisoburn.c
 4061 Showing a "Media summary:" with blank media
 4062 
 4063 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.21.123226
 4064 
 4065 
 4066 2008.10.22.110204  [2144]
 4067 xorriso/xorriso.c
 4068 xorriso/xorriso.1
 4069 New options --quoted_path_list , isolinux_mbr= for -as mkisofs
 4070 
 4071 2008.10.22.201702  [2145]
 4072 xorriso/xorriso.1
 4073 xorriso/xorrisoburn.c
 4074 Gave up automatic switch to -boot_image "isolinux" "patch" after writing
 4075 
 4076 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.22.201702
 4077 
 4078 2008.10.24.130124  [2146]
 4079 xorriso/xorrisoburn.c
 4080 Fixed image size aligment to 1 MB with follow-up sessions
 4081 
 4082 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.24.130124
 4083 
 4084 
 4085 2008.10.25.123133  [2147]
 4086 xorriso/xorriso_private.h
 4087 xorriso/xorriso.c
 4088 xorriso/xorrisoburn.h
 4089 xorriso/xorrisoburn.c
 4090 Eventually reporting boot info with TOC of -indev, redirected drive aquiration TOC to info channel
 4091 
 4092 2008.10.25.170010  [2148]
 4093 xorriso/xorrisoburn.c
 4094 Fixed SIGSEGV introduced with previous revision
 4095 
 4096 2008.10.26.134421  [2149]
 4097 xorriso/xorriso_private.h
 4098 xorriso/xorriso.c
 4099 xorriso/xorrisoburn.h
 4100 xorriso/xorrisoburn.c
 4101 xorriso/xorriso.1
 4102 Introduced info option -boot_image "any" "show_status"
 4103 
 4104 2008.10.26.142422  [2150]
 4105 xorriso/xorrisoburn.c
 4106 Precautions against patching deleted boot images
 4107 
 4108 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.26.142422
 4109 
 4110 
 4111 2008.10.27.142720  [2151]
 4112 xorriso/xorrisoburn.c
 4113 Trying to recognize isohybrid MBR for "Boot record  :" message
 4114 
 4115 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.10.27.142720
 4116 
 4117 
 4118 2008.10.30.110049  [2152]
 4119 xorriso/xorriso.c
 4120 Made -as mkisofs -path-list and --quoted_path_list switch pacifier mode
 4121 
 4122 2008.10.30.114313  [2153]
 4123 xorriso/xorriso.c
 4124 Enabled @ as indicator of UTC seconds in timestrings
 4125 
 4126 2008.11.03.115721  [2159]
 4127 xorriso/xorriso_private.h
 4128 xorriso/xorriso.c
 4129 xorriso/xorrisoburn.c
 4130 xorriso/xorriso.1
 4131 xorriso/convert_man_to_html.sh
 4132 New options -charset, -in_charset, -out_charset
 4133 
 4134 2008.11.04.162214  [2162]
 4135 xorriso/xorriso_private.h
 4136 xorriso/xorriso.h
 4137 xorriso/xorriso.c
 4138 xorriso/xorrisoburn.h
 4139 xorriso/xorrisoburn.c
 4140 xorriso/xorriso.1
 4141 New option -application_id
 4142 
 4143 4 Nov 2008  [2163]
 4144 xorriso/xorriso_eng.html
 4145 Mentioned new options in xorriso homepage
 4146 
 4147 2008.11.06.183736  [2164]
 4148 xorriso/xorriso.c
 4149 xorriso/xorrisoburn.h
 4150 xorriso/xorrisoburn.c
 4151 xorriso/xorriso.1
 4152 New option -local_charset
 4153 
 4154 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.06.183736
 4155 * New options -charset, -in_charset, -out_charset
 4156 * New option -application_id
 4157 * New option -local_charset
 4158 
 4159 
 4160 2008.11.07.173315  [2170]
 4161 xorriso/xorriso_private.h
 4162 xorriso/xorriso.c
 4163 xorriso/xorrisoburn.c
 4164 xorriso/xorriso.1
 4165 Copying -out_charset to -in_charset after -commit
 4166 
 4167 2008.11.07.201909  [2171]
 4168 xorriso/xorrisoburn.c
 4169 Removed some defunct code from xorrisoburn.c
 4170 
 4171 2008.11.09.102554  [2176]
 4172 xorriso/xorriso.c
 4173 Added a setlocale() call to xorriso main()
 4174 
 4175 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.09.102554
 4176 * Bug fix in libisofs: ISOLINUX boot images were not patched correctly
 4177 
 4178 2008.11.10.123332  [2177]
 4179 xorriso/xorrisoburn.c
 4180 Disabled experimental weight sorting with MBR generation
 4181 
 4182 2008.11.10.123713  [2178]
 4183 xorriso/xorriso.c
 4184 xorriso/xorriso.1
 4185 Eventual backslash output conversion outside quotes for more terminal-safety
 4186 
 4187 11 Nov 2008  [2179]
 4188 xorriso/xorriso_eng.html
 4189 Updated xorriso home page
 4190 
 4191 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.10.123713
 4192 
 4193 
 4194 12 Nov 2008  [2190]
 4195 xorriso/configure_ac.txt
 4196 Version leap to libburn-0.5.7
 4197 
 4198 2008.11.12.153437  [2192]
 4199 xorriso/xorriso.c
 4200 Added forgotten exit value registration to -return_with. Thanks to Steve Dodd.
 4201 
 4202 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.12.153437
 4203 * Bug fix: Forgot exit value registration to -return_with. Thanks to Steve Dodd.
 4204 
 4205 
 4206 15 Nov 2008  [2195]
 4207 xorriso/xorriso.1
 4208 Took into respect that xorriso loads non-RR images
 4209 
 4210 2008.11.15.133724  [2196]
 4211 xorriso/xorriso.c
 4212 Adaptions to FreeBSD. Thanks to J.R. Oldroyd.
 4213 
 4214 2008.11.15.231831  [2198]
 4215 libisoburn/libisoburn.h
 4216 libisoburn/isoburn.h
 4217 libisoburn/isoburn.c
 4218 Introduced new relax flag isoburn_igopt_always_gmt
 4219 
 4220 2008.11.15.232058  [2199]
 4221 xorriso/xorriso_private.h
 4222 xorriso/xorriso.c
 4223 xorriso/xorrisoburn.c
 4224 Making use of new relax flag isoburn_igopt_always_gmt
 4225 
 4226 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.18.110100
 4227 
 4228 18 Nov 2008  [2204]
 4229 test/aaip.c
 4230 Demo of the emerging Arbitrary Attribute Interchange Protocol format
 4231 
 4232 18 Nov 2008  [2205]
 4233 README
 4234 xorriso/README
 4235 xorriso/xorriso.1
 4236 xorriso/xorriso_eng.html
 4237 Mentioned FreeBSD peculiarities in our docs
 4238 
 4239 2008.11.21.160019  [2206]
 4240 libisoburn/libisoburn.h
 4241 libisoburn/isoburn.h
 4242 libisoburn/isoburn.c
 4243 Making use of experimental libisofs calls _rrip_version_1_10() _dir_rec_mtime()
 4244 
 4245 2008.11.21.160632  [2207]
 4246 xorriso/xorriso.h
 4247 xorriso/xorriso_private.h
 4248 xorriso/xorriso.c
 4249 xorriso/xorrisoburn.h
 4250 xorriso/xorrisoburn.c
 4251 xorriso/xorriso.1
 4252 xorriso/xorriso_eng.html
 4253 New option -relax_compliance
 4254 
 4255 22 Nov 2008  [2209]
 4256 - test/aaip.c
 4257 Revoked proposal AAIP 0.0 in favor of 0.2 which is nearly like RRIP field SL
 4258 
 4259 
 4260 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.21.160632
 4261 
 4262 26 Nov 2008  [2210]
 4263 xorriso/configure_ac.txt
 4264 Promoted standalone libisofs copy to 0.6.12
 4265 
 4266 2008.11.26.174940  [2211]
 4267 xorriso/xorrisoburn.c
 4268 Disabled "Starting up libraries ..." message
 4269 
 4270 2008.11.26.180935  [2212]
 4271 xorriso/xorriso.c
 4272 Augmented version message by "and burn program"
 4273 
 4274 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.26.180935
 4275 
 4276 
 4277 2008.11.29.091030  [2216]
 4278 xorriso/xorriso.c
 4279 xorriso/xorrisoburn.c
 4280 xorriso/xorriso.1
 4281 Renamed new option -relax_compliance to -compliance, added _off rules
 4282 
 4283 ------------------------------------ cycle  - xorriso-0.2.9 - 2008.11.29.091030
 4284 * New option -compliance allows certain deviations from standards
 4285 
 4286 
 4287 2008.11.29.140837  [2219]
 4288 xorriso/xorrisoburn.c
 4289 Bug fix: -format as_needed did not recognize unformatted BD-RE
 4290 
 4291 2008.11.29.165843  [2220]
 4292 xorriso/xorriso_private.h
 4293 xorriso/xorriso.c
 4294 xorriso/xorrisoburn.c
 4295 Re-aquiring outdev after formatting and blanking already in xorrisoburn
 4296 
 4297 2008.11.29.214208  [2221]
 4298 xorriso/xorriso.c
 4299 New -as cdrecord option stream_recording=on|off
 4300 
 4301 2008.11.30.095007  [2222]
 4302 xorriso/xorrisoburn.c
 4303 Reporting BD speed units with pacifier rather than DVD units
 4304 
 4305 2008.11.30.123700  [2223]
 4306 xorriso/xorriso.c
 4307 Gave -as mkisofs problem handlers rather than to let it abort on any error
 4308 
 4309 2008.11.30.214121  [2224]
 4310 xorriso/xorriso.c
 4311 xorriso/xorrisoburn.c
 4312 Changed layout of xorriso style write pacifier line
 4313 
 4314 2008.12.01.110022  [2225]
 4315 xorriso/xorriso.c
 4316 xorriso/xorrisoburn.c
 4317 Removed outdated macro case Xorriso_fat_local_meM
 4318 
 4319 2008.12.01.122825  [2226]
 4320 xorriso/xorriso.c
 4321 Bug fix: disk patterns with relative addresses were not properly resolved
 4322 
 4323 1 Dec 2008  [2227]
 4324 xorriso/xorriso_eng.html
 4325 Updated list of bugfixes in xorriso home page
 4326 
 4327 ------------------------------------ cycle  - xorriso-0.2.9 - 
 4328 * Bug fix: -format as_needed did not recognize unformatted BD-RE
 4329 * Bug fix: disk patterns with relative addresses were not properly resolved
 4330 
 4331 
 4332 1 Dec 2008 [2228]
 4333 Branching for libisoburn release 0.3.0
 4334 
 4335 2008.12.01.200001  [2229]
 4336 configure.ac
 4337 README
 4338 libisoburn/libisoburn.h
 4339 xorriso/README
 4340 xorriso/xorriso_timestamp.h
 4341 xorriso/xorriso_private.h
 4342 xorriso/xorrisoburn.h
 4343 xorriso/xorriso_eng.html
 4344 xorriso/make_xorriso_standalone.sh
 4345 xorriso/configure_ac.txt
 4346 Version leap to 0.3.0
 4347 
 4348 1 Dec 2008  [2230]
 4349 xorriso/changelog.txt
 4350 Documented changes and release timestamp
 4351 
 4352 1 Dec 2008  [2231]
 4353 configure.ac
 4354 Corrected values of LIB*_REQUIRED
 4355 
 4356 ---------------------------------- release  - xorriso-0.3.0 - 2008.12.01.200001
 4357 
 4358 * New options -quoted_path_list, -quoted_not_list
 4359 * New option -backslash_codes for weird file names and terminal safety
 4360 * New options -charset, -in_charset, -out_charset
 4361 * New option -local_charset allows to override locale
 4362 * New option -application_id
 4363 * New option -compliance allows certain deviations from standards
 4364 * Suitable ISOLINUX boot images are made alternatively bootable via an MBR
 4365 * Bug fix in libisofs: ISOLINUX boot images were not patched correctly
 4366 * Bug fix in libisofs: mkisofs images with empty files got damaged
 4367 * Bug fix: Forgot exit value registration to -return_with. Thanks to Steve Dodd.
 4368 * Bug fix: -format as_needed did not recognize unformatted BD-RE
 4369 * Bug fix: disk patterns with relative addresses were not properly resolved
 4370 
 4371 
 4372 2008.12.01.202911  [2232]
 4373 configure.ac
 4374 README
 4375 libisoburn/libisoburn.h
 4376 xorriso/README
 4377 xorriso/xorriso_timestamp.h
 4378 xorriso/xorriso_private.h
 4379 xorriso/xorrisoburn.h
 4380 xorriso/xorriso_eng.html
 4381 xorriso/make_xorriso_standalone.sh
 4382 xorriso/configure_ac.txt
 4383 Version leap to 0.3.1
 4384 
 4385 1 Dec 2008  [2233]
 4386 xorriso/changelog.txt
 4387 Documented changes and release timestamp
 4388 
 4389 ------------------------------------ cycle  - xorriso-0.3.1 - 2008.12.01.202911
 4390 
 4391 
 4392 2 Dec 2008  [2234]
 4393 Promoted libisoburn 0.3.0 from branch to tag
 4394 
 4395 2 Dec 2008  [2235] [2236] [2237] [2238]
 4396 Deleted obsoleted branches
 4397 
 4398 2008.12.04.175459  [2240] [2241]
 4399 xorriso/xorriso.c
 4400 Bug fix: Options -extract and -extract_single were enabled with -osirrox off
 4401 
 4402 2008.12.05.171005  [2242]
 4403 libisoburn/libisoburn.h
 4404 libisoburn/burn_wrap.c
 4405 New API function isoburn_get_mount_params()
 4406 
 4407 2008.12.05.171700 [2243]
 4408 xorriso/xorriso.h
 4409 xorriso/xorriso_private.h
 4410 xorriso/xorriso.c
 4411 xorriso/xorrisoburn.c
 4412 xorriso/xorriso.1
 4413 New options -mount and -mount_cmd
 4414 
 4415 2008.12.06.140828  [2244]
 4416 xorriso/xorriso_private.h
 4417 xorriso/xorriso.c
 4418 xorriso/xorrisoburn.c
 4419 xorriso/xorriso_eng.html
 4420 Using uname() rather than #ifdef __FreeBSD__
 4421 
 4422 2008.12.07.122439  [2245]
 4423 xorriso/xorriso_private.h
 4424 xorriso/xorriso.c
 4425 xorriso/xorrisoburn.c
 4426 xorriso/xorriso.1
 4427 Got rid of call system() in Xorriso_mount(), new option -session_string
 4428 
 4429 Dec 7 2008  [2246] [2247]
 4430 xorriso/xorriso_eng.html
 4431 xorriso/xorriso.1
 4432 Small documentation adjustments
 4433 
 4434 ------------------------------------ cycle  - xorriso-0.3.1 - 2008.12.07.122439
 4435 * Bug fix: Options -extract and -extract_single were enabled with -osirrox off
 4436 * New API function isoburn_get_mount_params()
 4437 * New options -mount , -mount_cmd , -session_string
 4438 
 4439 
 4440 2008.12.08.120712  [2256]
 4441 xorriso/configure_ac.txt
 4442 Standalone version switch to libburn-0.5.9
 4443 
 4444 2008.12.08.121106  [2257]
 4445 README
 4446 configure.ac
 4447 libisoburn/libisoburn.h
 4448 xorriso/README
 4449 Requiring at least libburn-0.5.8
 4450 
 4451 8 Dec 2008  [2258]
 4452 xorriso/xorriso.1
 4453 Small documentation adjustments
 4454 
 4455 2008.12.08.154521  [2259]
 4456 Makefile.am
 4457 xorriso/xorriso_private.h
 4458 xorriso/compile_xorriso.sh
 4459 xorriso/xorriso_makefile_am.txt
 4460 Got rid of Xorriso_with_regeX
 4461 
 4462 2008.12.10.093424  [2272]
 4463 xorriso/xorrisoburn.c
 4464 Enabled formatting of BD-R media to SRM-POW default size
 4465 
 4466 10 Dec 2008  [2275]
 4467 xorriso/xorriso.1
 4468 Mentioned BD-R in man xorriso
 4469 
 4470 2008.12.11.072427  [2277]
 4471 xorriso/xorrisoburn.c
 4472 Proper message after failed or refused formatting
 4473 
 4474 2008.12.13.142726  [2281] [2282]
 4475 xorriso/xorriso.c
 4476 xorriso/xorrisoburn.h
 4477 xorriso/xorrisoburn.c
 4478 xorriso/xorriso.1
 4479 New -format modes by_size_ and fast_by_size_
 4480 
 4481 2008.12.13.144622  [2283]
 4482 configure.ac
 4483 libisoburn/libisoburn.h
 4484 Demanding libburn-0.5.9 now
 4485 
 4486 ------------------------------------ cycle  - xorriso-0.3.1 - 2008.12.13.144622
 4487 * By using libburn-0.5.9: support for BD-R media
 4488 * New -format modes by_size_ and fast_by_size_
 4489 
 4490 
 4491 2008.12.13.161650  [2285]
 4492 xorriso/xorrisoburn.c
 4493 xorriso/xorriso.1
 4494 Revoked -format mode by_size for DVD-RW
 4495 
 4496 12 Dec 2008  [2286]
 4497 xorriso/xorriso_eng.html
 4498 Updated xorriso web page
 4499 
 4500 2008.12.14.093125  [2288]
 4501 xorriso/xorriso.h
 4502 xorriso/xorriso_private.h
 4503 xorriso/xorriso.c
 4504 xorriso/xorrisoburn.c
 4505 xorriso/xorriso.1
 4506 New option -assert_volid
 4507 
 4508 2008.12.14.151550  [2291]
 4509 xorriso/xorriso.c
 4510 Removed outdated alternative code
 4511 
 4512 2008.12.14.231145  [2293]
 4513 xorriso/xorriso.c
 4514 xorriso/xorriso.1
 4515 Options for -as mkisofs: -input-charset, -output-charset
 4516 
 4517 2008.12.16.130139  [2295]
 4518 xorriso/xorriso_private.h
 4519 xorriso/xorriso.c
 4520 xorriso/xorrisoburn.h
 4521 xorriso/xorrisoburn.c
 4522 xorriso/xorriso.1
 4523 New option -drive_class for safety management of pseudo-drive access
 4524 
 4525 16 Dec 2008  [2296]
 4526 xorriso/README
 4527 xorriso/xorriso_eng.html
 4528 Updated xorriso documentation
 4529 
 4530 ------------------------------------ cycle  - xorriso-0.3.1 - 2008.12.16.130139
 4531 * New option -assert_volid
 4532 * New option -drive_class for safety management of pseudo-drive access
 4533 
 4534 
 4535 17 Dec 2008  [2299]
 4536 + doc/comments
 4537 Preparations for a more presentable online API documentation
 4538 
 4539 2008.12.17.102216  [2300]
 4540 Makefile.am
 4541 Delivering doxygen input for API documentation with releases
 4542 
 4543 17 Dec 2008  [2301]
 4544 doc/comments
 4545 Corrected list of authors in libisoburn API documentation
 4546 
 4547 2008.12.21.101705  [2317]
 4548 xorriso/xorrisoburn.c
 4549 Corrected message about non-matching volume id
 4550 
 4551 ------------------------------------ cycle  - xorriso-0.3.1 - 2008.12.21.154636
 4552 
 4553 
 4554 21 Dec 2008  [2318]
 4555 + test/aaip_0_2.h
 4556 + test/aaip_0_2.c
 4557 + test/aaip_0_2_test.c
 4558 A first implementation of AAIP 0.2 encoding and decoding
 4559 
 4560 23 Dec 2008  [2326]
 4561 test/aaip_0_2.h
 4562 test/aaip_0_2.c
 4563 test/aaip_0_2_test.c
 4564 Gave aaip_0_2 a ring buffer rather than a shifted fifo
 4565 
 4566 25 Dec 2008  [2336]
 4567 test/aaip_0_2.h
 4568 test/aaip_0_2.c
 4569 test/aaip_0_2_test.c
 4570 Encoder for ACL long text form
 4571 
 4572 26 Dec 2008  [2338]
 4573 test/aaip_0_2.h
 4574 test/aaip_0_2.c
 4575 test/aaip_0_2_test.c
 4576 Decoder for ACL to long text form
 4577 
 4578 1 Jan 2009  [2343]
 4579 test/aaip_0_2.h
 4580 test/aaip_0_2.c
 4581 test/aaip_0_2_test.c
 4582 + test/aaip-os-linux.c
 4583 + test/aaip-os-freebsd.c
 4584 + doc/susp_aaip_0_2.txt
 4585 Introduced system adapters for getting and setting EA and ACL
 4586 
 4587 1 Jan 2009  [2344]
 4588 test/aaip_0_2.c
 4589 Corrected some bugs with attribute list decoding
 4590 
 4591 1 Jan 2009  [2345]
 4592 test/aaip_0_2.c
 4593 Corrected some more bug with attribute list decoding
 4594 
 4595 4 Jan 2009  [2355]
 4596 xorriso/configure_ac.txt
 4597 Standalone version switch to libburn-0.6.1
 4598 
 4599 5 Jan 2009  [2357]
 4600 svn copy -m "Branching for libisoburn release 0.3.2
 4601     http://svn.libburnia-project.org/libisoburn/trunk
 4602     http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeTwo
 4603 
 4604 2009.01.05.120643  [2358]
 4605 COPYRIGHT
 4606 libisoburn/burn_wrap.c
 4607 libisoburn/data_source.c
 4608 libisoburn/isoburn.c
 4609 libisoburn/isofs_wrap.c
 4610 xorriso/compile_xorriso.sh
 4611 xorriso/xorrisoburn.c
 4612 xorriso/xorriso.h
 4613 Updated copyright marks to 2009
 4614 
 4615 2009.01.05.123001  [2359]
 4616 configure.ac
 4617 README
 4618 libisoburn/libisoburn.h
 4619 xorriso/README
 4620 xorriso/xorriso_timestamp.h
 4621 xorriso/xorriso_private.h
 4622 xorriso/xorrisoburn.h
 4623 xorriso/xorriso_eng.html
 4624 xorriso/make_xorriso_standalone.sh
 4625 xorriso/configure_ac.txt
 4626 Version leap to 0.3.2
 4627 
 4628 5 Jan 2009  [2360] [2361]
 4629 xorriso/changelog.txt
 4630 Documented changes and release timestamp
 4631 
 4632 ----------------------------------- release - xorriso-0.3.2 - 2009.01.05.123001
 4633 * Bug fix: Options -extract and -extract_single were enabled with -osirrox off
 4634 * New API function isoburn_get_mount_params()
 4635 * New options -mount , -mount_cmd , -session_string
 4636 * New -format modes by_size_ and fast_by_size_
 4637 * New option -assert_volid
 4638 * New option -drive_class for safety management of pseudo-drive access
 4639 * By using libburn-0.6.0: support for BD-R media
 4640 
 4641 
 4642 2009.01.05.145703  [2362]
 4643 COPYRIGHT
 4644 libisoburn/burn_wrap.c
 4645 libisoburn/data_source.c
 4646 libisoburn/isoburn.c
 4647 libisoburn/isofs_wrap.c
 4648 xorriso/compile_xorriso.sh
 4649 xorriso/xorrisoburn.c
 4650 xorriso/xorriso.h
 4651 Updated copyright marks to 2009
 4652 
 4653 2009.01.05.153105  [2363]
 4654 configure.ac
 4655 README
 4656 libisoburn/libisoburn.h
 4657 xorriso/README
 4658 xorriso/xorriso_timestamp.h
 4659 xorriso/xorriso_private.h
 4660 xorriso/xorrisoburn.h
 4661 xorriso/xorriso_eng.html
 4662 xorriso/make_xorriso_standalone.sh
 4663 xorriso/configure_ac.txt
 4664 Version leap to 0.3.3
 4665 
 4666 5 Jan 2009  [2364]
 4667 xorriso/changelog.txt
 4668 Documented changes and release timestamp
 4669 
 4670 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.05.153105
 4671 
 4672 
 4673 5 Jan 2009  [2365]
 4674 svn move http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeTwo
 4675          http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeTwo
 4676 Promoted branch to tag
 4677 
 4678 2009.01.06.123047  [2368]
 4679 xorriso/xorriso.c
 4680 xorriso/xorriso_eng.html
 4681 Some small corrections of documentation
 4682 
 4683 9 Jan 2009  [2382]
 4684 xorriso/xorriso_eng.html
 4685 Mentioned bug fix and pl01
 4686 
 4687 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.09.103251
 4688 
 4689 2009.01.10.154018  [2386]
 4690 xorriso/xorriso.h
 4691 xorriso/xorriso.c
 4692 Avoiding use of function parameter name "class"
 4693 
 4694 14 Jan 2009  [2395]
 4695 doc/susp_aaip_0_2.txt
 4696 Clarified that AAIP is only allowed if RRIP is present
 4697 
 4698 2009.01.14.110935  [2396]
 4699 Makefile.am
 4700 xorriso/compile_xorriso.sh
 4701 xorriso/xorriso_makefile_am.txt
 4702 Introduced AAIP code. Now linking with libacl.
 4703 
 4704 2009.01.17.181500  [2400]
 4705 xorriso/xorriso.h
 4706 xorriso/xorriso.c
 4707 xorriso/xorrisoburn.h
 4708 xorriso/xorrisoburn.c
 4709 New option -getfacl
 4710 
 4711 2009.01.18.213952  [2401]
 4712 xorriso/xorriso.c
 4713 xorriso/xorrisoburn.h
 4714 xorriso/xorrisoburn.c
 4715 Restoring ACLs with -extract and others
 4716 
 4717 2009.01.21.150243  [2402]
 4718 libisoburn/libisoburn.h
 4719 libisoburn/isoburn.h
 4720 libisoburn/isoburn.c
 4721 libisoburn/isofs_wrap.c
 4722 New API macro isoburn_ropt_noaaip controls enabling of AAIP loading
 4723 
 4724 2009.01.21.203852  [2403]
 4725 libisoburn/libisoburn.h
 4726 libisoburn/isoburn.h
 4727 libisoburn/isoburn.c
 4728 libisoburn/isofs_wrap.c
 4729 libisoburn/burn_wrap.c
 4730 Had to split isoburn_ropt_noaaip into isoburn_ropt_noacl and isoburn_ropt_noea
 4731 
 4732 2009.01.21.204513  [2404]
 4733 xorriso/xorriso.h
 4734 xorriso/xorriso_private.h
 4735 xorriso/xorriso.c
 4736 xorriso/xorrisoburn.h
 4737 xorriso/xorrisoburn.c
 4738 New option -acl enables ACL loading
 4739 
 4740 2009.01.22.130107  [2405]
 4741 libisoburn/libisoburn.h
 4742 libisoburn/isoburn.h
 4743 libisoburn/isoburn.c
 4744 libisoburn/isofs_wrap.c
 4745 Now it is isoburn_ropt_noaaip , isoburn_ropt_noacl and isoburn_ropt_noea
 4746 
 4747 2009.01.22.130255  [2406]
 4748 xorriso/xorrisoburn.c
 4749 Adapted to new macro situation in libisoburn
 4750 
 4751 2009.01.22.143210  [2407]
 4752 libisoburn/libisoburn.h
 4753 libisoburn/isoburn.h
 4754 libisoburn/isoburn.c
 4755 New macro isoburn_igopt_aaip controls writing of AAIP info into images
 4756 
 4757 2009.01.22.143253  [2408]
 4758 xorriso/xorrisoburn.c
 4759 Making use of new libisoburn macro isoburn_igopt_aaip
 4760 
 4761 2009.01.22.152252  [2409]
 4762 xorriso/xorrisoburn.c
 4763 xorriso/xorriso.1
 4764 Restoring ACL only if -acl "on"
 4765 
 4766 2009.01.22.155049  [2410]
 4767 xorriso/xorrisoburn.c
 4768 Removing leading slash from -getfacl output of file path
 4769 
 4770 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.22.155049
 4771 * New option -acl enables ACL import and export
 4772 
 4773 
 4774 2009.01.23.101305  [2411]
 4775 xorriso/configure_ac.txt
 4776 Promoted standalone libisofs to 0.6.13
 4777 
 4778 2009.01.23.102843  [2412]
 4779 libisoburn/libisoburn.h
 4780 libisoburn/burn_wrap.c
 4781 Demanding libisofs 0.6.13 now
 4782 
 4783 2009.01.23.140824  [2413]
 4784 xorriso/xorriso_private.h
 4785 xorriso/xorriso.c
 4786 xorriso/xorrisoburn.h
 4787 xorriso/xorrisoburn.c
 4788 xorriso/xorriso.1
 4789 New find tests -has_acl, -has_no_acl, new action getfacl, new option getfacl_r
 4790 
 4791 23 Jan 2009  [2414]
 4792 xorriso/xorriso_eng.html
 4793 Updated xorriso web page
 4794 
 4795 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.23.140824
 4796 * New find tests -has_acl, -has_no_acl , new find action getfacl
 4797 * New option -getfacl_r
 4798 
 4799 2009.01.23.172652  [2415]
 4800 configure.ac
 4801 Makefile.am
 4802 xorriso/configure_ac.txt
 4803 xorriso/xorriso_makefile_am.txt
 4804 xorriso compilation detects availability of libacl and of Linux listxattr call
 4805 
 4806 2009.01.23.172757  [2416]
 4807 xorriso/xorrisoburn.c
 4808 Silenced a FAILURE message with -acl if no image is loaded
 4809 
 4810 23 Jan 2009  [2417]
 4811 xorriso/xorriso_eng.html
 4812 Updated xorriso web page
 4813 
 4814 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.23.172757
 4815 
 4816 
 4817 24 Jan 2009  [2418]
 4818 xorriso/compile_xorriso.sh
 4819 Took into respect changed .o file names of libisofs
 4820 
 4821 2009.01.25.141124  [2424]
 4822 xorriso/xorriso.h
 4823 xorriso/xorriso_private.h
 4824 xorriso/xorriso.c
 4825 xorriso/xorrisoburn.h
 4826 xorriso/xorrisoburn.c
 4827 xorriso/xorriso.1
 4828 xorriso/xorriso_eng.html
 4829 New option -setfacl, -setfacl_r, new -find action setfacl
 4830 
 4831 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.25.141124
 4832 * New option -setfacl, -setfacl_r, new -find action setfacl
 4833 
 4834 
 4835 25 Jan 2009  [2425]
 4836 - test/aaip_0_2.h
 4837 - test/aaip_0_2.c
 4838 - test/aaip-os-freebsd.c
 4839 - test/aaip-os-linux.c
 4840 - test/aaip_0_2_test.c
 4841 - doc/susp_aaip_0_2.txt
 4842 AAIP code now resides in libisofs
 4843 
 4844 2009.01.26.173254  [2426]
 4845 libisoburn/libisoburn.h
 4846 libisoburn/isoburn.h
 4847 libisoburn/isoburn.c
 4848 New macro isoburn_igopt_aaip_susp_1_10 controls writing of AAIP ER and ES
 4849 
 4850 2009.01.26.173606  [2427]
 4851 xorriso/xorrisoburn.c
 4852 xorriso/xorriso.1
 4853 Gave user control over isoburn_igopt_aaip_susp_1_10
 4854 
 4855 26 Jan 2009  [2428]
 4856 xorriso/make_xorriso_standalone.sh
 4857 Including doc/susp_aaip_0_2.txt in xorriso-standalone
 4858 
 4859 2009.01.27.121417  [2432]
 4860 libisoburn/libisoburn.h
 4861 Mentioned the need for 64 bit file i/o
 4862 
 4863 2009.01.28.074917  [2434]
 4864 xorriso/xorrisoburn.c
 4865 Bug fixes and enhancements about "default" ACL
 4866 
 4867 2009.01.28.114755  [2435]
 4868 xorriso/xorrisoburn.c
 4869 Bug fixes and enhancements about "default" ACL
 4870 
 4871 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.28.114755
 4872 
 4873 
 4874 2009.01.28.190140  [1436]
 4875 xorriso/xorriso_private.h
 4876 xorriso/xorriso.c
 4877 xorriso/xorrisoburn.c
 4878 Made -getfacl file name escaping more similar to shell command behavior
 4879 
 4880 2009.01.29.165339  [2437]
 4881 xorriso/xorriso.h
 4882 xorriso/xorriso.c
 4883 xorriso/xorriso.1
 4884 New option -setfacl_list
 4885 
 4886 28 Jan 2009  [2438]
 4887 xorriso/xorriso_eng.html
 4888 Updated xorriso web page
 4889 
 4890 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.29.165339
 4891 * New option -setfacl_list
 4892 
 4893 29 Jan 2009  [2439]
 4894 xorriso/xorriso_makefile_am.txt
 4895 Added aaip-os-dummy.c to xorriso-standalone
 4896 
 4897 2009.01.29.210606  [2440]
 4898 xorriso/xorrisoburn.c
 4899 Bug fix: included sys/wait.h rather than wrong wait.h
 4900 
 4901 2009.01.30.145624  [2442]
 4902 xorriso/xorriso.c
 4903 xorriso/xorrisoburn.h
 4904 xorriso/xorrisoburn.c
 4905 Followed changes in iso_node_*acl_text API
 4906 
 4907 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.01.30.200825
 4908 
 4909 2009.01.31.101122  [2443]
 4910 xorriso/xorriso_private.h
 4911 xorriso/xorriso.c
 4912 xorriso/xorrisoburn.c
 4913 Equipped output of lsl with '+' perm if ACL is present
 4914 
 4915 2009.02.02.134346  [2444]
 4916 xorriso/xorriso_private.h
 4917 xorriso/xorriso.c
 4918 xorriso/xorrisoburn.h
 4919 xorriso/xorrisoburn.c
 4920 xorriso/xorriso.1
 4921 New options -xattr, -getfattr, find -has_xattr, -has_aaip, -exec getfattr
 4922 
 4923 2009.02.02.201124  [2445]
 4924 xorriso/xorrisoburn.c
 4925 xorriso/xorriso.1
 4926 Enabled restoring of xattr
 4927 
 4928 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.02.201124
 4929 * New options -xattr, -getfattr, find -has_xattr, -has_aaip, -exec getfattr
 4930 
 4931 
 4932 2009.02.03.162440  [2446]
 4933 Makefile.am
 4934 xorriso/xorriso_makefile_am.txt
 4935 Linking with $LIBBURN_ARCH_LIBS to get -lcam on FreeBSD
 4936 
 4937 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.03.162440
 4938 
 4939 
 4940 2009.02.04.200055  [2449]
 4941 xorriso/xorrisoburn.c
 4942 Took into respect eventual resolution of symbolic links
 4943 
 4944 2009.02.04.200653  [2450]
 4945 configure.ac
 4946 xorriso/configure_ac.txt
 4947 Checking for iconv(3) in separate libiconv (e.g. on FreeBSD)
 4948 
 4949 2009.02.07.090104  [2453]
 4950 xorriso/xorrisoburn.c
 4951 Correct group permission bits with -acl off and -extract file that has ACL
 4952 
 4953 2009.02.07.142605  [2454]
 4954 xorriso/xorrisoburn.c
 4955 Correct group permission bits with -acl off and disk file that has ACL
 4956 
 4957 2009.02.08.132116  [2455]
 4958 xorriso/xorriso.h
 4959 xorriso/xorriso.c
 4960 xorriso/xorrisoburn.h
 4961 First code for -setfattr (have to fix some ACL problems before going on)
 4962 
 4963 2009.02.08.151354  [2456]
 4964 xorriso/xorriso.c
 4965 xorriso/xorrisoburn.h
 4966 xorriso/xorrisoburn.c
 4967 Displaying "+" with lslx if ACL is detected
 4968 
 4969 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.08.151354
 4970 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.09.103308
 4971 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.09.170857
 4972 
 4973 2009.02.09.185940  [2458]
 4974 xorriso/xorriso.c
 4975 xorriso/xorrisoburn.c
 4976 New options -setfattr, -setfattr_r, new find -exec setfattr
 4977 
 4978 10 Feb 2009  [2459]
 4979 xorriso/xorriso_eng.html
 4980 Updated xorriso home page
 4981 
 4982 2009.02.10.125831  [2460]
 4983 xorriso/xorrisoburn.c
 4984 Closed a memory leak with unreleased IsoImage in boot image inquiry
 4985 
 4986 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.10.195106
 4987 
 4988 12 Feb 2009  [2461]
 4989 xorriso/convert_man_to_html.sh
 4990 Adapted html man page generator to textchanges
 4991 
 4992 2009.02.12.110516  [2462]
 4993 xorriso/xorriso.h
 4994 xorriso/xorriso.c
 4995 New -as mkisofs options --acl and --xattr
 4996 
 4997 12 Feb 2009  [2463]
 4998 xorriso/xorriso.1
 4999 Updated xorriso man page
 5000 
 5001 2009.02.13.202539  [2464]
 5002 xorriso/xorriso.h
 5003 xorriso/xorriso.c
 5004 xorriso/xorrisoburn.c
 5005 xorriso/xorriso.1
 5006 xorriso/xorriso_eng.html
 5007 New option -setfattr_list
 5008 
 5009 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.13.202539
 5010 * New -as mkisofs options --acl and --xattr
 5011 * New option -setfattr_list
 5012 
 5013 
 5014 2009.02.14.133013  [2465]
 5015 xorriso/xorriso.c
 5016 -as mkisofs --acl and --xattr was not properly recognized
 5017 
 5018 2009.02.16.082645  [2466]
 5019 xorriso/xorriso.c
 5020 xorriso/xorrisoburn.h
 5021 xorriso/xorrisoburn.c
 5022 xorriso/xorriso.1
 5023 Took into respect ACL and xattr with -compare and -update
 5024 
 5025 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.16.082645
 5026 
 5027 
 5028 2009.02.17.184231  [2467]
 5029 xorriso/xorriso.h
 5030 xorriso/xorriso.c
 5031 xorriso/xorrisoburn.h
 5032 xorriso/xorrisoburn.c
 5033 xorriso/xorriso.1
 5034 xorriso/xorriso_eng.html
 5035 New option -disk_dev_ino
 5036 
 5037 2009.02.19.123524  [2475]
 5038 libisoburn/isofs_wrap.c
 5039 Adapted to removal of Libburn_with_aaiP macro
 5040 
 5041 2009.02.19.123607  [2476]
 5042 xorriso/xorrisoburn.c
 5043 Adapted to removal of Libburn_with_aaiP macro
 5044 
 5045 19 Feb 2009  [2477]
 5046 xorriso/configure_ac.txt
 5047 Adapted to version leap libisofs-0.6.14
 5048 
 5049 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.19.123607
 5050 * New option -disk_dev_ino accelerates incremental backups
 5051 
 5052 
 5053 2009.02.19.183707  [2478]
 5054 xorriso/xorriso_private.h
 5055 Committing forgotten xorriso_private.h
 5056 
 5057 20 Feb 2009  [2487]
 5058 xorriso/configure_ac.txt
 5059 Adapted to version leap libburn-0.6.2
 5060 
 5061 2009.02.25.144045  [2496]
 5062 xorriso/xorriso_private.h
 5063 xorriso/xorriso.c
 5064 xorriso/xorrisoburn.c
 5065 xorriso/xorriso.1
 5066 -disk_dev_ino mode ino_only
 5067 
 5068 2009.02.28.175747  [2502]
 5069 configure.ac
 5070 Requiring libisofs-0.6.14 now, libburn-0.6.0 still suffices
 5071 
 5072 2009.02.28.175926  [2503]
 5073 libisoburn/libisoburn.h
 5074 libisoburn/isoburn.h
 5075 libisoburn/isoburn.c
 5076 New API function isoburn_igopt_get_data_start()
 5077 
 5078 2009.02.28.181358  [2504]
 5079 xorriso/xorriso_private.h
 5080 xorriso/xorriso.c
 5081 xorriso/xorrisoburn.c
 5082 xorriso/xorriso.1
 5083 New -stream_recording mode with start address, "on" is now 32s
 5084 
 5085 2009.02.28.181750  [2505]
 5086 xorriso/configure_ac.txt
 5087 Switched standalone version to libisofs-0.6.15
 5088 
 5089 ------------------------------------ cycle  - xorriso-0.3.3 - 2009.02.28.181750
 5090 
 5091 01 Mar 2009  [2506] 
 5092 svn copy -m Branching for libisoburn release 0.3.4
 5093     http://svn.libburnia-project.org/libisoburn/trunk
 5094     http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeFour
 5095 
 5096 2009.03.01.103001 [2507]
 5097 configure.ac
 5098 README
 5099 libisoburn/libisoburn.h
 5100 xorriso/README
 5101 xorriso/xorriso_private.h
 5102 xorriso/xorrisoburn.h
 5103 xorriso/xorriso_eng.html
 5104 xorriso/xorriso.1
 5105 xorriso/make_xorriso_standalone.sh
 5106 xorriso/configure_ac.txt
 5107 xorriso/xorriso_timestamp.h
 5108 Version leap to 0.3.4
 5109 
 5110 1 Mar 2009  [2508]
 5111 xorriso/changelog.txt
 5112 Documented changes and release timestamp
 5113 
 5114 1 Mar 2009  [2509]
 5115 README
 5116 xorriso/README
 5117 Correction about libisofs.so version requirement
 5118 
 5119 ----------------------------------- release - xorriso-0.3.4 - 2009.03.01.103001
 5120 * New option -acl enables ACL import and export
 5121 * New options -getfacl, -getfacl_r, -setfacl, -setfacl_r, -setfacl_list
 5122 * New find tests -has_acl, -has_no_acl , new find actions getfacl, setfacl
 5123 * New option -xattr enables import and export of Extended Attributes
 5124 * New options -getfattr, -getfattr_r, -setfattr, -setfattr_r, -setfattr_list
 5125 * New find tests -has_xattr, -has_aaip, new find actions getfattr, setfattr
 5126 * New -as mkisofs options --acl and --xattr
 5127 * New option -disk_dev_ino accelerates incremental backups
 5128 
 5129 
 5130 2009.03.01.113444  [2510]
 5131 configure.ac
 5132 README
 5133 libisoburn/libisoburn.h
 5134 xorriso/README
 5135 xorriso/xorriso_private.h
 5136 xorriso/xorrisoburn.h
 5137 xorriso/xorriso_eng.html
 5138 xorriso/xorriso.1
 5139 xorriso/make_xorriso_standalone.sh
 5140 xorriso/configure_ac.txt
 5141 xorriso/xorriso_timestamp.h
 5142 Version leap to 0.3.5
 5143 
 5144 1 Mar 2009  [2511]
 5145 xorriso/changelog.txt
 5146 Documented changes and release timestamp
 5147 
 5148 ------------------------------------ cycle  - xorriso-0.3.5 - 2009.03.01.113444
 5149 
 5150 1 Mar 2009  [2512]
 5151 svn move -m 'Promoted branch to tag' 
 5152     http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeFour
 5153     http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeFour
 5154 
 5155 2009.03.03.103421  [2517]
 5156 libisoburn/libisoburn.h
 5157 isoburn_igopt_get_data_start() @since 0.3.6 because not announced in 0.3.4
 5158 
 5159 2009.03.03.103706  [2518]
 5160 xorriso/configure_ac.txt
 5161 Making optional use of statvfs() in sg-dummy
 5162 
 5163 ------------------------------------ cycle  - xorriso-0.3.5 - 2009.03.03.103706
 5164 
 5165 2009.03.05.121700  [2519]
 5166 acinclude.m4
 5167 Lifted the ban on operating systems other than Linux and FreeBSD
 5168 
 5169 ------------------------------------ cycle  - xorriso-0.3.5 - 2009.03.05.121700
 5170 * Dummy MMC adapter for compilation on systems other than Linux, FreeBSD
 5171 
 5172 
 5173 2009.03.08.140002  [2521]
 5174 xorriso/xorriso.c
 5175 xorriso/xorrisoburn.c
 5176 test/compare_file.c
 5177 Reacted on compiler warnings of SchilliX-0.6.7 (based on Solaris 5.11)
 5178 
 5179 
 5180 2009.03.10.092227  [2523]
 5181 xorriso/xorrisoburn.c
 5182 xorriso/xorriso.1
 5183 Made -compliance old_rr imply -compliance aaip_susp_1_10
 5184 
 5185 ------------------------------------ cycle  - xorriso-0.3.5 - 2009.03.10.092227
 5186 
 5187 2009.03.11.170125  [2524]
 5188 configure.ac
 5189 libisoburn/libisoburn.h
 5190 libisoburn/isoburn.c
 5191 Requiring libisofs-0.6.16 now
 5192 
 5193 2009.03.11.170236  [2525]
 5194 xorriso/configure_ac.txt
 5195 Adapted xorriso-standalone to version leap libisofs-0.6.16
 5196 
 5197 11 Mar 2009  [2526]
 5198 xorriso/xorriso_eng.html
 5199 Mentioned bug fixes in libisofs
 5200 
 5201 11 Mar 2009  [2527]
 5202 xorriso/xorriso.1
 5203 Minor changes in xorriso man page
 5204 
 5205 ------------------------------------ cycle  - xorriso-0.3.5 - 2009.03.11.170236
 5206 
 5207 
 5208 2009.03.12.141647  [2528]
 5209 xorriso/xorrisoburn.c
 5210 xorriso/xorriso.1
 5211 Made -compliance old_rr the default
 5212 
 5213 2009.03.13.150731  [2536]
 5214 xorriso/xorrisoburn.c
 5215 Defaulting -stream_recording "data" to "100m"
 5216 
 5217 2009.03.13.150838  [2537]
 5218 xorriso/configure_ac.txt
 5219 Adapted xorriso-standalone to version leap libburn-0.6.5
 5220 
 5221 2009.03.14.113811  [2539]
 5222 xorriso/xorriso.c
 5223 Fixed the inappropriate refusal on paths like /u/test/../..
 5224 
 5225 2009.03.14.115711  [2540]
 5226 configure.ac
 5227 libisoburn/libisoburn.h
 5228 Requiring libburn-0.6.4 now
 5229 
 5230 ------------------------------------ cycle  - xorriso-0.3.5 - 2009.03.14.115711
 5231 * default of -compliance has been changed to "old_rr", new rule "new_rr"
 5232 
 5233 16 Mar 2009  [2541]
 5234 svn copy -m "Branching for libisoburn release 0.3.6" \
 5235     http://svn.libburnia-project.org/libisoburn/trunk \
 5236     http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeSix
 5237 
 5238 2009.03.16.090001  [2542]
 5239 configure.ac
 5240 README
 5241 libisoburn/libisoburn.h
 5242 xorriso/README
 5243 xorriso/xorriso_private.h
 5244 xorriso/xorrisoburn.h
 5245 xorriso/xorriso_eng.html
 5246 xorriso/make_xorriso_standalone.sh
 5247 xorriso/configure_ac.txt
 5248 xorriso/xorriso_timestamp.h
 5249 Version leap to libisoburn-0.3.6
 5250 
 5251 16 Mar 2009  [2543]
 5252 xorriso/changelog.txt
 5253 Documented changes and release timestamp
 5254 
 5255 16 Mar 2009  [2544]
 5256 configure.ac
 5257 Adjusted forgotten version number
 5258 
 5259 ----------------------------------- release - xorriso-0.3.6 - 2009.03.16.090001
 5260 * Dummy MMC adapter for compilation on systems other than Linux, FreeBSD
 5261 * Default of -compliance has been changed to "old_rr", new rule "new_rr"
 5262 * New -stream_recording modes with start address or "data". "on" is now 32s.
 5263 
 5264 
 5265 2009.03.16.112837  [2545]
 5266 configure.ac
 5267 README
 5268 libisoburn/libisoburn.h
 5269 xorriso/README
 5270 xorriso/xorriso_private.h
 5271 xorriso/xorrisoburn.h
 5272 xorriso/xorriso_eng.html
 5273 xorriso/make_xorriso_standalone.sh
 5274 xorriso/configure_ac.txt
 5275 xorriso/xorriso_timestamp.h
 5276 Version leap to libisoburn-0.3.7
 5277 
 5278 16 Mar 2009  [2546]
 5279 xorriso/changelog.txt
 5280 Documented changes and release timestamp
 5281 
 5282 17 Mar 2009  [2548]
 5283 svn move -m 'Promoted branch to tag' \
 5284     http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeSix \
 5285     http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeSix
 5286 
 5287 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.03.16.112837
 5288 
 5289 
 5290 2009.03.18.103858  [2550]
 5291 configure.ac
 5292 acinclude.m4
 5293 Makefile.am
 5294 Get on FreeBSD pkgconfigdir=.../libdata , on Linux and others: .../lib
 5295 
 5296 2009.03.18.104037  [2551]
 5297 xorriso/configure_ac.txt
 5298 xorriso/xorriso_makefile_am.txt
 5299 Adapted xorriso-standalone to version leap libisofs-0.6.17 and FreeBSD libdata
 5300 
 5301 18 Mar 2009  [2552]
 5302 configure.ac
 5303 Removed useless libisoburn configure options --enable-libacl --enable-xattr
 5304 
 5305 2009.03.19.172806  [2555]
 5306 xorriso/xorriso.c
 5307 Unified -status filtering decision
 5308 
 5309 2009.03.20.192910  [2557]
 5310 libisoburn/libisoburn.h
 5311 libisoburn/isoburn.h
 5312 libisoburn/isoburn.c
 5313 libisoburn/isofs_wrap.c
 5314 New API functions isoburn_ropt_[sg]et_auto_incharset()
 5315 
 5316 2009.03.20.193334  [2558]
 5317 xorriso/xorriso.h
 5318 xorriso/xorriso_private.h
 5319 xorriso/xorriso.c
 5320 xorriso/xorrisoburn.c
 5321 xorriso/xorriso.1
 5322 New option -auto_charset based on xattr "isofs.cs"
 5323 
 5324 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.03.21.131424
 5325 * New option -auto_charset based on xattr "isofs.cs"
 5326 
 5327 
 5328 22 Mar 2009  [2559]
 5329 xorriso/xorriso.1
 5330 Clarification about -auto_charset pitfalls
 5331 
 5332 2009.03.22.090232  [2560]
 5333 xorriso/xorriso.c
 5334 xorriso/xorrisoburn.c
 5335 Stuffed memory leaks on -commit and loading of El Torito records
 5336 
 5337 2009.03.29.164336  [2561]
 5338 configure.ac
 5339 Revoked revision 2552. Dynamic xorriso did not get linked with -lacl any more.
 5340 
 5341 2009.03.29.164411  [2562]
 5342 libisoburn/libisoburn.h
 5343 libisoburn now demands libisofs-0.6.17
 5344 
 5345 2009.03.29.164703  [2563]
 5346 xorriso/compile_xorriso.sh
 5347 xorriso/xorriso_makefile_am.txt
 5348 Adapted to new libisofs feature iso_file_add_external_filter()
 5349 
 5350 2009.03.29.164931  [2564]
 5351 xorriso/xorriso.c
 5352 xorriso/xorrisoburn.h
 5353 xorriso/xorrisoburn.c
 5354 xorriso/xorriso.1
 5355 Experimental -find action -exec set_filter with some hardcoded filter commands
 5356 
 5357 2009.04.02.162530  [2565]
 5358 xorriso/xorriso.h
 5359 xorriso/xorriso_private.h
 5360 xorriso/xorriso.c
 5361 xorriso/xorrisoburn.h
 5362 xorriso/xorrisoburn.c
 5363 xorriso/xorriso.1
 5364 xorriso/xorriso_eng.html
 5365 New options -external_filter , -unregister_filter, -set_filter , -set_filter_r
 5366 
 5367 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.04.02.162530
 5368 * New options -external_filter , -unregister_filter, -set_filter , -set_filter_r
 5369 
 5370 
 5371 2009.04.03.172034  [2566]
 5372 xorriso/xorriso_private.h
 5373 xorriso/xorriso.c
 5374 xorriso/xorrisoburn.c
 5375 xorriso/xorriso.1
 5376 Fixed a potential blind spot of 1 second in -disk_dev_ino comparison
 5377 
 5378 2009.04.04.082636  [2567]
 5379 xorriso/xorrisoburn.c
 5380 Fixed a bug with the error message about external filters and setuid
 5381 
 5382 2009.04.04.144009  [2568]
 5383 xorriso/xorriso_private.h
 5384 xorriso/xorriso.c
 5385 xorriso/xorrisoburn.c
 5386 xorriso/xorriso.1
 5387 New option -close_filter_list
 5388 
 5389 2009.04.04.144241  [2569]
 5390 configure.ac
 5391 Makefile.am
 5392 README
 5393 xorriso/configure_ac.txt
 5394 xorriso/xorriso_makefile_am.txt
 5395 xorriso/compile_xorriso.sh
 5396 xorriso/README
 5397 configure options to control availability of external filters in xorriso
 5398 
 5399 2009.04.05.110534  [2570]
 5400 xorriso/xorriso.c
 5401 Reporting number of processed filters with -set_filter and -set_filter_r
 5402 
 5403 2009.04.05.110652  [2571]
 5404 xorriso/xorrisoburn.c
 5405 Fixed a bug about detection of failure with -set_filter
 5406 
 5407 2009.04.05.131536  [2572]
 5408 xorriso/xorriso.c
 5409 Included sys/select.h as prescribed by POSIX and Linux, FreeBSD man pages
 5410 
 5411 2009.04.05.143043  [2573]
 5412 xorriso/xorriso_private.h
 5413 xorriso/xorriso.c
 5414 xorriso/xorriso.1
 5415 New -osirrox mode "banned"
 5416 
 5417 5 Apr 2009  [2574]
 5418 xorriso/xorriso_eng.html
 5419 Updated xorriso web page
 5420 
 5421 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.04.05.143043
 5422 * New option -close_filter_list
 5423 * New -osirrox mode "banned"
 5424 
 5425 
 5426 2009.04.06.100802  [2575]
 5427 xorriso/xorrisoburn.c
 5428 xorriso/xorriso.1
 5429 Suffix rollback with -set_filter --remove-all-filters
 5430 
 5431 2009.04.06.132007  [2576]
 5432 xorriso/xorriso.c
 5433 xorriso/xorrisoburn.h
 5434 xorriso/xorrisoburn.c
 5435 xorriso/xorriso.1
 5436 New options -show_stream, -show_stream_r, -exec show_stream
 5437 
 5438 2009.04.06.143109  [2577]
 5439 xorriso/xorrisoburn.c
 5440 xorriso/xorriso.1
 5441 Changed appearance of -show_stream, fixed bug introduced with rev 2575
 5442 
 5443 2009.04.06.161541  [2578]
 5444 xorriso/xorrisoburn.c
 5445 Fixed bug introduced with 2575
 5446 
 5447 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.04.06.161541
 5448 * New options -show_stream, -show_stream_r, new -find -exec show_stream
 5449 
 5450 2009.04.07.120250  [2579]
 5451 xorriso/xorriso_private.h
 5452 xorriso/xorriso.c
 5453 xorriso/xorrisoburn.c
 5454 xorriso/xorriso.1
 5455 New -find tests -has_filter, -has_no_filter
 5456 
 5457 2009.04.07.122117  [2580]
 5458 xorriso/xorriso.c
 5459 xorriso/xorrisoburn.c
 5460 Removed some unused old code branches
 5461 
 5462 2009.04.10.102558  [2581]
 5463 configure.ac
 5464 Makefile.am
 5465 xorriso/configure_ac.txt
 5466 xorriso/xorriso_makefile_am.txt
 5467 xorriso/compile_xorriso.sh
 5468 Took into respect optional libz dependency of libisofs
 5469 
 5470 2009.04.10.103130  [2582]
 5471 xorriso/xorrisoburn.c
 5472 Introduced builtin filters --zisofs and --zisofs-decode
 5473 
 5474 11 Apr 2009  [2583]
 5475 xorriso/make_xorriso_standalone.sh
 5476 Included a copy of doc/zisofs_format.txt in xorriso-standalone
 5477 
 5478 2009.04.11.125331  [2584]
 5479 xorriso/xorrisoburn.c
 5480 Adjustments with filter --zisofs-decode
 5481 
 5482 2009.04.11.172644  [2585]
 5483 xorriso/xorriso.h
 5484 xorriso/xorriso_private.h
 5485 xorriso/xorriso.c
 5486 xorriso/xorrisoburn.h
 5487 xorriso/xorrisoburn.c
 5488 xorriso/xorriso.1
 5489 New option -zisofs, builtin filters --zisofs and --zisofs-decode
 5490 
 5491 12 Apr 2009  [2586]
 5492 xorriso/xorriso_eng.html
 5493 Updated xorriso web page
 5494 
 5495 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.04.12.142252
 5496 * New option -zisofs, builtin filters --zisofs and --zisofs-decode
 5497 
 5498 
 5499 14 Apr 2009  [2588]
 5500 README
 5501 xorriso/README
 5502 Updated README texts of libisoburn and xorriso
 5503 
 5504 2009.04.14.092306  [2589]
 5505 xorriso/xorriso_private.h
 5506 xorriso/xorriso.c
 5507 xorriso/xorrisoburn.c
 5508 xorriso/xorriso.1
 5509 New -zisofs option by_magic=on
 5510 
 5511 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.04.14.092306
 5512 
 5513 2009.04.15.071944  [2590]
 5514 xorriso/compile_xorriso.sh
 5515 xorriso/xorriso_makefile_am.txt
 5516 xorriso/xorriso.c
 5517 xorriso/xorrisoburn.c
 5518 xorriso/xorriso.1
 5519 Adopted new libisofs filter module gzip.c, builtin filters --gzip, --gunzip
 5520 
 5521 2009.04.15.185131  [2591]
 5522 libisoburn/isofs_wrap.c
 5523 xorriso/xorrisoburn.c
 5524 Removed dependency on Libisofs_has_auto_input_charseT
 5525 
 5526 2009.04.15.185238  [2592]
 5527 configure.ac
 5528 libisoburn/libisoburn.h
 5529 Requiring libisofs-0.6.18 now
 5530 
 5531 2009.04.15.185359  [2593]
 5532 xorriso/configure_ac.txt
 5533 Adapted xorriso-standalone to version leap libisofs-0.6.18
 5534 
 5535 2009.04.16.145617  [2594]
 5536 xorriso/make_xorriso_standalone.sh
 5537 xorriso/xorriso_makefile_am.txt
 5538 Fixed bugs with rarely used make dist 
 5539 
 5540 2009.04.18.090616  [2596][2597]
 5541 xorriso/configure_ac.txt
 5542 Adapted xorriso-standalone to version leap libisofs-0.6.19
 5543 
 5544 ------------------------------------ cycle  - xorriso-0.3.7 - 2009.04.18.090616
 5545 
 5546 2009.04.18.120001  [2598]
 5547 configure.ac
 5548 README
 5549 libisoburn/libisoburn.h
 5550 xorriso/README
 5551 xorriso/xorriso_private.h
 5552 xorriso/xorrisoburn.h
 5553 xorriso/xorriso_eng.html
 5554 xorriso/make_xorriso_standalone.sh
 5555 xorriso/configure_ac.txt
 5556 xorriso/xorriso_timestamp.h
 5557 Version leap to libisoburn-0.3.8
 5558 
 5559 18 Apr 2009  [2599][2600]
 5560 xorriso/xorriso.1
 5561 Last minute correction in xorriso man page
 5562 
 5563 18 Apr 2009  [2601]
 5564 xorriso/changelog.txt
 5565 Documented changes and release timestamp
 5566 
 5567 ----------------------------------- release - xorriso-0.3.8 - 2009.04.18.120001
 5568 * New options -set_filter , -set_filter_r, -find -exec set_filter 
 5569 * New option -zisofs, builtin filters --zisofs , --gzip , --gunzip
 5570 * New options -external_filter , -unregister_filter, -close_filter_list,
 5571 * New options -show_stream, -show_stream_r
 5572 * New -osirrox mode "banned"
 5573 * New option -auto_charset based on xattr "isofs.cs"
 5574 
 5575 
 5576 2009.04.18.150555  [2602]
 5577 configure.ac
 5578 README
 5579 libisoburn/libisoburn.h
 5580 xorriso/README
 5581 xorriso/xorriso_private.h
 5582 xorriso/xorrisoburn.h
 5583 xorriso/xorriso_eng.html
 5584 xorriso/make_xorriso_standalone.sh
 5585 xorriso/configure_ac.txt
 5586 xorriso/xorriso_timestamp.h
 5587 Version leap to libisoburn-0.3.9
 5588 
 5589 18 Apr 2009  [2603]
 5590 xorriso/changelog.txt
 5591 Documented changes and release timestamp
 5592 
 5593 ------------------------------------ cycle  - xorriso-0.3.9 - 2009.04.18.150555
 5594 
 5595 19 Apr 2009  [2608]
 5596 svn move -m 'Promoted branch to tag' \
 5597     http://svn.libburnia-project.org/libisoburn/branches/ZeroThreeEight \
 5598     http://svn.libburnia-project.org/libisoburn/tags/ZeroThreeEight
 5599 
 5600 2009.04.21.173600  [2612]
 5601 xorriso/xorriso_private.h
 5602 xorriso/xorriso.c
 5603 xorriso/xorrisoburn.c
 5604 xorriso/xorriso.1
 5605 Enhanced -find testing by operators -not, -or, -and, (, ), -if, -else, -endif
 5606 
 5607 2009.04.21.184214  [2613]
 5608 xorriso/xorriso.c
 5609 Allowed implicit -and operator with -not, -if and -sub
 5610 
 5611 22 Apr 2009  [2614]
 5612 xorriso/xorriso_eng.html
 5613 Updated xorriso web page
 5614 
 5615 ------------------------------------ cycle  - xorriso-0.3.9 - 2009.04.21.184214
 5616 * Operators with option -find : -not, -or, -and, (, ), -if, -then, -else
 5617 
 5618 
 5619 2009.04.22.173603  [2615]
 5620 libisoburn/libisoburn.h
 5621 libisoburn/isoburn.h
 5622 libisoburn/isoburn.c
 5623 libisoburn/burn_wrap.c
 5624 New API call isoburn_toc_track_get_emul()
 5625 
 5626 2009.04.22.173648  [2616]
 5627 xorriso/xorrisoburn.c
 5628 Made use of new libisoburn call to accelerate option -toc for large TOC
 5629 
 5630 2009.04.23.103301  [2617]
 5631 xorriso/xorriso_private.h
 5632 xorriso/xorriso.c
 5633 xorriso/xorrisoburn.c
 5634 xorriso/xorriso.1
 5635 New -find tests -wholename, -prune
 5636 
 5637 2009.04.25.160022  [2618]
 5638 libisoburn/burn_wrap.c
 5639 Used isoburn_toc_track_get_emul() in isoburn_set_msc1()
 5640 
 5641 2009.04.25.162210  [2619]
 5642 xorriso/xorrisoburn.c
 5643 Moved call of isoburn_set_msgs_submit() to Xorriso_startup_libraries()
 5644 
 5645 2009.04.25.162858  [2620]
 5646 libisoburn/burn_wrap.c
 5647 Issueing pacifier messages from within isoburn_set_msc1()
 5648 
 5649 ------------------------------------ cycle  - xorriso-0.3.9 - 2009.04.25.162858
 5650 * New -find tests -wholename, -prune
 5651 
 5652 
 5653 2009.05.06.173600  [2626]
 5654 xorriso/xorrisoburn.c
 5655 Bug fix: SIGSEGV with option -status and no search string
 5656 
 5657 2009.05.06.174222  [2627]
 5658 xorriso/xorrisoburn.c
 5659 Bug fix: -load volid did not perform pattern search
 5660 
 5661 2009.05.08.073642  [2638]
 5662 xorriso/configure_ac.txt
 5663 Adapted xorriso-standalone to version leap libburn-0.6.7
 5664 
 5665 2009.05.09.201241  [2639]
 5666 libisoburn/libisoburn.h
 5667 libisoburn/isoburn.h
 5668 libisoburn/isoburn.c
 5669 libisoburn/isofs_wrap.c
 5670 New API options isoburn_ropt_noino and isoburn_igopt_hardlinks
 5671 
 5672 2009.05.09.201742  [2640]
 5673 xorriso/xorriso.h
 5674 xorriso/xorriso_private.h
 5675 xorriso/xorriso.c
 5676 xorriso/xorrisoburn.c
 5677 xorriso/xorriso.1
 5678 New option -hardlinks
 5679 
 5680 2009.05.14.082045  [2641]
 5681 xorriso/xorriso.c
 5682 xorriso/xorrisoburn.c
 5683 xorriso/xorriso.1
 5684 Enhanced option -extract_cut for handling filtered files
 5685 
 5686 2009.05.16.165616  [2642]
 5687 xorriso/xorriso_private.h
 5688 xorriso/xorriso.c
 5689 xorriso/xorrisoburn.h
 5690 xorriso/xorrisoburn.c
 5691 LBA sorted processing of -compare_r and -update_r for smoother MMC reading
 5692 
 5693 2009.05.16.165940  [2643]
 5694 xorriso/xorrisoburn.c
 5695 Disabled use of iso_tree_add_new_symlink() in favor of iso_tree_add_new_node()
 5696 
 5697 2009.05.17.115101  [2644]
 5698 xorriso/xorriso.c
 5699 xorriso/xorrisoburn.c
 5700 xorriso/xorriso.1
 5701 New pseudo test with -find : -sort_lba which is actually an option
 5702 
 5703 2009.05.26.140055  [2647]
 5704 xorriso/xorrisoburn.h
 5705 xorriso/xorriso_private.h
 5706 xorriso/xorriso.c
 5707 xorriso/xorrisoburn.c
 5708 xorriso/xorriso.1
 5709 Enabled -hardlinks for options -extract, -extract_l and -cp*x
 5710 
 5711 2009.05.26.142912  [2648]
 5712 xorriso/xorriso.c
 5713 Revoked LBA sorted reading with -compare_r. It was ugly.
 5714 
 5715 ------------------------------------ cycle  - xorriso-0.3.9 - 2009.05.26.172355
 5716 Bug fix: SIGSEGV with option -status and no search string
 5717 Bug fix: -load volid did not perform pattern search
 5718 New option -hardlinks
 5719 Improved reading performance with -update_r and -extract
 5720 
 5721 
 5722 2009.05.29.110831  [2649]
 5723 xorriso/xorriso.c
 5724 xorriso/xorriso.1
 5725 xorriso/xorriso_eng.html
 5726 New option -for_backup as shortcut for -acl -xattr -hardlinks
 5727 
 5728 2009.05.29.162300  [2650]
 5729 xorriso/xorrisoburn.c
 5730 Avoided unnecessary sorting during -extract
 5731 
 5732 2009.05.30.161808  [2561]
 5733 xorriso/xorriso.c
 5734 Avoided unconditional output of -hardlinks with option -status
 5735 
 5736 2009.05.31.100140  [2652]
 5737 configure.ac
 5738 libisoburn/libisoburn.h
 5739 Requiring libisofs-0.6.20 now
 5740 
 5741 2009.05.31.100315  [2653]
 5742 xorriso/configure_ac.txt
 5743 Adapted xorriso-standalone to version leap libisofs-0.6.20
 5744 
 5745 2009.05.31.185819  [2654]
 5746 xorriso/configure_ac.txt
 5747 Adapted xorriso-standalone to version leap libisofs-0.6.21
 5748 
 5749 13 Jun 2009  [2668]
 5750 xorriso/configure_ac.txt
 5751 xorriso/xorriso_makefile_am.txt
 5752 xorriso/make_xorriso_standalone.sh
 5753 Removed xorriso.pc.in from xorriso-standalone tarball
 5754 
 5755 2009.06.15.121525  [2670]
 5756 xorriso/xorriso_private.h
 5757 xorriso/xorriso.c
 5758 xorriso/xorrisoburn.h
 5759 xorriso/xorrisoburn.c
 5760 xorriso/xorriso.1
 5761 With -update_r : detecting hardlink splits and fusions on disk
 5762 
 5763 2009.06.20.063853  [2671]
 5764 xorriso/xorriso.c
 5765 xorriso/xorrisoburn.h
 5766 xorriso/xorrisoburn.c
 5767 Wider scope of hardlink reconstruction with extract operations
 5768 
 5769 2009.06.22.112850  [2672]
 5770 xorriso/xorriso_private.h
 5771 xorriso/xorriso.c
 5772 xorriso/xorrisoburn.h
 5773 xorriso/xorrisoburn.c
 5774 xorriso/xorriso.1
 5775 Gave up risky direct update of hardlink siblings
 5776 
 5777 2009.06.23.065744  [2673]
 5778 xorriso/xorriso.h
 5779 xorriso/xorriso_private.h
 5780 xorriso/xorriso.c
 5781 + xorriso/makefile_libxorriso_am.txt
 5782 Introduced alternative Makefile.am for libxorriso production
 5783 
 5784 2009.06.23.070934  [2674]
 5785 xorriso/xorriso_private.h
 5786 Added missing function declaration
 5787 
 5788 2009.06.23.123147  [2675]
 5789 xorriso/xorriso.h
 5790 xorriso/xorriso_private.h
 5791 xorriso/xorriso.c
 5792 Removed from xorriso main() any dependency on non-API features
 5793 
 5794 2009.06.23.133210  [2676]
 5795 xorriso/xorriso.h
 5796 xorriso/xorriso_private.h
 5797 xorriso/xorriso.c
 5798 Rough test for compile time and run time libxorriso version mismatches
 5799 
 5800 2009.06.23.164351  [2677]
 5801 xorriso/xorriso.c
 5802 xorriso/xorrisoburn.c
 5803 Deprecated -hardlinks modes "start_update", "end_update" for "perform_update"
 5804 
 5805 23 Jun 2009  [2678]
 5806 xorriso/xorriso.1
 5807 Updated xorriso man page
 5808 
 5809 2009.06.24.133521  [2679]
 5810 xorriso/xorriso.c
 5811 Reverted order of memorized hardlink update parameters
 5812 
 5813 2009.06.25.125048  [2680]
 5814 libisoburn/burn_wrap.c
 5815 Bug fix: Copies of overwriteable media onto sequential were mistaken in ROM drives
 5816 
 5817 2009.06.27.112408  [2681]
 5818 xorriso/xorriso_private.h
 5819 xorriso/xorriso.c
 5820 xorriso/xorrisoburn.c
 5821 xorriso/xorriso.1
 5822 With -extract : made hardlink registration combinable with sort_lba
 5823 
 5824 ------------------------------------ cycle  - xorriso-0.3.9 - 2009.06.27.112408
 5825 New option -for_backup as shortcut for -acl -xattr -hardlinks
 5826 Bug fix: Copies of overwriteable media on sequential were mistaken in ROM drives
 5827 
 5828 28 Jun 2009  [2681]
 5829 svn copy -m "Branching for libisoburn release 0.4.0" \
 5830     http://svn.libburnia-project.org/libisoburn/trunk \
 5831     http://svn.libburnia-project.org/libisoburn/branches/ZeroFourZero
 5832 
 5833 2009.06.28.090001  [2683]
 5834 configure.ac
 5835 README
 5836 libisoburn/libisoburn.h
 5837 xorriso/README
 5838 xorriso/xorriso.h
 5839 xorriso/xorriso.c
 5840 xorriso/xorrisoburn.h
 5841 xorriso/xorriso_eng.html
 5842 xorriso/make_xorriso_standalone.sh
 5843 xorriso/configure_ac.txt
 5844 xorriso/xorriso_timestamp.h
 5845 Version leap to libisoburn-0.4.0
 5846 
 5847 28 Jun 2009  [2684]
 5848 xorriso/changelog.txt
 5849 Documented changes and release timestamp
 5850 
 5851 ----------------------------------- release - xorriso-0.4.0 - 2009.06.28.090001
 5852 * New option -hardlinks
 5853 * Improved reading performance with -update_r and -extract
 5854 * New option -for_backup as shortcut for -acl -xattr -hardlinks
 5855 * Operators with option -find : -not, -or, -and, (, ), -if, -then, -else
 5856 * New -find tests -wholename, -prune
 5857 * Bug fix: SIGSEGV with option -status and no search string
 5858 * Bug fix: -load volid did not perform pattern search
 5859 * Bug fix: Copies of overwriteable media on sequential were mistaken in ROM drives
 5860 
 5861 2009.06.28.100124  [2685]
 5862 configure.ac
 5863 README
 5864 libisoburn/libisoburn.h
 5865 xorriso/README
 5866 xorriso/xorriso.h
 5867 xorriso/xorriso.c
 5868 xorriso/xorrisoburn.h
 5869 xorriso/xorriso_eng.html
 5870 xorriso/make_xorriso_standalone.sh
 5871 xorriso/configure_ac.txt
 5872 xorriso/xorriso_timestamp.h
 5873 Version leap to libisoburn-0.4.1
 5874 
 5875 28 Jun 2009  [2686]
 5876 xorriso/changelog.txt
 5877 Documented changes and release timestamp
 5878 
 5879 28 Jun 2009  [2687]
 5880 svn move -m 'Promoted branch to tag' \
 5881     http://svn.libburnia-project.org/libisoburn/branches/ZeroFourZero \
 5882     http://svn.libburnia-project.org/libisoburn/tags/ZeroFourZero
 5883 
 5884 ------------------------------------ cycle  - xorriso-0.4.1 - 2009.06.28.100124
 5885 
 5886 2009.06.30.120311  [2688]
 5887 configure.ac
 5888 xorriso/configure_ac.txt
 5889 Provisory patch on ticket 152: GNU libiconv needs -liconv but offers no iconv()
 5890 
 5891 2009.06.30.154606  [2689]
 5892 xorriso/xorriso.c
 5893 Bug fix: Ticket 149, one byte overflow of local variable.
 5894 
 5895 2009.07.07.175748  [2690]
 5896 configure.ac
 5897 xorriso/configure_ac.txt
 5898 Aligned configure --help texts provided by own code in configure.ac
 5899 
 5900 2009.07.07.193955  [2693]
 5901 acinclude.m4
 5902 configure.ac
 5903 xorriso/configure_ac.txt
 5904 configure options --enable-libdir-pkgconfig and --enable-pkgconfig-path=DIR
 5905 
 5906 2009.07.14.134423  [2701]
 5907 xorriso/configure_ac.txt
 5908 Adapted xorriso-standalone to version leap libburn-0.6.9
 5909 
 5910 2009.07.19.214008  [2703]
 5911 xorriso/xorriso.c
 5912 Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more
 5913 
 5914 ------------------------------------ cycle  - xorriso-0.4.1 - 2009.07.19.214008
 5915 Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more
 5916 
 5917 ------------------------------ release - xorriso-0.4.0.pl01 - 2009.07.20.060001
 5918 Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more
 5919 
 5920 
 5921 23 Jul 2009  [2704]
 5922 xorriso/xorriso.1
 5923 More emphasis on early use of -hardlinks, -acl, -xattr etc.
 5924 
 5925 2009.07.23.103339  [2705]
 5926 xorriso/compile_xorriso.sh
 5927 xorriso/xorriso_makefile_am.txt
 5928 Adopted new libisofs source module md5.[cho]
 5929 
 5930 2009.07.23.103728  [2706]
 5931 xorriso/xorriso.c
 5932 xorriso/xorrisoburn.c
 5933 Showing a better link count with -hardlinks on -lsl
 5934 
 5935 2009.07.25.181857  [2707]
 5936 xorriso/xorriso_private.h
 5937 xorriso/xorriso.c
 5938 xorriso/xorrisoburn.c
 5939 xorriso/xorriso_eng.html
 5940 Updating sorted link array before usage after image manipulations
 5941 
 5942 ------------------------------------ cycle  - xorriso-0.4.1 - 2009.07.25.181857
 5943 Options -lsl and lsdl now display correct link counts if -hardlinks is on
 5944 
 5945 
 5946 2009.08.03.075954  [2708]
 5947 xorriso/xorrisoburn.c
 5948 Bug fix: Use of freed memory with -hardlinks on and -update
 5949 
 5950 03 Aug 2009 [2709]
 5951 xorriso/xorriso.1
 5952 Hints about -hardlinks and file content filtering
 5953 
 5954 2009.08.10.123146  [2710]
 5955 xorriso/xorriso.c
 5956 xorriso/xorrisoburn.c
 5957 xorriso/xorriso.1
 5958 New find actions get_md5, get_any_xattr, test -has_any_xattr
 5959 
 5960 2009.08.10.192240  [2711]
 5961 libisoburn/libisoburn.h
 5962 libisoburn/isoburn.h
 5963 libisoburn/isoburn.c
 5964 libisoburn/isofs_wrap.c
 5965 New write options session_md5, file_md5, read option nomd5
 5966 
 5967 2009.08.10.193843  [2712]
 5968 xorriso/xorriso_private.h
 5969 xorriso/xorriso.c
 5970 xorriso/xorrisoburn.c
 5971 xorriso/xorriso.1
 5972 New option -md5, new -as mkisofs option --md5
 5973 
 5974 2009.08.10.194416  [2713]
 5975 xorriso/xorriso.h
 5976 xorriso/xorrisoburn.h
 5977 Missing changes in rev 2710 and 2712
 5978 
 5979 2009.08.11.194836  [2714]
 5980 configure.ac
 5981 libisoburn/libisoburn.h
 5982 Requiring at least libisofs-0.6.21 now
 5983 
 5984 2009.08.11.194836  [2715]
 5985 xorriso/xorriso_private.h
 5986 xorriso/xorriso.h
 5987 xorriso/xorriso.c
 5988 xorriso/xorrisoburn.h
 5989 xorriso/xorrisoburn.c
 5990 xorriso/xorriso.1
 5991 New options -check_md5, -check_md5_r, find action check_md5, test -has_md5
 5992 
 5993 2009.08.12.130401  [2716]
 5994 xorriso/xorriso_private.h
 5995 xorriso/xorriso.c
 5996 xorriso/xorrisoburn.c
 5997 xorriso/xorriso.1
 5998 Completed find action check_md5
 5999 
 6000 2009.08.12.202423  [2717]
 6001 xorriso/xorriso_private.h
 6002 xorriso/xorriso.c
 6003 xorriso/xorrisoburn.h
 6004 xorriso/xorrisoburn.c
 6005 xorriso/xorriso.1
 6006 Checking MD5 of whole session with -check_md5 and empty path list 
 6007 
 6008 2009.08.13.203718  [2718]
 6009 xorriso/xorriso.c
 6010 xorriso/xorrisoburn.h
 6011 xorriso/xorrisoburn.c
 6012 Better reaction wich -check_md5 if no MD5 array is loaded
 6013 
 6014 2009.08.14.102355  [2719]
 6015 xorriso/xorriso.c
 6016 xorriso/xorrisoburn.c
 6017 More timely abort of find jobs if the result pager gets aborted
 6018 
 6019 2009.08.14.211648  [2720]
 6020 xorriso/xorriso_private.h
 6021 xorriso/xorriso.c
 6022 xorriso/xorriso.1
 6023 Letting -check_media look for session checksum tags
 6024 
 6025 2009.08.15.173403  [2724]
 6026 xorriso/xorriso_private.h
 6027 xorriso/xorriso.c
 6028 xorriso/xorrisoburn.h
 6029 xorriso/xorriso.1
 6030 Introduced -check_media event= for mismatch events
 6031 
 6032 2009.08.16.200906  [2725]
 6033 xorriso/xorriso.c
 6034 xorriso/xorrisoburn.c
 6035 Adapted to a change in iso_util_decode_md5_tag()
 6036 
 6037 2009.08.17.162456  [2726]
 6038 libisoburn/burn_wrap.c
 6039 Giving overwriteable media a single-session toc with isoburn_drive_aquire(bit4)
 6040 
 6041 2009.08.17.162834  [2727]
 6042 xorriso/xorrisoburn.c
 6043 -check_media recognizes relocated 64kB superblock tag and hops over session gaps
 6044 
 6045 2009.08.18.173453  [2728]
 6046 xorriso/xorrisoburn.c
 6047 Making use of new API call iso_md5_match() and adapted to MD5 image mismatches
 6048 
 6049 2009.08.18.191013  [2729]
 6050 xorriso/xorriso.c
 6051 xorriso/xorriso.1
 6052 Included -md5 on with option -for_backup
 6053 
 6054 ------------------------------------ cycle  - xorriso-0.4.1 - 2009.08.18.191013
 6055 New option -md5, new -as mkisofs option --md5
 6056 New options -check_md5, -check_md5_r
 6057 New find actions check_md5 get_md5, get_any_xattr
 6058 New find tests -has_md5, -has_any_xattr
 6059 libisoburn: New write options session_md5, file_md5, read option nomd5
 6060 
 6061 
 6062 2009.08.19.180632  [2730]
 6063 libisoburn/libisoburn.h
 6064 libisoburn/isoburn.h
 6065 libisoburn/isoburn.c
 6066 Adapted to enhanced iso_write_opts_set_record_md5()
 6067 
 6068 2009.08.19.180842  [2731]
 6069 xorriso/xorriso_private.h
 6070 xorriso/xorriso.c
 6071 xorriso/xorrisoburn.c
 6072 xorriso/xorriso.1
 6073 New -md5 mode "all"
 6074 
 6075 19 Aug 2009  [2732]
 6076 xorriso/xorriso_eng.html
 6077 Corrections with xorriso web page
 6078 
 6079 2009.08.20.204309  [2733]
 6080 xorriso/xorriso.c
 6081 xorriso/xorrisoburn.h
 6082 xorriso/xorrisoburn.c
 6083 xorriso/xorriso.1
 6084 Made -compare and -update work with recorded MD5 sums
 6085 
 6086 2009.08.22.184241  [2734]
 6087 xorriso/xorriso_private.h
 6088 xorriso/xorriso.c
 6089 xorriso/xorrisoburn.h
 6090 xorriso/xorrisoburn.c
 6091 xorriso/xorriso.1
 6092 New -find action make_md5 to equip files from old images with MD5
 6093 
 6094 2009.08.24.182839  [2738]
 6095 configure.ac
 6096 libisoburn/libisoburn.h
 6097 Demanding libburn-0.6.9 now
 6098 
 6099 2009.08.24.183750  [2739]
 6100 xorriso/xorriso.c
 6101 xorriso/xorrisoburn.h
 6102 xorriso/xorrisoburn.c
 6103 xorriso/xorriso.1
 6104 New option -calm_drive
 6105 
 6106 2009.08.25.191217  [2741]
 6107 xorriso/xorrisoburn.c
 6108 More timely report of library messages with -check_md5
 6109 
 6110 2009.08.25.191325  [2742]
 6111 xorriso/xorriso.1
 6112 Updated incremental backup example
 6113 
 6114 2009.08.25.191433  [2743]
 6115 configure.ac
 6116 libisoburn/libisoburn.h
 6117 Requiring libisofs-0.6.22 now
 6118 
 6119 2009.08.25.191543  [2744]
 6120 xorriso/configure_ac.txt
 6121 Adapted xorriso-standalone to version leap libisofs-0.6.23
 6122 
 6123 ------------------------------------ cycle  - xorriso-0.4.1 - 2009.08.25.191543
 6124 Options -compare, -compare_r, -update, update_r now can use recorded MD5
 6125 New -find action make_md5 to equip files from old images with MD5
 6126 New option -calm_drive
 6127 
 6128 
 6129 2009.08.27.175608  [2752]
 6130 xorriso/xorriso.c
 6131 Updated helptext about -find actions, new -as mkisofs option --for_backup
 6132 
 6133 2009.08.27.175719  [2753]
 6134 libisoburn/libisoburn.h
 6135 configure.ac
 6136 Requiring libburn-0.7.0 now
 6137 
 6138 2009.08.27.175806  [2754]
 6139 xorriso/configure_ac.txt
 6140 Adapted xorriso-standalone to version leap libburn-0.7.1
 6141 
 6142 2009.08.28.100829  [2756]
 6143 xorriso/xorriso.c
 6144 xorriso/xorrisoburn.h
 6145 xorriso/xorrisoburn.c
 6146 xorriso/xorriso.1
 6147 New option -list_profiles
 6148 
 6149 2009.08.28.101405  [2757]
 6150 xorriso/xorriso.c
 6151 Forgot to store before committing
 6152 
 6153 2009.08.28.101716  [2758]
 6154 xorriso/xorriso_private.h
 6155 Forgot to commit xorriso_private.h
 6156 
 6157 2009.08.28.112825  [2759]
 6158 xorriso/xorrisoburn.c
 6159 Small correction with reporting profile "Removable disk"
 6160 
 6161 ------------------------------------ cycle  - xorriso-0.4.1 - 2009.08.28.112825
 6162 New option -list_profiles
 6163 
 6164 
 6165 29 Aug 2009  [2760]
 6166 svn copy -m "Branching for libisoburn release 0.4.2"
 6167 http://svn.libburnia-project.org/libisoburn/trunk
 6168 http://svn.libburnia-project.org/libisoburn/branches/ZeroFourTwo
 6169 
 6170 2009.08.29.143001  [2761]
 6171 configure.ac
 6172 README
 6173 libisoburn/libisoburn.h
 6174 xorriso/README
 6175 xorriso/xorriso.h
 6176 xorriso/xorriso.c
 6177 xorriso/xorrisoburn.h
 6178 xorriso/xorriso_eng.html
 6179 xorriso/make_xorriso_standalone.sh
 6180 xorriso/configure_ac.txt
 6181 xorriso/xorriso_timestamp.h
 6182 Version leap to libisoburn-0.4.2
 6183 
 6184 29 Aug 2009  [2762]
 6185 xorriso/xorriso.1
 6186 Some updates and corrections in xorriso man page
 6187 
 6188 29 Aug 2009  [2765]
 6189 xorriso/changelog.txt
 6190 Document changes and release timestamp
 6191 
 6192 ----------------------------------- release - xorriso-0.4.2 - 2009.08.29.143001
 6193 * libisoburn: New write options session_md5, file_md5, file_stability
 6194 * libisoburn: New read option nomd5
 6195 * Bug fix: xorriso -as mkisofs did not understand the -C option of growisofs any more
 6196 * Options -lsl and lsdl now display correct link counts if -hardlinks is on
 6197 * New option -md5, new -as mkisofs option --md5
 6198 * New options -check_md5, -check_md5_r
 6199 * New find actions check_md5 get_md5, get_any_xattr
 6200 * New find tests -has_md5, -has_any_xattr
 6201 * Options -compare, -compare_r, -update, update_r now can use recorded MD5
 6202 * New -find action make_md5 to equip files from old images with MD5
 6203 * New option -calm_drive
 6204 * New option -list_profiles
 6205 
 6206 
 6207 29 Aug 2009  [2763]
 6208 xorriso/xorriso.1
 6209 Some updates and corrections in xorriso man page
 6210 
 6211 2009.08.29.180146  [2764]
 6212 configure.ac
 6213 README
 6214 libisoburn/libisoburn.h
 6215 xorriso/README
 6216 xorriso/xorriso.h
 6217 xorriso/xorriso.c
 6218 xorriso/xorrisoburn.h
 6219 xorriso/xorriso_eng.html
 6220 xorriso/make_xorriso_standalone.sh
 6221 xorriso/configure_ac.txt
 6222 xorriso/xorriso_timestamp.h
 6223 Version leap to libisoburn-0.4.3
 6224 
 6225 29 Aug 2009  [2766]
 6226 xorriso/changelog.txt
 6227 Documented changes and release timestamp
 6228 
 6229 30 Aug 2009  [2767]
 6230 move -m 'Promoted branch to tag'
 6231 http://svn.libburnia-project.org/libisoburn/branches/ZeroFourTwo
 6232 http://svn.libburnia-project.org/libisoburn/tags/ZeroFourTwo
 6233 
 6234 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.08.29.180146
 6235 
 6236 
 6237 31 Aug 2009  [2768]
 6238 xorriso/make_xorriso_standalone.sh
 6239 Added libisofs/doc/checksums.txt to xorriso standalone tarball
 6240 
 6241 2009.08.31.162746  [2769]
 6242 xorriso/xorriso.c
 6243 Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
 6244 
 6245 31 Aug 2009  [2770]
 6246 configure.ac
 6247 Requiring libisofs-0.6.23 now
 6248 
 6249 2009.08.31.210528  [2771]
 6250 libisoburn/libisoburn.h
 6251 libisoburn/isoburn.h
 6252 libisoburn/isoburn.c
 6253 New API call iso_write_opts_set_scdbackup_tag()
 6254 
 6255 2009.08.31.211005  [2772]
 6256 xorriso/xorriso.h
 6257 xorriso/xorriso_private.h
 6258 xorriso/xorriso.c
 6259 xorriso/xorrisoburn.c
 6260 xorriso/xorriso.1
 6261 New option -scdbackup_tag
 6262 
 6263 2009.09.01.110102  [2776]
 6264 xorriso/compile_xorriso.sh
 6265 xorriso/xorriso_makefile_am.txt
 6266 Removed libburn/lec.c from xorriso standalone and development scripts
 6267 
 6268 
 6269 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.09.01.110102
 6270 * Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
 6271 * New option -scdbackup_tag
 6272 
 6273 
 6274 2009.09.06.094209  [2796]
 6275 configure.ac
 6276 libisoburn/libisoburn.h
 6277 Requiring libburn-0.7.1 now
 6278 
 6279 2009.09.06.112851  [2798]
 6280 xorriso/xorrisoburn.c
 6281 Reporting "Media product:" with xorriso option -toc
 6282 
 6283 2009.09.06.144813  [2799]
 6284 xorriso/xorrisoburn.c
 6285 Reporting media product info with -as cdrecord -atip
 6286 
 6287 2009.09.07.161247  [2800]
 6288 xorriso/xorriso.c
 6289 xorriso/xorrisoburn.h
 6290 xorriso/xorrisoburn.c
 6291 Avoided to use MD5 on filtered streams with compare and update
 6292 
 6293 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.09.07.161247
 6294 * Option -toc now reports "Media product:"
 6295 
 6296 
 6297 2009.09.13.095136  [2811]
 6298 libisoburn/burn_wrap.c
 6299 xorriso/xorrisoburn.c
 6300 Eventually truncate stdio: track size to file size and issue warning
 6301 
 6302 2009.09.16.162424  [2812]
 6303 xorriso/xorriso.h
 6304 xorriso/xorriso.c
 6305 Avoiding a potential memory leak in xorriso main()
 6306 
 6307 2009.09.17.144453  [2813]
 6308 libisoburn/libisoburn.h
 6309 libisoburn/isoburn.h
 6310 libisoburn/isoburn.c
 6311 Expanded new API call isoburn_igopt_set_scdbackup_tag
 6312 
 6313 2009.09.17.144849  [2814]
 6314 xorriso/xorriso.h
 6315 xorriso/xorriso_private.h
 6316 xorriso/xorriso.c
 6317 xorriso/xorrisoburn.c
 6318 Changing new option -scdbackup_tag
 6319 
 6320 2009.09.19.161026  [2817]
 6321 xorriso/xorriso_private.h
 6322 xorriso/xorriso.c
 6323 xorriso/xorrisoburn.c
 6324 xorriso/xorriso.1
 6325 New -osirrox sub-options o_excl_on/off. Program osirrox starts with o_excl_off.
 6326 
 6327 2009.09.20.092811  [2818]
 6328 xorriso/xorriso.c
 6329 xorriso/xorrisoburn.c
 6330 Bug fix: Corrected handling of -as cdrecord -mode2, -xa, -xa2, -xa2, -xamix, xorrisofs -help, xorrecord -help
 6331 
 6332 2009.09.20.110715  [2819]
 6333 xorriso/xorriso.c
 6334 xorriso/xorrisoburn.c
 6335 Adjusted xorriso -as cdrecord fifo chunk size to -xa1
 6336 
 6337 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.09.20.110715
 6338 * Bug fix: With -as cdrecord : -xa1 and -xamix were ignored although they do matter
 6339 * Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help
 6340 
 6341 
 6342 2009.09.22.143534  [2821]
 6343 xorriso/xorriso_private.h
 6344 xorriso/xorriso.c
 6345 xorriso/xorrisoburn.c
 6346 Bug fix: -cut_out deleted previously cut-out pieces of the same file
 6347 
 6348 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.09.22.143534
 6349 * Bug fix: -cut_out deleted previously cut-out pieces of the same file
 6350 
 6351 
 6352 2009.09.27.080401  [2827]
 6353 xorriso/xorriso.c
 6354 xorriso/xorrisoburn.c
 6355 xorriso/xorriso.1
 6356 Narrowed rules for recognizing split file parts
 6357 
 6358 2009.09.28.173322  [2828]
 6359 xorriso/xorrisoburn.c
 6360 xorriso/xorriso.1
 6361 Restricted split part recognition to directories with a complete part set
 6362 
 6363 2009.09.30.092640  [2829]
 6364 xorriso/xorriso_private.h
 6365 xorriso/xorriso.c
 6366 xorriso/xorrisoburn.c
 6367 xorriso/xorriso.1
 6368 New -check_media sub options bad_limit=, slow_limit=, chunk_size=
 6369 
 6370 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.09.30.092640
 6371 
 6372 
 6373 2009.10.05.165632  [2831]
 6374 libisoburn/isofs_wrap.c
 6375 libisoburn/burn_wrap.c
 6376 Avoided FAILURE event with welcoming empty disk files
 6377 
 6378 2009.10.05.172143  [2832]
 6379 xorriso/xorriso.h
 6380 xorriso/xorriso.c
 6381 xorriso/xorrisoburn.h
 6382 xorriso/xorrisoburn.c
 6383 xorriso/xorriso.1
 6384 New option -pvd_info
 6385 
 6386 2009.10.05.183619  [2833]
 6387 xorriso/xorrisoburn.c
 6388 Adjusted -pvd_info to the peculiarities of -volid
 6389 
 6390 2009.10.05.190215  [2834]
 6391 xorriso/xorrisoburn.c
 6392 Added code to xorriso for repairing "_" in all three PVD id file names
 6393 
 6394 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.10.05.190215
 6395 * New option -pvd_info
 6396 
 6397 
 6398 2009.10.06.071704  [2835]
 6399 xorriso/xorrisoburn.c
 6400 Made sure that -pvd_info reports the actual PVD address
 6401 
 6402 2009.10.07.072645  [2836]
 6403 libisoburn/isofs_wrap.c
 6404 Declared as closed those media which have read errors in the first 64 kB
 6405 
 6406 2009.10.07.075634  [2837]
 6407 libisoburn/libisoburn.h
 6408 libisoburn/burn_wrap.c
 6409 New bit7 with isoburn_drive_aquire(): pretend read-only 
 6410 
 6411 2009.10.07.080042  [2838]
 6412 xorriso/xorriso_private.h
 6413 xorriso/xorriso.c
 6414 xorriso/xorrisoburn.c
 6415 xorriso/xorriso.1
 6416 New -rom_toc_scan sub option "force" to get DVD/BD table-of-content on Solaris
 6417 
 6418 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.10.07.080042
 6419 
 6420 
 6421 2009.10.07.124047  [2839]
 6422 xorriso/xorriso.c
 6423 xorriso/xorrisoburn.c
 6424 Aligned sessions on overwriteables to full 32 blocks
 6425 
 6426 2009.10.07.140521  [2840]
 6427 libisoburn/burn_wrap.c
 6428 Avoided FATAL event with -rom_toc_scan force and non-ISO media
 6429 
 6430 2009.10.07.180552  [2841]
 6431 xorriso/xorriso.h
 6432 xorriso/xorriso_private.h
 6433 xorriso/xorriso.c
 6434 xorriso/xorrisoburn.c
 6435 xorriso/xorriso.1
 6436 New options -system_id , -volset_id
 6437 
 6438 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.10.07.180552
 6439 * New options -system_id , -volset_id
 6440 * Bug fix libisofs: Filenames could lose blanks during a multi-session cycle
 6441 
 6442 -------------------------------  patch - xorriso-0.4.2.pl02 - 2009.10.08.080001
 6443 * Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
 6444 * Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help
 6445 * Bug fix libisofs: Filenames could lose blanks during a multi-session cycle
 6446 
 6447 
 6448 2009.10.08.155605  [2845]
 6449 configure.ac
 6450 libisoburn/libisoburn.h
 6451 Requiring libisofs-0.6.24 now
 6452 
 6453 2009.10.08.155749  [2846]
 6454 xorriso/configure_ac.txt
 6455 xorriso/xorriso_eng.html
 6456 Adapted xorriso-standalone to version leap libisofs-0.6.25
 6457 
 6458 2009.10.10.142353  [2851]
 6459 xorriso/xorriso.h
 6460 xorriso/xorriso_private.h
 6461 xorriso/xorriso.c
 6462 xorriso/xorrisoburn.c
 6463 xorriso/xorriso.1
 6464 xorriso/xorriso_eng.html
 6465 New option -mount_opts
 6466 
 6467 2009.10.11.141528  [2852]
 6468 xorriso/xorriso_private.h
 6469 xorriso/xorriso.c
 6470 xorriso/xorrisoburn.h
 6471 xorriso/xorrisoburn.c
 6472 Made -application_id, -publisher, -system_id, -volset_id pending image changes
 6473 
 6474 2009.10.11.141815  [2853]
 6475 xorriso/xorriso.c
 6476 Changed FreeBSD mount command to mount_cd9660
 6477 
 6478 2009.10.14.114830  [2862]
 6479 xorriso/configure_ac.txt
 6480 Adapted xorriso-standalone to version leap libburn-0.7.3
 6481 
 6482 2009.10.14.115223  [2863]
 6483 README
 6484 xorriso/README
 6485 configure.ac
 6486 libisoburn/libisoburn.h
 6487 Requiring libburn-0.7.2 now
 6488 
 6489 ------------------------------------ cycle  - xorriso-0.4.3 - 2009.10.14.115223
 6490 * New option -mount_opts
 6491 
 6492 
 6493 2009.10.17.191225  [2866]
 6494 xorriso/compile_xorriso.sh
 6495 xorriso/xorriso_makefile_am.txt
 6496 Added libburn/ecma130ab.[cho] to xorriso standalone and development scripts
 6497 
 6498 2009.10.22.155746  [2869]
 6499 xorriso/xorrisoburn.c
 6500 Added a "NOT READBLE" result line to -check_md5
 6501 
 6502 22 Oct 2009  [2870]
 6503 xorriso/xorriso.1
 6504 Added man page example: Burn an existing ISO image file to media
 6505 
 6506 27 Oct 2009  [2873]
 6507 xorriso/xorriso.1
 6508 Adjustments of xorriso man page
 6509 
 6510 27 Oct 2009  [2874]
 6511 svn copy -m "Branching for libisoburn release 0.4.4" \
 6512          http://svn.libburnia-project.org/libisoburn/trunk \
 6513          http://svn.libburnia-project.org/libisoburn/branches/ZeroFourFour
 6514 
 6515 2009.10.27.153001  [2875]
 6516 configure.ac
 6517 README
 6518 libisoburn/libisoburn.h
 6519 xorriso/README
 6520 xorriso/xorriso.h
 6521 xorriso/xorriso.c
 6522 xorriso/xorrisoburn.h
 6523 xorriso/xorriso_eng.html
 6524 xorriso/make_xorriso_standalone.sh
 6525 xorriso/configure_ac.txt
 6526 xorriso/xorriso_timestamp.h
 6527 Version leap to libisoburn-0.4.4
 6528 
 6529 27 Oct 2009  [2876]
 6530 xorriso/changelog.txt
 6531 Documented changes and release timestamp
 6532 
 6533 ----------------------------------- release - xorriso-0.4.4 - 2009.10.27.153001
 6534 * Bug fix: -cut_out deleted previously cut-out pieces of the same file
 6535 * Bug fix libisofs: Filenames could lose blanks during a multi-session cycle
 6536 * Bug fix: -for_backup did not enable -xattr and -md5 if no drive was chosen yet
 6537 * Bug fix: With -as cdrecord : -xa1 and -xamix were ignored although they do matter
 6538 * Bug fix: xorrisofs -help, xorrecord -help displayed original xorriso -help
 6539 * New option -pvd_info
 6540 * Option -toc now reports "Media product:"
 6541 * New options -system_id , -volset_id
 6542 * New option -mount_opts
 6543 * New option -scdbackup_tag
 6544 
 6545 
 6546 2009.10.27.205410  [2877]
 6547 configure.ac
 6548 README
 6549 libisoburn/libisoburn.h
 6550 xorriso/README
 6551 xorriso/xorriso.h
 6552 xorriso/xorriso.c
 6553 xorriso/xorrisoburn.h
 6554 xorriso/xorriso_eng.html
 6555 xorriso/make_xorriso_standalone.sh
 6556 xorriso/configure_ac.txt
 6557 xorriso/xorriso_timestamp.h
 6558 Version leap to libisoburn-0.4.5
 6559 
 6560 28 Oct 2009  [2878]
 6561 xorriso/changelog.txt
 6562 Documented changes and release timestamp
 6563 
 6564 28 Oct 2009 [2879]
 6565 svn move -m "Promoted branch to tag"
 6566     http://svn.libburnia-project.org/libisoburn/branches/ZeroFourFour
 6567     http://svn.libburnia-project.org/libisoburn/tags/ZeroFourFour
 6568 
 6569 ------------------------------------ cycle  - xorriso-0.4.5 - 2009.10.27.205410
 6570 
 6571 2009.11.12.204523  [2897]
 6572 xorriso/xorriso.c
 6573 xorriso/xorrisoburn.c
 6574 xorriso/xorriso.1
 6575 New -calm_drive mode "revoke"
 6576 
 6577 -------------------------------  patch - xorriso-0.4.4.pl01 - 2009.11.13.120001
 6578 * libburn: Workaround for Pioneer DVR-216D which got stuck on DVD-R burns
 6579 * libburn: Workaround for Pioneer DVR-216D refusal to eject
 6580 
 6581 2009.11.17.123150  [2909]
 6582 configure.ac
 6583 libisoburn/libisoburn.h
 6584 Requiring libburn-0.7.3 now
 6585 
 6586 2009.11.17.134239  [2910]
 6587 xorriso/xorriso.h
 6588 xorriso/xorriso_private.h
 6589 xorriso/xorriso.c
 6590 xorriso/xorrisoburn.c
 6591 xorriso/xorriso.1
 6592 New options -dvd_obs and -stdio_sync
 6593 
 6594 2009.11.17.142447  [2911]
 6595 configure.ac
 6596 Makefile.am
 6597 xorriso/configure_ac.txt
 6598 xorriso/makefile_libxorriso_am.txt
 6599 New configure option --enable-dvd-obs-64k
 6600 
 6601 ------------------------------------ cycle  - xorriso-0.4.5 - 2009.11.17.142447
 6602 * New options -dvd_obs and -stdio_sync
 6603 * New configure option --enable-dvd-obs-64k
 6604 
 6605 
 6606 2009.11.28.123903  [2927]
 6607 xorriso/xorrisoburn.c
 6608 Made use of burn_fifo_source_new() flag bit0 and of burn_os_open_track_src()
 6609 
 6610 2009.11.28.124241  [2928]
 6611 README
 6612 xorriso/README
 6613 xorriso/configure_ac.txt
 6614 xorriso/xorriso_makefile_am.txt
 6615 New configure option --enable-track-src-odirect
 6616 
 6617 ------------------------------------ cycle  - xorriso-0.4.5 - 2009.11.28.124241
 6618 ------------------------------------ cycle  - xorriso-0.4.5 - 2009.12.05.141523
 6619 * Bug fix: SIGSEGV with option -toc on LG GH22LS30
 6620 
 6621 
 6622 07 Dec 2009  [2944]
 6623 xorriso/configure_ac.txt
 6624 Adapted xorriso-standalone to version leap libburn-0.7.5
 6625 
 6626 2009.12.07.082130  [2945]
 6627 README
 6628 xorriso/README
 6629 configure.ac
 6630 libisoburn/libisoburn.h
 6631 Requiring libburn-0.7.4 now
 6632 
 6633 08 Dec 2009  [2947]
 6634 svn copy -m Branching for libisoburn release 0.4.6
 6635 http://svn.libburnia-project.org/libisoburn/trunk
 6636 http://svn.libburnia-project.org/libisoburn/branches/ZeroFourSix
 6637 
 6638 2009.12.08.130001  [2948]
 6639 configure.ac
 6640 README
 6641 libisoburn/libisoburn.h
 6642 xorriso/README
 6643 xorriso/xorriso.h
 6644 xorriso/xorriso.c
 6645 xorriso/xorrisoburn.h
 6646 xorriso/xorriso_eng.html
 6647 xorriso/make_xorriso_standalone.sh
 6648 xorriso/configure_ac.txt
 6649 xorriso/xorriso_timestamp.h
 6650 Version leap to libisoburn-0.4.6
 6651 
 6652 08 Dec 2009  [2949]
 6653 xorriso/changelog.txt
 6654 Documented changes and release timestamp
 6655 
 6656 ----------------------------------- release - xorriso-0.4.6 - 2009.12.08.130001
 6657 * libburn: Bug fix: SIGSEGV from NULL pointer with option -toc on LG GH22LS30
 6658 * libburn: Workaround for Pioneer DVR-216D which got stuck on DVD-R burns
 6659 * libburn: Workaround for Pioneer DVR-216D refusal to eject
 6660 * New options -dvd_obs and -stdio_sync
 6661 * New configure option --enable-dvd-obs-64k
 6662 
 6663 
 6664 2009.12.08.144237  [2950]
 6665 configure.ac
 6666 README
 6667 libisoburn/libisoburn.h
 6668 xorriso/README
 6669 xorriso/xorriso.h
 6670 xorriso/xorriso.c
 6671 xorriso/xorrisoburn.h
 6672 xorriso/xorriso_eng.html
 6673 xorriso/make_xorriso_standalone.sh
 6674 xorriso/configure_ac.txt
 6675 xorriso/xorriso_timestamp.h
 6676 Version leap to libisoburn-0.4.7
 6677 
 6678 08 Dec 2009  [2961]
 6679 xorriso/changelog.txt
 6680 Documented changes and release timestamp
 6681 
 6682 ------------------------------------ cycle  - xorriso-0.4.7 - 2009.12.08.144237
 6683 
 6684 
 6685 2009.12.10.120734  [2953]
 6686 xorriso/xorrisoburn.c
 6687 Silenced harmless compiler warning of FreeBSD 6.3
 6688 
 6689 10 Dec 2009  [2954]
 6690 xorriso/configure_ac.txt
 6691 Corrected a harmless name error in xorriso standalone configuration
 6692 
 6693 2009.12.14.121636  [2955]
 6694 xorriso/xorriso.c
 6695 Mentioned stream_recording=number in helptext of xorriso -as cdrecord
 6696 
 6697 2009.12.26.224409  [2977]
 6698 configure.ac
 6699 libisoburn/libisoburn.h
 6700 Requiring libburn-0.7.5 now
 6701 
 6702 2009.12.26.231134  [2978]
 6703 xorriso/configure_ac.txt
 6704 xorriso/xorriso_makefile_am.txt
 6705 xorriso/xorrisoburn.c
 6706 Made xorriso-standalone aware of libcdio system adaptor 
 6707 
 6708 2009.12.27.095045  [2980]
 6709 xorriso/xorrisoburn.c
 6710 Reporting system adapter id with xorriso -version
 6711 
 6712 2009.12.30.163643  [2989]
 6713 xorriso/xorriso.c
 6714 Handling -mount on Debian kfreebsd like on FreeBSD
 6715 
 6716 2009.12.31.114951  [2991]
 6717 xorriso/xorrisoburn.c
 6718 Changed report title "System adapter" to "libburn OS adapter"
 6719 
 6720 2009.12.31.142331  [2992]
 6721 xorriso/xorriso.c
 6722 Reacted on compiler warning of Debian buildd
 6723 
 6724 2009.12.31.144342  [2993]
 6725 libisoburn/libisoburn.h
 6726 Reacted on doxygen errors of Debian buildd
 6727 
 6728 2010.01.01.124622  [2996]
 6729 libisoburn/isoburn.c
 6730 xorriso/xorriso.c
 6731 xorriso/xorrisoburn.c
 6732 Reacted on compiler warnings of Debian kfreebsd-amd64 buildd
 6733 
 6734 2010.01.01.125742  [2997]
 6735 libisoburn/burn_wrap.c
 6736 libisoburn/isofs_wrap.c
 6737 Do not believe libburn if it says a role 2 drive is empty
 6738 
 6739 2010.01.01.130215  [2998]
 6740 README
 6741 COPYRIGHT
 6742 libisoburn/data_source.c
 6743 xorriso/README
 6744 xorriso/compile_xorriso.sh
 6745 xorriso/xorriso.h
 6746 xorriso/xorriso_private.h
 6747 xorriso/xorrisoburn.h
 6748 Updated copyright marks to 2010
 6749 
 6750 01 Jan 2010  [2999]
 6751 xorriso/xorriso.1
 6752 Removed a stray option argument from xorriso man page
 6753 
 6754 01 Jan 2010  [3000]
 6755 xorriso/xorriso_eng.html
 6756 Updated xorriso homepage
 6757 
 6758 ------------------------------------ cycle  - xorriso-0.4.7 - 2010.01.01.130215
 6759 * New configure option --enable-libcdio for system adapter to libcdio-0.83git
 6760 
 6761 2010.01.07.090517  [3003]
 6762 configure.ac
 6763 xorriso/configure_ac.txt
 6764 Changed configure test for zlib from compress2() to compressBound()
 6765 
 6766 2010.01.11.113303  [3007]
 6767 libisoburn/isofs_wrap.c
 6768 Re-enabled recognition of missing or empty disk files as blank drive (rev 2997)
 6769 
 6770 2010.01.11.113457  [3008]
 6771 xorriso/xorrisoburn.c
 6772 Changed a comment in xorrisoburn.c
 6773 
 6774 2010.01.17.145019  [3020]
 6775 libisoburn/burn_wrap.c
 6776 Bug fix: xorriso did not blank CD-RW with images that were prepared on hard disk
 6777 
 6778 2010.01.17.145139  [3021]
 6779 xorriso/xorrisoburn.c
 6780 Made xorriso issue a filure message if blanking was not successful
 6781 
 6782 2010.01.17.145751  [3022]
 6783 configure.ac
 6784 Fixed a bug in configure.ac introduced with rev 3003 
 6785 
 6786 2010.01.19.133712  [3023]
 6787 xorriso/xorrisoburn.c
 6788 Avoided SORRY event for missing disk file during hardlink update
 6789 
 6790 2010.01.20.105755  [3025]
 6791 configure.ac
 6792 libisoburn/libisoburn.h
 6793 Requiring libisofs-0.6.26 now
 6794 
 6795 2010.01.20.105928  [3026]
 6796 xorriso/configure_ac.txt
 6797 Adapted xorriso-standalone to version leap libisofs-0.6.27
 6798 
 6799 20 Jan 2010  [3027]
 6800 xorriso/xorriso_eng.html
 6801 Updated xorriso webpage
 6802 
 6803 ------------------------------------ cycle  - xorriso-0.4.7 - 2010.01.20.105928
 6804 * Bug fix: xorriso did not blank CD-RW with images that were prepared on hard disk
 6805 
 6806 
 6807 2010.01.23.153510  [3039]
 6808 README
 6809 xorriso/README
 6810 configure.ac
 6811 libisoburn/libisoburn.h
 6812 Requiring libburn-0.7.6 now
 6813 
 6814 2010.01.23.153601  [3040]
 6815 xorriso/configure_ac.txt
 6816 Adapted xorriso-standalone to version leap libburn-0.7.7
 6817 
 6818 25 Jan 2010  [3041]
 6819 svn copy -m Branching for libisoburn release 0.4.8
 6820 http://svn.libburnia-project.org/libisoburn/trunk
 6821 http://svn.libburnia-project.org/libisoburn/branches/ZeroFourEight
 6822 
 6823 2010.01.25.120001  [3042]
 6824 configure.ac
 6825 README
 6826 libisoburn/libisoburn.h
 6827 xorriso/README
 6828 xorriso/xorriso.h
 6829 xorriso/xorriso.c
 6830 xorriso/xorrisoburn.h
 6831 xorriso/xorriso_eng.html
 6832 xorriso/make_xorriso_standalone.sh
 6833 xorriso/configure_ac.txt
 6834 xorriso/xorriso_timestamp.h
 6835 Version leap to libisoburn-0.4.8
 6836 
 6837 25 Jan 2010  [3043]
 6838 xorriso/xorriso_private.h
 6839 test/compare_file.c
 6840 Lifted ban to derive GPLv3, extended copyright range to 2010
 6841 
 6842 25 Jan 2010  [3045]
 6843 configure.ac
 6844 Corrected wrong micro version number
 6845 
 6846 25 Jan 2010  [3048]
 6847 xorriso/changelog.txt
 6848 Documented changes and release timestamp
 6849 
 6850 ----------------------------------- release - xorriso-0.4.8 - 2010.01.25.120001
 6851 * Bug fix: xorriso did not blank CD-RW with images that were prepared on hard disk
 6852 * New configure option --enable-libcdio for system adapter to libcdio-0.83git
 6853 
 6854 
 6855 2010.01.25.142705  [3046]
 6856 configure.ac
 6857 README
 6858 libisoburn/libisoburn.h
 6859 xorriso/README
 6860 xorriso/xorriso.h
 6861 xorriso/xorriso.c
 6862 xorriso/xorrisoburn.h
 6863 xorriso/xorriso_eng.html
 6864 xorriso/make_xorriso_standalone.sh
 6865 xorriso/configure_ac.txt
 6866 xorriso/xorriso_timestamp.h
 6867 Version leap to libisoburn-0.4.9
 6868 
 6869 25 Jan 2010  [3047]
 6870 xorriso/xorriso_private.h
 6871 test/compare_file.c
 6872 Lifted ban to derive GPLv3, extended copyright range to 2010
 6873 
 6874 25 Jan 2010  [3049] ([3044])
 6875 xorriso/changelog.txt
 6876 Documented changes and release timestamp
 6877 
 6878 ------------------------------------ cycle  - xorriso-0.4.9 - 2010.01.25.142705
 6879 
 6880 
 6881 25 Jan 2010  [3050]
 6882 move -m Promoted branch to tag \
 6883      http://svn.libburnia-project.org/libisoburn/branches/ZeroFourEight \
 6884      http://svn.libburnia-project.org/libisoburn/tags/ZeroFourEight
 6885 
 6886 27 Jan 2010  [3051]
 6887 README
 6888 Changed leftover text which disallowed GPLv3
 6889 
 6890 04 Feb 2010  [3052]
 6891 xorriso/xorriso.1
 6892 Small corrections in xorriso man page
 6893 
 6894 2010.02.04.082710  [3053]
 6895 acinclude.m4
 6896 configure.ac
 6897 xorriso/configure_ac.txt
 6898 Forcing use of /usr/local on FreeBSD by LDFLAGS and CPPFLAGS
 6899 
 6900 2010.02.08.110814  [3055]
 6901 xorriso/xorrisoburn.c
 6902 Removed surplus quotes from an error message
 6903 
 6904 8 Feb 2010 [3056]
 6905 svn move -m 'Marked libisofs SVN copy as outdated (use bzr on lp)'
 6906 http://svn.libburnia-project.org/libisofs
 6907 http://svn.libburnia-project.org/libisofs_outdated
 6908 
 6909 2010.02.10.150252  [3057]
 6910 README
 6911 Updated license statement about our legal view and future licenses
 6912 
 6913 2010.02.10.150501  [3058]
 6914 configure.ac
 6915 libisoburn/libisoburn.h
 6916 Requiring libisofs-0.6.28 now
 6917 
 6918 2010.02.10.150547  [3059]
 6919 xorriso/configure_ac.txt
 6920 Adapted xorriso-standalone to version leap libisofs-0.6.29
 6921 
 6922 10 Feb 2010  [3060]
 6923 xorriso/xorriso_eng.html
 6924 Updated xorriso web page
 6925 
 6926 ------------------------------------ cycle  - xorriso-0.4.9 - 2010.02.10.150547
 6927 Bug fix: Regression in libisofs introduced with xorriso-0.4.2 in August 2009:
 6928          -boot_image could lead to SIGSEGV
 6929 
 6930 
 6931 12 Feb 2010  [3061]
 6932 xorriso/README
 6933 Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+
 6934 
 6935 svn move -m 'Renamed xorriso/README to xorriso/README_gnu_xorriso' \
 6936 xorriso/README xorriso/README_gnu_xorriso
 6937 
 6938 2010.02.12.153945  [3062]
 6939 xorriso/xorriso.c
 6940 xorriso/make_xorriso_standalone.sh
 6941 xorriso/README_gnu_xorriso
 6942 + xorriso/COPYING_gnu_xorriso
 6943 xorriso/xorriso_eng.html
 6944 Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+
 6945 
 6946 2010.02.12.213121  [3065]
 6947 xorriso/xorriso.1
 6948 libisoburn/libisoburn.h
 6949 xorriso/xorriso_eng.html
 6950 Changed docs and comments to "GNU/Linux" where appropriate
 6951 
 6952 ------------------------------------ cycle  - xorriso-0.4.9 - 2010.02.12.213121
 6953 
 6954 2010.02.14.151045  [3067]
 6955 README
 6956 COPYRIGHT
 6957 libisoburn/libisoburn.h
 6958 libisoburn/isoburn.h
 6959 libisoburn/isoburn.c
 6960 libisoburn/data_source.c
 6961 libisoburn/burn_wrap.c
 6962 libisoburn/isofs_wrap.c
 6963 Added or adjusted copyright and license statements in single files
 6964 
 6965 2010.02.14.151610  [3068]
 6966 xorriso/xorriso.c
 6967 xorriso/xorrisoburn.c
 6968 xorriso/make_xorriso_standalone.sh
 6969 xorriso/configure_ac.txt
 6970 xorriso/xorriso_makefile_am.txt
 6971 xorriso/xorriso.1
 6972 xorriso/xorriso_eng.html
 6973 + xorriso/AUTHORS_gnu_xorriso
 6974 + xorriso/COPYRIGHT_gnu_xorriso
 6975 Added or adjusted copyright and license statements in single files
 6976 
 6977 2010.02.14.172124  [3070]
 6978 README
 6979 xorriso/make_xorriso_standalone.sh
 6980 xorriso/xorriso_makefile_am.txt
 6981 Excluded unused libburn source module crc.c from GNU xorriso tarball
 6982 
 6983 2010.02.15.204530  [3072]
 6984 xorriso/xorriso_eng.html
 6985 Adjustments with web page of GNU xorriso
 6986 
 6987 ------------------------------------ cycle  - xorriso-0.4.9 - 2010.02.15.204530
 6988 
 6989 2010.02.17.140002  [3074]
 6990 xorriso/xorriso.c
 6991 Bug fix for FreeBSD: xorriso could leave the drive tray locked
 6992 
 6993 2010.02.18.125019  [3076]
 6994 xorriso/xorriso.h
 6995 xorriso/xorriso_private.h
 6996 xorriso/xorriso.c
 6997 xorriso/xorrisoburn.h
 6998 xorriso/xorrisoburn.c
 6999 xorriso/xorriso.1
 7000 New option -scsi_log
 7001 
 7002 2010.02.19.172125  [3077]
 7003 xorriso/xorrisoburn.c
 7004 Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file
 7005 
 7006 19 Feb 2010  [3078] [3079]
 7007 xorriso/xorriso_eng.html
 7008 Adjustments with web page of GNU xorriso
 7009 
 7010 ------------------------------------ cycle  - xorriso-0.4.9 - 2010.02.19.172125
 7011 Bug fix on FreeBSD: xorriso could leave the drive tray locked
 7012 Bug fix on FreeBSD: Piped input was falsely attributed a small fixed size
 7013 Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file
 7014 New option -scsi_log
 7015 
 7016 22 Feb 2010  [3081]
 7017 xorriso/README_gnu_xorriso
 7018 xorriso/xorriso_eng.html
 7019 Mentioned bug-xorriso@gnu.org as a contact address for GNU xorriso
 7020 
 7021 2010.02.22.195623  [3082]
 7022 xorriso/make_xorriso_standalone.sh
 7023 xorriso/xorriso.h
 7024 xorriso/xorriso.c
 7025 Changed versioning and tarball name to match unpack directory name
 7026 
 7027 22 Feb 2010  [3083]
 7028 svn copy -m Branching for libisoburn release 0.5.0
 7029 http://svn.libburnia-project.org/libisoburn/trunk
 7030 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveZero
 7031 
 7032 2010.02.22.213001  [3084]
 7033 configure.ac
 7034 README
 7035 libisoburn/libisoburn.h
 7036 xorriso/README_gnu_xorriso
 7037 xorriso/xorriso.h
 7038 xorriso/xorriso.c
 7039 xorriso/xorrisoburn.h
 7040 xorriso/xorriso_eng.html
 7041 xorriso/make_xorriso_standalone.sh
 7042 xorriso/configure_ac.txt
 7043 xorriso/xorriso_timestamp.h
 7044 Version leap to libisoburn-0.5.0
 7045 
 7046 22 Feb 2010  [3085]
 7047 Makefile.am
 7048 Delivering xorriso/README_gnu_xorriso with libisoburn
 7049 
 7050 22 Feb 2010  [3086]
 7051 xorriso/changelog.txt
 7052 Documented changes and release timestamp
 7053 
 7054 ----------------------------------- release - xorriso-0.5.0 - 2010.02.22.213001
 7055 Bug fix: Regression in libisofs introduced with xorriso-0.4.2 in August 2009:
 7056          -boot_image could lead to SIGSEGV
 7057 Bug fix on FreeBSD: xorriso could leave the drive tray locked
 7058 Bug fix on FreeBSD: Piped input was falsely attributed a small fixed size
 7059 Bug fix: xorriso -update_r could lead to SIGSEGV if applied to a data file
 7060 New option -scsi_log
 7061 
 7062 
 7063 2010.02.23.093924  [3087]
 7064 configure.ac
 7065 README
 7066 libisoburn/libisoburn.h
 7067 xorriso/README_gnu_xorriso
 7068 xorriso/xorriso.h
 7069 xorriso/xorriso.c
 7070 xorriso/xorrisoburn.h
 7071 xorriso/xorriso_eng.html
 7072 xorriso/make_xorriso_standalone.sh
 7073 xorriso/configure_ac.txt
 7074 xorriso/xorriso_timestamp.h
 7075 Version leap to libisoburn-0.5.1
 7076 
 7077 23 Feb 2010  [3088]
 7078 Makefile.am
 7079 Delivering xorriso/README_gnu_xorriso with libisoburn
 7080 
 7081 23 Feb 2010  [3089]
 7082 svn move -m Promoted branch to tag
 7083 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveZero
 7084 http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveZero
 7085 
 7086 ------------------------------------ cycle  - xorriso-0.5.1 - 2010.02.23.093924
 7087 
 7088 
 7089 28 Feb 2010  [3094]
 7090 xorriso/make_xorriso_standalone.sh
 7091 Adjusted patcher of Makefile.in for GNU xorriso
 7092 
 7093 28 Feb 2010  [3095]
 7094 xorriso/xorriso.1
 7095 Corrected spelling errors in xorriso man page
 7096 
 7097 2010.03.09.065117  [3109]
 7098 libisoburn/libisoburn.h
 7099 Requiring libburn-0.7.7 now
 7100 
 7101 2010.03.09.065408  [3110]
 7102 xorriso/xorriso_private.h
 7103 xorriso/xorriso.h
 7104 xorriso/xorriso.c
 7105 xorriso/xorrisoburn.c
 7106 Adapted xorriso signal handling to new libburn advise
 7107 
 7108 2010.03.10.183348  [3121]
 7109 configure.ac
 7110 libisoburn/libisoburn.h
 7111 Requiring libburn-0.7.8 now
 7112 
 7113 2010.03.10.183426  [3122]
 7114 xorriso/configure_ac.txt
 7115 Adapted GNU xorriso to version leap libburn-0.7.9
 7116 
 7117 2010.03.18.101202  [3125]
 7118 Makefile.am
 7119 xorriso/xorriso_makefile_am.txt
 7120 xorriso/make_xorriso_standalone.sh
 7121 + xorriso/xorriso.texi
 7122 + xorriso/xorriso.info
 7123 + xorriso/make_xorriso_1.c
 7124 + xorriso/make_docs.sh
 7125 xorriso/xorriso.1
 7126 xorriso/convert_man_to_html.sh
 7127 Switched xorriso documentation to a hybrid of texinfo and man page
 7128 
 7129 ------------------------------------ cycle  - xorriso-0.5.1 - 2010.03.18.101202
 7130 * xorriso documentation now also available in (tex)info format
 7131 
 7132 
 7133 2010.03.20.165317  [3126]
 7134 xorriso/make_docs.sh
 7135 xorriso/xorriso.texi
 7136 xorriso/xorriso.info
 7137 xorriso/xorriso.1
 7138 xorriso/convert_man_to_html.sh
 7139 Restructured xorriso documentation and added index
 7140 
 7141 2010.03.21.124435  [3127]
 7142 Makefile.am
 7143 xorriso/xorriso_makefile_am.txt
 7144 xorriso/xorriso.texi
 7145 xorriso/xorriso.info
 7146 Distributing and installing xorriso.info
 7147 
 7148 2010.03.21.124517  [3128]
 7149 libisoburn/burn_wrap.c
 7150 Silenced a harmless compiler warning
 7151 
 7152 22 Mar 2010  [3129]
 7153 xorriso/xorriso.texi
 7154 Changed global info dir entry of xorriso.texi
 7155 
 7156 22 Mar 2010  [3130]
 7157 xorriso/xorriso.info
 7158 Changed global info dir entry of xorriso.info
 7159 
 7160 2010.03.29.103419  [3136]
 7161 libisoburn/burn_wrap.c
 7162 Avoided to declare empty tray as written media
 7163 
 7164 2010.03.29.103533  [3137]
 7165 xorriso/xorrisoburn.c
 7166 Better handling of empty tray when aquiring drive
 7167 
 7168 ------------------------------------ cycle  - xorriso-0.5.1 - 2010.03.29.103533
 7169 
 7170 29 Mar 2010  [3138]
 7171 svn copy -m Branching for libisoburn release 0.5.2
 7172 http://svn.libburnia-project.org/libisoburn/trunk
 7173 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveTwo
 7174 
 7175 2010.03.29.190001  [3139]
 7176 configure.ac
 7177 README
 7178 libisoburn/libisoburn.h
 7179 xorriso/README_gnu_xorriso
 7180 xorriso/xorriso.h
 7181 xorriso/xorriso.c
 7182 xorriso/xorrisoburn.h
 7183 xorriso/xorriso_eng.html
 7184 xorriso/make_xorriso_standalone.sh
 7185 xorriso/configure_ac.txt
 7186 xorriso/xorriso_timestamp.h
 7187 Version leap to libisoburn-0.5.2
 7188 
 7189 30 Mar 2010  [3141]
 7190 xorriso/changelog.txt
 7191 Documented changes and release timestamp
 7192 
 7193 ----------------------------------- release - xorriso-0.5.2 - 2010.03.29.190001
 7194 * xorriso documentation now also available in (tex)info format
 7195 * Prepared FreeBSD system adapter to work with ahci driver
 7196 
 7197 
 7198 2010.03.30.082405  [3140]
 7199 configure.ac
 7200 README
 7201 libisoburn/libisoburn.h
 7202 xorriso/README_gnu_xorriso
 7203 xorriso/xorriso.h
 7204 xorriso/xorriso.c
 7205 xorriso/xorrisoburn.h
 7206 xorriso/xorriso_eng.html
 7207 xorriso/make_xorriso_standalone.sh
 7208 xorriso/configure_ac.txt
 7209 xorriso/xorriso_timestamp.h
 7210 Version leap to libisoburn-0.5.3
 7211 
 7212 30 Mar 2010  [3142]
 7213 xorriso/changelog.txt
 7214 Documented changes and release timestamp
 7215 
 7216 30 Mar 2010  [3143]
 7217 svn move -m Promoted branch to tag
 7218 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveTwo
 7219 http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveTwo
 7220 
 7221 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.03.30.082405
 7222 
 7223 
 7224 2010.04.01.140653  [3144]
 7225 libisoburn/burn_wrap.c
 7226 libisoburn refused to recognize ISO images smaller than 64 kB
 7227 
 7228 2010.04.01.140653  [3145]
 7229 xorriso/xorriso.c
 7230 xorriso/xorriso.texi
 7231 xorriso/xorriso.1
 7232 xorriso/xorriso.info
 7233 Disabled isohybrid MBR production on request of H. Peter Anvin
 7234 
 7235 2010.04.05.192817  [3147]
 7236 configure.ac
 7237 libisoburn/libisoburn.h
 7238 Requiring libisofs-0.6.29 now
 7239 
 7240 2010.04.06.125013  [3148]
 7241 libisoburn/libisoburn.h
 7242 libisoburn/isoburn.h
 7243 libisoburn/isoburn.c
 7244 New API call isoburn_igopt_set_system_area()
 7245 
 7246 2010.04.06.151750  [3149]
 7247 xorriso/xorriso_private.h
 7248 xorriso/xorriso.c
 7249 xorriso/xorrisoburn.c
 7250 xorriso/xorriso.texi
 7251 xorriso/xorriso.1
 7252 xorriso/xorriso.info
 7253 New -as mkisofs options -G and --protective-msdos-label for GRUB
 7254 
 7255 2010.04.06.192328  [3150]
 7256 xorriso/xorriso.c
 7257 xorriso/xorriso_eng.html
 7258 Polishing of new GRUB supporting features
 7259 
 7260 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.06.192328
 7261 * New API call isoburn_igopt_set_system_area()
 7262 * New -as mkisofs options -G and --protective-msdos-label for GRUB
 7263 
 7264 
 7265 2010.04.07.073024  [3151]
 7266 libisoburn/burn_wrap.c
 7267 Fixed image reading bug introduced with revision 3144
 7268 
 7269 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.07.073024
 7270 
 7271 2010.04.07.202148  [3152]
 7272 libisoburn/libisoburn.h
 7273 libisoburn/isoburn.h
 7274 libisoburn/isoburn.c
 7275 New API call isoburn_igopt_set_pvd_times()
 7276 
 7277 2010.04.07.202559  [3153]
 7278 xorriso/xorriso.h
 7279 xorriso/xorriso_private.h
 7280 xorriso/xorriso.c
 7281 xorriso/xorrisoburn.c
 7282 xorriso/xorriso.texi
 7283 xorriso/xorriso.1
 7284 xorriso/xorriso.info
 7285 New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=
 7286 
 7287 2010.04.08.185744  [3154]
 7288 xorriso/xorriso_private.h
 7289 xorriso/xorriso.c
 7290 xorriso/xorrisoburn.c
 7291 xorriso/xorriso.texi
 7292 xorriso/xorriso.1
 7293 xorriso/xorriso.info
 7294 New find action mkisofs_r and emulation -as mkisofs -r
 7295 
 7296 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.08.185744
 7297 * New API call isoburn_igopt_set_pvd_times()
 7298 * New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=
 7299 * New find action mkisofs_r and emulation -as mkisofs -r
 7300 
 7301 
 7302 2010.04.09.171108  [3164]
 7303 xorriso/configure_ac.txt
 7304 Adapted GNU xorriso to version leap libburn-0.8.1
 7305 
 7306 2010.04.10.150747  [3165]
 7307 configure.ac
 7308 xorriso/configure_ac.txt
 7309 Trying to avoid iconv const warning and multiple -liconv options on FreeBSD
 7310 
 7311 2010.04.10.170927  [3166]
 7312 libisoburn/libisoburn.h
 7313 libisoburn/isoburn.c
 7314 New options bit1 of isoburn_igopt_set_system_area() for isohybrid production
 7315 
 7316 2010.04.10.171214  [3167]
 7317 xorriso/xorriso.c
 7318 xorriso/xorrisoburn.c
 7319 New -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr
 7320 
 7321 2010.04.10.180103  [3168]
 7322 xorriso/xorriso.c
 7323 xorriso/xorriso.texi
 7324 xorriso/xorriso.1
 7325 xorriso/xorriso.info
 7326 Updated help text and documentation
 7327 
 7328 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.10.180103
 7329 * New options bit1 of isoburn_igopt_set_system_area() for isohybrid production
 7330 * New: -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr
 7331 
 7332 
 7333 2010.04.11.120902  [3169]
 7334 xorriso/xorriso.c
 7335 test/compare_file.c
 7336 Reacted on compiler warnings of cygwin
 7337 
 7338 2010.04.11.121002  [3170]
 7339 xorriso/xorrisoburn.c
 7340 Avoided printing of possibly uninitialized integer
 7341 
 7342 2010.04.11.121418  [3171]
 7343 acinclude.m4
 7344 xorriso/configure_ac.txt
 7345 Realistic iconv() linking test in ./configure with eventual abort
 7346 
 7347 2010.04.11.122253  [3172]
 7348 xorriso/xorriso.c
 7349 test/compare_file.c
 7350 xorriso/xorrisoburn.c
 7351 acinclude.m4
 7352 xorriso/configure_ac.txt
 7353 (Payload files of  revisions 3169, 3170, 3171)
 7354 
 7355 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.11.122253
 7356 
 7357 
 7358 12 Apr 2010  [3173]
 7359 xorriso/xorriso.texi
 7360 xorriso/xorriso.1
 7361 xorriso/xorriso.info
 7362 Mentioned xorriso alias names in chapter FILES of documentation
 7363 
 7364 2010.04.12.111137  [3174]
 7365 xorriso/xorriso.c
 7366 test/compare_file.c
 7367 Decided to put out uid_t and gid_t as unsigned long
 7368 
 7369 2010.04.13.103037  [3175]
 7370 libisoburn/libisoburn.h
 7371 libisoburn/isoburn.h
 7372 libisoburn/isoburn.c
 7373 New isoburn_igopt_set_relaxed() options: only_iso_versions, no_j_force_dots
 7374 
 7375 2010.04.13.103917  [3176]
 7376 xorriso/xorrisoburn.c
 7377 xorriso/xorriso.texi
 7378 xorriso/xorriso.1
 7379 xorriso/xorriso.info
 7380 New -compliance options only_iso_version, no_j_force_dots
 7381 
 7382 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.13.103917
 7383 * New isoburn_igopt_set_relaxed() options: only_iso_versions, no_j_force_dots
 7384 * New -compliance options only_iso_version, no_j_force_dots
 7385 
 7386 
 7387 2010.04.13.154201  [3177]
 7388 acinclude.m4
 7389 configure.ac
 7390 xorriso/configure_ac.txt
 7391 More carefully checking for libreadline suitability
 7392 
 7393 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.13.154201
 7394 
 7395 
 7396 2010.04.16.195349  [3178]
 7397 libisoburn/isofs_wrap.c
 7398 libisoburn now always loads the System Area with the ISO image
 7399 
 7400 2010.04.16.195835  [3179]
 7401 xorriso/xorriso_private.h
 7402 xorriso/xorriso.c
 7403 xorriso/xorrisoburn.c
 7404 Made -boot_image isolinux|grub patch and partition_table=on patch System Area
 7405 
 7406 2010.04.17.171147  [3180]
 7407 configure.ac
 7408 libisoburn/libisoburn.h
 7409 Requiring libisofs-0.6.30 now
 7410 
 7411 2010.04.17.171232  [3181]
 7412 xorriso/configure_ac.txt
 7413 Adapted xorriso-standalone to version leap libisofs-0.6.31
 7414 
 7415 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.17.171232
 7416 
 7417 2010.04.18.095808  [3182]
 7418 xorriso/xorriso_private.h
 7419 xorriso/xorriso.c
 7420 xorriso/xorrisoburn.c
 7421 xorriso/xorriso.texi
 7422 xorriso/xorriso.1
 7423 xorriso/xorriso.info
 7424 New -find action sort_weight, new -as mkisofs --sort-weight
 7425 
 7426 2010.04.18.100814  [3183]
 7427 xorriso/xorriso.c
 7428 Added --sort-weight to -as mkisofs -help
 7429 
 7430 ------------------------------------ cycle  - xorriso-0.5.3 - 2010.04.18.100814
 7431 * New -find action sort_weight, new -as mkisofs --sort-weight
 7432 
 7433 
 7434 2010.04.18.141143  [3184]
 7435 xorriso/xorrisoburn.c
 7436 Corrected image size computation for comparison with partition table
 7437 
 7438 18 Apr 2010  [3185]
 7439 xorriso/xorriso.texi
 7440 xorriso/xorriso.1
 7441 xorriso/xorriso.info
 7442 Updated documentation about MBR
 7443 
 7444 19 Apr 2010  [3186]
 7445 svn copy -m Branching for libisoburn release 0.5.4
 7446 http://svn.libburnia-project.org/libisoburn/trunk
 7447 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveFour
 7448 
 7449 2010.04.19.080001  [3187]
 7450 configure.ac
 7451 README
 7452 libisoburn/libisoburn.h
 7453 xorriso/README_gnu_xorriso
 7454 xorriso/xorriso.h
 7455 xorriso/xorriso.c
 7456 xorriso/xorrisoburn.h
 7457 xorriso/xorriso_eng.html
 7458 xorriso/make_xorriso_standalone.sh
 7459 xorriso/configure_ac.txt
 7460 xorriso/xorriso_timestamp.h
 7461 Version leap to libisoburn-0.5.4
 7462 
 7463 19 Apr 2010  [3188]
 7464 xorriso/changelog.txt
 7465 Documented changes and release timestamp
 7466 
 7467 ----------------------------------- release - xorriso-0.5.4 - 2010.04.19.080001
 7468 * New API call isoburn_igopt_set_system_area()
 7469 * New API call isoburn_igopt_set_pvd_times()
 7470 * New isoburn_igopt_set_relaxed() options: only_iso_versions, no_j_force_dots
 7471 * New -boot_image any system_area=, -as mkisofs option -G
 7472 * New -boot_image grub partition_table=on, --protective-msdos-label
 7473 * New -boot_image isolinux partition_table=on, -as mkisofs -isohybrid-mbr
 7474 * New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=
 7475 * New -find action mkisofs_r and emulation -as mkisofs -r
 7476 * New -compliance options only_iso_version, no_j_force_dots
 7477 * New -find action sort_weight, new -as mkisofs --sort-weight
 7478 
 7479 
 7480 2010.04.19.095104  [3189]
 7481 configure.ac
 7482 README
 7483 libisoburn/libisoburn.h
 7484 xorriso/README_gnu_xorriso
 7485 xorriso/xorriso.h
 7486 xorriso/xorriso.c
 7487 xorriso/xorrisoburn.h
 7488 xorriso/xorriso_eng.html
 7489 xorriso/make_xorriso_standalone.sh
 7490 xorriso/configure_ac.txt
 7491 xorriso/xorriso_timestamp.h
 7492 Version leap to libisoburn-0.5.5
 7493 
 7494 19 Apr 2010  [3190]
 7495 xorriso/changelog.txt
 7496 Documented changes and release timestamp
 7497 
 7498 ------------------------------------ cycle  - xorriso-0.5.5 - 2010.04.19.095104
 7499 
 7500 19 Apr 2010  [3191]
 7501 svn move -m Promoted branch to tag
 7502 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveFour
 7503 http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveFour
 7504 
 7505 20 Apr 2010  [3192]
 7506 configure.ac
 7507 libisoburn/libisoburn.h
 7508 Requiring libisofs-0.6.31 now
 7509 
 7510 2010.04.20.091732  [3193]
 7511 xorriso/xorriso_private.h
 7512 xorriso/xorriso.c
 7513 xorriso/xorrisoburn.c
 7514 New -boot_image any platform_id=
 7515 
 7516 2010.04.20.103448  [3194]
 7517 xorriso/xorriso.c
 7518 Determining boot image size only after it was added to the ISO image
 7519 
 7520 ------------------------------------ cycle  - xorriso-0.5.5 - 2010.04.20.103448
 7521 * New -boot_image any platform_id=, -as mkisofs --efi-boot
 7522 
 7523 
 7524 2010.04.20.140151  [3195]
 7525 xorriso/xorrisoburn.c
 7526 xorriso/xorriso.texi
 7527 xorriso/xorriso.1
 7528 xorriso/xorriso.info
 7529 Raised boot catalog weight to 1000000000
 7530 
 7531 2010.04.20.142540  [3196]
 7532 xorriso/xorrisoburn.c
 7533 Changed iso_image_set_boot_platform_id() to el_torito_set_boot_platform_id()
 7534 
 7535 2010.04.22.143944  [3197]
 7536 xorriso/xorriso_private.h
 7537 xorriso/xorriso.c
 7538 xorriso/xorrisoburn.c
 7539 Allowing 1 BIOS boot image and 1 EFI boot image: -boot_image grub efi_path=
 7540 
 7541 2010.04.22.160615  [3198]
 7542 xorriso/xorriso.c
 7543 xorriso/xorrisoburn.c
 7544 Bug fixes and improvements of previous revision 3197
 7545 
 7546 ------------------------------------ cycle  - xorriso-0.5.5 - 2010.04.22.160615
 7547 ------------------------------------ cycle  - xorriso-0.5.5 - 2010.04.22.221241
 7548 
 7549 
 7550 2010.04.26.121051  [3199]
 7551 xorriso/xorriso_private.h
 7552 xorriso/xorriso.c
 7553 xorriso/xorrisoburn.h
 7554 xorriso/xorrisoburn.c
 7555 xorriso/xorriso.texi
 7556 xorriso/xorriso.1
 7557 xorriso/xorriso.info
 7558 Allowing up to 32 boot images, -boot_image any id_string=, sel_crit=
 7559 
 7560 2010.04.26.141229  [3200]
 7561 xorriso/xorriso.c
 7562 xorriso/xorrisoburn.c
 7563 Fixed minor problems with previous revision 3199
 7564 
 7565 2010.04.26.175506  [3201]
 7566 xorriso/xorriso.c
 7567 xorriso/xorriso_eng.html
 7568 xorriso/xorriso.texi
 7569 xorriso/xorriso.1
 7570 xorriso/xorriso.info
 7571 Some documentation updates
 7572 
 7573 27 Apr 2010  [3202]
 7574 xorriso/xorriso_eng.html
 7575 xorriso/xorriso.texi
 7576 xorriso/xorriso.1
 7577 xorriso/xorriso.info
 7578 Some more documentation updates
 7579 
 7580 2010.04.27.072331  [3203]
 7581 xorriso/xorriso.c
 7582 Downgraded message about stdout redirection from NOTE to DEBUG
 7583 
 7584 2010.04.27.074834  [3204]
 7585 xorriso/xorrisoburn.c
 7586 Fixed handling of empty current bin_path and already attached boot images
 7587 
 7588 2010.04.29.133234  [3205]
 7589 xorriso/xorriso_private.h
 7590 xorriso/xorriso.c
 7591 xorriso/xorrisoburn.c
 7592 xorriso/xorriso.texi
 7593 xorriso/xorriso.1
 7594 xorriso/xorriso.info
 7595 Avoided -boot_image patching for images which obviously have no boot-info-table
 7596 
 7597 ------------------------------------ cycle  - xorriso-0.5.5 - 2010.04.29.133234
 7598 * Allowing up to 32 boot images
 7599 * New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
 7600 * New -as mkisofs options --efi-boot, -eltorito-alt-boot
 7601 
 7602 
 7603 2010.05.03.123759  [3208]
 7604 configure.ac
 7605 libisoburn/libisoburn.h
 7606 Requiring libisofs-0.6.32 now
 7607 
 7608 2010.05.03.165446  [3209]
 7609 xorriso/configure_ac.txt
 7610 Adapted xorriso-standalone to version leap libisofs-0.6.33
 7611 
 7612 04 May 2010 [3210]
 7613 svn copy -m Branching for libisoburn release 0.5.6
 7614 http://svn.libburnia-project.org/libisoburn/trunk
 7615 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix
 7616 
 7617 2010.05.04.100001  [3211]
 7618 configure.ac
 7619 README
 7620 libisoburn/libisoburn.h
 7621 xorriso/README_gnu_xorriso
 7622 xorriso/xorriso.h
 7623 xorriso/xorriso.c
 7624 xorriso/xorrisoburn.h
 7625 xorriso/xorriso_eng.html
 7626 xorriso/make_xorriso_standalone.sh
 7627 xorriso/configure_ac.txt
 7628 xorriso/xorriso_timestamp.h
 7629 Version leap to libisoburn-0.5.6
 7630 
 7631 04 May 2010  [3212]
 7632 xorriso/changelog.txt
 7633 Documented changes and release timestamp
 7634 
 7635 ----------------------------------- release - xorriso-0.5.6 - 2010.05.04.100001
 7636 * Allowing up to 32 boot images
 7637 * New -boot_image bootspecs efi_path=, platform_id=, sel_crit=, id_string=, next
 7638 * New -as mkisofs options --efi-boot, -eltorito-alt-boot
 7639 
 7640 
 7641 2010.05.04.120115  [3213]
 7642 configure.ac
 7643 README
 7644 libisoburn/libisoburn.h
 7645 xorriso/README_gnu_xorriso
 7646 xorriso/xorriso.h
 7647 xorriso/xorriso.c
 7648 xorriso/xorrisoburn.h
 7649 xorriso/xorriso_eng.html
 7650 xorriso/make_xorriso_standalone.sh
 7651 xorriso/configure_ac.txt
 7652 xorriso/xorriso_timestamp.h
 7653 Version leap to libisoburn-0.5.7
 7654 
 7655 04 May 2010  [3214]
 7656 xorriso/changelog.txt
 7657 Documented changes and release timestamp
 7658 
 7659 04 May 2010  [3215]
 7660 svn move -m Promoted branch to tag
 7661 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveSix
 7662 http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveSix
 7663 
 7664 ------------------------------------ cycle  - xorriso-0.5.7 - 2010.05.04.120115
 7665 
 7666 
 7667 2010.05.05.194248  [3216]
 7668 xorriso/xorriso_private.h
 7669 xorriso/xorriso.c
 7670 xorriso/xorrisoburn.c
 7671 Removed development macro Xorriso_multi_booT by making it unconditional
 7672 
 7673 05 May 2010  [3217]
 7674 xorriso/xorriso_eng.html
 7675 Avoided to show inappropriate links on www.gnu.org
 7676 
 7677 ------------------------------------ cycle  - xorriso-0.5.7 - 2010.05.05.194248
 7678 
 7679 
 7680 2010.05.15.184604  [3218]
 7681 Makefile.am
 7682 xorriso/xorriso_makefile_am.txt
 7683 xorriso/make_xorriso_standalone.sh
 7684 xorriso/compile_xorriso.sh
 7685 xorriso/xorriso.h
 7686 xorriso/xorriso_private.h
 7687 xorriso/xorrisoburn.h
 7688 - xorriso/xorriso.c
 7689 - xorriso/xorrisoburn.c
 7690 + xorriso/xorriso_main.c
 7691 + xorriso/sfile.h
 7692 + xorriso/sfile.c
 7693 + xorriso/aux_objects.h
 7694 + xorriso/aux_objects.c
 7695 + xorriso/findjob.h
 7696 + xorriso/findjob.c
 7697 + xorriso/check_media.h
 7698 + xorriso/check_media.c
 7699 + xorriso/misc_funct.h
 7700 + xorriso/misc_funct.c
 7701 + xorriso/text_io.h
 7702 + xorriso/text_io.c
 7703 + xorriso/match.h
 7704 + xorriso/match.c
 7705 + xorriso/emulators.h
 7706 + xorriso/emulators.c
 7707 + xorriso/disk_ops.h
 7708 + xorriso/disk_ops.c
 7709 + xorriso/cmp_update.h
 7710 + xorriso/cmp_update.c
 7711 + xorriso/parse_exec.h
 7712 + xorriso/parse_exec.c
 7713 + xorriso/opts_a_c.c
 7714 + xorriso/opts_d_h.c
 7715 + xorriso/opts_i_o.c
 7716 + xorriso/opts_p_z.c
 7717 + xorriso/base_obj.h
 7718 + xorriso/base_obj.c
 7719 + xorriso/lib_mgt.h
 7720 + xorriso/lib_mgt.c
 7721 + xorriso/sort_cmp.h
 7722 + xorriso/sort_cmp.c
 7723 + xorriso/drive_mgt.h
 7724 + xorriso/drive_mgt.c
 7725 + xorriso/iso_img.h
 7726 + xorriso/iso_img.c
 7727 + xorriso/iso_tree.h
 7728 + xorriso/iso_tree.c
 7729 + xorriso/iso_manip.h
 7730 + xorriso/iso_manip.c
 7731 + xorriso/write_run.h
 7732 + xorriso/write_run.c
 7733 + xorriso/read_run.h
 7734 + xorriso/read_run.c
 7735 + xorriso/filters.h
 7736 + xorriso/filters.c
 7737 Splitted xorriso.c and xorrisoburn.c into smaller source modules
 7738 
 7739 2010.05.16.092546  [3220]
 7740 libisoburn/burn_wrap.c
 7741 libisoburn/data_source.c
 7742 libisoburn/isoburn.c
 7743 libisoburn/isofs_wrap.c
 7744 Eventually including ../config.h generated by autotools
 7745 
 7746 2010.05.16.093108  [3221]
 7747 xorriso/aux_objects.c
 7748 xorriso/base_obj.c
 7749 xorriso/check_media.c
 7750 xorriso/cmp_update.c
 7751 xorriso/disk_ops.c
 7752 xorriso/drive_mgt.c
 7753 xorriso/emulators.c
 7754 xorriso/filters.c
 7755 xorriso/findjob.c
 7756 xorriso/iso_img.c
 7757 xorriso/iso_manip.c
 7758 xorriso/iso_tree.c
 7759 xorriso/lib_mgt.c
 7760 xorriso/make_xorriso_1.c
 7761 xorriso/match.c
 7762 xorriso/misc_funct.c
 7763 xorriso/opts_a_c.c
 7764 xorriso/opts_d_h.c
 7765 xorriso/opts_i_o.c
 7766 xorriso/opts_p_z.c
 7767 xorriso/parse_exec.c
 7768 xorriso/read_run.c
 7769 xorriso/sfile.c
 7770 xorriso/sort_cmp.c
 7771 xorriso/text_io.c
 7772 xorriso/write_run.c
 7773 xorriso/xorriso_main.c
 7774 Eventually including ../config.h generated by autotools
 7775 
 7776 2010.05.16.113100  [3222]
 7777 xorriso/xorriso.h
 7778 xorriso/xorriso_main.c
 7779 xorriso/make_xorriso_standalone.sh
 7780 Made option -version know again whether it is in GNU xorriso
 7781 
 7782 2010.05.16.171056  [3223]
 7783 xorriso/xorriso_main.c
 7784 Checking for suitable sizeof(off_t)
 7785 
 7786 2010.05.17.142656  [3224]
 7787 + xorriso/xorriso_bootstrap.txt
 7788 xorriso/make_xorriso_standalone.sh
 7789 xorriso/configure_ac.txt
 7790 xorriso/xorriso_makefile_am.txt
 7791 Made compilation of GNU xorriso less verbous by use of autoheader config.h
 7792 
 7793 2010.05.18.174455  [3225]
 7794 Makefile.am
 7795 - xorriso/makefile_libxorriso_am.txt
 7796 xorriso/xorriso_main.c
 7797 Moved xorriso implementation into libisoburn 
 7798 
 7799 19 May 2010  [3226]
 7800 test/compare_file.c
 7801 Eventually including ../config.h generated by autotools
 7802 
 7803 2010.05.19.160540  [3227]
 7804 configure.ac
 7805 Makefile.am
 7806 xorriso/compile_xorriso.sh
 7807 Moved configuration options from xorriso_xorriso_CFLAGS to CFLAGS
 7808 
 7809 2010.05.21.132725  [3228]
 7810 libisoburn/libisoburn.h
 7811 Mentioned both levels of API and their mutual exclusiveness
 7812 
 7813 2010.05.21.133627  [3229]
 7814 xorriso/xorriso.h
 7815 xorriso/xorriso_main.c
 7816 xorriso/base_obj.c
 7817 xorriso/opts_p_z.c
 7818 xorriso/write_run.c
 7819 Adapted version checking to new library situation
 7820 
 7821 2010.05.21.134500  [3230]
 7822 libisoburn/libisoburn.h
 7823 Corrected typo in remark
 7824 
 7825 2010.05.23.072450  [3231]
 7826 libisoburn/libisoburn.h
 7827 libisoburn/isoburn.h
 7828 libisoburn/isoburn.c
 7829 New write extension option isoburn_igopt_no_emul_toc
 7830 
 7831 2010.05.23.072616  [3232]
 7832 xorriso/xorriso_private.h
 7833 xorriso/base_obj.c
 7834 xorriso/write_run.c
 7835 New -compliance rule no_emul_toc
 7836 
 7837 2010.05.23.072845  [3233]
 7838 xorriso/emulators.c
 7839 Implemented -as cdrecord -V, new -as mkisofs option --no-emul-toc
 7840 
 7841 23 May 2010 [3234]
 7842 xorriso/xorriso.texi
 7843 xorriso/xorriso.1
 7844 xorriso/xorriso.info
 7845 Documentation for recent enhancements
 7846 
 7847 2010.05.26.123017  [3235]
 7848 xorriso/emulators.c
 7849 Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
 7850 
 7851 26 May 2010  [3236]
 7852 xorriso/xorriso_eng.html
 7853 Updated GNU xorriso web page
 7854 
 7855 ------------------------------------ cycle  - xorriso-0.5.7 - 2010.05.26.123017
 7856 * xorriso source split into more modules, object code moved into libisoburn
 7857 * New write extension option isoburn_igopt_no_emul_toc
 7858 * New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc
 7859 * Implemented -as cdrecord -V
 7860 * Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
 7861 
 7862 
 7863 2010.05.31.095756  [3238]
 7864 xorriso/aux_objects.h
 7865 xorriso/aux_objects.c
 7866 Corrected a misplaced class description comment
 7867 
 7868 2010.06.07.180414  [3242]
 7869 xorriso/xorriso_makefile_am.txt
 7870 Taking care of new Solaris adapter of libburn
 7871 
 7872 07 Jun 2010  [3243]
 7873 README
 7874 xorriso/README_gnu_xorriso
 7875 xorriso/xorriso_eng.html
 7876 Updated documentation about Solaris adapter
 7877 
 7878 ------------------------------------ cycle  - xorriso-0.5.7 - 2010.06.07.180414
 7879 * New libburn system adapter for Solaris uscsi (tested on snv134, kernel 5.11)
 7880 
 7881 
 7882 10 Jun 2010  [3249]
 7883 xorriso/README_gnu_xorriso
 7884 xorriso/xorriso.texi
 7885 xorriso/xorriso.1
 7886 xorriso/xorriso.info
 7887 Mentioned Solaris and system dependent drive permission settings
 7888 
 7889 2010.06.11.174804  [3258]
 7890 configure.ac
 7891 libisoburn/libisoburn.h
 7892 Requiring libburn-0.8.2 now
 7893 
 7894 11 Jun 2010  [3259]
 7895 xorriso/configure_ac.txt
 7896 Adapted xorriso-standalone to version leap libburn-0.8.3
 7897 
 7898 ------------------------------------ cycle  - xorriso-0.5.7 - 2010.06.11.174804
 7899 
 7900 
 7901 2010.06.13.105645  [3260]
 7902 xorriso/emulators.c
 7903 Removed surplus test expression
 7904 
 7905 2010.06.13.110316  [3261]
 7906 README
 7907 xorriso/xorriso.h
 7908 xorriso/xorriso_main.c
 7909 Updated docs about existence of xorriso API in libisoburn
 7910 
 7911 2010.06.13.133537  [3261]
 7912 xorriso/opts_d_h.c
 7913 xorriso/xorriso.texi
 7914 xorriso/xorriso.info
 7915 xorriso/xorriso.1
 7916 Untangled messed-up relation between -hardlinks and -compliance
 7917 
 7918 13 Jun 2010 [3263]
 7919 svn copy -m Branching for libisoburn release 0.5.8
 7920 http://svn.libburnia-project.org/libisoburn/trunk
 7921 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveEight
 7922 
 7923 2010.06.13.140001  [3264]
 7924 configure.ac
 7925 README
 7926 libisoburn/libisoburn.h
 7927 xorriso/README_gnu_xorriso
 7928 xorriso/xorriso.h
 7929 xorriso/xorrisoburn.h
 7930 (forgotten: xorriso/xorriso_main.c)
 7931 xorriso/xorriso_eng.html
 7932 xorriso/make_xorriso_standalone.sh
 7933 xorriso/configure_ac.txt
 7934 xorriso/xorriso_timestamp.h
 7935 Version leap to libisoburn-0.5.8
 7936 
 7937 13 Jun 2010  [3265]
 7938 xorriso/opts_p_z.c
 7939 Avoided double printing of xorriso version header line
 7940 
 7941 13 Jun 2010 [3266]
 7942 xorriso/changelog.txt
 7943 Documented changes and release timestamp
 7944 
 7945 ----------------------------------- release - xorriso-0.5.8 - 2010.06.13.140001
 7946 * New libburn system adapter for Solaris uscsi (tested on snv134, kernel 5.11)
 7947 * xorriso source split into more modules, object code moved into libisoburn
 7948 * New write extension option isoburn_igopt_no_emul_toc
 7949 * New -compliance rule no_emul_toc, new -as mkisofs --no-emul-toc
 7950 * Implemented -as cdrecord option -V
 7951 * Implemented -as mkisofs options -U, -N, -l, -d, -allow-lowercase
 7952 
 7953 
 7954 2010.06.14.073240  [3268]
 7955 xorriso/opts_p_z.c
 7956 Avoided double printing of xorriso version header line
 7957 
 7958 2010.06.14.081834  [3269]
 7959 configure.ac
 7960 README
 7961 libisoburn/libisoburn.h
 7962 xorriso/README_gnu_xorriso
 7963 xorriso/xorriso.h
 7964 xorriso/xorrisoburn.h
 7965 xorriso/xorriso_main.c
 7966 xorriso/xorriso_eng.html
 7967 xorriso/make_xorriso_standalone.sh
 7968 xorriso/configure_ac.txt
 7969 xorriso/xorriso_timestamp.h
 7970 Version leap to libisoburn-0.5.9
 7971 
 7972 14 Jun 2010  [3270]
 7973 xorriso/changelog.txt
 7974 Documented changes and release timestamp
 7975 
 7976 14 Jun 2010  [3271]
 7977 svn move -m Promoted branch to tag
 7978 http://svn.libburnia-project.org/libisoburn/branches/ZeroFiveEight
 7979 http://svn.libburnia-project.org/libisoburn/tags/ZeroFiveEight
 7980 
 7981 ------------------------------------ cycle  - xorriso-0.5.9 - 2010.06.14.081834
 7982 
 7983 
 7984 2010.06.15.160133  [3275]
 7985 configure.ac
 7986 libisoburn/libisoburn.h
 7987 Requiring libburn-0.8.3 now (because SIGWINCH handling on Solaris)
 7988 
 7989 2010.06.15.160501  [3276]
 7990 acinclude.m4
 7991 Enabled use of libreadline on Solaris by eventually linking -lcurses
 7992 
 7993 2010.06.16.105449  [3278]
 7994 libisoburn/libisoburn.h
 7995 Clarified API description of isoburn_read_iso_head()
 7996 
 7997 2010.06.16.105652  [3279]
 7998 xorriso/write_run.c
 7999 Bug fix: check_media patch_lba0= could install wrong image size
 8000 
 8001 2010.06.16.140253  [3280]
 8002 xorriso/write_run.c
 8003 Made patch_lba0= more modest with overwriting.
 8004 
 8005 2010.06.18.053105  [3281]
 8006 xorriso/emulators.c
 8007 Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
 8008 
 8009 2010.06.18.113147  [3282]
 8010 configure.ac
 8011 libisoburn/libisoburn.h
 8012 Requiring libisofs-0.6.33 now
 8013 
 8014 2010.06.19.152046  [3283]
 8015 xorriso/xorriso_private.h
 8016 xorriso/base_obj.c
 8017 xorriso/write_run.c
 8018 xorriso/opts_a_c.c
 8019 xorriso/iso_img.c
 8020 xorriso/xorriso.texi
 8021 xorriso/xorriso.info
 8022 xorriso/xorriso.1
 8023 New -boot_image bootspec cat_hidden=
 8024 
 8025 2010.06.19.152046  [3284]
 8026 xorriso/iso_tree.h
 8027 xorriso/iso_tree.c
 8028 xorriso/findjob.h
 8029 xorriso/findjob.c
 8030 xorriso/iso_manip.c
 8031 xorriso/xorriso.texi
 8032 xorriso/xorriso.info
 8033 xorriso/xorriso.1
 8034 New find test -disk_name
 8035 
 8036 2010.06.20.072130  [3285]
 8037 xorriso/opts_a_c.c
 8038 xorriso/opts_d_h.c
 8039 xorriso/iso_manip.c
 8040 xorriso/findjob.h
 8041 xorriso/findjob.c
 8042 xorriso/misc_funct.h
 8043 xorriso/misc_funct.c
 8044 xorriso/xorriso.texi
 8045 xorriso/xorriso.info
 8046 xorriso/xorriso.1
 8047 New find action -hide, new find test -hidden
 8048 
 8049 2010.06.20.141555  [3286]
 8050 xorriso/aux_objects.c
 8051 xorriso/emulators.c
 8052 xorriso/opts_p_z.c
 8053 xorriso/read_run.c
 8054 libisoburn/burn_wrap.c
 8055 Trying to silence compiler warnings of OpenSuse Build Service
 8056 
 8057 2010.06.20.164738  [3287]
 8058 xorriso/xorriso.h
 8059 xorriso/xorrisoburn.h
 8060 xorriso/parse_exec.c
 8061 xorriso/opts_d_h.c
 8062 xorriso/iso_manip.c
 8063 xorriso/disk_ops.c
 8064 xorriso/iso_tree.c
 8065 xorriso/xorriso.texi
 8066 xorriso/xorriso.info
 8067 xorriso/xorriso.1
 8068 New option -hide
 8069 
 8070 2010.06.22.132641  [3288]
 8071 xorriso/opts_p_z.c
 8072 Made -quoted_path_list continue to execute words after error in the same line
 8073 
 8074 2010.06.23.134250  [3289]
 8075 xorriso/xorriso.h
 8076 xorriso/xorriso_private.h
 8077 xorriso/base_obj.c
 8078 xorriso/aux_objects.c
 8079 xorriso/parse_exec.c
 8080 xorriso/opts_i_o.c
 8081 xorriso/emulators.c
 8082 xorriso/disk_ops.c
 8083 xorriso/misc_funct.h
 8084 xorriso/misc_funct.c
 8085 xorriso/xorriso.texi
 8086 xorriso/xorriso.info
 8087 xorriso/xorriso.1
 8088 New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list
 8089 
 8090 2010.06.23.134250  [3290]
 8091 xorriso/emulators.c
 8092 Included a missing header file
 8093 
 8094 2010.06.23.151900  [3291]
 8095 xorriso/parse_exec.h
 8096 Updated the missing header file
 8097 
 8098 2010.06.23.152337  [3292]
 8099 xorriso/emulators.c
 8100 Revoked unneeded change of revision 3290
 8101 
 8102 2010.06.23.175357  [3293]
 8103 xorriso/xorriso_private.h
 8104 xorriso/lib_mgt.c
 8105 xorriso/drive_mgt.c
 8106 xorriso/iso_img.c
 8107 Reset xorriso->boot_count when image gets discarded
 8108 
 8109 2010.06.23.175613  [3294]
 8110 xorriso/write_run.c
 8111 Moved call of iso_image_set_boot_catalog_hidden() to Xorriso_write_session()
 8112 
 8113 ------------------------------------ cycle  - xorriso-0.5.9 - 2010.06.23.175613
 8114 Bug fix: -check_media patch_lba0= could install wrong image size
 8115 Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
 8116 Enabled use of libreadline on Solaris
 8117 New find test -disk_name
 8118 New option -hide, -find action -hide, -find test -hidden
 8119 New -boot_image bootspec cat_hidden=on
 8120 New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list
 8121 
 8122 
 8123 2010.06.24.084800  [3295]
 8124 xorriso/emulators.c
 8125 xorriso/xorriso.texi
 8126 xorriso/xorriso.info
 8127 xorriso/xorriso.1
 8128 New -as mkisofs option --boot-catalog-hide
 8129 
 8130 2010.06.25.095836  [3296]
 8131 xorriso/emulators.c
 8132 xorriso/xorriso.texi
 8133 xorriso/xorriso.info
 8134 xorriso/xorriso.1
 8135 New -as mkisofs option -dir-mode
 8136 
 8137 2010.06.25.102140  [3297]
 8138 xorriso/emulators.c
 8139 New -as mkisofs option -file-mode
 8140 
 8141 2010.06.25.174329  [3298]
 8142 xorriso/text_io.c
 8143 Appending eventual strerror() to event message line rather than to new line
 8144 
 8145 2010.06.25.175810  [3299]
 8146 xorriso/xorriso.h
 8147 xorriso/xorriso_private.h
 8148 xorriso/base_obj.c
 8149 xorriso/parse_exec.h
 8150 xorriso/parse_exec.c
 8151 xorriso/opts_d_h.c
 8152 xorriso/opts_p_z.c
 8153 xorriso/sfile.c
 8154 xorriso/xorriso.texi
 8155 xorriso/xorriso.info
 8156 xorriso/xorriso.1
 8157 New option -read_mkisofsrc interprets .mkisofsrc
 8158 
 8159 2010.06.26.113947  [3300]
 8160 xorriso/xorriso.h
 8161 xorriso/xorriso_private.h
 8162 xorriso/base_obj.c
 8163 xorriso/parse_exec.c
 8164 xorriso/opts_a_c.c
 8165 xorriso/opts_d_h.c
 8166 xorriso/drive_mgt.c
 8167 xorriso/iso_img.c
 8168 xorriso/text_io.c
 8169 xorriso/write_run.c
 8170 xorriso/xorriso.texi
 8171 xorriso/xorriso.info
 8172 xorriso/xorriso.1
 8173 New options -copright_file , -biblio_file , -abstract_file
 8174 
 8175 2010.06.26.114315  [3301]
 8176 xorriso/emulators.c
 8177 New -as mkisofs options -abstract, -biblio, -copyright
 8178 
 8179 ------------------------------------ cycle  - xorriso-0.5.9 - 2010.06.26.114315
 8180 New -as mkisofs option --boot-catalog-hide
 8181 New options -copright_file , -biblio_file , -abstract_file
 8182 New option -read_mkisofsrc interprets .mkisofsrc
 8183 New -as mkisofs options -dir-mode, -file-mode
 8184 New -as mkisofs options -abstract, -biblio, -copyright
 8185 
 8186 
 8187 2010.06.28.100903  [3302]
 8188 xorriso/text_io.c
 8189 Supressing "Thank you for being patient" with times smaller than 2
 8190 
 8191 2010.06.28.101019  [3303]
 8192 xorriso/iso_tree.c
 8193 Made option -lsl mark files in hidden directories as hidden
 8194 
 8195 27 Jun 2010  [3304]
 8196 xorriso/xorriso.texi
 8197 xorriso/xorriso.info
 8198 xorriso/xorriso.1
 8199 Removed outdated doc statement about hidden files
 8200 
 8201 2010.06.29.102043  [3305]
 8202 configure.ac
 8203 libisoburn/libisoburn.h
 8204 Requiring libisofs-0.6.34 now
 8205 
 8206 2010.06.29.102229  [3306]
 8207 xorriso/configure_ac.txt
 8208 Adapted GNU xorriso to version leap libisofs-0.6.35
 8209 
 8210 2010.06.30.181822  [3315]
 8211 configure.ac
 8212 libisoburn/libisoburn.h
 8213 Requiring libburn-0.8.4 now
 8214 
 8215 2010.06.30.181908  [3316]
 8216 xorriso/configure_ac.txt
 8217 Adapted GNU xorriso to version leap libburn-0.8.5
 8218 
 8219 02 Jul 2010  [3317]
 8220 svn copy -m Branching for libisoburn release 0.6.0 \
 8221 http://svn.libburnia-project.org/libisoburn/trunk \
 8222 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero
 8223 
 8224 2010.07.02.090001  [3318]
 8225 configure.ac
 8226 README
 8227 libisoburn/libisoburn.h
 8228 xorriso/README_gnu_xorriso
 8229 xorriso/xorriso.h
 8230 xorriso/xorrisoburn.h
 8231 xorriso/xorriso_main.c
 8232 xorriso/xorriso_eng.html
 8233 xorriso/make_xorriso_standalone.sh
 8234 xorriso/configure_ac.txt
 8235 xorriso/xorriso_timestamp.h
 8236 Version leap to libisoburn-0.6.0
 8237 
 8238 02 Jul 2010  [3319]
 8239 xorriso/changelog.txt
 8240 Documented changes and release timestamp
 8241 
 8242 ----------------------------------- release - xorriso-0.6.0 - 2010.07.02.090001
 8243 Bug fix: -check_media patch_lba0= could install wrong image size
 8244 Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
 8245 Enabled use of libreadline on Solaris
 8246 New find test -disk_name
 8247 New option -hide, -find action -hide, -find test -hidden
 8248 New -boot_image bootspec cat_hidden=on
 8249 New options -copright_file , -biblio_file , -abstract_file
 8250 New option -read_mkisofsrc interprets .mkisofsrc
 8251 Implemented -as mkisofs options -hide,-hide-joliet,-hide-list,-hide-joliet-list
 8252 New -as mkisofs option --boot-catalog-hide
 8253 Implemented -as mkisofs options -dir-mode, -file-mode
 8254 Implemented -as mkisofs options -abstract, -biblio, -copyright
 8255 
 8256 
 8257 2010.07.02.195907  [3320]
 8258 configure.ac
 8259 README
 8260 libisoburn/libisoburn.h
 8261 xorriso/README_gnu_xorriso
 8262 xorriso/xorriso.h
 8263 xorriso/xorrisoburn.h
 8264 xorriso/xorriso_main.c
 8265 xorriso/xorriso_eng.html
 8266 xorriso/make_xorriso_standalone.sh
 8267 xorriso/configure_ac.txt
 8268 xorriso/xorriso_timestamp.h
 8269 Version leap to libisoburn-0.6.1
 8270 
 8271 2 Jul 2010  [3321]
 8272 xorriso/changelog.txt
 8273 Documented changes and release timestamp
 8274 
 8275 2 Jul 2010  [3322]
 8276 svn move -m Promoted branch to tag
 8277 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero
 8278 http://svn.libburnia-project.org/libisoburn/tags/ZeroSixZero
 8279 
 8280 ------------------------------------ cycle  - xorriso-0.6.1 - 2010.07.02.195907
 8281 
 8282 4 Jul 2010  [3324]
 8283 acinclude.m4
 8284 Added -L/usr/local/lib to libisoburn LDFLAGS for Solaris
 8285 
 8286 2010.07.05.090409  [3327]
 8287 xorriso/xorriso.h
 8288 Removed definition of phantom xorriso options
 8289 
 8290 2010.07.05.122901  [3328]
 8291 configure.ac
 8292 Makefile.am
 8293 README
 8294 + libisoburn/libisoburn.ver
 8295 Hiding all non-API symbols from the linker by use of --version-script
 8296 
 8297 2010.07.06.114102  [3331]
 8298 configure.ac
 8299 acinclude.m4
 8300 Let configure perform linker test with --version-script if enabled
 8301 
 8302 2010.07.06.114503  [3332]
 8303 libisoburn/libisoburn.h
 8304 xorriso/xorriso.h
 8305 Mentioned that public API calls must be in libisofs/libisofs.ver
 8306 
 8307 2010.07.08.155900  [3333]
 8308 xorriso/emulators.c
 8309 Made behavior of -as mkisofs with unknown options more similar to original
 8310 
 8311 ------------------------------------ cycle  - xorriso-0.6.1 - 2010.07.08.155900
 8312 * Made behavior of -as mkisofs with unknown options more similar to original
 8313 
 8314 
 8315 2010.07.29.164843  [3338]
 8316 Makefile.am
 8317 Detached make target "doc" from target "all".
 8318 
 8319 29 Jul 2010  [3339]
 8320 xorriso/xorriso.texi
 8321 xorriso/xorriso.info
 8322 xorriso/xorriso.1
 8323 Corrected manual text about -read_mkisofsrc
 8324 
 8325 2010.07.30.155123  [3340]
 8326 libisoburn/libisoburn.ver
 8327 xorriso/xorriso.h
 8328 xorriso/xorriso_private.h
 8329 xorriso/xorrisoburn.h
 8330 xorriso/base_obj.c
 8331 xorriso/lib_mgt.c
 8332 xorriso/parse_exec.c
 8333 xorriso/opts_a_c.c
 8334 xorriso/opts_p_z.c
 8335 xorriso/emulators.c
 8336 xorriso/text_io.c
 8337 xorriso/write_run.c
 8338 xorriso/xorriso.texi
 8339 xorriso/xorriso.info
 8340 xorriso/xorriso.1
 8341 New option -preparer_id, -as mkisofs options -p and -preparer
 8342 
 8343 30 Jul 2010  [3342]
 8344 doc/doxygen.conf.in
 8345 Removed problematic DETAILS_AT_TOP to silence warning of Debian buildd
 8346 
 8347 30 Jul 2010  [3343]
 8348 doc/doxygen.conf.in
 8349 Corrected FILE_PATTERNS
 8350 
 8351 2010.07.31.085437  [3344]
 8352 xorriso/cmp_update.c
 8353 Missing device,inode numbers caused -compare_r to report a difference
 8354 
 8355 ------------------------------------ cycle  - xorriso-0.6.1 - 2010.07.31.085437
 8356 * New option -preparer_id, -as mkisofs options -p and -preparer
 8357 
 8358 
 8359 2010.08.09.092037  [3351]
 8360 libisoburn/libisoburn.h
 8361 doc/comments
 8362 Hopefully silenced warnings of doxygen on Debian buildd
 8363 
 8364 2010.08.18.102709  [3353]
 8365 xorriso/emulators.c
 8366 xorriso/xorriso.texi
 8367 xorriso/xorriso.info
 8368 xorriso/xorriso.1
 8369 New -as mkisofs option -e from Fedora genisoimage
 8370 
 8371 2010.08.18.181640  [3354]
 8372 xorriso/xorriso_private.h
 8373 xorriso/opts_a_c.c
 8374 xorriso/xorriso.texi
 8375 xorriso/xorriso.info
 8376 xorriso/xorriso.1
 8377 New -boot_image specifier emul_type=none|hard_disk|floppy
 8378 
 8379 2010.08.18.181855  [3355]
 8380 xorriso/emulators.c
 8381 New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot
 8382 
 8383 2010.08.21.103003  [3357]
 8384 xorriso/xorriso.texi
 8385 xorriso/xorriso.info
 8386 xorriso/xorriso.1
 8387 xorriso/xorriso_eng.html
 8388 Mentioned support for DVD-R DL as single-session media
 8389 
 8390 2010.09.04.100823  [3359]
 8391 xorriso/iso_manip.c
 8392 This was obviously forgotten to commit with rev 3289
 8393 
 8394 2010.09.05.113621  [3360]
 8395 libisoburn/libisoburn.h
 8396 libisoburn/isoburn.h
 8397 libisoburn/isoburn.c
 8398 New API function isoburn_igopt_set_part_offset(), requiring libisofs 0.6.35
 8399 
 8400 2010.09.05.113655  [3361]
 8401 xorriso/xorriso_private.h
 8402 xorriso/base_obj.c
 8403 xorriso/opts_a_c.c
 8404 xorriso/text_io.c
 8405 xorriso/write_run.c
 8406 xorriso/xorriso.texi
 8407 xorriso/xorriso.info
 8408 xorriso/xorriso.1
 8409 New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd
 8410 
 8411 2010.09.05.113945  [3362]
 8412 xorriso/emulators.c
 8413 New -as mkisofs options -partition_offset, -partition_hd_cyl, -partition_sec_hd
 8414 
 8415 ------------------------------------ cycle  - xorriso-0.6.1 - 2010.09.05.113945
 8416 * New API function isoburn_igopt_set_part_offset()
 8417 * New -boot_image specifier emul_type=none|hard_disk|floppy
 8418 * New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot
 8419 * New -as mkisofs option -e from Fedora genisoimage
 8420 * New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd
 8421 * New -as mkisofs options -partition_offset, -partition_hd_cyl, -partition_sec_hd
 8422 
 8423 
 8424 2010.09.06.103347  [3363]
 8425 libisoburn/isoburn.c
 8426 Bug fix: Re-enabled use of iso_write_opts_set_rrip_1_10_px_ino()
 8427 
 8428 2010.09.10.170925  [3364]
 8429 libisoburn/libisoburn.h
 8430 libisoburn/isoburn.h
 8431 libisoburn/isoburn.c
 8432 libisoburn/isofs_wrap.c
 8433 libisoburn/burn_wrap.c
 8434 Enabled multi-session with partition offset
 8435 
 8436 2010.09.10.171223  [3365]
 8437 xorriso/drive_mgt.c
 8438 xorriso/write_run.c
 8439 xorriso/xorriso.texi
 8440 xorriso/xorriso.info
 8441 xorriso/xorriso.1
 8442 Enabled multi-session with partition offset
 8443 
 8444 2010.09.11.125002  [3366]
 8445 libisoburn/libisoburn.h
 8446 libisoburn/isoburn.h
 8447 libisoburn/isoburn.c
 8448 libisoburn/isofs_wrap.c
 8449 Removed development marks
 8450 
 8451 2010.09.11.125039  [3367]
 8452 xorriso/xorriso_private.h
 8453 Removed development marks
 8454 
 8455 ------------------------------------ cycle  - xorriso-0.6.1 - 2010.09.11.125039
 8456 * Bug fix: Regression with -hardlinks and -compliance old_rr, 0.4.2, Aug 2009
 8457 
 8458 
 8459 2010.09.15.065722  [3370]
 8460 Makefile.am
 8461 ChangeLog
 8462 Meaningful change log file derived by George Danchev from web site
 8463 
 8464 2010.09.15.091546  [3371]
 8465 configure.ac
 8466 libisoburn/libisoburn.h
 8467 Requiring libisofs-0.6.36 now
 8468 
 8469 2010.09.15.092023  [3372]
 8470 xorriso/configure_ac.txt
 8471 Version leap to 0.6.37
 8472 
 8473 17 Sep 2010  [3380]
 8474 xorriso/configure_ac.txt
 8475 Version leap to libburn-0.8.7
 8476 
 8477 18 Sep 2010  [3382]
 8478 svn copy -m Branching for libisoburn release 0.6.0
 8479 http://svn.libburnia-project.org/libisoburn/trunk
 8480 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero
 8481 
 8482 18 Sep 2010  [3383]
 8483 svn delete http://svn.libburnia-project.org/libisoburn/branches/ZeroSixZero
 8484 Removed falsely named branch
 8485 
 8486 18 Sep 2010  [3384]
 8487 svn copy -m Branching for libisoburn release 0.6.2
 8488 http://svn.libburnia-project.org/libisoburn/trunk
 8489 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixTwo
 8490 
 8491 2010.09.18.120001  [3385]
 8492 configure.ac
 8493 README
 8494 libisoburn/libisoburn.h
 8495 xorriso/README_gnu_xorriso
 8496 xorriso/xorriso.h
 8497 xorriso/xorrisoburn.h
 8498 xorriso/xorriso_main.c
 8499 xorriso/xorriso_eng.html
 8500 xorriso/make_xorriso_standalone.sh
 8501 xorriso/configure_ac.txt
 8502 xorriso/xorriso_timestamp.h
 8503 Version leap to libisoburn-0.6.2
 8504 
 8505 18 Sep 2010  [3386]
 8506 ChangeLog
 8507 xorriso/changelog.txt
 8508 Documented changes and release timestamp
 8509 
 8510 2010.09.18.210001  [3387]
 8511 libisoburn/isoburn.c
 8512 Fixed a bug with uninitialized variable introduced by rev 3364
 8513 
 8514 19 Sep 2010  [3388]
 8515 xorriso/changelog.txt
 8516 Documented changes and release timestamp
 8517 
 8518 ----------------------------------- release - xorriso-0.6.2 - 2010.09.18.210001
 8519 libisoburn novelties:
 8520 * New API function isoburn_igopt_set_part_offset()
 8521 * Hiding all non-API symbols from the linker by use of --version-script
 8522 * Now with history of release notes in ./ChangeLog file.
 8523 xorriso novelties:
 8524 * Bug fix: Regression with -hardlinks and -compliance old_rr, 0.4.2, Aug 2009
 8525 * New option -preparer_id, -as mkisofs options -p and -preparer
 8526 * New -boot_image specifier emul_type=none|hard_disk|floppy
 8527 * New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd
 8528 * Made behavior of -as mkisofs with unknown options more similar to original
 8529 * New -as mkisofs option -hard-disk-boot, enabled -b without -no-emul-boot
 8530 * New -as mkisofs option -e from Fedora genisoimage
 8531 * New -as mkisofs options -partition_offset,-partition_hd_cyl,-partition_sec_hd
 8532 
 8533 2010.09.19.134042  [3389]
 8534 configure.ac
 8535 README
 8536 libisoburn/libisoburn.h
 8537 xorriso/README_gnu_xorriso
 8538 xorriso/xorriso.h
 8539 xorriso/xorrisoburn.h
 8540 xorriso/xorriso_main.c
 8541 xorriso/xorriso_eng.html
 8542 xorriso/make_xorriso_standalone.sh
 8543 xorriso/configure_ac.txt
 8544 xorriso/xorriso_timestamp.h
 8545 Version leap to libisoburn-0.6.3
 8546 
 8547 2010.09.19.135354  [3390]
 8548 libisoburn/isoburn.c
 8549 Fixed a bug with uninitialized variable introduced by rev 3364
 8550 
 8551 19 Sep 2010  [3391]
 8552 ChangeLog
 8553 xorriso/changelog.txt
 8554 Documented changes and release timestamp
 8555 
 8556 ------------------------------------ cycle  - xorriso-0.6.3 - 2010.09.19.135354
 8557 
 8558 
 8559 19 Sep 2010  [3392]
 8560 svn move -m Promoted branch to tag 
 8561 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixTwo
 8562 http://svn.libburnia-project.org/libisoburn/tags/ZeroSixTwo
 8563 
 8564 2010.09.21.142424  [3393]
 8565 acinclude.m4
 8566 configure.ac
 8567 Makefile.am
 8568 On Linux: Run ldconfig during make install,if not --disable-ldconfig-at-install
 8569 
 8570 2010.09.21.150325  [3394]
 8571 acinclude.m4
 8572 configure.ac
 8573 Makefile.am
 8574 On Linux: More tolerance towards failures of ldconfig
 8575 
 8576 22 Sep 2009  [3396]
 8577 README
 8578 Mentioned --disable-ldconfig-at-install
 8579 
 8580 2010.09.23.135551  [3400]
 8581 Makefile.am
 8582 xorriso/make_xorriso_standalone.sh
 8583 + doc/partition_offset.wiki
 8584 Explaining the partition offset feature
 8585 
 8586 2010.09.24.110727  [3406]
 8587 configure.ac
 8588 libisoburn/libisoburn.h
 8589 Requiring libburn-0.8.7 now
 8590 
 8591 2010.09.24.110841  [3407]
 8592 xorriso/drive_mgt.c
 8593 Reporting BD spare area info with -list_formats
 8594 
 8595 29 Sep 2010  [3409]
 8596 doc/partition_offset.wiki
 8597 Updated partition offset wike about GRUB experiment
 8598 
 8599 2010.09.29.091541  [3410]
 8600 libisoburn/libisoburn.h
 8601 libisoburn/isoburn.h
 8602 libisoburn/isoburn.c
 8603 libisoburn/libisoburn.ver
 8604 ChangeLog
 8605 New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte()
 8606 
 8607 2010.09.29.092348  [3411]
 8608 configure.ac
 8609 xorriso/xorriso.h
 8610 libisoburn/libisoburn.ver
 8611 xorriso/xorriso_private.h
 8612 xorriso/xorrisoburn.h
 8613 xorriso/base_obj.c
 8614 xorriso/parse_exec.c
 8615 xorriso/opts_i_o.c
 8616 xorriso/emulators.c
 8617 xorriso/lib_mgt.c
 8618 xorriso/write_run.c
 8619 ChangeLog
 8620 New -as mkisofs options -jigdo-* and -md5-list as of genisoimage
 8621 
 8622 2010.09.29.092537  [3412]
 8623 xorriso/configure_ac.txt
 8624 Enabled use of libjte for GNU xorriso
 8625 
 8626 2010.09.29.124423  [3413]
 8627 xorriso/write_run.c
 8628 Avoided trailing 64 kB alignment with -compliance no_emul_toc
 8629 
 8630 2010.09.29.152827  [3414]
 8631 xorriso/parse_exec.c
 8632 xorriso/opts_d_h.c
 8633 xorriso/emulators.c
 8634 xorriso/lib_mgt.c
 8635 xorriso/xorriso.texi
 8636 xorriso/xorriso.info
 8637 xorriso/xorriso.1
 8638 xorriso/convert_man_to_html.sh
 8639 ChangeLog
 8640 New option -jigdo
 8641 
 8642 2010.09.29.164121  [3415]
 8643 xorriso/xorriso_private.h
 8644 xorriso/base_obj.c
 8645 xorriso/lib_mgt.c
 8646 xorriso/text_io.c
 8647 xorriso/aux_objects.h
 8648 xorriso/aux_objects.c
 8649 Enabled -status -jigdo
 8650 
 8651 2010.09.30.074208  [3416]
 8652 xorriso/lib_mgt.c
 8653 Switched from old libjte API names to new ones
 8654 
 8655 2010.10.01.190235  [3417]
 8656 xorriso/xorriso_private.h
 8657 xorriso/base_obj.c
 8658 Made two non-public parameters independent of Xorriso_with_libjtE
 8659 
 8660 ------------------------------------ cycle  - xorriso-0.6.3 - 2010.10.01.190235
 8661 * New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte()
 8662 * New -as mkisofs options -jigdo-* and -md5-list as of genisoimage
 8663 * New option -jigdo
 8664 
 8665 
 8666 2010.10.02.121147  [3418]
 8667 xorriso/emulators.c
 8668 xorriso/lib_mgt.c
 8669 xorriso/xorriso.texi
 8670 xorriso/xorriso.info
 8671 xorriso/xorriso.1
 8672 New -as mkisofs option -jigdo-template-compress
 8673 
 8674 2010.10.02.150240  [3419]
 8675 xorriso/lib_mgt.c
 8676 Added a blank to xorriso Preparer Id string
 8677 
 8678 2010.10.02.164306  [3420]
 8679 configure.ac
 8680 libisoburn/libisoburn.h
 8681 Requiring libisofs-0.6.37 now
 8682 
 8683 2010.10.02.210023  [3421]
 8684 libisoburn/libisoburn.h
 8685 libisoburn/isoburn.h
 8686 libisoburn/isoburn.c
 8687 libisoburn/libisoburn.ver
 8688 ChangeLog
 8689 New API call isoburn_igopt_set_tail_blocks()
 8690 
 8691 2010.10.02.210305  [3422]
 8692 xorriso/write_run.c
 8693 xorriso/xorriso.texi
 8694 xorriso/xorriso.info
 8695 xorriso/xorriso.1
 8696 Letting libisofs do the padding with -jigdo, rather than disabling padding
 8697 
 8698 2010.10.03.082304  [3423]
 8699 xorriso/opts_d_h.c
 8700 xorriso/emulators.c
 8701 xorriso/lib_mgt.c
 8702 xorriso/xorriso.texi
 8703 xorriso/xorriso.info
 8704 xorriso/xorriso.1
 8705 New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template
 8706 
 8707 03 Oct 2010  [3424]
 8708 ChangeLog
 8709 Forgot to commit ChangeLog
 8710 
 8711 2010.10.03.171305  [3425]
 8712 xorriso/lib_mgt.c
 8713 Reacting with FATAL event on failure to create libjte_handle
 8714 
 8715 03 Oct 2010  [3426]
 8716 xorriso/xorriso.texi
 8717 xorriso/xorriso.info
 8718 xorriso/xorriso.1
 8719 Corrected xorriso docs about meaning of -jigdo-map and .md5 file addresses
 8720 
 8721 ------------------------------------ cycle  - xorriso-0.6.3 - 2010.10.03.171305
 8722 * New API call isoburn_igopt_set_tail_blocks()
 8723 * New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template
 8724 
 8725 
 8726 2010.10.04.112234  [3427]
 8727 xorriso/opts_d_h.c
 8728 xorriso/emulators.c
 8729 xorriso/lib_mgt.c
 8730 xorriso/write_run.c
 8731 Enabled use of libjte message list
 8732 
 8733 2010.10.04.113140  [3428]
 8734 xorriso/lib_mgt.c
 8735 Silenced compiler warning about unused variable
 8736 
 8737 2010.10.04.155110  [3429]
 8738 libisoburn/libisoburn.h
 8739 libisoburn/burn_wrap.c
 8740 libisoburn/libisoburn.ver
 8741 ChangeLog
 8742 Tests for version of libjte, new API call isoburn_libjte_req()
 8743 
 8744 2010.10.04.155226  [3430]
 8745 xorriso/lib_mgt.c
 8746 Reporting libjte version with option -version
 8747 
 8748 2010.10.05.180016  [3431]
 8749 xorriso/iso_manip.c
 8750 Fixed a potential SIGSEGV by pointer offset -1. Detected by valgrind.
 8751 
 8752 2010.10.06.162230  [3432]
 8753 xorriso/write_run.c
 8754 Fixed a theoretically possible race condition of burn end and ISO generator end
 8755 
 8756 2010.10.07.114916  [3433]
 8757 libisoburn/burn_wrap.c
 8758 xorriso/base_obj.c
 8759 xorriso/lib_mgt.c
 8760 xorriso/write_run.c
 8761 Preparing for GNU xorriso to include libjte source
 8762 
 8763 7 Oct 2010  [3434]
 8764 xorriso/xorriso.texi
 8765 xorriso/xorriso.info
 8766 xorriso/xorriso.1
 8767 Enhanced xorriso docs about meaning of .md5 file addresses
 8768 
 8769 2010.10.07.180935  [3435]
 8770 libisoburn/burn_wrap.c
 8771 xorriso/base_obj.c
 8772 xorriso/lib_mgt.c
 8773 xorriso/write_run.c
 8774 Corrected compile problems introduced with rev 3433
 8775 
 8776 2010.10.08.093338  [3436]
 8777 libisoburn/burn_wrap.c
 8778 Fixed inability to compile without enabled libjte. Introduced by rev 3429.
 8779 
 8780 8 Oct 2010  [3437]
 8781 COPYRIGHT
 8782 Removed unrelated copyright statements from libisoburn COPYRIGHT
 8783 
 8784 2010.10.12.103027  [3438]
 8785 libisoburn/libisoburn.h
 8786 libisoburn/isoburn.c
 8787 Allowed to set System Area type via isoburn_igopt_set_system_area()
 8788 
 8789 2010.10.12.103157  [3439]
 8790 xorriso/xorriso_private.h
 8791 xorriso/opts_a_c.c
 8792 xorriso/emulators.c
 8793 Provisorily: -boot_image mips_path= , -as mkisofs -mips-boot. No Eltorito then.
 8794 
 8795 2010.10.12.183125  [3440]
 8796 xorriso/xorriso_private.h
 8797 xorriso/xorrisoburn.h
 8798 xorriso/opts_a_c.c
 8799 xorriso/emulators.c
 8800 xorriso/iso_img.c
 8801 Lifted the ban to combine MIPS Big Endian boot with El Torito
 8802 
 8803 2010.10.13.170641  [3441]
 8804 xorriso/opts_a_c.c
 8805 xorriso/opts_d_h.c
 8806 xorriso/emulators.c
 8807 xorriso/iso_img.c
 8808 xorriso/xorriso.texi
 8809 xorriso/xorriso.info
 8810 xorriso/xorriso.1
 8811 Polished and documented MIPS booting option
 8812 
 8813 2010.10.15.112050  [3442]
 8814 xorriso/xorriso_private.h
 8815 xorriso/opts_a_c.c
 8816 xorriso/opts_d_h.c
 8817 xorriso/emulators.c
 8818 xorriso/iso_img.c
 8819 xorriso/xorriso.texi
 8820 xorriso/xorriso.info
 8821 xorriso/xorriso.1
 8822 -boot_image mipsel_path= , -as mkisofs -mipsel-boot.
 8823 
 8824 2010.10.15.121533  [3443]
 8825 xorriso/make_xorriso_standalone.sh
 8826 xorriso/configure_ac.txt
 8827 xorriso/xorriso_makefile_am.txt
 8828 xorriso/COPYRIGHT_gnu_xorriso
 8829 xorriso/README_gnu_xorriso
 8830 xorriso/AUTHORS_gnu_xorriso
 8831 xorriso/xorriso_eng.html
 8832 Included libjte in GNU xorriso
 8833 
 8834 2010.10.15.125440  [3444]
 8835 libisoburn/burn_wrap.c
 8836 xorriso/base_obj.c
 8837 xorriso/lib_mgt.c
 8838 xorriso/configure_ac.txt
 8839 United macro Xorriso_jte_standalonE with macro Xorriso_standalonE
 8840 
 8841 ------------------------------------ cycle  - xorriso-0.6.3 - 2010.10.15.125440
 8842 * New API call isoburn_libjte_req()
 8843 * New bootspecs mips_path= and mipsel_path= for Debian MIPS releases
 8844 * New -as mkisofs options -mips-boot and -mipsel-boot
 8845 
 8846 
 8847 2010.10.18.155353  [3446]
 8848 libisoburn/libisoburn.h
 8849 libisoburn/isoburn.h
 8850 libisoburn/isoburn.c
 8851 libisoburn/libisoburn.ver
 8852 New API calls isoburn_igopt_set_partition_img, isoburn_igopt_get_partition_img
 8853 
 8854 2010.10.18.160132  [3448]
 8855 xorriso/xorriso.h
 8856 xorriso/xorriso_private.h
 8857 xorriso/base_obj.c
 8858 xorriso/parse_exec.c
 8859 xorriso/opts_a_c.c
 8860 xorriso/opts_d_h.c
 8861 xorriso/emulators.c
 8862 xorriso/iso_img.c
 8863 xorriso/write_run.c
 8864 libisoburn/libisoburn.ver
 8865 xorriso/xorriso.texi
 8866 xorriso/xorriso.info
 8867 xorriso/xorriso.1
 8868 New option -append_partition, -as mkisofs -append_partition
 8869 
 8870 ------------------------------------ cycle  - xorriso-0.6.3 - 2010.10.18.160132
 8871 * New option -append_partition, -as mkisofs -append_partition
 8872 
 8873 
 8874 2010.10.19.104814  [3449]
 8875 xorriso/xorriso.h
 8876 xorriso/xorriso.texi
 8877 xorriso/xorriso.info
 8878 xorriso/xorriso.1
 8879 Minor adjustments
 8880 
 8881 ------------------------------------ cycle  - xorriso-0.6.3 - 2010.10.19.104814
 8882 
 8883 2010.10.19.170704  [3451]
 8884 ChangeLog
 8885 xorriso/write_run.c
 8886 Avoiding potential endless write pacifier loop. Introduced with rev 3432.
 8887 
 8888 2010.10.20.075221  [3452]
 8889 xorriso/write_run.c
 8890 Cancelling libisofs write thread in case of early libburn end
 8891 
 8892 2010.10.20.170430  [3461]
 8893 xorriso/configure_ac.txt
 8894 Version leap to libburn-0.8.9
 8895 
 8896 2010.10.20.170546  [3462]
 8897 configure.ac
 8898 libisoburn/libisoburn.h
 8899 Requiring libburn-0.8.8 now
 8900 
 8901 2010.10.21.180343  [3463]
 8902 xorriso/drive_mgt.c
 8903 Corrected -check_media handling of last track on BD-R resp. BD-ROM
 8904 
 8905 2010.10.23.162213  [3464]
 8906 configure.ac
 8907 libisoburn/libisoburn.h
 8908 Requiring libisofs-0.6.38 now
 8909 
 8910 2010.10.23.162302  [3465]
 8911 xorriso/configure_ac.txt
 8912 Adapted GNU xorriso to version leap libisofs-0.6.39
 8913 
 8914 26 Oct 2010  [3466]
 8915 svn copy -m Branching for libisoburn release 0.6.4
 8916 http://svn.libburnia-project.org/libisoburn/trunk
 8917 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixFour
 8918 
 8919 2010.10.26.100001  [3467]
 8920 configure.ac
 8921 README
 8922 libisoburn/libisoburn.h
 8923 xorriso/README_gnu_xorriso
 8924 xorriso/xorriso.h
 8925 xorriso/xorrisoburn.h
 8926 xorriso/xorriso_main.c
 8927 xorriso/xorriso_eng.html
 8928 xorriso/make_xorriso_standalone.sh
 8929 xorriso/configure_ac.txt
 8930 xorriso/xorriso_timestamp.h
 8931 Version leap to libisoburn-0.6.4
 8932 
 8933 26 Oct 2010  [3468]
 8934 ChangeLog
 8935 xorriso/changelog.txt
 8936 Documented changes and release timestamp
 8937 
 8938 ----------------------------------- release - xorriso-0.6.4 - 2010.10.26.100001
 8939 * New API call isoburn_libjte_req()
 8940 * New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte()
 8941 * New API call isoburn_igopt_set_tail_blocks()
 8942 * New API call isoburn_libjte_req()
 8943 * New option -jigdo
 8944 * New -as mkisofs options -jigdo-* and -md5-list as of genisoimage
 8945 * New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template
 8946 * New bootspecs mips_path= and mipsel_path= for Debian MIPS releases
 8947 * New -as mkisofs options -mips-boot and -mipsel-boot
 8948 * New option -append_partition, -as mkisofs -append_partition
 8949 
 8950 
 8951 2010.10.26.104219  [3469]
 8952 configure.ac
 8953 README
 8954 libisoburn/libisoburn.h
 8955 xorriso/README_gnu_xorriso
 8956 xorriso/xorriso.h
 8957 xorriso/xorrisoburn.h
 8958 xorriso/xorriso_main.c
 8959 xorriso/xorriso_eng.html
 8960 xorriso/make_xorriso_standalone.sh
 8961 xorriso/configure_ac.txt
 8962 xorriso/xorriso_timestamp.h
 8963 Version leap to libisoburn-0.6.5
 8964 
 8965 26 Oct 2010  [3470]
 8966 ChangeLog
 8967 xorriso/changelog.txt
 8968 Documented changes and release timestamp
 8969 
 8970 26 Oct 2010  [3471]
 8971 svn move -m Promoted branch to tag
 8972 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixFour
 8973 http://svn.libburnia-project.org/libisoburn/tags/ZeroSixFour
 8974 
 8975 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.10.26.104219
 8976 
 8977 
 8978 2010.10.27.063628  [3472]
 8979 xorriso/emulators.c
 8980 Bug fix: -as mkisofs -print-size printed the size but also produced ISO image
 8981 
 8982 2010.10.27.063705  [3473]
 8983 xorriso/emulators.c
 8984 New -as mkisofs option -joliet-long
 8985 
 8986 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.10.27.063705
 8987 * Bug fix: -as mkisofs -print-size printed the size but also produced ISO image
 8988 * New -as mkisofs option -joliet-long
 8989 
 8990 
 8991 2010.10.29.164503  [3475]
 8992 xorriso/write_run.c
 8993 Added necessary isoburn_cancel_prepared_write() calls
 8994 
 8995 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.10.29.164503
 8996 
 8997 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.11.01.113243
 8998 * Build problem fix on Linux 2.4 in GNU xorriso libjte/checksum.c
 8999 
 9000 
 9001 2010.11.01.191542  [3477]
 9002 xorriso/iso_manip.c
 9003 Allowed to perform -rm_r /
 9004 
 9005 2010.11.03.081124  [3478]
 9006 xorriso/xorriso_private.h
 9007 xorriso/base_obj.c
 9008 xorriso/drive_mgt.h
 9009 xorriso/drive_mgt.c
 9010 xorriso/findjob.c
 9011 xorriso/read_run.c
 9012 Testing for abort file during -check_media
 9013 
 9014 2010.11.05.143916  [3470]
 9015 libisoburn/libisoburn.h
 9016 libisoburn/isoburn.h
 9017 libisoburn/isoburn.c
 9018 libisoburn/libisoburn.ver
 9019 New API calls isoburn_igopt_set_disc_label(), isoburn_igopt_get_disc_label()
 9020 
 9021 2010.11.05.144616  [3480]
 9022 xorriso/xorriso_private.h
 9023 xorriso/base_obj.c
 9024 xorriso/opts_a_c.c
 9025 xorriso/opts_d_h.c
 9026 xorriso/emulators.c
 9027 xorriso/iso_img.c
 9028 xorriso/write_run.c
 9029 New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label
 9030 
 9031 05 Nov 2010  [3481]
 9032 xorriso/xorriso.texi
 9033 xorriso/xorriso.info
 9034 xorriso/xorriso.1
 9035 Documentation changes of rev 3480
 9036 
 9037 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.11.05.144616
 9038 * New API calls isoburn_igopt_set_disc_label(), isoburn_igopt_get_disc_label()
 9039 * New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label
 9040 
 9041 
 9042 2010.11.06.133454  [3482]
 9043 libisoburn/libisoburn.h
 9044 xorriso/write_run.c
 9045 ChangeLog
 9046 Declared that isoburn_cancel_prepared_write() waits until iso write thread ends
 9047 
 9048 2010.11.21.065727  [3484]
 9049 xorriso/make_xorriso_standalone.sh
 9050 Included jigdo-gen-md5-list in GNU xorriso
 9051 
 9052 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.11.21.065727
 9053 
 9054 
 9055 2010.11.23.193708  [3485]
 9056 xorriso/iso_img.c
 9057 Improved behavior with loading multiple boot images of identical content
 9058 
 9059 2010.11.23.200346  [3486]
 9060 xorriso/xorriso_private.h
 9061 xorriso/base_obj.c
 9062 xorriso/lib_mgt.c
 9063 xorriso/write_run.c
 9064 Avoided to bother libjte if no output paths are given
 9065 
 9066 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.11.23.200346
 9067 
 9068 2010.11.24.100845  [3487]
 9069 libisoburn/libisoburn.h
 9070 libisoburn/isoburn.h
 9071 libisoburn/isoburn.c
 9072 New pseudo extension isoburn_igopt_will_cancel to avoid MISHAP event
 9073 
 9074 2010.11.24.101056  [3488]
 9075 xorriso/write_run.c
 9076 Making use of isoburn_igopt_will_cancel with xorriso -print_size
 9077 
 9078 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.11.24.101056
 9079 
 9080 
 9081 2010.11.27.134702  [3489]
 9082 configure.ac
 9083 libisoburn/libisoburn.h
 9084 Requiring libisofs-0.6.39 now
 9085 
 9086 2010.11.30.093929  [3490]
 9087 libisoburn/libisoburn.h
 9088 libisoburn/isoburn.h
 9089 libisoburn/isoburn.c
 9090 libisoburn/isofs_wrap.c
 9091 libisoburn/data_source.c
 9092 libisoburn/libisoburn.ver
 9093 New API calls isoburn_ropt_set_displacement(), isoburn_ropt_get_displacement()
 9094 
 9095 2010.11.30.094310  [3491]
 9096 xorriso/xorriso.h
 9097 xorriso/xorriso_private.h
 9098 xorriso/base_obj.c
 9099 xorriso/parse_exec.c
 9100 xorriso/opts_d_h.c
 9101 xorriso/drive_mgt.c
 9102 xorriso/text_io.c
 9103 xorriso/xorriso.texi
 9104 xorriso/xorriso.info
 9105 xorriso/xorriso.1
 9106 libisoburn/libisoburn.ver
 9107 ChangeLog
 9108 New option -displacement
 9109 
 9110 2010.11.30.104719  [3492]
 9111 xorriso/opts_a_c.c
 9112 xorriso/opts_d_h.c
 9113 xorriso/opts_i_o.c
 9114 xorriso/disk_ops.h
 9115 xorriso/disk_ops.c
 9116 Improved messages at the end of partially failed -extract runs
 9117 
 9118 2010.11.30.112050  [3493]
 9119 xorriso/opts_p_z.c
 9120 Processing output of -as mkisofs by -pkt_output if enabled
 9121 
 9122 2010.11.30.170112  [3494]
 9123 xorriso/parse_exec.c
 9124 xorriso/xorriso.texi
 9125 xorriso/xorriso.info
 9126 xorriso/xorriso.1
 9127 Clarified occasions of -mark message and removed surplus -mark message emitter
 9128 
 9129 2010.12.01.173750  [3495]
 9130 libisoburn/libisoburn.h
 9131 Clarified description of isoburn_ropt_set_displacement()
 9132 
 9133 2010.12.02.063209  [3496]
 9134 xorriso/xorriso.h
 9135 xorriso/xorriso_private.h
 9136 xorriso/xorriso_main.c
 9137 xorriso/opts_d_h.c
 9138 xorriso/emulators.c
 9139 xorriso/iso_img.c
 9140 xorriso/xorriso.texi
 9141 xorriso/xorriso.info
 9142 xorriso/xorriso.1
 9143 No -rollback in -as mkisofs -print-size. New flag in Xorriso_change_is_pending.
 9144 
 9145 2010.12.02.111029  [3497]
 9146 xorriso/xorrisoburn.h
 9147 xorriso/opts_d_h.c
 9148 xorriso/disk_ops.c
 9149 xorriso/iso_manip.c
 9150 xorriso/findjob.h
 9151 xorriso/findjob.c
 9152 xorriso/xorriso.texi
 9153 xorriso/xorriso.info
 9154 xorriso/xorriso.1
 9155 New action estimate_size for -find and -findx
 9156 
 9157 ------------------------------------ cycle  - xorriso-0.6.5 - 2010.12.02.111029
 9158 * New API calls isoburn_ropt_set_displacement(), isoburn_ropt_get_displacement()
 9159 * New option -displacement
 9160 * New action estimate_size for -find and -findx
 9161 
 9162 
 9163 2010.12.04.174311  [3498]
 9164 libisoburn/isofs_wrap.c
 9165 Fixed a bug about read displacement introduced with rev 3490
 9166 
 9167 2010.12.04.174431  [3499]
 9168 xorriso/write_run.c
 9169 xorriso/xorriso.texi
 9170 xorriso/xorriso.info
 9171 xorriso/xorriso.1
 9172 Preliminarily banned writing while read displacement is non-zero
 9173 
 9174 2010.12.06.094347  [3500]
 9175 xorriso/opts_a_c.c
 9176 xorriso/write_run.c
 9177 xorriso/xorriso.texi
 9178 xorriso/xorriso.info
 9179 xorriso/xorriso.1
 9180 Allowed writing with read displacement if target media is blank
 9181 
 9182 2010.12.07.174921  [3501]
 9183 xorriso/iso_img.c
 9184 Made -rom_toc_scan emul_off work with -mount ... sbsector ... 
 9185 
 9186 2010.12.08.194225  [3510]
 9187 xorriso/opts_d_h.c
 9188 Fixed a potential bug introduced with rev 3497
 9189 
 9190 2010.12.08.194325  [3511]
 9191 xorriso/iso_img.c
 9192 Fixed a bug introduced with rev 3501
 9193 
 9194 08 Dec 2010  [3512]
 9195 xorriso/configure_ac.txt
 9196 GNU xorriso version leap to libburn-0.9.1
 9197 
 9198 2010.12.10.123534  [3513]
 9199 configure.ac
 9200 libisoburn/libisoburn.h
 9201 Requiring libisofs-0.6.40 now
 9202 
 9203 2010.12.10.123634  [3514]
 9204 xorriso/configure_ac.txt
 9205 Adapted GNU xorriso to version leap libisofs-0.6.41
 9206 
 9207 11 Dec 2010  [3515]
 9208 xorriso/xorriso.texi
 9209 xorriso/xorriso.info
 9210 xorriso/xorriso.1
 9211 Clarification about -md5, -check_media and -find ... -damaged
 9212 
 9213 12 Dec 2010  [2516]
 9214 svn copy -m Branching for libisoburn release 0.6.6
 9215 http://svn.libburnia-project.org/libisoburn/trunk
 9216 http://svn.libburnia-project.org/libisoburn/branches/ZeroSixSix
 9217 
 9218 2010.12.12.090001  [3517]
 9219 configure.ac
 9220 README
 9221 libisoburn/libisoburn.h
 9222 xorriso/README_gnu_xorriso
 9223 xorriso/xorriso.h
 9224 xorriso/xorrisoburn.h
 9225 xorriso/xorriso_main.c
 9226 xorriso/xorriso_eng.html
 9227 xorriso/make_xorriso_standalone.sh
 9228 xorriso/configure_ac.txt
 9229 xorriso/xorriso_timestamp.h
 9230 Version leap to libisoburn-0.6.6
 9231 
 9232 12 Dec 2010  [3518]
 9233 ChangeLog
 9234 xorriso/changelog.txt
 9235 Documented changes and release timestamp
 9236 
 9237 ----------------------------------- release - xorriso-0.6.6 - 2010.12.12.090001
 9238 * New API calls isoburn_igopt_set_disc_label(), isoburn_igopt_get_disc_label()
 9239 * New API calls isoburn_ropt_set_displacement(), isoburn_ropt_get_displacement()
 9240 * Bug fix: -as mkisofs -print-size printed the size but also produced ISO image
 9241 * Build problem fix on Linux 2.4 in GNU xorriso libjte/checksum.c
 9242 * New -as mkisofs option -joliet-long
 9243 * New bootspec sparc_label=, new -as mkisofs options -sparc-boot , -sparc-label
 9244 * New option -displacement
 9245 
 9246 
 9247 2010.12.12.120823  [3519]
 9248 configure.ac
 9249 README
 9250 libisoburn/libisoburn.h
 9251 xorriso/README_gnu_xorriso
 9252 xorriso/xorriso.h
 9253 xorriso/xorrisoburn.h
 9254 xorriso/xorriso_main.c
 9255 xorriso/xorriso_eng.html
 9256 xorriso/make_xorriso_standalone.sh
 9257 xorriso/configure_ac.txt
 9258 xorriso/xorriso_timestamp.h
 9259 Version leap to libisoburn-0.6.7
 9260 
 9261 12 Dec 2010  [3520]
 9262 ChangeLog
 9263 xorriso/changelog.txt
 9264 Documented changes and release timestamp
 9265 
 9266 12 Dec 2010  [3521]
 9267 svn move -m Promoted branch to tag 
 9268 ttp://svn.libburnia-project.org/libisoburn/branches/ZeroSixSix
 9269 http://svn.libburnia-project.org/libisoburn/tags/ZeroSixSix
 9270 
 9271 ------------------------------------ cycle  - xorriso-0.6.7 - 2010.12.12.120823
 9272 
 9273 
 9274 2010.12.13.123226  [3523]
 9275 configure.ac
 9276 xorriso/configure_ac.txt
 9277 Prepending ./configure generated options to CFLAGS rather than appending them
 9278 
 9279 2010.12.22.133742  [3524]
 9280 libisoburn/libisoburn.h
 9281 libisoburn/isoburn.h
 9282 libisoburn/isoburn.c
 9283 libisoburn/libisoburn.ver
 9284 New API call isoburn_igopt_set_untranslated_name_len()
 9285 
 9286 2010.12.22.133936  [3525]
 9287 xorriso/xorriso_private.h
 9288 xorriso/base_obj.c
 9289 xorriso/write_run.c
 9290 xorriso/xorriso.texi
 9291 xorriso/xorriso.info
 9292 xorriso/xorriso.1
 9293 New -compliance options untranslated_names , untranslated_name_len=
 9294 
 9295 2010.12.22.151542  [3526]
 9296 xorriso/emulators.c
 9297 xorriso/xorriso.texi
 9298 xorriso/xorriso.info
 9299 xorriso/xorriso.1
 9300 New -as mkisofs option -untranslated_name_len
 9301 
 9302 23 Dec 2010  [3527]
 9303 + doc/faq.wiki
 9304 Took source file of libburnia-project.org/wiki/FAQ into SVN
 9305 
 9306 2010.12.23.190134  [3529]
 9307 xorriso/xorriso_private.h
 9308 xorriso/base_obj.c
 9309 xorriso/emulators.c
 9310 xorriso/write_run.c
 9311 xorriso/xorriso.texi
 9312 xorriso/xorriso.info
 9313 xorriso/xorriso.1
 9314 ChangeLog
 9315 New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4
 9316 
 9317 ------------------------------------ cycle  - xorriso-0.6.7 - 
 9318 * New API call isoburn_igopt_set_untranslated_name_len()
 9319 * New -compliance options untranslated_names , untranslated_name_len=
 9320 * New -as mkisofs option -untranslated_name_len
 9321 * New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4
 9322 
 9323 
 9324 24 Dec 2010  [3530]
 9325 doc/faq.wiki
 9326 New q in faq
 9327 
 9328 2010.12.24.135515  [3531]
 9329 libisoburn/libisoburn.h
 9330 Mentioned ISO 9660 level 3 in libisoburn API
 9331 
 9332 2010.12.25.071212  [3532]
 9333 configure.ac
 9334 libisoburn/libisoburn.h
 9335 Requiring libisofs-0.6.41 now
 9336 
 9337 2010.12.25.071522  [3533]
 9338 xorriso/xorriso_private.h
 9339 xorriso/base_obj.c
 9340 xorriso/write_run.c
 9341 xorriso/emulators.c
 9342 xorriso/xorriso.texi
 9343 xorriso/xorriso.info
 9344 xorriso/xorriso.1
 9345 New -compliance option iso_9660_level=number
 9346 
 9347 2010.12.25.091515  [3534]
 9348 libisoburn/libisoburn.h
 9349 libisoburn/isoburn.h
 9350 libisoburn/isoburn.c
 9351 New isoburn_igopt_set_relaxed() option isoburn_igopt_allow_dir_id_ext
 9352 
 9353 2010.12.25.092828  [3535]
 9354 xorriso/write_run.c
 9355 xorriso/xorriso.texi
 9356 xorriso/xorriso.info
 9357 xorriso/xorriso.1
 9358 New -compliance option allow_dir_id_ext
 9359 
 9360 2010.12.25.094309  [3536]
 9361 xorriso/emulators.c
 9362 xorriso/xorriso.texi
 9363 xorriso/xorriso.info
 9364 xorriso/xorriso.1
 9365 New -as mkisofs option -disallow_dir_id_ext, allow_dir_id_ext is default
 9366 
 9367 ------------------------------------ cycle  - xorriso-0.6.7 - 2010.12.25.094309
 9368 * New -compliance option iso_9660_level=number
 9369 * New -compliance option allow_dir_id_ext
 9370 * New -as mkisofs option -disallow_dir_id_ext
 9371 
 9372 
 9373 2010.12.28.093144  [3538]
 9374 xorriso/write_run.c
 9375 Made -print_size take into account the toc emulation on blank overwriteables
 9376 
 9377 2010.12.28.123348  [3539]
 9378 xorriso/emulators.c
 9379 xorriso/xorriso.texi
 9380 xorriso/xorriso.info
 9381 xorriso/xorriso.1
 9382 Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc.
 9383 
 9384 ------------------------------------ cycle  - xorriso-0.6.7 - 2010.12.28.123348
 9385 * Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc.
 9386 
 9387 
 9388 2010.12.29.104047  [3540]
 9389 xorriso/emulators.c
 9390 Bug fix: -as mkisofs -print-size did not account for -partition_offset
 9391 
 9392 ------------------------------------ cycle  - xorriso-0.6.7 - 2010.12.29.104047
 9393 * Bug fix: -as mkisofs -print-size did not account for -partition_offset
 9394 
 9395 
 9396 30 Dec 2010  [3541]
 9397 doc/partition_offset.wiki
 9398 Mentioned Debian daily and weekly builds as examples of partiton_offset
 9399 
 9400 2011.01.04.193042  [3543]
 9401 xorriso/xorriso.h
 9402 xorriso/xorriso_private.h
 9403 xorriso/base_obj.c
 9404 xorriso/opts_a_c.c
 9405 xorriso/xorriso.texi
 9406 xorriso/xorriso.info
 9407 xorriso/xorriso.1
 9408 Default -abort_on value is now "FAILURE", for dialog it stays "FATAL"
 9409 
 9410 2011.01.06.111034  [3544]
 9411 xorriso/parse_exec.c
 9412 xorriso/xorriso.texi
 9413 xorriso/xorriso.info
 9414 xorriso/xorriso.1
 9415 Changed dialog default -abort_on value to "NEVER"
 9416 
 9417 6 Jan 2011  [3545]
 9418 ChangeLog
 9419 Updated change log
 9420 
 9421 ------------------------------------ cycle  - xorriso-0.6.7 - 2011.01.06.111034
 9422 * Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog
 9423 
 9424 
 9425 2011.01.16.182558  [3557]
 9426 configure.ac
 9427 libisoburn/libisoburn.h
 9428 Requiring libisofs-1.0.0 and libburn-1.0.0 now
 9429 
 9430 16 Jan 2011  [3558]
 9431 xorriso/configure_ac.txt
 9432 Adapted GNU xorriso to version leap libisofs-1.0.1 , libburn-1.0.1
 9433 
 9434 16 Jan 2011  [3559]
 9435 doc/partition_offset.wiki
 9436 Updated partition offset wiki text about --no-emul-toc
 9437 
 9438 16 Jan 2011  [3560]
 9439 svn copy -m "Branching for libisoburn release 1.0.0" \
 9440     http://svn.libburnia-project.org/libisoburn/trunk \
 9441     http://svn.libburnia-project.org/libisoburn/branches/1.0.0
 9442 
 9443 2011.01.16.193257  [3562]
 9444 xorriso/emulators.c
 9445 xorriso/opts_p_z.c
 9446 Updated copyright messages to 2011
 9447 
 9448 2011.01.16.200001  [3563]
 9449 configure.ac
 9450 README
 9451 libisoburn/libisoburn.h
 9452 xorriso/README_gnu_xorriso
 9453 xorriso/xorriso.h
 9454 xorriso/xorrisoburn.h
 9455 xorriso/xorriso_main.c
 9456 xorriso/xorriso_eng.html
 9457 xorriso/make_xorriso_standalone.sh
 9458 xorriso/configure_ac.txt
 9459 xorriso/xorriso_timestamp.h
 9460 Version leap to libisoburn-1.0.0
 9461 
 9462 16 Jan 2011  [3564]
 9463 ChangeLog
 9464 xorriso/changelog.txt
 9465 Documented changes and release timestamp
 9466 
 9467 ----------------------------------- release - xorriso-1.0.0 - 2011.01.16.200001
 9468 * New API call isoburn_igopt_set_untranslated_name_len()
 9469 * New -compliance options untranslated_names , untranslated_name_len=
 9470 * New -as mkisofs option -untranslated_name_len
 9471 * New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4
 9472 * New -compliance option iso_9660_level=number
 9473 * New -compliance option allow_dir_id_ext
 9474 * New -as mkisofs option -disallow_dir_id_ext
 9475 * Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc.
 9476 * Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog
 9477 * Bug fix: -as mkisofs -print-size did not account for -partition_offset
 9478 
 9479 
 9480 2011.01.16.193257  [3561]
 9481 xorriso/emulators.c
 9482 xorriso/opts_p_z.c
 9483 Updated copyright messages to 2011
 9484 
 9485 2011.01.17.092111  [3565]
 9486 configure.ac
 9487 README
 9488 libisoburn/libisoburn.h
 9489 xorriso/README_gnu_xorriso
 9490 xorriso/xorriso.h
 9491 xorriso/xorrisoburn.h
 9492 xorriso/xorriso_main.c
 9493 xorriso/xorriso_eng.html
 9494 xorriso/make_xorriso_standalone.sh
 9495 xorriso/configure_ac.txt
 9496 xorriso/xorriso_timestamp.h
 9497 Version leap to libisoburn-1.0.1
 9498 
 9499 17 Jan 2011  [3566]
 9500 ChangeLog
 9501 xorriso/changelog.txt
 9502 Documented changes and release timestamp
 9503 
 9504 17 Jan 2011  [3567]
 9505 svn move -m Promoted branch to tag 
 9506 http://svn.libburnia-project.org/libisoburn/branches/1.0.0
 9507 http://svn.libburnia-project.org/libisoburn/tags/1.0.0
 9508 
 9509 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.01.17.092111
 9510 
 9511 
 9512 2011.01.18.154443  [3568]
 9513 libisoburn/isoburn.h
 9514 Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case.
 9515 
 9516 2011.01.18.154717  [3569]
 9517 xorriso/xorriso_private.h
 9518 xorriso/base_obj.c
 9519 xorriso/lib_mgt.c
 9520 xorriso/write_run.c
 9521 Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case.
 9522 
 9523 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.01.18.154717
 9524 * Removed compiler obstacles of GNU xorriso on Solaris 9
 9525 
 9526 
 9527 18 Jan 2011  [3571]
 9528 doc/faq.wiki
 9529 Small change in FAQ wiki text
 9530 
 9531 19 Jan 2011  [3572]
 9532 xorriso/xorriso.texi
 9533 xorriso/xorriso.info
 9534 xorriso/xorriso.1
 9535 Mentioned missing mkisofs -old-root functionality in man page
 9536 
 9537 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.01.24.141621
 9538 * Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator
 9539 
 9540 
 9541 2011.01.26.132843  [3573]
 9542 libisoburn/libisoburn.h
 9543 libisoburn/isoburn.h
 9544 libisoburn/isoburn.c
 9545 New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty
 9546 
 9547 2011.01.26.133107  [3574]
 9548 xorriso/xorriso_private.h
 9549 xorriso/base_obj.c
 9550 xorriso/write_run.c
 9551 xorriso/xorriso.texi
 9552 xorriso/xorriso.info
 9553 xorriso/xorriso.1
 9554 New -compliance option old_empty
 9555 
 9556 26 Jan 2011  [3575]
 9557 configure.ac
 9558 Requiring libisofs-1.0.1 now
 9559 
 9560 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.01.26.133107
 9561 * New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty
 9562 
 9563 
 9564 2011.01.26.184140  [3576]
 9565 libisoburn/isoburn.c
 9566 Followed name change in the yet unstable part of libisofs API
 9567 
 9568 2011.01.26.210359  [3577]
 9569 xorriso/emulators.c
 9570 New -as mkisofs option --old-empty
 9571 
 9572 ------------------------------------ cycle  - xorriso-1.0.1 - 
 9573 * New -as mkisofs option --old-empty
 9574 
 9575 
 9576 2011.01.31.135917  [3578]
 9577 xorriso/iso_manip.c
 9578 Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer
 9579 
 9580 2011.02.01.185830  [3579]
 9581 xorriso/xorriso.h
 9582 xorriso/xorrisoburn.h
 9583 xorriso/parse_exec.c
 9584 xorriso/opts_a_c.c
 9585 xorriso/opts_d_h.c
 9586 xorriso/iso_manip.c
 9587 libisoburn/libisoburn.ver
 9588 xorriso/xorriso.texi
 9589 xorriso/xorriso.info
 9590 xorriso/xorriso.1
 9591 xorriso/xorriso_eng.html
 9592 ChangeLog
 9593 New option -clone
 9594 
 9595 2011.02.02.174154  [3580]
 9596 xorriso/xorrisoburn.h
 9597 xorriso/iso_manip.c
 9598 xorriso/xorriso.texi
 9599 xorriso/xorriso.info
 9600 xorriso/xorriso.1
 9601 Disallowed -clone to overwrite existing nodes
 9602 
 9603 2011.02.04.191922  [3581]
 9604 xorriso/xorriso.h
 9605 xorriso/parse_exec.c
 9606 xorriso/opts_a_c.c
 9607 xorriso/opts_d_h.c
 9608 xorriso/iso_manip.c
 9609 xorriso/sfile.c
 9610 libisoburn/libisoburn.ver
 9611 xorriso/xorriso.texi
 9612 xorriso/xorriso.info
 9613 xorriso/xorriso.1
 9614 New option -cp_clone
 9615 
 9616 2011.02.07.182947  [3582]
 9617 xorriso/cmp_update.c
 9618 xorriso/sort_cmp.c
 9619 Do not regard file as changed just because no ino was recorded
 9620 
 9621 2011.02.07.184304  [3583]
 9622 xorriso/xorrisoburn.h
 9623 xorriso/opts_p_z.c
 9624 xorriso/emulators.c
 9625 xorriso/iso_tree.h
 9626 xorriso/iso_tree.c
 9627 xorriso/iso_manip.c
 9628 xorriso/xorriso.texi
 9629 xorriso/xorriso.info
 9630 xorriso/xorriso.1
 9631 New -as mkisofs options -root , -old-root, --old-root-no-md5, --old-root-no-ino, --old-root-dev
 9632 
 9633 2011.02.07.202851  [3584]
 9634 xorriso/emulators.c
 9635 xorriso/iso_manip.c
 9636 xorriso/sort_cmp.c
 9637 xorriso/iso_tree.h
 9638 xorriso/iso_tree.c
 9639 Some corrections of the previous commit
 9640 
 9641 2011.02.08.133624  [3585]
 9642 xorriso/emulators.c
 9643 -as mkisofs: Enabled reading of xattr and md5 before image loading
 9644 
 9645 2011.02.12.171423  [3587]
 9646 xorriso/xorriso_private.h
 9647 xorriso/xorrisoburn.h
 9648 xorriso/base_obj.c
 9649 xorriso/opts_a_c.c
 9650 xorriso/opts_d_h.c
 9651 xorriso/opts_p_z.c
 9652 xorriso/emulators.c
 9653 xorriso/cmp_update.h
 9654 xorriso/cmp_update.c
 9655 xorriso/disk_ops.c
 9656 xorriso/iso_manip.h
 9657 xorriso/iso_manip.c
 9658 xorriso/findjob.h
 9659 xorriso/lib_mgt.c
 9660 xorriso/xorriso.texi
 9661 xorriso/xorriso.info
 9662 xorriso/xorriso.1
 9663 New -find actions update_merge, rm_merge, clear_merge. -cp_clone now merges.
 9664 
 9665 2011.02.12.172930  [3588]
 9666 xorriso/cmp_update.c
 9667 Reacted on compiler warning about uninitialized variable
 9668 
 9669 2011.02.14.090737  [3590]
 9670 xorriso/base_obj.c
 9671 xorriso/parse_exec.c
 9672 xorriso/filters.c
 9673 xorriso/write_run.c
 9674 Closed memory leaks detected by valgrind
 9675 
 9676 14 Feb 2011  [3591]
 9677 xorriso/xorriso_eng.html
 9678 ChangeLog
 9679 Updated change log
 9680 
 9681 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.02.14.090737
 9682 * Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer
 9683 * New options -clone and -cp_clone
 9684 * New -find actions update_merge, rm_merge, clear_merge
 9685 * New -as mkisofs options -root , -old-root
 9686 * New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev
 9687 
 9688 
 9689 2011.02.19.112243  [3593]
 9690 xorriso/emulators.c
 9691 Small adjustments in mkisofs emulation
 9692 Bug fix: -as mkisofs -l resp. -full-iso9660-filenames did not work
 9693 
 9694 2011.02.19.112439  [3594]
 9695 xorriso/filters.c
 9696 Updated copyright
 9697 
 9698 2011.02.19.112541  [3595]
 9699 xorriso/xorriso.texi
 9700 Corrections in xorriso man page
 9701 
 9702 19 Feb 2011  [3596]
 9703 xorriso/xorriso_eng.html
 9704 ChangeLog
 9705 Updated change log
 9706 
 9707 19 Feb 2011  [3597]
 9708 xorriso/xorriso.info
 9709 xorriso/xorriso.1
 9710 info document and man page for recent texi corrections
 9711 
 9712 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.02.19.112541
 9713 * Bug fix in libisofs:
 9714   Images produced with -for_backup might be unreadable and
 9715   also fail -check_md5 verification.
 9716 * Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work.
 9717 
 9718 
 9719 2011.02.21.130729  [3598]
 9720 xorriso/emulators.c
 9721 Correction about -as mkisofs --old-root-no-ino
 9722 
 9723 2011.02.22.073504  [3599]
 9724 xorriso/opts_a_c.c
 9725 xorriso/iso_manip.c
 9726 Issueing messages with -clone and -cp_clone
 9727 
 9728 2011.02.22.073641  [3600]
 9729 xorriso/emulators.c
 9730 Corrected a bug that prevented -as mkisofs option -output
 9731 
 9732 2011.02.22.123730  [3601]
 9733 xorriso/emulators.c
 9734 Made -as mkisofs ignore option -disable-deep-relocation rather than failing
 9735 
 9736 2011.02.22.143131  [3602]
 9737 xorriso/emulators.c
 9738 New -as mkisofs option -max-iso9660-filenames
 9739 
 9740 22 Feb 2011  [3603]
 9741 xorriso/xorriso_eng.html
 9742 ChangeLog
 9743 Updated change log
 9744 
 9745 ------------------------------------ cycle  - xorriso-1.0.1 - 2011.02.22.143131
 9746 * New -as mkisofs option -max-iso9660-filenames
 9747 
 9748 
 9749 23 Feb 2011  [3608]
 9750 svn copy -m Branching for libisoburn release 1.0.2
 9751 http://svn.libburnia-project.org/libisoburn/trunk
 9752 http://svn.libburnia-project.org/libisoburn/branches/1.0.2
 9753 
 9754 2011.02.23.140001  [3609]
 9755 configure.ac
 9756 README
 9757 libisoburn/libisoburn.h
 9758 xorriso/README_gnu_xorriso
 9759 xorriso/xorriso.h
 9760 xorriso/xorrisoburn.h
 9761 xorriso/xorriso_main.c
 9762 xorriso/xorriso_eng.html
 9763 xorriso/make_xorriso_standalone.sh
 9764 xorriso/configure_ac.txt
 9765 xorriso/xorriso_timestamp.h
 9766 Version leap to libisoburn-1.0.2
 9767 
 9768 23 Feb 2011  [3610]
 9769 ChangeLog
 9770 xorriso/changelog.txt
 9771 Documented changes and release timestamp
 9772 
 9773 ----------------------------------- release - xorriso-1.0.2 - 2011.02.23.140001
 9774 * Bug fix: Images produced with -for_backup might be unreadable and
 9775            also fail -check_md5 verification.
 9776 * Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work.
 9777 * Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer
 9778 * Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator
 9779 * Removed compiler obstacles of GNU xorriso on Solaris 9
 9780 * New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty
 9781 * New options -clone and -cp_clone
 9782 * New -find actions update_merge, rm_merge, clear_merge
 9783 * New -as mkisofs option -max-iso9660-filenames
 9784 * New -as mkisofs option --old-empty
 9785 * New -as mkisofs options -root , -old-root
 9786 * New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev
 9787 
 9788 
 9789 2011.02.23.202632  [3616]
 9790 configure.ac
 9791 README
 9792 libisoburn/libisoburn.h
 9793 xorriso/README_gnu_xorriso
 9794 xorriso/xorriso.h
 9795 xorriso/xorrisoburn.h
 9796 xorriso/xorriso_main.c
 9797 xorriso/xorriso_eng.html
 9798 xorriso/make_xorriso_standalone.sh
 9799 xorriso/configure_ac.txt
 9800 xorriso/xorriso_timestamp.h
 9801 Version leap to libisoburn-1.0.3
 9802 
 9803 23 Feb 2011  [3617]
 9804 ChangeLog
 9805 xorriso/changelog.txt
 9806 Documented changes and release timestamp
 9807 
 9808 ------------------------------------ cycle  - xorriso-1.0.3 - 2011.02.23.202632
 9809 
 9810 
 9811 23 Feb 2011 [3618]
 9812 svn move -m Promoted branch to tag
 9813 http://svn.libburnia-project.org/libisoburn/branches/1.0.2
 9814 http://svn.libburnia-project.org/libisoburn/tags/1.0.2
 9815 
 9816 2011.02.24.191908  [3620]
 9817 libisoburn/isofs_wrap.c
 9818 Corrected a flaw found by George Danchev with cpp
 9819 
 9820 2011.02.24.192029  [3621]
 9821 xorriso/opts_d_h.c
 9822 xorriso/text_io.c
 9823 xorriso/filters.c
 9824 Corrected flaws found by George Danchev with cpp
 9825 
 9826 2011.02.26.100158  [3622]
 9827 xorriso/emulators.c
 9828 Bug fix: -as mkisofs -old-root did not work with -graft-points
 9829 
 9830 2011.02.28.190842  [3623]
 9831 xorriso/emulators.c
 9832 Bug fix: -as mkisofs -partition_hd_cyl had no effect
 9833 
 9834 28 Feb 2011  [3624]
 9835 xorriso/make_xorriso_1.c
 9836 When producing man page from texi: substitute @minus{} within @item
 9837 
 9838 2011.03.01.145125  [3626]
 9839 libisoburn/burn_wrap.c
 9840 Bug fix: -as mkisofs -C attempts to read volume header of blank media
 9841 
 9842 2011.03.01.152159  [3627]
 9843 libisoburn/burn_wrap.c
 9844 Installed a test against non-zero msc1 on blank input drives
 9845 
 9846 2011.03.02.093009  [3628]
 9847 xorriso/xorriso_private.h
 9848 xorriso/base_obj.c
 9849 xorriso/emulators.c
 9850 xorriso/write_run.c
 9851 Counting padding as part of the image with -as mkisofs 
 9852 
 9853 2011.03.02.094049  [3629]
 9854 xorriso/opts_d_h.c
 9855 xorriso/opts_p_z.c
 9856 xorriso/text_io.c
 9857 New -padding modes "included" and "excluded"
 9858 
 9859 02 Mar 2011  [3630]
 9860 xorriso/xorriso.texi
 9861 xorriso/xorriso.info
 9862 xorriso/xorriso.1
 9863 Updated documentation
 9864 
 9865 02 Mar 2011  [3631]
 9866 xorriso/xorriso_eng.html
 9867 ChangeLog
 9868 Updated change log and web page
 9869 
 9870 ------------------------------------ cycle  - xorriso-1.0.3 - 2011.03.02.094049
 9871 * Bug fix: -as mkisofs -old-root did not work with -graft-points
 9872 * Bug fix: -as mkisofs -partition_hd_cyl had no effect
 9873 * Bug fix: -as mkisofs -C attempted to read volume header of blank media
 9874 * Bug fix: isohybrid image size was not aligned to cylinder boundary
 9875 * New -padding modes "included" and "appended"
 9876 
 9877 
 9878 2011.03.03.181601  [3632]
 9879 libisoburn/libisoburn.h
 9880 libisoburn/isoburn.c
 9881 New bits 8 and 9 with options of isoburn_igopt_set_system_area()
 9882 
 9883 2011.03.03.181850  [3633]
 9884 xorriso/xorriso_private.h
 9885 xorriso/opts_a_c.c
 9886 xorriso/emulators.c
 9887 xorriso/text_io.c
 9888 New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
 9889 
 9890 03 Mar 2011  [3634]
 9891 xorriso/xorriso.texi
 9892 xorriso/xorriso.info
 9893 xorriso/xorriso.1
 9894 Updated documentation
 9895 
 9896 04 Mar 2011  [3635]
 9897 xorriso/xorriso.texi
 9898 xorriso/xorriso.info
 9899 xorriso/xorriso.1
 9900 Clarifications about cylinder size and alignment
 9901 
 9902 04 Mar 2011  [3626]
 9903 xorriso/xorriso_eng.html
 9904 ChangeLog
 9905 Updated change log and web page
 9906 
 9907 ------------------------------------ cycle  - xorriso-1.0.3 - 2011.03.03.181850
 9908 * New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
 9909 
 9910 
 9911 2011.03.05.090434  [3637]
 9912 xorriso/parse_exec.c
 9913 xorriso/emulators.c
 9914 xorriso/xorriso.texi
 9915 xorriso/xorriso.info
 9916 xorriso/xorriso.1
 9917 New -as mkisofs and -as cdrecord option --no_rc
 9918 
 9919 2011.03.05.141534  [3638]
 9920 + xorriso/xorrisofs.texi
 9921 + xorriso/xorrisofs.info
 9922 + xorriso/xorrisofs.1
 9923 Makefile.am
 9924 xorriso/make_xorriso_standalone.sh
 9925 xorriso/xorriso_makefile_am.txt
 9926 xorriso/make_docs.sh
 9927 Own man page and info document for xorrisofs
 9928 
 9929 05 Mar 2011  [3639]
 9930 xorriso/xorriso.texi
 9931 xorriso/xorriso.info
 9932 xorriso/xorriso.1
 9933 Mentioned man xorrisofs in man xorriso
 9934 
 9935 2011.03.06.153741  [3640]
 9936 xorriso/emulators.c
 9937 Helptext of -as mkisofs now points to man xorrisofs
 9938 
 9939 06 Mar 2011  [3641]
 9940 xorriso/xorrisofs.texi
 9941 xorriso/xorrisofs.info
 9942 xorriso/xorrisofs.1
 9943 Polished xorrisofs documentation
 9944 
 9945 2011.03.07.101547  [3642]
 9946 xorriso/opts_a_c.c
 9947 xorriso/emulators.c
 9948 Bug fix: -as mkisofs did not properly unescape target part of pathspecs
 9949 
 9950 07 Mar 2011  [3643]
 9951 xorriso/xorriso_eng.html
 9952 ChangeLog
 9953 Updated change log and web page
 9954 
 9955 ------------------------------------ cycle  - xorriso-1.0.3 - 2011.03.07.101547
 9956 * New -as mkisofs and -as cdrecord option --no_rc
 9957 * Own man page and info document for xorrisofs
 9958 * Bug fix: -as mkisofs did not properly unescape target part of pathspecs
 9959 
 9960 
 9961 2011.03.09.071325  [3644]
 9962 libisoburn/libisoburn.h
 9963 libisoburn/isoburn.h
 9964 libisoburn/isoburn.c
 9965 libisoburn/isofs_wrap.c
 9966 New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag
 9967 
 9968 2011.03.09.071502  [3645]
 9969 xorriso/xorriso_private.h
 9970 xorriso/opts_i_o.c
 9971 xorriso/emulators.c
 9972 xorriso/text_io.c
 9973 xorriso/drive_mgt.c
 9974 New -md5 modes load_check_off and load_check_on
 9975 
 9976 08 Mar 2011  [3646]
 9977 doc/partition_offset.wiki
 9978 Updated partition offset wiki
 9979 
 9980 2011.03.09.123847  [3647]
 9981 xorriso/xorriso.h
 9982 Marked options introduced since 0.5.8 by the promised @since tags
 9983 
 9984 09 Mar 2011  [3648]
 9985 xorriso/xorriso.texi
 9986 xorriso/xorriso.info
 9987 xorriso/xorriso.1
 9988 xorriso/xorrisofs.texi
 9989 xorriso/xorrisofs.info
 9990 xorriso/xorrisofs.1
 9991 Corrections and updates of documentation
 9992 
 9993 10 Mar 2011  [3649]
 9994 xorriso/README_gnu_xorriso
 9995 xorriso/make_xorriso_standalone.sh
 9996 xorriso/convert_man_to_html.sh
 9997 + xorriso/man_xorrisofs_to_html.sh
 9998 + xorriso/man_xorriso_to_html.sh
 9999 xorriso/xorrisofs.texi
10000 xorriso/xorrisofs.info
10001 xorriso/xorrisofs.1
10002 xorriso/xorriso_eng.html
10003 HTML version of man xorrisofs
10004 
10005 10 Mar 2011  [3654]
10006 svn copy -m Branching for libisoburn release 1.0.4
10007 http://svn.libburnia-project.org/libisoburn/trunk
10008 http://svn.libburnia-project.org/libisoburn/branches/1.0.4
10009 
10010 2011.03.10.110001  [3655]
10011 configure.ac
10012 README
10013 libisoburn/libisoburn.h
10014 xorriso/README_gnu_xorriso
10015 xorriso/xorriso.h
10016 xorriso/xorrisoburn.h
10017 xorriso/xorriso_main.c
10018 xorriso/xorriso_eng.html
10019 xorriso/make_xorriso_standalone.sh
10020 xorriso/configure_ac.txt
10021 xorriso/xorriso_timestamp.h
10022 Version leap to libisoburn-1.0.4
10023 
10024 10 Mar 2011  [3656]
10025 ChangeLog
10026 xorriso/changelog.txt
10027 Documented changes and release timestamp
10028 
10029 ----------------------------------- release - xorriso-1.0.4 - 2011.03.10.110001
10030 * New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag
10031 * Bug fix: xorrisofs did not work under growisofs -M (version 1.0.0 was ok)
10032 * Bug fix: -as mkisofs -C attempted to read volume header of blank media
10033 * Bug fix: -as mkisofs -old-root did not work with -graft-points
10034 * Bug fix: -as mkisofs -partition_hd_cyl had no effect
10035 * Bug fix: -as mkisofs did not properly unescape target part of pathspecs
10036 * Bug fix: isohybrid image size was not aligned to cylinder boundary
10037 * Bug fix: Compilation without zlib failed
10038 * New -padding modes "included" and "appended"
10039 * New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
10040 * New -as mkisofs and -as cdrecord option --no_rc
10041 * Own man page and info document for xorrisofs
10042 
10043 
10044 2011.03.10.135207  [3661]
10045 configure.ac
10046 README
10047 libisoburn/libisoburn.h
10048 xorriso/README_gnu_xorriso
10049 xorriso/xorriso.h
10050 xorriso/xorrisoburn.h
10051 xorriso/xorriso_main.c
10052 xorriso/xorriso_eng.html
10053 xorriso/make_xorriso_standalone.sh
10054 xorriso/configure_ac.txt
10055 xorriso/xorriso_timestamp.h
10056 Version leap to libisoburn-1.0.5
10057 
10058 10 Mar 2011  [3662]
10059 ChangeLog
10060 xorriso/changelog.txt
10061 Documented changes and release timestamp
10062 
10063 10 Mar 2011  [3663]
10064 svn move -m Promoted branch to tag
10065 http://svn.libburnia-project.org/libisoburn/branches/1.0.4
10066 http://svn.libburnia-project.org/libisoburn/tags/1.0.4
10067 
10068 ------------------------------------ cycle  - xorriso-1.0.5 - 2011.03.10.135207
10069 
10070 
10071 13 Mar 2011  [3668]
10072 COPYRIGHT
10073 Updated copyright year
10074 
10075 2011.03.13.131305  [3669]
10076 configure.ac
10077 libisoburn/libisoburn.h
10078 Requiring libburn-1.0.5
10079 
10080 2011.03.13.131557  [3670]
10081 libisoburn/burn_wrap.c
10082 libisoburn/isofs_wrap.c
10083 Prepared libisoburn for drive role 4
10084 
10085 2011.03.21.093208  [3679]
10086 libisoburn/burn_wrap.c
10087 libisoburn/isofs_wrap.c
10088 Prepared libisoburn for drive role 5
10089 
10090 2011.03.21.093705  [3680]
10091 xorriso/xorriso.h
10092 xorriso/xorriso_private.h
10093 xorriso/base_obj.c
10094 xorriso/parse_exec.c
10095 xorriso/opts_d_h.c
10096 xorriso/write_run.c
10097 xorriso/text_io.c
10098 xorriso/xorriso.texi
10099 xorriso/xorriso.info
10100 xorriso/xorriso.1
10101 libisoburn/libisoburn.ver
10102 New option -early_drive_test
10103 
10104 2011.03.21.113720  [3681]
10105 libisoburn/libisoburn.h
10106 libisoburn/burn_wrap.c
10107 libisoburn/libisoburn.ver
10108 New API call isoburn_set_truncate()
10109 
10110 2011.03.21.113858  [3682]
10111 xorriso/write_run.c
10112 Made use of new API call isoburn_set_truncate
10113 
10114 2011.03.21.165533  [3683]
10115 xorriso/xorriso_private.h
10116 xorriso/opts_d_h.c
10117 xorriso/drive_mgt.c
10118 xorriso/text_io.c
10119 xorriso/xorriso.texi
10120 xorriso/xorriso.info
10121 xorriso/xorriso.1
10122 New -early_stdio_test option appendable_wo
10123 
10124 2011.03.22.081408  [3684]
10125 libisoburn/burn_wrap.c
10126 Fixed use of uninitialized variable when blanking rol5 pseudo drives  
10127 
10128 24 Mar 2011  [3686]
10129 xorriso/README_gnu_xorriso
10130 Fixed typos in GNU xorriso readme file
10131 
10132 2011.03.24.182518  [3688]
10133 libisoburn/burn_wrap.c
10134 libisoburn/isofs_wrap.c
10135 Better handling of pseudo-drive without read-permission
10136 
10137 2011.03.25.191936  [3689]
10138 configure.ac
10139 libisoburn/libisoburn.h
10140 Requiring libisofs-1.0.5
10141 
10142 2011.03.26.100519  [3690]
10143 xorriso/iso_manip.c
10144 Reporting target name if adding of new node fails with ISO_WRONG_ARG_VALUE
10145 
10146 2011.03.26.143944  [3691]
10147 xorriso/write_run.c
10148 Unconditionally reporting iso_level with -status -compliance
10149 
10150 2011.03.26.144233  [3692]
10151 libisoburn/libisoburn.h
10152 libisoburn/isoburn.h
10153 libisoburn/isoburn.c
10154 New relax option isoburn_igopt_joliet_long_names
10155 
10156 2011.03.26.144541  [3693]
10157 xorriso/emulators.c
10158 xorriso/write_run.c
10159 xorriso/xorriso.texi
10160 xorriso/xorriso.info
10161 xorriso/xorriso.1
10162 xorriso/xorrisofs.texi
10163 xorriso/xorrisofs.info
10164 xorriso/xorrisofs.1
10165 New -compliance option joliet_long_names
10166 
10167 26 Mar 2011  [3694]
10168 xorriso/xorrisofs.texi
10169 xorriso/xorrisofs.info
10170 xorriso/xorrisofs.1
10171 Small adjustments to xorrisofs.texi
10172 
10173 26 Mar 2011  [3695]
10174 xorriso/xorriso_eng.html
10175 ChangeLog
10176 Updated change log and web page
10177 
10178 ------------------------------------ cycle  - xorriso-1.0.5 - 2011.03.26.144541
10179 * New API call isoburn_set_truncate()
10180 * New relax option isoburn_igopt_joliet_long_names
10181 * New option -early_stdio_test
10182 * New -compliance option joliet_long_names
10183 * -as mkisofs option -joliet-long is now fully functional
10184 * Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
10185 
10186 
10187 2011.03.26.203042  [3696]
10188 xorriso/iso_manip.c
10189 Interpreting new libisofs error codes ISO_RR_NAME_TOO_LONG ISO_RR_NAME_RESERVED
10190 
10191 2011.03.29.150930  [3697]
10192 xorriso/iso_manip.c
10193 Interpreting new libisofs error code ISO_RR_PATH_TOO_LONG
10194 
10195 2011.03.29.151144  [3698]
10196 xorriso/write_run.c
10197 Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
10198 
10199 30 Mar 2011  [3699]
10200 xorriso/xorriso_eng.html
10201 ChangeLog
10202 Updated change log and web page
10203 
10204 ------------------------------------ cycle  - xorriso-1.0.5 - 2011.03.29.151144
10205 * Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
10206 
10207 
10208 2011.04.01.133116  [3700]
10209 xorriso/emulators.c
10210 Allowing double dashes with all long xorrisofs options
10211 
10212 3 Apr 2011  [3701]
10213 xorriso/xorriso.texi
10214 xorriso/xorriso.info
10215 xorriso/xorriso.1
10216 Clarified relation of startup files, -options_from_file and quoted input.
10217 
10218 3 Apr 2011  [3702]
10219 xorriso/COPYRIGHT_gnu_xorriso
10220 xorriso/README_gnu_xorriso
10221 Updated info about GNU xorriso copyright and libjte
10222 
10223 2011.04.03.094634  [3703]
10224 xorriso/xorriso.h
10225 xorriso/parse_exec.c
10226 xorriso/opts_d_h.c
10227 xorriso/opts_p_z.c
10228 xorriso/xorriso.texi
10229 xorriso/xorriso.info
10230 xorriso/xorriso.1
10231 New options -print_info and -print_mark
10232 
10233 2011.04.04.064909  [3704]
10234 xorriso/write_run.c
10235 Bug fix: Options -gid and -uid had no effect
10236 
10237 2011.04.04.071443  [3705]
10238 xorriso/drive_mgt.c
10239 Avoided to report Volume Id when aquiring drive with blank media
10240 
10241 4 Apr 2011  [3706]
10242 xorriso/xorriso_eng.html
10243 ChangeLog
10244 Updated change log and web page
10245 
10246 ------------------------------------ cycle  - xorriso-1.0.5 - 2011.04.04.071443
10247 * Bug fix: Options -gid and -uid had no effect
10248 * New options -print_info and -print_mark
10249 
10250 
10251 2011.04.04.140752  [3707]
10252 Makefile.am
10253 xorriso/xorriso_makefile_am.txt
10254 xorriso/make_xorriso_standalone.sh
10255 + doc/startup_file.txt
10256 Added an example of a startup file
10257 
10258 2011.04.05.072141  [3708]
10259 xorriso/xorriso_main.c
10260 xorriso/write_run.c
10261 Fixed a typo in messages and goto label
10262 
10263 07 Apr 2011  [3709]
10264 xorriso/xorrisofs.texi
10265 xorriso/xorrisofs.info
10266 xorriso/xorrisofs.1
10267 Clarification about -as mkisofs pathspecs
10268 
10269 07 Apr 2011  [3710]
10270 doc/partition_offset.wiki
10271 Updated partition offset wiki about cylinder alignment
10272 
10273 08 Apr 2011  [3711]
10274 doc/faq.wiki
10275 FAQ about release version numbers
10276 
10277 08 Apr 2011  [3716]
10278 svn copy -m Branching for libisoburn release 1.0.6
10279 http://svn.libburnia-project.org/libisoburn/trunk
10280 http://svn.libburnia-project.org/libisoburn/branches/1.0.6
10281 
10282 2011.04.08.193001  [3717]
10283 configure.ac
10284 README
10285 libisoburn/libisoburn.h
10286 xorriso/README_gnu_xorriso
10287 xorriso/xorriso.h
10288 xorriso/xorrisoburn.h
10289 xorriso/xorriso_main.c
10290 xorriso/xorriso_eng.html
10291 xorriso/make_xorriso_standalone.sh
10292 xorriso/configure_ac.txt
10293 xorriso/xorriso_timestamp.h
10294 Version leap to libisoburn-1.0.6
10295 
10296 08 Apr 2011  [3718]
10297 ChangeLog
10298 xorriso/changelog.txt
10299 Documented changes and release timestamp
10300 
10301 ----------------------------------- release - xorriso-1.0.6 - 2011.04.08.193001
10302 * Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
10303 * Bug fix: Options -gid and -uid had no effect
10304 * New API call isoburn_set_truncate()
10305 * New relax option isoburn_igopt_joliet_long_names
10306 * New option -early_stdio_test
10307 * New options -print_info and -print_mark
10308 * New -compliance option joliet_long_names
10309 * -as mkisofs option -joliet-long is now fully functional
10310 * Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
10311 
10312 
10313 2011.04.09.105219  [3723]
10314 configure.ac
10315 README
10316 libisoburn/libisoburn.h
10317 xorriso/README_gnu_xorriso
10318 xorriso/xorriso.h
10319 xorriso/xorrisoburn.h
10320 xorriso/xorriso_main.c
10321 xorriso/xorriso_eng.html
10322 xorriso/make_xorriso_standalone.sh
10323 xorriso/configure_ac.txt
10324 xorriso/xorriso_timestamp.h
10325 Version leap to libisoburn-1.0.7
10326 
10327 09 Apr 2011  [3724]
10328 ChangeLog
10329 xorriso/changelog.txt
10330 Documented changes and release timestamp
10331 
10332 09 Apr 2011  [3725]
10333 svn move -m Promoted branch to tag
10334 http://svn.libburnia-project.org/libisoburn/branches/1.0.6
10335 http://svn.libburnia-project.org/libisoburn/tags/1.0.6
10336 
10337 ------------------------------------ cycle  - xorriso-1.0.7 - 2011.04.09.105219
10338 
10339 
10340 2011.04.13.204236  [3726]
10341 xorriso/emulators.c
10342 Bug fix: mkisofs emulation could ignore options (regression in 0.1.6)
10343 
10344 14 Apr 2011  [3727]
10345 svn copy -m Branching for libisoburn release 1.0.8
10346 http://svn.libburnia-project.org/libisoburn/trunk
10347 http://svn.libburnia-project.org/libisoburn/branches/1.0.8
10348 
10349 2011.04.15.073001  [3278]
10350 configure.ac
10351 README
10352 libisoburn/libisoburn.h
10353 xorriso/README_gnu_xorriso
10354 xorriso/xorriso.h
10355 xorriso/xorrisoburn.h
10356 xorriso/xorriso_main.c
10357 xorriso/xorriso_eng.html
10358 xorriso/make_xorriso_standalone.sh
10359 xorriso/configure_ac.txt
10360 xorriso/xorriso_timestamp.h
10361 Version leap to libisoburn-1.0.8
10362 
10363 14 Apr 2011  [3729]
10364 ChangeLog
10365 xorriso/changelog.txt
10366 Documented changes and release timestamp
10367 
10368 2011.04.14.073001  [3730]
10369 xorriso/xorriso_timestamp.h
10370 ChangeLog
10371 xorriso/changelog.txt
10372 Corrected release date 
10373 
10374 ----------------------------------- release - xorriso-1.0.8 - 2011.04.13.073001
10375 * Bug fix: mkisofs emulation could ignore options (regression in 0.1.6)
10376 
10377 
10378 2011.04.14.081721  [3731]
10379 configure.ac
10380 README
10381 libisoburn/libisoburn.h
10382 xorriso/README_gnu_xorriso
10383 xorriso/xorriso.h
10384 xorriso/xorrisoburn.h
10385 xorriso/xorriso_main.c
10386 xorriso/xorriso_eng.html
10387 xorriso/make_xorriso_standalone.sh
10388 xorriso/configure_ac.txt
10389 xorriso/xorriso_timestamp.h
10390 Version leap to libisoburn-1.0.9
10391 
10392 14 Apr 2011  [3732]
10393 ChangeLog
10394 xorriso/changelog.txt
10395 Documented changes and release timestamp
10396 
10397 14 Apr 2011  [3733]
10398 svn move -m Promoted branch to tag
10399 http://svn.libburnia-project.org/libisoburn/branches/1.0.8
10400 http://svn.libburnia-project.org/libisoburn/tags/1.0.8
10401 
10402 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.04.14.081721
10403 
10404 
10405 15 Apr 2011  [3734]
10406 doc/doxygen.conf.in
10407 Disabled HAVE_DOT in doxygen.conf
10408 
10409 18 Apr 2011  [3736]
10410 doc/partition_offset.wiki
10411 doc/faq.wiki
10412 Mentioned success and failure reports of partition offset
10413 
10414 2011.04.22.081847  [3737]
10415 libisoburn/isoburn.h
10416 libisoburn/isoburn.c
10417 libisoburn/burn_wrap.c
10418 libisoburn/isofs_wrap.c
10419 Avoiding repeated PVD read attempts if first reading of PVD yielded error
10420 
10421 2011.04.23.152348  [3738]
10422 xorriso/xorriso.h
10423 xorriso/xorrisoburn.h
10424 xorriso/base_obj.c
10425 xorriso/lib_mgt.h
10426 xorriso/lib_mgt.c
10427 xorriso/parse_exec.c
10428 xorriso/opts_d_h.c
10429 xorriso/opts_p_z.c
10430 xorriso/write_run.c
10431 xorriso/text_io.c
10432 xorriso/xorriso.texi
10433 xorriso/xorriso.info
10434 xorriso/xorriso.1
10435 libisoburn/libisoburn.ver
10436 New option -signal_handling
10437 
10438 23 Apr 2011  [3739]
10439 xorriso/xorriso_eng.html
10440 ChangeLog
10441 Updated change log and web page
10442 
10443 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.04.23.152348
10444 * New option -signal_handling
10445 
10446 
10447 2011.04.27.143713  [3740]
10448 xorriso/iso_manip.c
10449 Saved some CPU cycles when adding wide directory trees
10450 
10451 2011.04.27.150829  [3741]
10452 xorriso/read_run.c
10453 Downgraded extraction error from FAILURE to SORRY (for new -abort_on default)
10454 
10455 2011.04.30.121138  [3742]
10456 xorriso/iso_manip.c
10457 Saved more CPU cycles by optimistic adding of file objects
10458 
10459 2011.05.02.090908  [3744]
10460 xorriso/aux_objects.c
10461 Replaced some large local variables by other means which save stack space
10462 
10463 2011.05.02.091632  [3745]
10464 xorriso/base_obj.c
10465 Replaced some large local variables by other means which save stack space
10466 
10467 2011.05.02.100332  [3746]
10468 xorriso/check_media.c
10469 Replaced some large local variables by other means which save stack space
10470 
10471 2011.05.02.121907  [3747]
10472 xorriso/cmp_update.c
10473 Replaced some large local variables by other means which save stack space
10474 
10475 2011.05.02.191704  [3748]
10476 xorriso/disk_ops.c
10477 Replaced some large local variables by other means in xorriso/disk_ops.c
10478 
10479 2011.05.02.191905  [3749]
10480 xorriso/cmp_update.c
10481 Better reporting of memory shortage with rev 3747
10482 
10483 2011.05.02.211310  [3750]
10484 xorriso/drive_mgt.c
10485 Replaced some large local variables by other means in xorriso/drive_mgt.c
10486 
10487 2011.05.02.211401  [3751]
10488 xorriso/xorriso.h
10489 Clarified and updated API documentation of Xorriso_prescan_args()
10490 
10491 2011.05.03.063012  [3752]
10492 xorriso/drive_mgt.c
10493 Closed a memory leak found by valgrind
10494 
10495 2011.05.03.085459  [3753]
10496 xorriso/write_run.c
10497 Closed memory leaks found by valgrind
10498 
10499 2011.05.03.091059  [3754]
10500 xorriso/emulators.c
10501 Replaced some large local variables by other means in xorriso/emulators.c
10502 
10503 2011.05.03.095849  [3755]
10504 xorriso/filters.c
10505 Replaced some large local variables by other means in xorriso/filters.c
10506 
10507 2011.05.03.100744  [3756]
10508 xorriso/findjob.c
10509 Replaced some large local variables by other means in xorriso/findjob.c
10510 
10511 2011.05.03.115103  [3757]
10512 xorriso/iso_img.c
10513 Replaced some large local variables by other means in xorriso/iso_img.c
10514 
10515 2011.05.03.115146  [3758]
10516 libisoburn/burn_wrap.c
10517 Closed a memory leak found by valgrind
10518 
10519 2011.05.03.115226  [3759]
10520 xorriso/findjob.c
10521 Closed a memory leak found by valgrind
10522 
10523 2011.05.04.151605  [3760]
10524 xorriso/iso_manip.c
10525 Replaced some large local variables by other means in xorriso/iso_manip.c
10526 
10527 2011.05.04.151721  [3761]
10528 xorriso/cmp_update.c
10529 Replaced some large local variables by other means in xorriso/cmp_update.c
10530 
10531 2011.05.04.151820  [3762]
10532 xorriso/findjob.c
10533 Closed a memory leak found by valgrind
10534 
10535 2011.05.04.152314  [3763]
10536 xorriso/drive_mgt.c
10537 xorriso/emulators.c
10538 Reacted on compiler warning about rev 3750 and 3754
10539 
10540 2011.05.04.165840  [3764]
10541 xorriso/iso_tree.c
10542 Replaced some large local variables by other means in xorriso/iso_tree.c
10543 
10544 2011.05.04.171628  [3765]
10545 xorriso/lib_mgt.c
10546 Replaced some large local variables by other means in xorriso/lib_mgt.c
10547 
10548 2011.05.05.075233  [3766]
10549 xorriso/match.c
10550 Replaced some large local variables by other means in xorriso/match.c
10551 
10552 2011.05.05.081436  [3767]
10553 xorriso/misc_funct.c
10554 Replaced some large local variables by other means in xorriso/misc_funct.c
10555 
10556 2011.05.05.105152  [3768]
10557 xorriso/opts_a_c.c
10558 Replaced some large local variables by other means in xorriso/opts_a_c.c
10559 
10560 2011.05.05.105310  [3769]
10561 xorriso/iso_img.c
10562 Closed a memory leak found by valgrind
10563 
10564 2011.05.05.121640  [3770]
10565 xorriso/opts_d_h.c
10566 Replaced some large local variables by other means in xorriso/opts_d_h.c
10567 
10568 2011.05.05.121957  [3771]
10569 xorriso/opts_d_h.c
10570 Reacted on compiler warning about rev 3770
10571 
10572 2011.05.05.122855  [3772]
10573 xorriso/text_io.c
10574 Added newline character to output of -errfile_log plain -I
10575 
10576 2011.05.05.163832  [3773]
10577 xorriso/opts_i_o.c
10578 Replaced some large local variables by other means in xorriso/opts_i_o.c
10579 
10580 2011.05.05.163926  [3774]
10581 xorriso/opts_a_c.c
10582 Corrected a mistake introduced with rev 3768
10583 
10584 2011.05.06.120600  [3775]
10585 xorriso/misc_funct.c
10586 Introduced flag bit1 with Text_shellsafe() for double sized target string
10587 
10588 2011.05.06.120655  [3776]
10589 xorriso/opts_p_z.c
10590 Replaced some large local variables by other means in xorriso/opts_p_z.c
10591 
10592 2011.05.06.120834  [3777]
10593 xorriso/disk_ops.c
10594 Corrected use of unitialized variables found by valgrind
10595 
10596 2011.05.06.121218  [3778]
10597 xorriso/sfile.h
10598 Commited definition of Xorriso_alloc_meM which is needed since 30 revisions
10599 
10600 2011.05.06.132058  [3779]
10601 xorriso/disk_ops.c
10602 xorriso/iso_tree.c
10603 xorriso/iso_manip.c
10604 xorriso/opts_i_o.c
10605 Made use of Text_shellsafe bit1 for messages with two file names
10606 
10607 2011.05.06.151905  [3780]
10608 xorriso/parse_exec.c
10609 Replaced some large local variables by other means in xorriso/parse_exec.c
10610 
10611 2011.05.07.104932  [3781] [3782]
10612 xorriso/iso_img.c
10613 Bug fix: -mount_opts "shared" worked only with -osirrox "o_excl_off"
10614 
10615 2011.05.07.105142  [3783]
10616 xorriso/iso_img.c
10617 Enabled drive addresses of form mmc:/dev/srX with option -mount
10618 
10619 2011.05.07.165758  [3784]
10620 xorriso/read_run.c
10621 Replaced some large local variables by other means in xorriso/read_run.c
10622 
10623 2011.05.07.184625  [3785]
10624 xorriso/text_io.c
10625 Replaced some large local variables by other means in xorriso/text_io.c
10626 
10627 2011.05.08.083929  [3786]
10628 xorriso/write_run.c
10629 Replaced some large local variables by other means in xorriso/write_run.c
10630 
10631 2011.05.08.174805  [3787]
10632 xorriso/opts_a_c.c
10633 xorriso/cmp_update.c
10634 xorriso/drive_mgt.c
10635 xorriso/iso_img.c
10636 xorriso/sort_cmp.c
10637 xorriso/text_io.c
10638 xorriso/write_run.c
10639 Replaced some large local variables by other means
10640 
10641 2011.05.09.155010  [3788]
10642 libisoburn/isoburn.c
10643 libisoburn/burn_wrap.c
10644 libisoburn/isofs_wrap.c
10645 Replaced some large local variables by other means in 
10646 
10647 2011.05.09.181239  [3789]
10648 xorriso/parse_exec.c
10649 xorriso/opts_p_z.c
10650 xorriso/drive_mgt.c
10651 xorriso/iso_img.c
10652 xorriso/iso_tree.c
10653 xorriso/iso_manip.c
10654 xorriso/sort_cmp.c
10655 xorriso/filters.c
10656 xorriso/write_run.c
10657 xorriso/match.c
10658 xorriso/text_io.c
10659 xorriso/findjob.c
10660 xorriso/misc_funct.c
10661 xorriso/sfile.c
10662 Reacted on -Wsign-compare warnings of gcc
10663 
10664 2011.05.09.181449  [3790]
10665 libisoburn/isoburn.c
10666 libisoburn/isofs_wrap.c
10667 Reacted on -Wsign-compare warnings of gcc
10668 
10669 2011.05.12.175155  [3797]
10670 configure.ac
10671 libisoburn/libisoburn.h
10672 Requiring libisofs-1.0.8 now
10673 
10674 2011.05.12.175423  [3798]
10675 xorriso/configure_ac.txt
10676 GNU xorriso now contains libisofs-1.0.9
10677 
10678 13 May 2011  [3799]
10679 xorriso/xorrisofs.texi
10680 Corrected a typo in man page of xorrisofs
10681 
10682 13 May 2011  [3800]
10683 xorriso/make_xorriso_1.c
10684 xorriso/xorriso.texi
10685 xorriso/xorriso.1
10686 Added a rule to the conversion prescription for man pages
10687 
10688 13 May 2011  [3801]
10689 xorriso/xorrisofs.texi
10690 xorriso/xorrisofs.1
10691 Added a rule to the conversion prescription for man pages
10692 
10693 14 May 2011 [3802]
10694 xorriso/make_xorriso_1.c
10695 xorriso/xorriso.texi
10696 xorriso/xorriso.info
10697 xorriso/xorriso.1
10698 Patch by Mats Erik Anderson: wrap @command{} around the word xorriso
10699 
10700 2011.05.16.132939  [3809]
10701 xorriso/parse_exec.c
10702 Bug fix: xorriso command -add_plainly "any" did not add all file sto the image
10703 
10704 2011.05.16.133231  [3810]
10705 xorriso/sfile.h
10706 Replaced german macro parameter name by an english one
10707 
10708 2011.05.16.134341  [3811]
10709 xorriso/xorriso.h
10710 xorriso/parse_exec.c
10711 Checking for unknown xorriso commands already in Xorriso_prescan_args()
10712 
10713 16 May 2011  [3812]
10714 xorriso/xorriso.texi
10715 xorriso/xorriso.info
10716 xorriso/xorriso.1
10717 xorriso/xorrisofs.texi
10718 xorriso/xorrisofs.info
10719 xorriso/xorrisofs.1
10720 Made xorriso version number visible in manuals
10721 
10722 16 May 2011  [3813]
10723 xorriso/xorriso.texi
10724 xorriso/xorriso.info
10725 xorriso/xorriso.1
10726 Adjusted line lengths to less than 80 chars in source of xorriso manual
10727 
10728 17 May 2011  [3814]
10729 xorriso/make_xorriso_1.c
10730 Implemented texi-to-man translation rule about {...} recursion
10731 
10732 17 May 2011  [3815]
10733 xorriso/xorriso.texi
10734 xorriso/xorrisofs.texi
10735 Added to the manual instructions for bug reporting
10736 
10737 17 May 2011  [3816]
10738 xorriso/xorrisofs.texi
10739 Wrapped @command{} around the word xorrisofs in its manual
10740 
10741 17 May 2011  [3817]
10742 xorriso/xorriso.info
10743 xorriso/xorriso.1
10744 xorriso/xorrisofs.info
10745 xorriso/xorrisofs.1
10746 Updated generated manuals
10747 
10748 2011.05.17.115159  [3818]
10749 xorriso/xorriso_eng.html
10750 ChangeLog
10751 Updated change log and web page
10752 
10753 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.05.17.115159
10754 * Bug fix: -mount_opts shared worked only with -osirrox o_excl_off
10755 * Bug fix (libisofs): Production of MIPS bootable images caused SIGSEGV
10756 * Bug fix: xorriso command -add_plainly "any" did not add all files to the image
10757 
10758 
10759 2011.05.17.151719  [3819]
10760 xorriso/xorriso.h
10761 xorriso/parse_exec.c
10762 xorriso/xorriso_main.c
10763 New flag bit1 of API call Xorriso_prescan_args() reports unknown commands
10764 
10765 17 May 2011  [3820]
10766 xorriso/make_xorriso_1.c
10767 xorriso/xorriso.texi
10768 xorriso/xorrisofs.texi
10769 New rules for translating several texi @-commands to man page
10770 
10771 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.05.17.151719
10772 
10773 
10774 2011.05.18.063511  [3821]
10775 xorriso/parse_exec.c
10776 Fixed refusal to run with command -as introduced by rev 3819
10777 
10778 18 May 2011  [3822]
10779 xorriso/xorriso.texi
10780 xorriso/xorriso.info
10781 xorriso/xorriso.1
10782 xorriso/xorrisofs.texi
10783 xorriso/xorrisofs.info
10784 xorriso/xorrisofs.1
10785 Polished node "Bugreport" in manuals
10786 
10787 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.05.18.063511
10788 
10789 
10790 2011.05.19.111229  [3823]
10791 libisoburn/libisoburn.h
10792 Mentioned the need to define uint32_t when including libisoburn.h
10793 
10794 2011.05.19.133735  [3824]
10795 xorriso/write_run.c
10796 Bug fix: The attempt to blank already blanked DVD-RW was not gracefully blocked
10797 
10798 2011.05.19.133840  [3825]
10799 xorriso/check_media.c
10800 Replaced some large local variables by other means in xorriso/check_media.c
10801 
10802 2011.05.19.133940  [3826]
10803 xorriso/opts_p_z.c
10804 Reacted on -Wsign-compare warnings of gcc
10805 
10806 2011.05.19.134432  [3827]
10807 libisoburn/isofs_wrap.c
10808 Revoked experimental change which sneaked into SVN by rev 3737
10809 
10810 20 May 2011  [3828]
10811 xorriso/xorriso_eng.html
10812 ChangeLog
10813 Updated change log and web page
10814 
10815 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.05.19.134432
10816 * Bug fix: The attempt to blank already blank DVD-RW was not gracefully blocked
10817 
10818 
10819 2011.05.20.175842  [3829]
10820 xorriso/iso_img.c
10821 Reacted on compiler warning about inactivated if statement
10822 
10823 2011.05.22.143652  [3832]
10824 configure.ac
10825 xorriso/configure_ac.txt
10826 Added options -Wextra -Wno-unused-parameter for gcc
10827 
10828 2011.05.22.181525  [3833]
10829 xorriso/opts_a_c.c
10830 xorriso/opts_i_o.c
10831 xorriso/findjob.c
10832 Reacted on static code checker warning reported by George Danchev
10833 
10834 2011.05.26.151635  [3841]
10835 configure.ac
10836 libisoburn/libisoburn.h
10837 Requiring libburn-1.0.7 now
10838 
10839 2011.05.26.151744  [3842]
10840 xorriso/drive_mgt.c
10841 Report damaged track with "Media status :"
10842 
10843 2011.05.29.095524  [3843]
10844 xorriso/drive_mgt.c
10845 Removed quotation marks in message introduced by rev3842
10846 
10847 2011.05.29.100055  [3844]
10848 xorriso/write_run.c
10849 xorriso/xorriso.texi
10850 xorriso/xorriso.info
10851 xorriso/xorriso.1
10852 Improved error messages if DVD-RW media can only be written with -close on
10853 
10854 2011.05.31.092902  [3845]
10855 xorriso/text_io.c
10856 With -status : always display setting of -abort_on
10857 
10858 2011.06.01.165129  [3847]
10859 xorriso/xorriso.h
10860 xorriso/xorrisoburn.h
10861 xorriso/parse_exec.c
10862 xorriso/opts_a_c.c
10863 xorriso/opts_d_h.c
10864 xorriso/write_run.c
10865 xorriso/xorriso.texi
10866 xorriso/xorriso.info
10867 xorriso/xorriso.1
10868 libisoburn/libisoburn.ver
10869 New option -close_damaged
10870 
10871 2011.06.07.144548  [3857]
10872 xorriso/write_run.c
10873 Fixed a typo in a hint about fast blanked DVD-RW
10874 
10875 8 Jun 2011  [3862]
10876 configure.ac
10877 Makefile.am
10878 xorriso/configure_ac.txt
10879 xorriso/xorriso_makefile_am.txt
10880 Introduced AC_CONFIG_MACRO_DIR() and ACLOCAL_AMFLAGS on advise of George Danchev
10881 
10882 9 Jun 2011  [3865]
10883 bootstrap
10884 xorriso/xorriso_bootstrap.txt
10885 Added option -I . to aclocal in bootstrap script on advise of George Danchev
10886 
10887 ------------------------------------ cycle  - xorriso-1.0.9 - 2011.06.15.153630
10888 * New option -close_damaged
10889 * Bug fix (libisofs) : -as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned
10890 
10891 
10892 2011.06.17.143813  [3867]
10893 xorriso/xorriso.texi
10894 xorriso/xorriso.1
10895 xorriso/xorriso.info
10896 xorriso/xorrisofs.texi
10897 xorriso/xorrisofs.1
10898 xorriso/xorrisofs.info
10899 README
10900 doc/faq.wiki
10901 doc/partition_offset.wiki
10902 xorriso/README_gnu_xorriso
10903 xorriso/xorriso.h
10904 xorriso/xorriso_eng.html
10905 ChangeLog
10906 Avoided the use of the term 'eventual' for the meaning 'if applicable'.
10907 
10908 18 Jun 2011  [3872]
10909 svn copy -m Branching for libisoburn release 1.1.0
10910 http://svn.libburnia-project.org/libisoburn/trunk
10911 http://svn.libburnia-project.org/libisoburn/branches/1.1.0
10912 
10913 2011.06.18.123001  [3973]
10914 configure.ac
10915 README
10916 libisoburn/libisoburn.h
10917 xorriso/README_gnu_xorriso
10918 xorriso/xorriso.h
10919 xorriso/xorrisoburn.h
10920 xorriso/xorriso_main.c
10921 xorriso/xorriso_eng.html
10922 xorriso/make_xorriso_standalone.sh
10923 xorriso/configure_ac.txt
10924 xorriso/xorriso_timestamp.h
10925 xorriso/xorriso.texi 
10926 xorriso/xorriso.1 
10927 xorriso/xorriso.info 
10928 xorriso/xorrisofs.texi
10929 xorriso/xorrisofs.1
10930 xorriso/xorrisofs.info
10931 Version leap to libisoburn-1.1.0
10932 
10933 18 Jun 2011  [3874]
10934 ChangeLog
10935 xorriso/changelog.txt
10936 Documented changes and release timestamp
10937 
10938 ----------------------------------- release - xorriso-1.1.0 - 2011.06.18.123001
10939 * Bug fix: -mount_opts shared worked only with -osirrox o_excl_off
10940 * Bug fix: xorriso command -add_plainly "any" did not add all files to the image
10941 * Bug fix: The attempt to blank already blank DVD-RW was not gracefully blocked
10942 * Bug fix: -as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned
10943 * Bug fix: Production of MIPS bootable images caused SIGSEGV
10944 * New option -signal_handling
10945 * New option -close_damaged
10946 
10947 
10948 2011.06.18.173208  [3879]
10949 configure.ac
10950 README
10951 libisoburn/libisoburn.h
10952 xorriso/README_gnu_xorriso
10953 xorriso/xorriso.h
10954 xorriso/xorrisoburn.h
10955 xorriso/xorriso_main.c
10956 xorriso/xorriso_eng.html
10957 xorriso/make_xorriso_standalone.sh
10958 xorriso/configure_ac.txt
10959 xorriso/xorriso_timestamp.h
10960 xorriso/xorriso.texi 
10961 xorriso/xorriso.1 
10962 xorriso/xorriso.info 
10963 xorriso/xorrisofs.texi
10964 xorriso/xorrisofs.1
10965 xorriso/xorrisofs.info
10966 Version leap to libisoburn-1.1.1
10967 
10968 18 Jun 2011  [3880]
10969 ChangeLog
10970 xorriso/changelog.txt
10971 Documented changes and release timestamp
10972 
10973 18 Jun 2011  [3881]
10974 svn move -m Promoted branch to tag
10975 http://svn.libburnia-project.org/libisoburn/branches/1.1.0
10976 http://svn.libburnia-project.org/libisoburn/tags/1.1.0
10977 
10978 ------------------------------------ cycle  - xorriso-1.1.1 - 2011.06.18.173208
10979 
10980 ------------------------------------ cycle  - xorriso-1.1.1 - 2011.06.19.210656
10981 * Bug fix: GNU xorriso-1.1.0 compiled only on Linux, FreeBSD, and Solaris
10982 
10983 ------------------------------ release - xorriso-1.1.0.pl01 - 2011.06.20.110001
10984 * Bug fix: GNU xorriso-1.1.0 compiled only on Linux, FreeBSD, and Solaris
10985 
10986 
10987 22 Jun 2011  [3887]
10988 releng/releng_build_jigdo
10989 releng/README.releng
10990 Beginning to create a test suite for libisoburn and xorriso
10991 
10992 27 Jun 2011  [3943]
10993 + releng/test_hardlinks
10994 New test test_hardlinks
10995 
10996 27 Jun 2011  [3944]
10997 releng/TODO
10998 Added rules to releng/TODO, new options -keep, -clean_up, deprecated -clean
10999 
11000 27 Jun 2011  [3945] [3948] [3952] [3957]
11001 releng/test_hardlinks
11002 Polished hardlink test
11003 
11004 2011.06.27.160728  [3956]
11005 xorriso/opts_p_z.c
11006 Bug fix: -update_r scheduled non-existing files for hardlink update
11007 
11008 2011.06.27.172423  [3958]
11009 xorriso/parse_exec.c
11010 Reporting commands and their arguments as DEBUG messages before execution
11011 
11012 28 Jun 2011  [3964]
11013 releng/test_hardlinks
11014 + tmp
11015 Adapted test_hardlinks to newly defined general test rules
11016 
11017 28 Jun 2011  [3965]
11018 releng/test_hardlinks
11019 Adjusted names of config variables in test_hardlinks
11020 
11021 28 Jun 2011  [3968]
11022 releng/test_hardlinks
11023 - tmp
11024 + releng/tmp
11025 Option -fail for test_hardlinks to simulate failure, moved tmp to releng/tmp
11026 
11027 28 Jun 2011  [3969]
11028 releng/test_hardlinks
11029 Removed suffix .result from tmp/test_hardlinks
11030 
11031 2011.06.28.084751 [3970]
11032 A test with non-added file releng/tmp/test
11033 
11034 28 Jun 2011  [3973]
11035 + releng/releng_generated_data
11036 - releng/tmp
11037 Renamed releng/tmp to releng/releng_generated_data
11038 
11039 28 Jun 2011  [3974]
11040 releng/test_hardlinks
11041 Adapted test_hardlinks to newest agreements with George
11042 
11043 28 Jun 2011  [3975]
11044 + releng/releng_hardlinks
11045 - releng/test_hardlinks
11046 Renamed test_hardlinks to releng_hardlinks
11047 
11048 2011.07.02.153320  [3991]
11049 libisoburn/burn_wrap.c
11050 Reacted on warnings of -Wunused-but-set-variable
11051 
11052 2011.07.03.085629  [4003]
11053 xorriso/aux_objects.c
11054 Reacted on warnings of -Wunused-but-set-variable
11055 
11056 2011.07.03.091220  [4006]
11057 xorriso/misc_funct.c
11058 Reacted on warnings of -Wunused-but-set-variable
11059 
11060 2011.07.03.091706  [4007]
11061 xorriso/misc_funct.c
11062 Reacted on warnings of -Wunused-but-set-variable
11063 
11064 2011.07.03.092353  [4008]
11065 xorriso/disk_ops.c
11066 Reacted on warnings of -Wunused-but-set-variable
11067 
11068 2011.07.03.093500  [4010]
11069 xorriso/parse_exec.c
11070 Reacted on warnings of -Wunused-but-set-variable
11071 
11072 2011.07.03.093500  [4015]
11073 xorriso/sfile.c
11074 Reacted on warnings of -Wtype-limits
11075 
11076 2011.07.03.181840  [4020]
11077 configure.ac 
11078 libisoburn/libisoburn.h
11079 Requiring libsofs-1.1.1 now
11080 
11081 2011.07.03.193627  [4029]
11082 xorriso/iso_tree.c
11083 xorriso/read_run.c
11084 Enabled extraction of the boot catalog file to disk filesystem
11085 
11086 2011.07.03.194138  [4030]
11087 xorriso/opts_a_c.c
11088 xorriso/opts_i_o.c
11089 xorriso/opts_p_z.c
11090 Reacted on warnings of -Wunused-but-set-variable
11091 
11092 2011.07.03.194723  [4031]
11093 xorriso/drive_mgt.c
11094 Reacted on warnings of -Wunused-but-set-variable
11095 
11096 2011.07.03.203013  [4033]
11097 xorriso/opts_i_o.c
11098 Removed a premature reference to upcomming function
11099 
11100 2011.07.04.092828  [4034]
11101 xorriso/xorriso.h
11102 xorriso/xorrisoburn.h
11103 xorriso/parse_exec.c
11104 xorriso/opts_d_h.c
11105 xorriso/opts_i_o.c
11106 xorriso/drive_mgt.c
11107 xorriso/xorriso.texi
11108 xorriso/xorriso.info
11109 xorriso/xorriso.1
11110 libisoburn/libisoburn.ver
11111 New option -list_speeds
11112 
11113 4 Jul 2011  [4035]
11114 xorriso/xorriso_eng.html
11115 ChangeLog
11116 Updated change log and web page
11117 
11118 ------------------------------------ cycle  - xorriso-1.1.1 - 2011.07.04.092828
11119 * Bug fix: -update_r scheduled non-existing files for hardlink update
11120 * New option -list_speeds
11121 * Enabled extraction of the boot catalog file to disk filesystem
11122 
11123 
11124 2011.07.04.105800  [4036]
11125 xorriso/iso_manip.c
11126 Reacted on warnings of -Wunused-but-set-variable
11127 
11128 2011.07.04.105854  [4037]
11129 xorriso/write_run.c
11130 Reacted on warnings of -Wunused-but-set-variable
11131 
11132 2011.07.04.121342  [4038]
11133 xorriso/read_run.c
11134 Reacted on warnings of -Wunused-but-set-variable
11135 
11136 2011.07.04.121501  [4039]
11137 xorriso/filters.c
11138 Reacted on warnings of -Wunused-but-set-variable
11139 
11140 2011.07.05.145103  [4062]
11141 libisoburn/libisoburn.h
11142 Made libisoburn.h ready for use with C++ without importing namespace "burn"
11143 
11144 2011.07.06.190111  [4078]
11145 libisoburn/isofs_wrap.c
11146 Hopefully fixed Debian bug 632865: blank ISO images with drive role 5
11147 
11148 2011.07.07.113930  [4082]
11149 libisoburn/isoburn.c
11150 libisoburn/isofs_wrap.c
11151 libisoburn/burn_wrap.c
11152 Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso
11153 
11154 ------------------------------------ cycle  - xorriso-1.1.1 - 2011.07.07.113930
11155 * Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso
11156 
11157 
11158 7 Jul 2011  [4086]
11159 xorriso/xorriso_eng.html
11160 ChangeLog
11161 Updated change log and web page
11162 
11163 8 Jul 2011  [4092]
11164 svn copy -m Branching for libisoburn release 1.1.2
11165 http://svn.libburnia-project.org/libisoburn/trunk
11166 http://svn.libburnia-project.org/libisoburn/branches/1.1.2
11167 
11168 2011.07.08.100001  [4094]
11169 configure.ac
11170 README
11171 libisoburn/libisoburn.h
11172 xorriso/README_gnu_xorriso
11173 xorriso/xorriso.h
11174 xorriso/xorrisoburn.h
11175 xorriso/xorriso_main.c
11176 xorriso/xorriso_eng.html
11177 xorriso/make_xorriso_standalone.sh
11178 xorriso/configure_ac.txt
11179 xorriso/xorriso_timestamp.h
11180 xorriso/xorriso.texi 
11181 xorriso/xorriso.1 
11182 xorriso/xorriso.info 
11183 xorriso/xorrisofs.texi
11184 xorriso/xorrisofs.1
11185 xorriso/xorrisofs.info
11186 Version leap to libisoburn-1.1.2
11187 
11188 8 Jul 2011  [4095]
11189 ChangeLog
11190 xorriso/changelog.txt
11191 Documented changes and release timestamp
11192 
11193 ----------------------------------- release - xorriso-1.1.2 - 2011.07.08.100001
11194 * Bug fix: -update_r scheduled non-existing files for hardlink update
11195 * New option -list_speeds
11196 * Enabled extraction of the boot catalog file to disk filesystem
11197 * Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso
11198 
11199 
11200 2011.07.08.131032  [4099] [4100]
11201 configure.ac
11202 README
11203 libisoburn/libisoburn.h
11204 xorriso/README_gnu_xorriso
11205 xorriso/xorriso.h
11206 xorriso/xorrisoburn.h
11207 xorriso/xorriso_main.c
11208 xorriso/xorriso_eng.html
11209 xorriso/make_xorriso_standalone.sh
11210 xorriso/configure_ac.txt
11211 xorriso/xorriso_timestamp.h
11212 xorriso/xorriso.texi 
11213 xorriso/xorriso.1 
11214 xorriso/xorriso.info 
11215 xorriso/xorrisofs.texi
11216 xorriso/xorrisofs.1
11217 xorriso/xorrisofs.info
11218 Version leap to libisoburn-1.1.3
11219 
11220 8 Jul 2011  [4101]
11221 ChangeLog
11222 xorriso/changelog.txt
11223 Documented changes and release timestamp
11224 
11225 8 Jul 2011  [4102]
11226 svn move -m Promoted branch to tag
11227 http://svn.libburnia-project.org/libisoburn/branches/1.1.2
11228 http://svn.libburnia-project.org/libisoburn/tags/1.1.2
11229 
11230 ------------------------------------ cycle  - xorriso-1.1.3 - 2011.07.08.131032
11231 
11232 
11233 2011.07.10.112539  [4126]
11234 libisoburn/isofs_wrap.c
11235 Recognizing overwritable media, blanked by cdrskin --grow_overwriteable_iso
11236 
11237 2011.07.11.175609  [4134]
11238 xorriso/drive_mgt.c
11239 Reacted on warnings of cppcheck
11240 
11241 2011.07.12.092010  [4137]
11242 xorriso/drive_mgt.c
11243 Improved output of -list_speeds with CD drives. Empty list now cause SORRY.
11244 
11245 2011.07.12.135452  [4146]
11246 xorriso/drive_mgt.c
11247 xorriso/xorriso.texi 
11248 xorriso/xorriso.1 
11249 xorriso/xorriso.info 
11250 Improved output of -list_speeds with ROM media and ROM drives.
11251 
11252 13 Jul 2011  [4158] [4159] [4160]
11253 + releng/manual_devices_ts
11254 Proposal for test ./manual_devices
11255 
11256 14 Jul 2011  [4161] [4162]
11257 releng/manual_devices_ts
11258 + releng/inc/releng_getopts_ts.inc
11259 Proposal for test ./manual_devices and inc/releng_getopts_ts.inc
11260 
11261 14 Jul 2011  [4163]
11262 releng/manual_devices_ts
11263 releng/inc/releng_getopts_ts.inc
11264 Prepared test proposal for option -f and for incomplete option -x
11265 
11266 14 Jul 2011  [4165]
11267 releng/manual_devices_ts
11268 Issueing failure message and non-zero exit value if manual_devices_ts fails 
11269 
11270 14 Jul 2011  [4166]
11271 releng/inc/releng_getopts_ts.inc
11272 Corrected a misunderstanding about meaning of code piece
11273 
11274 2011.07.15.083052  [4171]
11275 libisoburn/burn_wrap.c
11276 Reacted on warnings of cppcheck about libisoburn/burn_wrap.c
11277 
11278 15 Jul 2011  [4172]
11279 releng/manual_devices
11280 Removed remnant reference to releng_getopts_ts.inc
11281 
11282 15 Jul 2011  [4173]
11283 releng/inc/releng_getopts.inc
11284 Removed usage of getopts in releng_getopts.inc
11285 
11286 15 Jul 2011  [4174]
11287 releng/inc/releng_getopts.inc
11288 Removed obsolete input checks from releng_getopts.inc
11289 
11290 15 Jul 2011  [4175]
11291 releng/inc/releng_getopts.inc
11292 releng/manual_devices
11293 New function check_for_xorriso in releng_getopts.inc
11294 
11295 15 Jul 2011  [4176]
11296 releng/inc/releng_getopts.inc
11297 Removed call to print_specific_help from releng_getopts.inc
11298 
11299 15 Jul 2011  [4177]
11300 releng/inc/releng_getopts.inc
11301 Changed general option -k -c -f in releng_getopts.inc
11302 
11303 17 Jul 2011  [4185]
11304 releng/run_all_releng
11305 Issueing pacifier messages in run_all_releng about logged line
11306 
11307 17 Jul 2011  [4186]
11308 releng/run_all_releng
11309 Making run_all_releng recognize exit values again (fixing rev 4185)
11310 
11311 17 Jul 2011  [4187]
11312 releng_printsize
11313 Issueing pacifier messages during tree generation of releng_printsize
11314 
11315 17 Jul 2011  [4186]
11316 releng/run_all_releng
11317 Using a more elegant way to obtain pipe component exit value
11318 
11319 17 Jul 2011  [4192]
11320 releng/run_all_releng
11321 Switched error message away from stderr, only pacifier remains on stderr
11322 
11323 17 Jul 2011  [4194]
11324 releng/run_all_releng
11325 Added my copyright to run_all_releng
11326 
11327 23 Jul 2011  [4208] [4209]
11328 svn mv releng/README releng/README.old
11329 releng/README
11330 Began to sketch an releng/README file
11331 
11332 2011.07.24.193433  [4213]
11333 xorriso/drive_mgt.c
11334 Improved media summary with overwritable media and unknown content
11335 
11336 2011.07.24.203919  [4214]
11337 xorriso/drive_mgt.c
11338 Improved -check_media with overwritable media and unknown content
11339 
11340 2011.07.25.095843  [4215]
11341 xorriso/check_media.h
11342 xorriso/check_media.c
11343 xorriso/xorriso.texi
11344 xorriso/xorriso.info
11345 xorriso/xorriso.1
11346 New -check_media option what=image
11347 
11348 2011.07.25.103809  [4216]
11349 xorriso/drive_mgt.c
11350 Issueing a warning messages if BD-R with more than 299 sessions is loaded
11351 
11352 27 Jul 2011  [4217]
11353 releng/auto_printsize
11354 Reduced runtime of auto_printsize and balanced xorriso versus genisoimage
11355 
11356 2011.07.27.211423  [4218]
11357 xorriso/xorriso.h
11358 xorriso/parse_exec.c
11359 xorriso/opts_d_h.c
11360 xorriso/opts_i_o.c
11361 xorriso/drive_mgt.c
11362 xorriso/aux_objects.c
11363 xorriso/xorriso.texi
11364 xorriso/xorriso.info
11365 xorriso/xorriso.1
11366 New option -device_links
11367 
11368 27 Jul 2011  [4219]
11369 releng/manual_devices
11370 Switched releng/manual_devices from -devices to -device_links
11371 
11372 2011.07.28.111814  [4220]
11373 xorriso/drive_mgt.c
11374 xorriso/xorriso.texi
11375 xorriso/xorriso.info
11376 xorriso/xorriso.1
11377 Prefering dvd over cd with -device_links
11378 
11379 28 Jul 2011  [4221]
11380 xorriso/xorriso_eng.html
11381 ChangeLog
11382 Updated change log and web page
11383 ------------------------------------ cycle  - xorriso-1.1.3 - 2011.07.28.111814
11384 * New option -device_links
11385 
11386 
11387 2011.07.28.192110  [4224]
11388 configure.ac 
11389 libisoburn/libisoburn.h
11390 Requiring libburn 1.1.1
11391 
11392 2011.07.28.195103  [4225]
11393 xorriso/drive_mgt.c
11394 Using libburn call burn_lookup_device_link()
11395 
11396 30 Jul 2011  [4226]
11397 xorriso/xorrisofs.texi
11398 xorriso/xorrisofs.info
11399 xorriso/xorrisofs.1
11400 Small correction in xorrisofs man page
11401 
11402 2011.07.31.091836  [4229]
11403 libisoburn/burn_wrap.c
11404 Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD
11405 
11406 2011.07.31.094422  [4230]
11407 xorriso/xorrisoburn.h
11408 xorriso/opts_a_c.c
11409 xorriso/opts_p_z.c
11410 Allowed lower case severity names with -abort_on, -return_with, -report_about
11411 
11412 2011.07.31.145832  [4231]
11413 xorriso/misc_funct.c
11414 Bug fix: -assert_volid did not work. Regression since version 1.1.0, rev 3767.
11415 
11416 2011.08.01.130400  [4233]
11417 xorriso/drive_mgt.c
11418 xorriso/misc_funct.c
11419 New report line "Media blocks :" with option -toc
11420 
11421 1 Aug 2011  [4234]
11422 xorriso/xorriso_eng.html
11423 ChangeLog
11424 Updated change log and web page
11425 
11426 ------------------------------------ cycle  - xorriso-1.1.3 - 2011.08.01.130400
11427 * Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD
11428 * Bug fix: -assert_volid did not work. Regression since version 1.1.0.
11429 
11430 
11431 2011.08.01.152915  [4236]
11432 xorriso/misc_funct.h
11433 Forgot to upload the header which defines Xorriso__to_upper
11434 
11435 1 Aug 2011  [4238]
11436 releng/auto_isocontent
11437 Checking -assert_volid in auto_isocontent
11438 
11439 3 Aug 2011  [4240]
11440 releng/README
11441 releng/template_new
11442 Added more text pieces to releng/README, updated template for new tests
11443 
11444 3 Aug 2011  [4241]
11445 releng/inc/releng_getopts.inc
11446 Added option -h to general helptext of releng
11447 
11448 4 Aug 2011  [4242]
11449 releng/template_new
11450 Further improvements to releng test template
11451 
11452 4 Aug 2011  [4243]
11453 + releng/manual_burn
11454 New test releng/manual_burn
11455 
11456 4 Aug 2011  [4244]
11457 releng/README
11458 releng/manual_burn
11459 Improvements about releng/manual_burn
11460 
11461 5 Aug 2011  [4245]
11462 releng/auto_cxx
11463 releng/auto_isocontent
11464 releng/manual_burn
11465 releng/manual_isojigdo
11466 Made existing tests comply to upcomming prescriptions for failure messages
11467 
11468 5 Aug 2011  [4246]
11469 releng/inc/releng_getopts.inc
11470 Made existing tests comply to upcomming prescriptions for failure messages
11471 
11472 7 Aug 2011  [4248]
11473 releng/README
11474 More work on releng/README
11475 
11476 07 Aug 2011  [4252]
11477 svn copy -m Branching for libisoburn release 1.1.4
11478 http://svn.libburnia-project.org/libisoburn/trunk
11479 http://svn.libburnia-project.org/libisoburn/branches/1.1.4
11480 
11481 2011.08.07.120001  [4253]
11482 configure.ac
11483 README
11484 libisoburn/libisoburn.h
11485 xorriso/README_gnu_xorriso
11486 xorriso/xorriso.h
11487 xorriso/xorrisoburn.h
11488 xorriso/xorriso_main.c
11489 xorriso/xorriso_eng.html
11490 xorriso/make_xorriso_standalone.sh
11491 xorriso/configure_ac.txt
11492 xorriso/xorriso_timestamp.h
11493 xorriso/xorriso.texi 
11494 xorriso/xorriso.1 
11495 xorriso/xorriso.info 
11496 xorriso/xorrisofs.texi
11497 xorriso/xorrisofs.1
11498 xorriso/xorrisofs.info
11499 Version leap to libisoburn-1.1.4
11500 
11501 07 Aug 2011  [4254]
11502 ChangeLog
11503 xorriso/changelog.txt
11504 Documented changes and release timestamp
11505 
11506 2011.08.08.071649  [4256]
11507 xorriso/read_run.c
11508 Improved error reporting with problems when extracting xattr or ACL
11509 
11510 2011.08.08.070301  [4257]
11511 configure.ac
11512 README
11513 libisoburn/libisoburn.h
11514 xorriso/README_gnu_xorriso
11515 xorriso/configure_ac.txt
11516 xorriso/xorriso_eng.html
11517 xorriso/xorriso_timestamp.h
11518 Requiring libisofs-1.1.4 (because of ACL extraction problem in 1.1.2)
11519 
11520 08 Aug 2011  [4258]
11521 ChangeLog
11522 xorriso/changelog.txt
11523 Documented changes and release timestamp
11524 
11525 ----------------------------------- release - xorriso-1.1.4 - 2011.08.08.070301
11526 * New option -device_links
11527 * Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD
11528 * Bug fix: -assert_volid did not work. Regression since version 1.1.0.
11529 * Bug fix: -acl or -xattr worked with -extract only on Linux and FreeBSD
11530 
11531 
11532 2011.08.08.124228  [4263]
11533 xorriso/read_run.c
11534 Improved error reporting with problems when extracting xattr or ACL
11535 
11536 2011.08.08.124914  [4264]
11537 configure.ac
11538 README
11539 libisoburn/libisoburn.h
11540 xorriso/README_gnu_xorriso
11541 xorriso/xorriso.h
11542 xorriso/xorrisoburn.h
11543 xorriso/xorriso_main.c
11544 xorriso/xorriso_eng.html
11545 xorriso/make_xorriso_standalone.sh
11546 xorriso/configure_ac.txt
11547 xorriso/xorriso_timestamp.h
11548 xorriso/xorriso.texi 
11549 xorriso/xorriso.1 
11550 xorriso/xorriso.info 
11551 xorriso/xorrisofs.texi
11552 xorriso/xorrisofs.1
11553 xorriso/xorrisofs.info
11554 Version leap to libisoburn-1.1.5
11555 
11556 08 Aug 2011  [4265]
11557 ChangeLog
11558 xorriso/changelog.txt
11559 Documented changes and release timestamp
11560 
11561 08 Aug 2011  [4266]
11562 svn move -m 'Promoted branch to tag'
11563 http://svn.libburnia-project.org/libisoburn/branches/1.1.4
11564 http://svn.libburnia-project.org/libisoburn/tags/1.1.4
11565 
11566 ------------------------------------ cycle  - xorriso-1.1.5 - 2011.08.08.124914
11567 
11568 
11569 09 Aug 2011  [4267]
11570 releng/auto_isocontent
11571 Made releng/auto_isocontent ready for Solaris (with bash)
11572 
11573 09 Aug 2011  [4268]
11574 releng/inc/releng_getopts.inc
11575 Made releng/manual_burn and releng/manual_devices work on FreeBSD
11576 
11577 09 Aug 2011  [4269]
11578 releng/auto_cxx
11579 Made releng/auto_cxx ready for FreeBSD (with bash or "bash" linked to /bin/sh)
11580 
11581 09 Aug 2011  [4270]
11582 releng/auto_printsize
11583 Made releng/auto_printsize ready for FreeBSD ("bash" linked to /bin/sh)
11584 
11585 10 Aug 2010  [4271]
11586 releng/manual_isojigdo
11587 Made releng/manual_isojigdo ready for FreeBSD ("bash" linked to /bin/sh)
11588 
11589 10 Aug 2010  [4272]
11590 releng/run_all_auto
11591 Made releng/run_all_auto ready for FreeBSD ("bash" linked to /bin/sh)
11592 
11593 10 Aug 2010  [4273]
11594 releng/run_all_auto
11595 Added some newlines to output of releng/run_all_auto
11596 
11597 11 Aug 2011  [4274]
11598 releng/manual_burn
11599 releng/manual_devices
11600 releng/README
11601 Option --priv_cmd for releng/manual_burn and releng/manual_devices
11602 
11603 14 Aug 2011  [4275]
11604 releng/run_all_auto
11605 Avoided use of "let" in releng/run_all_auto in favor of "expr"
11606 
11607 14 Aug 2011  [4276]
11608 releng/README
11609 releng/change_shell_to_use
11610 Opportunity to choose the shell that runs the releng test scripts
11611 
11612 14 Aug 2011  [4277]
11613 releng/change_shell_to_use
11614 Changed a comment
11615 
11616 2011.08.15.132616  [4278]
11617 xorriso/disk_ops.c
11618 Bug fix: -extract_single extracted directory content
11619 
11620 2011.08.15.171835  [4279]
11621 xorriso/opts_i_o.c
11622 xorriso/read_run.c
11623 xorriso/disk_ops.c
11624 Bug fix: -extract was not immediately aborted if -abort_on was triggered
11625 
11626 17 Aug 2011  [4282]
11627 xorriso/xorriso_eng.html
11628 ChangeLog
11629 Updated change log and web page
11630 
11631 ------------------------------------ cycle  - xorriso-1.1.5 - 2011.08.17.163150
11632 * Bug fix: -extract_single extracted directory content
11633 * Bug fix: -extract was not immediately aborted if -abort_on was triggered
11634 * Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space
11635 
11636 18 Aug 2011  [4283]
11637 releng/inc/releng_getopts.inc
11638 Made cleanup message of releng less loud
11639 
11640 2011.08.18.132218  [4284]
11641 configure.ac
11642 libisoburn/libisoburn.h
11643 Requiring libsofs-1.1.5 now
11644 
11645 2011.08.18.151913  [4285]
11646 xorriso/xorriso.h
11647 xorriso/xorrisoburn.h
11648 xorriso/lib_mgt.c
11649 xorriso/parse_exec.c
11650 xorriso/opts_d_h.c
11651 xorriso/opts_i_o.c
11652 libisoburn/libisoburn.ver
11653 xorriso/xorriso.texi 
11654 xorriso/xorriso.1 
11655 xorriso/xorriso.info 
11656 New option -list_extras
11657 
11658 18 Aug 2011  [4286]
11659 releng/auto_isocontent
11660 Testing recording and extraction of ACLs and xattr if available
11661 
11662 19 Aug 2011  [4288]
11663 releng/README
11664 releng/TODO
11665 Moved todo items from releng/README to releng/TODO
11666 
11667 19 Aug 2011  [4290]
11668 releng/TODO
11669 Some "pro" arguments for the disputed items in releng/TODO
11670 
11671 2011.08.19.110340  [4291]
11672 xorriso/xorriso_eng.html
11673 ChangeLog
11674 Updated change log and web page
11675 
11676 ------------------------------------ cycle  - xorriso-1.1.5 - 2011.08.19.110340
11677 * Bug fix: libisofs: ACL entries of groups and of user id 0 were not properly
11678            recorded and cannot be restored
11679 * Bug fix: libisofs: No ACLs were recorded on FreeBSD
11680 * New option -list_extras
11681 
11682 
11683 2011.08.23.104121  [4292]
11684 xorriso/xorriso_private.h
11685 xorriso/base_obj.c
11686 xorriso/opts_d_h.c
11687 xorriso/opts_i_o.c
11688 xorriso/text_io.c
11689 xorriso/read_run.c
11690 xorriso/xorriso.texi 
11691 xorriso/xorriso.1 
11692 xorriso/xorriso.info 
11693 xorriso/xorrisofs.texi
11694 xorriso/xorrisofs.1
11695 xorriso/xorrisofs.info
11696 New -osirrox option strict_acl
11697 
11698 23 Aug 2011  [4293]
11699 releng/auto_isocontent
11700 Made releng/auto_isocontent ready to test FreeBSD extattr
11701 
11702 23 Aug 2011  [4294]
11703 releng/auto_isocontent
11704 Made releng/auto_isocontent work on filesystems with no xattr and ACL
11705 
11706 23 Aug 2011  [4295]
11707 releng/auto_isocontent
11708 Made releng/auto_isocontent work with disabled xorriso ACL adapter
11709 
11710 2011.08.24.072854  [4296]
11711 xorriso/iso_manip.c
11712 Reporting specific libisofs error if setting of ACL fails
11713 
11714 2011.08.25.185950  [4297]
11715 xorriso/xorrisoburn.h
11716 xorriso/findjob.h
11717 xorriso/opts_d_h.c
11718 xorriso/iso_tree.c
11719 xorriso/iso_manip.c
11720 xorriso/disk_ops.c
11721 xorriso/xorriso.texi 
11722 xorriso/xorriso.1 
11723 xorriso/xorriso.info 
11724 New -find and -findx action list_extattr
11725 
11726 29 Aug 2011  [4298]
11727 releng/auto_isocontent
11728 Small change about Linux getfattr usage in releng/auto_isocontent
11729 
11730 29 Aug 2011  [4299]
11731 releng/manual_isojigdo
11732 Made releng/manual_isojigdo remove .iso file after failed download
11733 
11734 29 Aug 2011  [4300]
11735 + releng/jigdo-gen-md5-list
11736 + releng/jigdo-gen-md5-list.1
11737 xorriso/make_xorriso_standalone.sh
11738 Moved jigdo-gen-md5-list of GNU xorriso into libisoburn/releng 
11739 
11740 29 Aug 2011  [4301]
11741 releng/manual_isojigdo
11742 Using own jigdo-gen-md5-list to avoid restriction to Linux and FreeBSD
11743 
11744 30 Aug 2011  [4303]
11745 releng/inc/releng_getopts.inc
11746 releng/auto_isocontent
11747 releng/README
11748 Reacting on xorriso failure in pipe test of releng/auto_isocontent
11749 
11750 02 Sep 2011  [4304]
11751 configure.ac
11752 PKG_CHECK_MODULES test of ./configure now only with --enable-pkg-check-modules
11753 
11754 2011.09.03.194744  [4305]
11755 configure.ac
11756 xorriso/configure_ac.txt
11757 Made PKG_CHECK_MODULES with --enable-libcdio conditional
11758 
11759 2011.09.20.133438  [4309]
11760 xorriso/xorriso_eng.html
11761 ChangeLog
11762 xorriso/changelog.txt
11763 Updated change log and web page
11764 
11765 ------------------------------------ cycle  - xorriso-1.1.5 - 2011.09.20.133438
11766 * New -osirrox option strict_acl
11767 * libisofs: Enabled recording and restoring of extattr on FreeBSD.
11768 * New -find and -findx action list_extattr
11769 * Worked around a collision with Linux udev which lets device links vanish
11770 
11771 
11772 21 Sep 2011  [4312]
11773 xorriso/README_gnu_xorriso
11774 Mentioned configure-time options for udev anti-collision waiting time
11775 
11776 2011.09.22.142118  [4313]
11777 xorriso/xorriso_private.h
11778 xorriso/xorrisoburn.h
11779 xorriso/base_obj.c
11780 xorriso/opts_a_c.c
11781 xorriso/opts_d_h.c
11782 xorriso/drive_mgt.c
11783 Re-aquiring drives by their burn_drive_convert_fs_adr() names 
11784 
11785 23 Sep 2011  [4314]
11786 README
11787 xorriso/README_gnu_xorriso
11788 Mentioned my sysadmin workarounds to cope with udisks on Debian 6.0.2 amd64
11789 
11790 23 Sep 2011  [4315]
11791 Makefile.am
11792 releng/README
11793 releng/template_new
11794 Added releng test suite to release tarball
11795 
11796 2011.09.23.131734  [4316]
11797 xorriso/drive_mgt.c
11798 Improved error message if xorriso shall open a vanished udev link
11799 
11800 2011.09.23.135519  [4317]
11801 releng/manual_burn
11802 Let releng burn test tolerate vanished udev link and wait for its re-appearance
11803 
11804 24 Sep 2011  [4318]
11805 releng/README
11806 Fixed typos in releng/README
11807 
11808 25 Sep 2011  [4320]
11809 releng/README
11810 Small corrections in releng/README
11811 
11812 27 Sep 2011  [4325]
11813 svn copy -m Branching for libisoburn release 1.1.6
11814 http://svn.libburnia-project.org/libisoburn/trunk
11815 http://svn.libburnia-project.org/libisoburn/branches/1.1.6
11816 
11817 2011.09.27.080001  [4326]
11818 configure.ac
11819 README
11820 libisoburn/libisoburn.h
11821 xorriso/README_gnu_xorriso
11822 xorriso/xorriso.h
11823 xorriso/xorrisoburn.h
11824 xorriso/xorriso_main.c
11825 xorriso/xorriso_eng.html
11826 xorriso/make_xorriso_standalone.sh
11827 xorriso/configure_ac.txt
11828 xorriso/xorriso_timestamp.h
11829 xorriso/xorriso.texi 
11830 xorriso/xorriso.1 
11831 xorriso/xorriso.info 
11832 xorriso/xorrisofs.texi
11833 xorriso/xorrisofs.1
11834 xorriso/xorrisofs.info
11835 Version leap to libisoburn-1.1.6
11836 
11837 27 Sep 2011  [4327]
11838 ChangeLog
11839 xorriso/changelog.txt
11840 Documented changes and release timestamp
11841 
11842 ----------------------------------- release - xorriso-1.1.6 - 2011.09.27.080001
11843 * Bug fix: -extract_single extracted directory content
11844 * Bug fix: -extract was not immediately aborted if -abort_on was triggered
11845 * Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space
11846 * Bug fix: libisofs: ACL entries of groups and of user id 0 were not properly
11847            recorded and cannot be restored
11848 * Bug fix: libisofs: No ACLs were recorded on FreeBSD
11849 * New option -list_extras
11850 * New -osirrox option strict_acl
11851 * libisofs: Enabled recording and restoring of extattr on FreeBSD.
11852 * New -find and -findx action list_extattr
11853 * Workaround for collision with Linux udev which lets device links vanish
11854 
11855 
11856 2011.09.27.133025  [4333]
11857 configure.ac
11858 README
11859 libisoburn/libisoburn.h
11860 xorriso/README_gnu_xorriso
11861 xorriso/xorriso.h
11862 xorriso/xorrisoburn.h
11863 xorriso/xorriso_main.c
11864 xorriso/xorriso_eng.html
11865 xorriso/make_xorriso_standalone.sh
11866 xorriso/configure_ac.txt
11867 xorriso/xorriso_timestamp.h
11868 xorriso/xorriso.texi 
11869 xorriso/xorriso.1 
11870 xorriso/xorriso.info 
11871 xorriso/xorrisofs.texi
11872 xorriso/xorrisofs.1
11873 xorriso/xorrisofs.info
11874 Version leap to libisoburn-1.1.7
11875 
11876 27 Sep 2011  [4334]
11877 ChangeLog
11878 xorriso/changelog.txt
11879 Documented changes and release timestamp
11880 
11881 27 Sep 2011  [4335]
11882 svn move -m Promoted branch to tag
11883 http://svn.libburnia-project.org/libisoburn/branches/1.1.6
11884 http://svn.libburnia-project.org/libisoburn/tags/1.1.6
11885 
11886 ------------------------------------ cycle  - xorriso-1.1.7 - 2011.09.27.133025
11887 
11888 
11889 2011.10.05.075024  [4338]
11890 configure.ac
11891 libisoburn/libisoburn.h
11892 Requiring libburn 1.1.7
11893 
11894 2011.10.05.085704  [4340]
11895 libisoburn/libisoburn.h
11896 libisoburn/burn_wrap.c
11897 New flag bit of API call isoburn_drive_aquire() to cause burn_drive_re_assess()
11898 
11899 2011.10.05.172142  [4341]
11900 xorriso/drive_mgt.c
11901 Avoiding open-close cycles on MMC drives after blanking or burning
11902 
11903 2011.10.05.173150  [4342]
11904 xorriso/opts_a_c.c
11905 xorriso/lib_mgt.c
11906 Allowed lowercase severity names for all occasions
11907 
11908 06 Oct 2011  [4343]
11909 README
11910 Pointed readers of README to releng/README 
11911 
11912 08 Oct 2011  [4393]
11913 xorriso/man_xorriso_to_html.sh
11914 xorriso/man_xorrisofs_to_html.sh
11915 Replaced HTML minus by a flat ASCII minus in HTML man page generator
11916 
11917 2011.10.09.162439  [4396]
11918 xorriso/drive_mgt.c
11919 Reacted on nitpicking of cppcheck
11920 
11921 2011.10.13.105921  [4404]
11922 xorriso/drive_mgt.c
11923 Improved plausibility of xorriso media summary in case of unreliable readbility
11924 
11925 13 Oct 2011  [4405]
11926 releng/manual_burn
11927 Removed potentially dangerous hint from releng/manual_burn
11928 
11929 2011.10.14.094257  [4406]
11930 xorriso/xorriso.h
11931 xorriso/parse_exec.c
11932 xorriso/opts_d_h.c
11933 xorriso/opts_p_z.c
11934 libisoburn/libisoburn.ver
11935 xorriso/xorriso.texi
11936 xorriso/xorriso.info
11937 xorriso/xorriso.1
11938 New option -sleep
11939 
11940 2011.10.18.162119  [4407]
11941 xorriso/parse_exec.c
11942 xorriso/emulators.h
11943 xorriso/emulators.c
11944 Enabled xorrecord dev=- 
11945 
11946 2011.10.25.103839  [4408]
11947 README
11948 Makefile.am
11949 xorriso/README_gnu_xorriso
11950 xorriso/make_xorriso_standalone.sh
11951 xorriso/xorriso_makefile_am.txt
11952 xorriso/emulators.c
11953 xorriso/xorriso.texi
11954 xorriso/xorriso.info
11955 xorriso/xorriso.1
11956 xorriso/xorrisofs.texi
11957 xorriso/xorrisofs.info
11958 xorriso/xorrisofs.1
11959 + xorriso/xorrecord.texi
11960 + xorriso/xorrecord.info
11961 + xorriso/xorrecord.1
11962 xorriso/make_docs.sh
11963 xorriso/make_xorriso_1.c
11964 xorriso/convert_man_to_html.sh
11965 + xorriso/man_xorrecord_to_html.sh
11966 Info document and man page for xorrecord
11967 
11968 25 Oct 2011  [4409]
11969 xorriso/xorriso_eng.html
11970 ChangeLog
11971 Updated change log and web page
11972 
11973 ------------------------------------ cycle  - xorriso-1.1.7 - 
11974 * New option -sleep
11975 * Info document and man page for xorrecord
11976 
11977 
11978 2011.10.25.160042  [4410]
11979 xorriso/drive_mgt.c
11980 Avoided to report "Supported modes: SAO TAO" with xorrecord -atip on ROM drives
11981 
11982 2011.10.26.085213  [4411]
11983 xorriso/drive_mgt.c
11984 Let xorrecord -atip throw SORRY on empty tray, but report profile list of drive
11985 
11986 26 Oct 2011  [4412]
11987 xorriso/xorriso.texi
11988 xorriso/xorriso.info
11989 xorriso/xorriso.1
11990 xorriso/xorrisofs.texi
11991 xorriso/xorrisofs.info
11992 xorriso/xorrisofs.1
11993 Replaced several occurences of the word "media" by "medium"
11994 
11995 2011.11.02.140829  [4420]
11996 libisoburn/libisoburn.h
11997 libisoburn/isoburn.h
11998 libisoburn/burn_wrap.c
11999 libisoburn/isofs_wrap.c
12000 Replaced several occurences of the word "media" by "medium"
12001 
12002 2011.11.02.142105  [4421]
12003 xorriso/xorrisoburn.h
12004 xorriso/check_media.h
12005 xorriso/opts_a_c.c
12006 xorriso/opts_d_h.c
12007 xorriso/opts_p_z.c
12008 xorriso/drive_mgt.c
12009 xorriso/emulators.c
12010 xorriso/write_run.c
12011 Replaced several occurences of the word "media" by "medium"
12012 
12013 ------------------------------------ cycle  - xorriso-1.1.7 - 2011.11.02.142105
12014 
12015 
12016 2011.11.04.102805  [4423]
12017 xorriso/xorriso_eng.html
12018 ChangeLog
12019 Updated change log and web page
12020 
12021 ------------------------------------ cycle  - xorriso-1.1.7 - 2011.11.04.102805
12022 * Bug fix: libburn misinterpreted mode page 2A 
12023 
12024 
12025 2011.11.09.131243  [4425]
12026 + doc/qemu_xorriso.wiki
12027 Added a wiki page about xorriso on qemu. Online: wiki/QemuXorriso
12028 
12029 ------------------------------------ cycle  - xorriso-1.1.7 - 2011.11.09.131243
12030 * Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci
12031 
12032 
12033 09 Nov 2011  [4426]
12034 xorriso/make_xorriso_standalone.sh
12035 Added wiki page about xorriso on qemu to the GNU xorriso tarball generator
12036 
12037 09 Nov 2011  [4427]
12038 doc/qemu_xorriso.wiki
12039 Small corrections in wiki/QemuXorriso
12040 
12041 2011.11.09.145155  [4428]
12042 Makefile.am
12043 Added wiki/QemuXorriso to libisoburn tarball generator
12044 
12045 09 Nov 2011  [4429]
12046 doc/qemu_xorriso.wiki
12047 Mentioned how to use /dev/vda without /dev/sr1 link
12048 
12049 10 Nov 2011  [4432]
12050 doc/qemu_xorriso.wiki
12051 Some clarifications in wiki/QemuXorriso
12052 
12053 11 Nov 2011  [4433]
12054 doc/qemu_xorriso.wiki
12055 Some clarifications in wiki/QemuXorriso
12056 
12057 13 Nov 2011  [4434]
12058 doc/qemu_xorriso.wiki
12059 Some clarifications in wiki/QemuXorriso
12060 
12061 16 Nov 2011  [4438]
12062 doc/qemu_xorriso.wiki
12063 Some clarifications in wiki/QemuXorriso
12064 
12065 16 Nov 2011  [4439]
12066 doc/qemu_xorriso.wiki
12067 Corrected a wrong statement in wiki/QemuXorriso
12068 
12069 20 Nov 2011  [4445]
12070 svn copy -m Branching for libisoburn release 1.1.8
12071 http://svn.libburnia-project.org/libisoburn/trunk
12072 http://svn.libburnia-project.org/libisoburn/branches/1.1.8
12073 
12074 2011.11.20.173001  [4446]
12075 configure.ac
12076 README
12077 libisoburn/libisoburn.h
12078 xorriso/README_gnu_xorriso
12079 xorriso/xorriso.h
12080 xorriso/xorrisoburn.h
12081 xorriso/xorriso_main.c
12082 xorriso/xorriso_eng.html
12083 xorriso/make_xorriso_standalone.sh
12084 xorriso/configure_ac.txt
12085 xorriso/xorriso_timestamp.h
12086 xorriso/xorriso.texi 
12087 xorriso/xorriso.1 
12088 xorriso/xorriso.info 
12089 xorriso/xorrisofs.texi
12090 xorriso/xorrisofs.1
12091 xorriso/xorrisofs.info
12092 xorriso/xorrecord.texi
12093 xorriso/xorrecord.1
12094 xorriso/xorrecord.info
12095 Version leap to libisoburn-1.1.8
12096 
12097 20 Nov 2011  [4447]
12098 ChangeLog
12099 xorriso/changelog.txt
12100 Documented changes and release timestamp
12101 
12102 ----------------------------------- release - xorriso-1.1.8 - 2011.11.20.173001
12103 * Info document and man page for xorrecord
12104 * New option -sleep
12105 * Enabled recognition of QEMU DVD-ROM 0.12
12106 * Enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci
12107 
12108 
12109 2011.11.21.081802  [4452]
12110 configure.ac
12111 README
12112 libisoburn/libisoburn.h
12113 xorriso/README_gnu_xorriso
12114 xorriso/xorriso.h
12115 xorriso/xorrisoburn.h
12116 xorriso/xorriso_main.c
12117 xorriso/xorriso_eng.html
12118 xorriso/make_xorriso_standalone.sh
12119 xorriso/configure_ac.txt
12120 xorriso/xorriso_timestamp.h
12121 xorriso/xorriso.texi 
12122 xorriso/xorriso.1 
12123 xorriso/xorriso.info 
12124 xorriso/xorrisofs.texi
12125 xorriso/xorrisofs.1
12126 xorriso/xorrisofs.info
12127 xorriso/xorrecord.texi
12128 xorriso/xorrecord.1
12129 xorriso/xorrecord.info
12130 Version leap to libisoburn-1.1.9
12131 
12132 21 Nov 2011  [4453]
12133 ChangeLog
12134 xorriso/changelog.txt
12135 Documented changes and release timestamp
12136 
12137 21 Nov 2011  [4454]
12138 svn move -m Promoted branch to tag
12139 http://svn.libburnia-project.org/libisoburn/branches/1.1.8
12140 http://svn.libburnia-project.org/libisoburn/tags/1.1.8
12141 
12142 ------------------------------------ cycle  - xorriso-1.1.9 - 2011.11.21.081802
12143 
12144 
12145 22 Nov 2011  [4456]
12146 doc/qemu_xorriso.wiki
12147 Updated QemuXorriso wiki about xorriso version requirements
12148 
12149 23 Nov 2011  [4457]
12150 doc/qemu_xorriso.wiki
12151 Mentioned GNU Hurd qemu page as source of qemu knowledge
12152 
12153 2011.11.24.093151  [4459]
12154 xorriso/iso_tree.c
12155 Worked around inconsistency of stat.st_rdev and dev_t on Debian mips, mipsel
12156 
12157 2011.11.29.130622  [4461]
12158 libisoburn/libisoburn.ver
12159 Bug fix: libisoburn.ver had a duplicate function entry
12160 
12161 2011.12.01.152236  [4464]
12162 xorriso/emulators.c
12163 xorriso/write_run.c
12164 xorriso/xorrecord.texi
12165 xorriso/xorrecord.info
12166 xorriso/xorrecord.1
12167 Made verbosity and exit value of xorrecord more similar to cdrecord resp. wodim
12168 
12169 03 Dec 2011  [4472]
12170 Makefile.am
12171 Removing test/.libs with make clean
12172 
12173 03 Dec 2011  [4473]
12174 Makefile.am
12175 Added ./bootstrap script to release tarball
12176 
12177 03 Dec 2011  [4474]
12178 xorriso/xorriso_makefile_am.txt
12179 Removing xorriso/.libs test/.libs with make clean
12180 
12181 2011.12.07.080625  [4480]
12182 Makefile.am
12183 xorriso/xorriso_makefile_am.txt
12184 Removed version.h from list of source files because generated by configure
12185 
12186 2011.12.25.121944  [4513]
12187 xorriso/xorriso_makefile_am.txt
12188 Integrated new source file libburn/cdtext.c
12189 
12190 28 Dec 2011  [4520]
12191 xorriso/compile_xorriso.sh
12192 Integrated new source file libburn/cdtext.c
12193 
12194 2012.01.14.144233  [4565]
12195 configure.ac
12196 libisoburn/libisoburn.h
12197 libisoburn/isoburn.h
12198 libisoburn/isoburn.c
12199 New relaxations isoburn_igopt_joliet_rec_mtime, isoburn_igopt_iso1999_rec_mtime
12200 
12201 2012.01.14.144535  [4566]
12202 xorriso/xorriso.h
12203 xorriso/opts_p_z.c
12204 xorriso/emulators.c
12205 xorriso/write_run.c
12206 xorriso/xorriso.texi
12207 xorriso/xorriso.info
12208 xorriso/xorriso.1
12209 Using new libisoburn relaxations with "rec_mtime", enabling it with -as mkisofs
12210 
12211 14 Jan 2012  [4567]
12212 xorriso/xorriso_eng.html
12213 ChangeLog
12214 Updated change log and web page
12215 
12216 ------------------------------------ cycle  - xorriso-1.1.9 - 2012.01.14.144535
12217 * Bug fix: mkisofs emulation did not record mtime in ECMA-119 directories
12218 * Bug fix: Program abort while drive tray is loading led to endless loop
12219 * Bug fix: Solaris adapter mishandled write commands which failed on first try
12220 * Bug fix: libisoburn.ver had a duplicate function entry
12221 * New relaxations isoburn_igopt_joliet_rec_mtime,
12222   isoburn_igopt_iso1999_rec_mtime
12223 
12224 
12225 2012.01.15.104012  [4569]
12226 xorriso/write_run.h
12227 xorriso/xorriso.texi
12228 xorriso/xorriso.info
12229 xorriso/xorriso.1
12230 Made -compliance "rec_mtime" default for xorriso
12231 
12232 2012.01.18.093532  [4572]
12233 xorriso/drive_mgt.c
12234 Improved interpretation of -check_media min_lba=
12235 
12236 2012.01.21.114233  [4586] delayed_commit/B20121.114249
12237 xorriso/xorriso_private.h
12238 xorriso/base_obj.c
12239 xorriso/drive_mgt.c
12240 xorriso/read_run.c
12241 xorriso/text_io.c
12242 Reporting speed with -check_media
12243 
12244 2012.01.21.173229  [4587] delayed_commit/B20121.173233
12245 xorriso/opts_a_c.c
12246 xorriso/opts_d_h.c
12247 xorriso/opts_i_o.c
12248 xorriso/opts_p_z.c
12249 xorriso/drive_mgt.c
12250 xorriso/read_run.c
12251 Reporting speed with -check_md5, -compare, -find, -compare_l, -update
12252 
12253 2012.01.21.190312  [4587] delayed_commit/B20121.190324
12254 xorriso/drive_mgt.c
12255 Curbed -check_media chunk_size= to 64 kB
12256 
12257 2012.01.23.104642  [4588]
12258 xorriso/cmp_update.c
12259 xorriso/iso_tree.c
12260 Two files forgotten with rev 4587
12261 
12262 24 Jan 2012  [4594]
12263 xorriso/make_xorriso_standalone.sh
12264 Added libisoburn ChangeLog to GNU xorriso tarball
12265 
12266 25 Jan 2012  [4596]
12267 ChangeLog
12268 Updated ChangeLog
12269 
12270 2012.01.25.153732  [4597]
12271 xorriso/text_io.c
12272 Made rev 4586 safe against division by 0
12273 
12274 27 Jan 2012  [4602]
12275 svn copy -m Branching for libisoburn release 1.2.0
12276 http://svn.libburnia-project.org/libisoburn/trunk
12277 http://svn.libburnia-project.org/libisoburn/branches/1.2.0
12278 
12279 2012.01.27.120001  [4603]
12280 configure.ac
12281 README
12282 libisoburn/libisoburn.h
12283 xorriso/README_gnu_xorriso
12284 xorriso/xorriso.h
12285 xorriso/xorrisoburn.h
12286 xorriso/xorriso_main.c
12287 xorriso/xorriso_eng.html
12288 xorriso/make_xorriso_standalone.sh
12289 xorriso/configure_ac.txt
12290 xorriso/xorriso_timestamp.h
12291 xorriso/xorriso.texi 
12292 xorriso/xorriso.1 
12293 xorriso/xorriso.info 
12294 xorriso/xorrisofs.texi
12295 xorriso/xorrisofs.1
12296 xorriso/xorrisofs.info
12297 xorriso/xorrecord.texi
12298 xorriso/xorrecord.1
12299 xorriso/xorrecord.info
12300 Version leap to libisoburn-1.2.0
12301 
12302 27 Jan 2012  [4604]
12303 ChangeLog
12304 xorriso/changelog.txt
12305 Documented changes and release timestamp
12306 
12307 ----------------------------------- release - xorriso-1.2.0 - 2012.01.27.120001
12308 * Bug fix: mkisofs emulation did not record mtime in ECMA-119 directories
12309 * Bug fix: Program abort while drive tray is loading led to endless loop
12310 * Bug fix: Solaris adapter mishandled write commands which failed on first try
12311 * Bug fix: libisoburn.ver had a duplicate function entry
12312 * New relaxations isoburn_igopt_joliet_rec_mtime,
12313   isoburn_igopt_iso1999_rec_mtime
12314 * Made -compliance "rec_mtime" default for xorriso
12315 
12316 
12317 2012.01.27.155323  [4609]
12318 configure.ac
12319 README
12320 libisoburn/libisoburn.h
12321 xorriso/README_gnu_xorriso
12322 xorriso/xorriso.h
12323 xorriso/xorrisoburn.h
12324 xorriso/xorriso_main.c
12325 xorriso/xorriso_eng.html
12326 xorriso/make_xorriso_standalone.sh
12327 xorriso/configure_ac.txt
12328 xorriso/xorriso_timestamp.h
12329 xorriso/xorriso.texi 
12330 xorriso/xorriso.1 
12331 xorriso/xorriso.info 
12332 xorriso/xorrisofs.texi
12333 xorriso/xorrisofs.1
12334 xorriso/xorrisofs.info
12335 xorriso/xorrecord.texi
12336 xorriso/xorrecord.1
12337 xorriso/xorrecord.info
12338 Version leap to libisoburn-1.2.1
12339 
12340 27 Jan 2012  [4610]
12341 ChangeLog
12342 xorriso/changelog.txt
12343 Documented changes and release timestamp
12344 
12345 27 Jan 2012  [4611]
12346 svn move -m Promoted branch to tag
12347 http://svn.libburnia-project.org/libisoburn/branches/1.2.0
12348 http://svn.libburnia-project.org/libisoburn/tags/1.2.0
12349 
12350 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.01.27.155323
12351 
12352 
12353 2012.01.31.130405  [4616]
12354 xorriso/xorriso.h
12355 xorriso/xorriso_private.h
12356 xorriso/base_obj.c
12357 xorriso/parse_exec.h
12358 xorriso/parse_exec.c
12359 xorriso/opts_d_h.c
12360 xorriso/opts_i_o.c
12361 libisoburn/libisoburn.ver
12362 xorriso/xorriso.texi
12363 xorriso/xorriso.1
12364 xorriso/xorriso.info
12365 New commands -x, -list_arg_sorting 
12366 
12367 2012.02.01.122709  [4617]
12368 xorriso/drive_mgt.c
12369 Avoided lots of error messages when checking media in empty drive
12370 
12371 2012.02.01.162935  [4618]
12372 xorriso/drive_mgt.c
12373 xorriso/text_io.c
12374 Reporting correct speed unit with -check_media use=outdev
12375 
12376 2012.02.01.163200  [4619]
12377 xorriso/drive_mgt.c
12378 Allowed chunk_size= values up to 1024s
12379 
12380 02 Feb 2012  [4620]
12381 xorriso/xorriso.texi
12382 xorriso/xorriso.1
12383 xorriso/xorriso.info
12384 Polished man page about option -x
12385 
12386 02 Feb 2012  [4621]
12387 xorriso/xorriso_eng.html
12388 ChangeLog
12389 Updated change log and web page
12390 
12391 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.02.01.163200
12392 * New commands -x, -list_arg_sorting 
12393 
12394 
12395 02 Feb 2012  [4622]
12396 xorriso/xorriso_eng.html
12397 Fixed a HTML bug in xorriso web page
12398 
12399 02 Feb 2012  [4623]
12400 xorriso/man_xorriso_to_html.sh
12401 Updated generator script for HTML man page
12402 
12403 2012.02.14.103107  [4629]
12404 libisoburn/libisoburn.h
12405 libisoburn/libisoburn.ver
12406 libisoburn/isoburn.h
12407 libisoburn/isofs_wrap.c
12408 libisoburn/isoburn.c
12409 New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()
12410 
12411 2012.02.14.103256  [4630]
12412 xorriso/drive_mgt.c
12413 More accurate determination of size with check_media what=image
12414 
12415 24 Feb 2012  [4633]
12416 xorriso/xorriso.texi
12417 xorriso/xorriso.info
12418 xorriso/xorriso.1
12419 Some adjustments in xorriso man page
12420 
12421 2012.02.25.154938  [4634]
12422 xorriso/opts_d_h.c
12423 xorriso/read_run.c
12424 xorriso/text_io.c
12425 Enabled speed display with command -extract
12426 
12427 2012.02.25.194514  [4635]
12428 xorriso/disk_ops.c
12429 Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing
12430 
12431 27 Feb 2012  [4636]
12432 xorriso/disk_ops.c
12433 Fixed a problem with directing an -extract to the / directory of disk
12434 
12435 2012.02.27.150241  [4637]
12436 libisoburn/isoburn.h
12437 libisoburn/isoburn.c
12438 libisoburn/isofs_wrap.c
12439 New default permission on / directory: rwxr-xr-x
12440 
12441 27 Feb 2012  [4638]
12442 xorriso/man_xorriso_to_html.sh
12443 Equipped chapters of xorriso HTML man page with link targets
12444 
12445 27 Feb 2012  [4639]
12446 xorriso/xorriso_eng.html
12447 ChangeLog
12448 Updated change log and web page
12449 
12450 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.02.27.150241
12451 * New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()
12452 * Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing
12453 
12454 
12455 2012.02.29.135454  [4640]
12456 xorriso/drive_mgt.c
12457 Fixed a problem after blanking, which was introduced by rev 4630.
12458 
12459 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.02.29.135454
12460 
12461 
12462 2012.03.03.104637  [4641]
12463 xorriso/filters.c
12464 Bug fix: Setting file content filters did not mark image as changed for commit
12465 
12466 2012.03.03.134008  [4642]
12467 xorriso/opts_a_c.c
12468 xorriso/opts_d_h.c
12469 xorriso/opts_i_o.c
12470 xorriso/opts_p_z.c
12471 xorriso/emulators.c
12472 xorriso/drive_mgt.c
12473 xorriso/read_run.c
12474 xorriso/write_run.c
12475 Centralized the inquiry whether an image change is pending
12476 
12477 2012.03.03.182917  [4643]
12478 xorriso/xorriso.h
12479 xorriso/parse_exec.c
12480 xorriso/opts_a_c.c
12481 xorriso/opts_d_h.c
12482 xorriso/xorriso.texi
12483 xorriso/xorriso.info
12484 xorriso/xorriso.1
12485 libisoburn/libisoburn.ver
12486 New command -changes_pending
12487 
12488 2012.03.03.185100  [4644]
12489 xorriso/filters.c
12490 Revoked rev 4641. It is not a bug but a feature. E.g. for reading.
12491 
12492 03 Mar 2012  [4645]
12493 xorriso/xorriso.texi
12494 xorriso/xorriso.info
12495 xorriso/xorriso.1
12496 Mentioned peculiar -changes_pending behavior of filter attaching
12497 
12498 2012.03.03.211636  [4646]
12499 xorriso/opts_d_h.c
12500 Corrected texts about "command", "argument", "parameter"
12501 
12502 2012.03.04.094824  [4647]
12503 xorriso/iso_img.c
12504 Added a comment
12505 
12506 2012.03.04.095952  [4648]
12507 xorriso/xorriso.h
12508 Added a comment
12509 
12510 05 Mar 2012  [4649]
12511 xorriso/xorriso.texi
12512 xorriso/xorriso.info
12513 xorriso/xorriso.1
12514 xorriso/man_xorriso_to_html.sh
12515 Changed xorriso.texi according to proposals by Tony Mancill
12516 
12517 05 Mar 2012  [4650]
12518 xorriso/xorriso.texi
12519 xorriso/xorriso.info
12520 xorriso/xorriso.1
12521 xorriso/man_xorriso_to_html.sh
12522 Revised the use of "option" and "ASCII" in xorriso.texi
12523 
12524 05 Mar 2012  [4651]
12525 xorriso/README_gnu_xorriso
12526 Corrected orthographical error in GNU xorriso readme file
12527 
12528 2012.03.05.145209  [4652]
12529 libisoburn/libisoburn.h
12530 Corrected orthographical errors in libisoburn.h
12531 
12532 2012.03.05.145346  [4653]
12533 xorriso/xorriso.h
12534 Replaced many occurences of "option" by "command" in comments of xorriso.h
12535 
12536 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.03.05.145346
12537 
12538 
12539 2012.03.05.204946  [4654]
12540 xorriso/emulators.c
12541 Added -hide-rr-moved to the list of ignored -as mkisofs options
12542 
12543 2012.03.09.190043  [4655]
12544 xorriso/iso_manip.c
12545 Corrected missing linefeed in message of command -mkdir
12546 
12547 2012.03.10.145124  [4657]
12548 libisoburn/libisoburn.h
12549 libisoburn/isoburn.h
12550 libisoburn/isoburn.c
12551 libisoburn/libisoburn.ver
12552 New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc()
12553 
12554 2012.03.10.150003  [4658]
12555 xorriso/xorriso.h
12556 xorriso/xorriso_private.h
12557 xorriso/base_obj.c
12558 xorriso/parse_exec.c
12559 xorriso/opts_d_h.c
12560 xorriso/opts_p_z.c
12561 xorriso/write_run.c
12562 xorriso/text_io.c
12563 libisoburn/libisoburn.ver
12564 xorriso/xorriso.texi
12565 xorriso/xorriso.info
12566 xorriso/xorriso.1
12567 New command -rr_reloc_dir
12568 
12569 2012.03.10.153518  [4659]
12570 xorriso/parse_exec.c
12571 Changed a degugging text about command parameters
12572 
12573 2012.03.11.162050  [4660]
12574 libisoburn/libisoburn.h
12575 libisoburn/isoburn.h
12576 libisoburn/isoburn.c
12577 libisoburn/isofs_wrap.c
12578 libisoburn/data_source.c
12579 libisoburn/libisoburn.ver
12580 New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache()
12581 
12582 2012.03.11.164130  [4661]
12583 xorriso/xorriso.h
12584 xorriso/xorriso_private.h
12585 xorriso/xorrisoburn.h
12586 xorriso/base_obj.c
12587 xorriso/parse_exec.c
12588 xorriso/opts_d_h.c
12589 xorriso/lib_mgt.c
12590 xorriso/drive_mgt.c
12591 xorriso/iso_img.c
12592 xorriso/text_io.c
12593 libisoburn/libisoburn.ver
12594 xorriso/xorriso.texi
12595 xorriso/xorriso.info
12596 xorriso/xorriso.1
12597 New command -data_cache_size
12598 
12599 2012.03.12.180937  [4662]
12600 xorriso/emulators.c
12601 xorriso/xorrisofs.texi
12602 xorriso/xorrisofs.info
12603 xorriso/xorrisofs.1
12604 New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved
12605 
12606 2012.03.13.102621  [4663]
12607 xorriso/emulators.c
12608 Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields
12609 
12610 2012.03.14.152414  [4664]
12611 xorriso/emulators.c
12612 xorriso/xorrisofs.texi
12613 xorriso/xorrisofs.info
12614 xorriso/xorrisofs.1
12615 Adjusted behavior of -as mkisofs option -D
12616 
12617 14 Mar 2012  [4665]
12618 xorriso/xorriso.texi
12619 xorriso/xorriso.info
12620 xorriso/xorriso.1
12621 Clarified xorriso documentation about deep directories
12622 
12623 2012.03.14.195147  [4666]
12624 xorriso/emulators.c
12625 xorriso/xorrisofs.texi
12626 xorriso/xorrisofs.info
12627 xorriso/xorrisofs.1
12628 Adjusted behavior of -as mkisofs option -l
12629 
12630 14 Mar 2012  [4667]
12631 xorriso/xorriso_eng.html
12632 ChangeLog
12633 Updated change log and web page
12634 
12635 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.03.14.195147
12636 * New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc()
12637 * New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache()
12638 * New command -rr_reloc_dir
12639 * New command -data_cache_size
12640 * New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved
12641 * Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields
12642 
12643 
12644 2012.03.21.141040  [4668]
12645 libisoburn/libisoburn.h
12646 Bug fix: Relaxation option joliet_rec_mtime and iso1999_rec_mtime had wrong values
12647 
12648 2012.03.21.193055  [4669]
12649 libisoburn/data_source.c
12650 libisoburn/isofs_wrap.c
12651 Reacted on warnings of cppcheck
12652 
12653 2012.03.21.193153  [4670]
12654 xorriso/parse_exec.c
12655 Reacted on warning of cppcheck
12656 
12657 2012.03.21.193557  [4672]
12658 xorriso/text_io.c
12659 Reacted on warning of cppcheck
12660 
12661 2012.03.22.084956  [4673]
12662 xorriso/emulators.c
12663 xorriso/misc_funct.h
12664 xorriso/misc_funct.c
12665 Bug fix: -as mkisofs without -graft-points could noy handle names with "="
12666 
12667 2012.03.22.102053  [4674]
12668 libisoburn/libisoburn.h
12669 libisoburn/isoburn.c
12670 New relaxation option allow_7bit_ascii
12671 
12672 2012.03.22.102402  [4675]
12673 libisoburn/isoburn.h
12674 File which was omitted when committing rev. 4674
12675 
12676 2012.03.22.103201  [4676]
12677 xorriso/write_run.c
12678 xorriso/xorriso.texi
12679 xorriso/xorriso.info
12680 xorriso/xorriso.1
12681 New -compliance option 7bit_ascii
12682 
12683 2012.03.22.103349  [4677]
12684 xorriso/emulators.c
12685 xorriso/xorrisofs.texi
12686 xorriso/xorrisofs.info
12687 xorriso/xorrisofs.1
12688 Implemented -as mkisofs option -relaxed-filenames
12689 
12690 22 Mar 2012  [4678]
12691 xorriso/make_xorriso_1.c
12692 Updated help text of texi-to-man converter
12693 
12694 27 Mar 2012  [4679]
12695 configure.ac
12696 Demanding libisofs-1.2.1 with ./configure --enable-pkg-check-modules
12697 
12698 28 Mar 2012  [4680]
12699 xorriso/xorriso_eng.html
12700 ChangeLog
12701 Updated change log and web page
12702 
12703 ------------------------------------ cycle  - xorriso-1.2.1 - 2012.03.22.103349
12704 Bug fix: -as mkisofs without -graft-points could not handle names with "="
12705 Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had wrong values
12706 
12707 
12708 2 Apr 2012  [4688]
12709 svn copy -m Branching for libisoburn release 1.2.2
12710 http://svn.libburnia-project.org/libisoburn/trunk
12711 http://svn.libburnia-project.org/libisoburn/branches/1.2.2
12712 
12713 2012.04.02.133001  [4689]
12714 configure.ac
12715 README
12716 libisoburn/libisoburn.h
12717 xorriso/README_gnu_xorriso
12718 xorriso/xorriso.h
12719 xorriso/xorrisoburn.h
12720 xorriso/xorriso_main.c
12721 xorriso/xorriso_eng.html
12722 xorriso/make_xorriso_standalone.sh
12723 xorriso/configure_ac.txt
12724 xorriso/xorriso_timestamp.h
12725 xorriso/xorriso.texi 
12726 xorriso/xorriso.1 
12727 xorriso/xorriso.info 
12728 xorriso/xorrisofs.texi
12729 xorriso/xorrisofs.1
12730 xorriso/xorrisofs.info
12731 xorriso/xorrecord.texi
12732 xorriso/xorrecord.1
12733 xorriso/xorrecord.info
12734 Version leap to libisoburn-1.2.0
12735 
12736 02 Apr 2012  [4690]
12737 ChangeLog
12738 xorriso/changelog.txt
12739 Documented changes and release timestamp
12740 
12741 ----------------------------------- release - xorriso-1.2.2 - 2012.04.02.133001
12742 * New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()
12743 * New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc()
12744 * New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache()
12745 * New commands -x, -list_arg_sorting
12746 * New command -rr_reloc_dir
12747 * New command -data_cache_size
12748 * New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved
12749 * Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields
12750 * Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing
12751 * Bug fix: -as mkisofs without -graft-points could not handle names with "="
12752 * Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had wrong values
12753 
12754 
12755 2012.04.02.192028  [4695]
12756 configure.ac
12757 README
12758 libisoburn/libisoburn.h
12759 xorriso/README_gnu_xorriso
12760 xorriso/xorriso.h
12761 xorriso/xorrisoburn.h
12762 xorriso/xorriso_main.c
12763 xorriso/xorriso_eng.html
12764 xorriso/make_xorriso_standalone.sh
12765 xorriso/configure_ac.txt
12766 xorriso/xorriso_timestamp.h
12767 xorriso/xorriso.texi 
12768 xorriso/xorriso.1 
12769 xorriso/xorriso.info 
12770 xorriso/xorrisofs.texi
12771 xorriso/xorrisofs.1
12772 xorriso/xorrisofs.info
12773 xorriso/xorrecord.texi
12774 xorriso/xorrecord.1
12775 xorriso/xorrecord.info
12776 Version leap to libisoburn-1.2.3
12777 
12778 02 Apr 2012  [4696]
12779 ChangeLog
12780 xorriso/changelog.txt
12781 Documented changes and release timestamp
12782 
12783 02 Apr 2012  [4697]
12784 svn move -m Promoted branch to tag
12785 http://svn.libburnia-project.org/libisoburn/branches/1.2.2
12786 http://svn.libburnia-project.org/libisoburn/tags/1.2.2
12787 
12788 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.04.02.192028
12789 
12790 
12791 2012.04.06.173904  [4700]
12792 xorriso/write_run.c
12793 Avoided to mention autoformatting in message about missing -outdev at -commit
12794 
12795 2012.04.10.071539  [4703]
12796 xorriso/emulators.c
12797 Now recognizing long -as cdrecord options with double dash
12798 
12799 2012.04.11.163237  [4705]
12800 xorriso/xorriso_private.h
12801 xorriso/base_obj.c
12802 xorriso/emulators.c
12803 xorriso/text_io.c
12804 xorriso/xorrisofs.texi
12805 xorriso/xorrisofs.info
12806 xorriso/xorrisofs.1
12807 New -as mkisofs option -log-file
12808 
12809 2012.04.19.073152  [4710]
12810 libisoburn/isofs_wrap.c
12811 Fixed a small memory leak in case of failed ISO image reading
12812 
12813 2012.04.19.074422  [4711]
12814 configure.ac
12815 libisoburn/libisoburn.h
12816 Requiring libisofs 1.2.3 now
12817 
12818 19 Apr 2012  [4712]
12819 xorriso/xorriso_eng.html
12820 ChangeLog
12821 Updated change log and web page
12822 
12823 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.04.19.073152
12824 * New -as mkisofs option -log-file
12825 * Bug fix: Memory corruption when reading bootable image that was truncated
12826 
12827 
12828 2012.04.21.193504  [4723]
12829 xorriso/make_xorriso_standalone.sh
12830 releng/README
12831 releng/TODO
12832 Now copying libisoburn/releng into GNU xorriso
12833 
12834 2012.04.22.100352  [4724]
12835 xorriso/make_xorriso_standalone.sh
12836 releng/README
12837 Removing old data from releng/releng_generated_data in GNU xorriso
12838 
12839 2012.04.25.191110  [4727]
12840 xorriso/emulators.c
12841 Now recognizing fused single character -as mkisofs options without parameters
12842 
12843 2012.04.28.161532  [4728]
12844 xorriso/emulators.c
12845 Now producing a FAILURE event with unknown mkisofs arguments which begin by dash
12846 
12847 2012.05.01.075022  [4729]
12848 xorriso/drive_mgt.c
12849 xorriso/check_media.h
12850 xorriso/check_media.c
12851 xorriso/xorriso.texi 
12852 xorriso/xorriso.1 
12853 xorriso/xorriso.info 
12854 New -check_media option async_chunks=
12855 
12856 2012.05.02.111016  [4730]
12857 xorriso/drive_mgt.c
12858 xorriso/xorriso.texi
12859 xorriso/xorriso.1 
12860 xorriso/xorriso.info 
12861 Made chunksize=32s default with -check_media
12862 
12863 2012.05.22.121401  [4732]
12864 xorriso/xorriso.h
12865 xorriso/xorriso_private.h
12866 xorriso/base_obj.c
12867 xorriso/opts_d_h.c
12868 xorriso/opts_p_z.c
12869 xorriso/text_io.c
12870 xorriso/xorriso.texi
12871 xorriso/xorriso.info
12872 xorriso/xorriso.1
12873 libisoburn/libisoburn.ver
12874 New command -rockridge
12875 
12876 2012.05.22.121743  [4733]
12877 xorriso/emulators.c
12878 xorriso/xorrisofs.texi
12879 xorriso/xorrisofs.info
12880 xorriso/xorrisofs.1
12881 New -as mkisofs option --norock
12882 
12883 2012.05.24.070718  [4734]
12884 libisoburn/libisoburn.h
12885 libisoburn/isoburn.h
12886 libisoburn/isoburn.c
12887 Preparations for ISO/HFS+ hybrid images by Vladimir Serbinenko
12888 
12889 2012.05.24.071402  [4735]
12890 xorriso/xorriso_makefile_am.txt
12891 xorriso/compile_xorriso.sh
12892 xorriso/xorriso.h
12893 xorriso/xorriso_private.h
12894 xorriso/base_obj.c
12895 xorriso/parse_exec.c
12896 xorriso/opts_d_h.c
12897 xorriso/opts_i_o.c
12898 xorriso/emulators.c
12899 xorriso/iso_img.c
12900 xorriso/iso_tree.c
12901 xorriso/iso_manip.c
12902 xorriso/disk_ops.c
12903 xorriso/write_run.c
12904 xorriso/text_io.c
12905 xorriso/misc_funct.c
12906 libisoburn/libisoburn.ver
12907 Preparations for ISO/HFS+ hybrid images by Vladimir Serbinenko
12908 
12909 2012.05.24.093552  [4736]
12910 xorriso/xorriso_makefile_am.txt
12911 xorriso/compile_xorriso.sh
12912 Welcomimg three new libisofs source files by Vladimir Serbinenko
12913 
12914 2012.05.25.084641  [4737]
12915 xorriso/xorrisoburn.h
12916 xorriso/iso_manip.c
12917 xorriso/emulators.c
12918 New (yet inofficial) -as mkisofs option -hfsplus-file-creator-type
12919 
12920 2012.05.25.190220  [4738]
12921 xorriso/xorrisoburn.h
12922 xorriso/iso_manip.c
12923 xorriso/emulators.c
12924 New (yet inofficial) -as mkisofs options -hfs-bless and -hfs-bless-by
12925 
12926 2012.05.26.212559  [4739]
12927 libisoburn/isoburn.c
12928 Closed a memory leak about system area buffer. Found by valgrind.
12929 
12930 2012.05.27.165658  [4740]
12931 libisoburn/libisoburn.h
12932 libisoburn/isoburn.h
12933 libisoburn/isoburn.c
12934 libisoburn/libisoburn.ver
12935 New API call isoburn_igopt_set_hfsp_serial_number()
12936 
12937 2012.05.27.165938  [4741]
12938 xorriso/xorriso_private.h
12939 xorriso/base_obj.c
12940 xorriso/emulators.c
12941 xorriso/write_run.c
12942 New (yet inofficial) -as mkisofs option -hfsplus-serial-no
12943 
12944 2012.05.28.133310  [4742]
12945 xorriso/opts_a_c.c
12946 xorriso/emulators.c
12947 xorriso/text_io.c
12948 New (yet inofficial) -boot_image bootspec hfsplus_serial=
12949 
12950 2012.05.30.153449  [4743]
12951 xorriso/opts_d_h.c
12952 xorriso/findjob.h
12953 xorriso/iso_manip.h
12954 xorriso/iso_manip.c
12955 New (yet inofficial) -find actions set/get_hfs_crtp,  set/get_hfs_bless
12956 
12957 2012.05.31.070528  [4745]
12958 xorriso/opts_d_h.c
12959 xorriso/iso_manip.c
12960 xorriso/findjob.h
12961 xorriso/findjob.c
12962 New (yet inofficial) -find tests -has_hfs_crtp, has_hfs_bless
12963 
12964 2012.05.31.071033  [4746]
12965 xorriso/opts_d_h.c
12966 Corrected a mistake in previous revision
12967 
12968 2012.06.05.103058  [4747]
12969 xorriso/write_run.c
12970 Closed a memory leak about -print_size, found by valgrind
12971 
12972 2012.06.05.145849  [4748]
12973 xorriso/iso_manip.c
12974 Silenced harmless compiler warnings
12975 
12976 2012.06.06.184910  [4749]
12977 xorriso/opts_d_h.c
12978 xorriso/emulators.c
12979 xorriso/iso_manip.c
12980 xorriso/xorriso.texi
12981 xorriso/xorriso.info
12982 xorriso/xorriso.1
12983 xorriso/xorrisofs.texi
12984 xorriso/xorrisofs.info
12985 xorriso/xorrisofs.1
12986 Updated documentation of xorriso and xorrisofs about HFS+
12987 
12988 2012.06.08.071018  [4750]
12989 xorriso/emulators.c
12990 xorriso/iso_manip.c
12991 xorriso/findjob.h
12992 xorriso/drive_mgt.c
12993 xorriso/write_run.c
12994 xorriso/xorriso.texi
12995 xorriso/xorriso.info
12996 xorriso/xorriso.1
12997 Made HFS creator, type, blessing persistent in AAIP isofs.hx isofs.hb
12998 
12999 2012.06.10.083050  [4751]
13000 xorriso/emulators.c
13001 Fixed false error with -as mkisofs option -hfsplus. Introduced by rev 4750. 
13002 
13003 2012.06.10.184039  [4752]
13004 libisoburn/libisoburn.h
13005 libisoburn/isoburn.h
13006 libisoburn/isoburn.c
13007 Provisory new image generation extension isoburn_igopt_fat
13008 
13009 2012.06.10.184210  [4753]
13010 xorriso/xorriso_private.h
13011 xorriso/base_obj.c
13012 xorriso/write_run.c
13013 xorriso/emulators.c
13014 Provisory new -as mkisofs option -fat
13015 
13016 2012.06.12.113220  [4754]
13017 libisoburn/libisoburn.h
13018 libisoburn/isoburn.h
13019 libisoburn/isoburn.c
13020 libisoburn/libisoburn.ver
13021 Provisory new API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp
13022 
13023 2012.06.12.113552  [4755]
13024 xorriso/xorriso_private.h
13025 xorriso/base_obj.c
13026 xorriso/write_run.c
13027 xorriso/emulators.c
13028 Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part
13029 
13030 2012.06.12.192702  [4756]
13031 libisoburn/libisoburn.h
13032 libisoburn/isoburn.c
13033 New system area sub type CHRP with isoburn_igopt_set_system_area()
13034 
13035 2012.06.12.192817  [4757]
13036 xorriso/xorriso_private.h
13037 xorriso/emulators.c
13038 Provisory new -as mkisofs option -chrp-boot-part
13039 
13040 2012.06.14.142958  [4758]
13041 xorriso/xorriso_eng.html
13042 ChangeLog
13043 Updated change log and web page
13044 
13045 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.06.14.142958
13046 * New API call isoburn_igopt_set_hfsp_serial_number()
13047 * New -check_media option async_chunks=
13048 * New command -rockridge
13049 * New xorriso command -hfsplus
13050 * New -find tests -has_hfs_crtp, has_hfs_bless
13051 * New -find actions set/get_hfs_crtp,  set/get_hfs_bless
13052 * New -boot_image bootspec hfsplus_serial=
13053 * Command -hide allows hiding in HFS+ filesystem
13054 * New -as mkisofs option --norock
13055 * New -as mkisofs option -hfsplus
13056 * New -as mkisofs option -hfsplus-file-creator-type
13057 * New -as mkisofs options -hfs-bless and -hfs-bless-by
13058 * New -as mkisofs option -hfsplus-serial-no
13059 * New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list
13060 >>> Provisory new image generation extension isoburn_igopt_fat
13061 >>> Provisory new -as mkisofs option -fat
13062 
13063 
13064 14 Jun 2012  [4759]
13065 xorriso/xorrisofs.texi
13066 xorriso/xorrisofs.info
13067 xorriso/xorrisofs.1
13068 Correction in xorrisofs manual
13069 
13070 14 Jun 2012  [4760]
13071 doc/faq.wiki
13072 Gave some hints about SCSI errors in faq.wiki
13073 
13074 2012.06.15.085732  [4761]
13075 xorriso/write_run.c
13076 Provisorily banned the combination of -hfsplus and ISO image growing
13077 
13078 2012.06.18.082701  [4763]
13079 xorriso/emulators.c
13080 xorriso/xorrisofs.texi
13081 xorriso/xorrisofs.info
13082 xorriso/xorrisofs.1
13083 Documented -as mkisofs options *-boot-part
13084 
13085 2012.06.18.112125  [4764]
13086 xorriso/opts_a_c.c
13087 xorriso/opts_d_h.c
13088 xorriso/emulators.c
13089 xorriso/text_io.c
13090 xorriso/xorriso.texi
13091 xorriso/xorriso.info
13092 xorriso/xorriso.1
13093 New bootspecs efi_boot_part, prep_boot_part, chrp_boot_part
13094 
13095 18 Jun 2012  [4765]
13096 xorriso/xorriso_eng.html
13097 ChangeLog
13098 Updated change log and web page
13099 
13100 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.06.18.112125
13101 New API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp
13102 New -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part
13103 New -boot_image bootspecs efi_boot_part, prep_boot_part, chrp_boot_part
13104 
13105 
13106 2012.06.18.181204  [4766]
13107 xorriso/iso_manip.c
13108 xorriso/xorriso.texi
13109 xorriso/xorriso.info
13110 xorriso/xorriso.1
13111 Pseudo blessing "none" to revoke any HFS+ blessing of a node
13112 
13113 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.06.19.093921
13114 
13115 
13116 2012.06.20.190651  [4767]
13117 xorriso/xorriso_private.h
13118 xorriso/opts_a_c.c
13119 xorriso/emulators.c
13120 xorriso/iso_img.c
13121 xorriso/write_run.c
13122 xorriso/xorrisofs.texi
13123 xorriso/xorrisofs.info
13124 xorriso/xorrisofs.1
13125 New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus
13126 
13127 20 Jun 2012  [4768]
13128 xorriso/xorriso_eng.html
13129 ChangeLog
13130 Updated change log and web page
13131 
13132 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.06.20.190651
13133 * New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus
13134 
13135 
13136 2012.06.21.203531  [4769]
13137 xorriso/opts_d_h.c
13138 xorriso/iso_manip.c
13139 xorriso/iso_tree.c
13140 xorriso/findjob.h
13141 xorriso/findjob.c
13142 xorriso/xorriso.texi
13143 xorriso/xorriso.info
13144 xorriso/xorriso.1
13145 New -find test -disk_path
13146 
13147 2012.06.21.204359  [4770]
13148 xorriso/emulators.c
13149 xorriso/xorrisofs.texi
13150 xorriso/xorrisofs.info
13151 xorriso/xorrisofs.1
13152 Now expecting disk_path with -as mkisofs -hfs-bless 
13153 
13154 22 Jun 2012  [4771]
13155 xorriso/xorriso_eng.html
13156 ChangeLog
13157 Updated change log and web page
13158 
13159 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.06.21.204359
13160 * New -find test -disk_path
13161 
13162 
13163 2012.06.25.125438  [4772]
13164 xorriso/drive_mgt.c
13165 Loaded images with HFS+ attributes were marked as having changes pending
13166 
13167 2012.06.27.184552  [4773]
13168 libisoburn/libisoburn.h
13169 libisoburn/isoburn.h
13170 libisoburn/isoburn.c
13171 New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size()
13172 
13173 2012.06.27.184915  [4774]
13174 xorriso/xorriso_private.h
13175 xorriso/base_obj.c
13176 xorriso/opts_a_c.c
13177 orriso/opts_d_h.c
13178 xorriso/write_run.c
13179 xorriso/text_io.c
13180 xorriso/xorriso.texi
13181 xorriso/xorriso.info
13182 xorriso/xorriso.1
13183 New -boot_image bootspecs hfsplus_block_size= and apm_block_size=
13184 
13185 2012.06.27.192151  [4775]
13186 xorriso/emulators.c
13187 xorriso/xorrisofs.texi
13188 xorriso/xorrisofs.info
13189 xorriso/xorrisofs.1
13190 New -as mkisofs options -hfsplus-block-size and -apm-block-size
13191 
13192 28 Jun 2012  [4776]
13193 xorriso/xorriso_eng.html
13194 ChangeLog
13195 Updated change log and web page
13196 
13197 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.06.27.192151
13198 * New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size()
13199 * New -boot_image bootspecs hfsplus_block_size= and apm_block_size=
13200 * New -as mkisofs options -hfsplus-block-size and -apm-block-size
13201 
13202 
13203 03 Jul 2012  [4777]
13204 xorriso/xorriso.texi
13205 xorriso/xorriso.info
13206 xorriso/xorriso.1
13207 xorriso/xorrisofs.texi
13208 xorriso/xorrisofs.info
13209 xorriso/xorrisofs.1
13210 Mentioned HFS+ name mangling in man pages
13211 
13212 2012.07.08.134305  [4779]
13213 libisoburn/burn_wrap.c
13214 Delegated write_type selection to caller of libisoburn
13215 
13216 2012.07.08.134840  [4780]
13217 xorriso/xorriso.h
13218 xorriso/xorriso_private.h
13219 xorriso/base_obj.c
13220 xorriso/parse_exec.c
13221 xorriso/opts_d_h.c
13222 xorriso/opts_p_z.c
13223 xorriso/write_run.c
13224 xorriso/text_io.c
13225 libisoburn/libisoburn.ver
13226 xorriso/xorriso.texi
13227 xorriso/xorriso.info
13228 xorriso/xorriso.1
13229 New xorriso command -write_type
13230 
13231 2012.07.08.135555  [4781]
13232 libisoburn/burn_wrap.c
13233 Reacted on compiler complaint about rev 4779
13234 
13235 2012.07.08.171526  [4782]
13236 xorriso/emulators.c
13237 xorriso/xorrecord.texi
13238 xorriso/xorrecord.info
13239 xorriso/xorrecord.1
13240 New -as cdrecord options -tao -sao -dao
13241 
13242 08 Jul 2012  [4783]
13243 xorriso/xorriso_eng.html
13244 ChangeLog
13245 Updated change log and web page
13246 
13247 2012.07.08.200735  [4784]
13248 xorriso/write_run.c
13249 Re-introduced capability of multi-session on overwritables. Spoiled by rev 4780.
13250 
13251 2012.07.10.082919  [4785]
13252 libisoburn/libisoburn.h
13253 libisoburn/isoburn.h
13254 libisoburn/isoburn.c
13255 libisoburn/burn_wrap.c
13256 libisoburn/libisoburn.ver
13257 New API calls isoburn_igopt_set_write_type() , isoburn_igopt_get_write_type()
13258 
13259 2012.07.10.083040  [4786]
13260 xorriso/write_run.c
13261 Write type selection via libisoburn API to avoid redundant decisions
13262 
13263 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.07.10.083040
13264 * New xorriso command -write_type
13265 * New -as cdrecord options -tao -sao -dao
13266 * New API calls isoburn_igopt_set_write_type() , isoburn_igopt_get_write_type()
13267 
13268 
13269 2012.07.12.163117  [4787]
13270 xorriso/iso_manip.c
13271 Bug fix: -update deleted MD5 of files of which only attributes changed
13272 
13273 
13274 14 Jul 2012  [4788]
13275 xorriso/xorriso_eng.html
13276 ChangeLog
13277 Updated change log and web page
13278 
13279 ------------------------------------ cycle  - xorriso-1.2.3 - 2012.07.12.163117
13280 * Bug fix: -update deleted MD5 of files of which only attributes had changed
13281 
13282 
13283 20 Jul 2012  [4798]
13284 svn copy -m Branching for libisoburn release 1.2.4
13285 http://svn.libburnia-project.org/libisoburn/trunk
13286 http://svn.libburnia-project.org/libisoburn/branches/1.2.4
13287 
13288 2012.07.20.130001  [4799]
13289 configure.ac
13290 README
13291 libisoburn/libisoburn.h
13292 xorriso/README_gnu_xorriso
13293 xorriso/xorriso.h
13294 xorriso/xorrisoburn.h
13295 xorriso/xorriso_main.c
13296 xorriso/xorriso_eng.html
13297 xorriso/make_xorriso_standalone.sh
13298 xorriso/configure_ac.txt
13299 xorriso/xorriso_timestamp.h
13300 xorriso/xorriso.texi 
13301 xorriso/xorriso.1 
13302 xorriso/xorriso.info 
13303 xorriso/xorrisofs.texi
13304 xorriso/xorrisofs.1
13305 xorriso/xorrisofs.info
13306 xorriso/xorrecord.texi
13307 xorriso/xorrecord.1
13308 xorriso/xorrecord.info
13309 Version leap to libisoburn-1.2.4
13310 
13311 20 Jul 2012 [4800]
13312 ChangeLog
13313 xorriso/changelog.txt
13314 Documented changes and release timestamp
13315 
13316 ----------------------------------- release - xorriso-1.2.4 - 2012.07.20.130001
13317 * New API call isoburn_igopt_set_hfsp_serial_number()
13318 * New API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp
13319 * New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size()
13320 * New -check_media option async_chunks=
13321 * New xorriso command -write_type
13322 * New xorriso command -rockridge
13323 * New xorriso command -hfsplus
13324 * New -find tests -has_hfs_crtp, has_hfs_bless
13325 * New -find actions set/get_hfs_crtp,  set/get_hfs_bless
13326 * New -find test -disk_path
13327 * New -boot_image bootspec hfsplus_serial=
13328 * New -boot_image bootspecs hfsplus_block_size= and apm_block_size=
13329 * New -boot_image bootspecs efi_boot_part, prep_boot_part, chrp_boot_part
13330 * Command -hide allows hiding in HFS+ filesystem
13331 * New -as cdrecord options -tao -sao -dao
13332 * New -as mkisofs option -log-file
13333 * New -as mkisofs option --norock
13334 * New -as mkisofs option -hfsplus
13335 * New -as mkisofs option -hfsplus-file-creator-type
13336 * New -as mkisofs options -hfs-bless and -hfs-bless-by
13337 * New -as mkisofs option -hfsplus-serial-no
13338 * New -as mkisofs options -hfsplus-block-size and -apm-block-size
13339 * New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list
13340 * New -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part
13341 * New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus
13342 * Bug fix: Memory corruption when reading bootable image that was truncated
13343 * Bug fix: -update deleted MD5 of files of which only attributes had changed
13344 
13345 
13346 2012.07.20.184237  [4804]
13347 configure.ac
13348 README
13349 libisoburn/libisoburn.h
13350 xorriso/README_gnu_xorriso
13351 xorriso/xorriso.h
13352 xorriso/xorrisoburn.h
13353 xorriso/xorriso_main.c
13354 xorriso/xorriso_eng.html
13355 xorriso/make_xorriso_standalone.sh
13356 xorriso/configure_ac.txt
13357 xorriso/xorriso_timestamp.h
13358 xorriso/xorriso.texi 
13359 xorriso/xorriso.1 
13360 xorriso/xorriso.info 
13361 xorriso/xorrisofs.texi
13362 xorriso/xorrisofs.1
13363 xorriso/xorrisofs.info
13364 xorriso/xorrecord.texi
13365 xorriso/xorrecord.1
13366 xorriso/xorrecord.info
13367 Version leap to libisoburn-1.2.5
13368 
13369 20 Jul 2012  [4805]
13370 ChangeLog
13371 xorriso/changelog.txt
13372 Documented changes and release timestamp
13373 
13374 20 Jul 2012  [4807]
13375 svn move -m Promoted branch to tag
13376 http://svn.libburnia-project.org/libisoburn/branches/1.2.4
13377 http://svn.libburnia-project.org/libisoburn/tags/1.2.4
13378 
13379 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.07.20.184237
13380 
13381 
13382 2012.07.25.181415  [4808]
13383 libisoburn/libisoburn.h
13384 libisoburn/burn_wrap.c
13385 Clarified role of drive when parsing already loaded ISO 9660 superblock
13386 
13387 2012.07.25.182507  [4809]
13388 xorriso/write_run.c
13389 Bug fix: SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6
13390 
13391 2012.07.25.184207  [4810]
13392 xorriso/write_run.c
13393 Small beautification of previous commit.
13394 
13395 26 Jul 2012  [4812]
13396 xorriso/xorriso.texi
13397 xorriso/xorriso.info
13398 xorriso/xorriso.1
13399 Corrected description of check_media patch_lba0="on"
13400 
13401 14 Aug 2012  [4815]
13402 xorriso/man_xorrisofs_to_html.sh
13403 Corrected conversion from man xorrisofs to man_1_xorrisofs.html
13404 
13405 2012.08.14.102632  [4816]
13406 libisoburn/libisoburn.h
13407 libisoburn/burn_wrap.c
13408 New flag bit 9 with isoburn_drive_aquire()
13409 
13410 2012.08.14.103138  [4817]
13411 xorriso/xorriso_private.h
13412 xorriso/opts_d_h.c
13413 xorriso/opts_p_z.c
13414 xorriso/drive_mgt.c
13415 xorriso/iso_img.c
13416 xorriso/text_io.c
13417 xorriso/xorriso.texi
13418 xorriso/xorriso.info
13419 xorriso/xorriso.1
13420 New -rom_toc_scan option "emul_wide"
13421 
13422 15 Aug 2012  [4818]
13423 xorriso/xorriso.texi
13424 xorriso/xorriso.info
13425 xorriso/xorriso.1
13426 Shortened oversized line in man page
13427 
13428 2012.08.20.084354  [4819]
13429 xorriso/text_io.c
13430 Enhanced command -status to recognize -cdi
13431 
13432 2012.09.08.082759  [4821]
13433 xorriso/text_io.c
13434 Fixed SIGSEGV introduced by rev 4819
13435 
13436 2012.09.08.173754  [4822]
13437 xorriso/xorriso.h
13438 xorriso/parse_exec.c
13439 xorriso/sfile.h
13440 xorriso/sfile.c
13441 libisoburn/libisoburn.ver
13442 New API calls Xorriso_parse_line() and Xorriso__dispose_words()
13443 
13444 2012.09.08.181144  [4823]
13445 xorriso/parse_exec.c
13446 libisoburn/libisoburn.ver
13447 Reacted on compiler warning about rev 4822
13448 
13449 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.09.08.181144
13450 * Bug fix: SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6
13451 * New API calls Xorriso_parse_line() and Xorriso__dispose_words()
13452   
13453 
13454 2012.09.09.181723  [4824]
13455 Makefile.am
13456 xorriso/make_xorriso_standalone.sh
13457 xorriso/xorriso_makefile_am.txt
13458 test/frontend_pipes_xorriso.c
13459 Demonstration program of xorriso at two pipes: test/frontend_pipes_xorriso.c
13460 
13461 2012.09.11.092703  [4825]
13462 xorriso/xorriso.h
13463 xorriso/xorriso_private.h
13464 xorriso/base_obj.c
13465 xorriso/lib_mgt.c
13466 xorriso/text_io.c
13467 libisoburn/libisoburn.ver
13468 New API call Xorriso_fetch_outlists()
13469 
13470 2012.09.11.122559  [4826]
13471 xorriso/text_io.c
13472 Disabled a not yet thread-safe part of the new API call
13473 
13474 11 Sep 2012  [4827]
13475 test/frontend_pipes_xorriso.c
13476 Added copyright and licensing to demonstration program
13477 
13478 2012.09.13.130910  [4830]
13479 xorriso/xorriso_private.h
13480 xorriso/parse_exec.c
13481 xorriso/base_obj.c
13482 xorriso/text_io.c
13483 xorriso/lib_mgt.c
13484 Made Xorriso_process_msg_queues() thread-safe
13485 
13486 2012.09.14.175104  [4831]
13487 xorriso/xorriso.h
13488 xorriso/xorriso_private.h
13489 xorriso/xorriso_main.c
13490 xorriso/base_obj.c
13491 xorriso/parse_exec.c
13492 xorriso/text_io.c
13493 xorriso/aux_objects.h
13494 xorriso/aux_objects.c
13495 libisoburn/libisoburn.ver
13496 New API call Xorriso_start_msg_watcher()
13497 
13498 2012.09.15.095146  [4832]
13499 xorriso/xorriso.h
13500 xorriso/xorriso_private.h
13501 xorriso/base_obj.c
13502 xorriso/parse_exec.c
13503 xorriso/text_io.c
13504 Changed prototype of new API call Xorriso_start_msg_watcher()
13505 
13506 2012.09.15.170346  [4833]
13507 xorriso/xorriso.h
13508 xorriso/xorriso_private.h
13509 xorriso/base_obj.c
13510 xorriso/parse_exec.c
13511 xorriso/text_io.c
13512 libisoburn/libisoburn.ver
13513 New API call Xorriso_peek_outlists()
13514 
13515 2012.09.16.141845  [4834]
13516 xorriso/xorriso.h
13517 xorriso/text_io.c
13518 Made -pkt_output combinable with message output lists
13519 
13520 2012.09.21.115522  [4835]
13521 xorriso/xorriso.h
13522 Small enhancement of API description
13523 
13524 2012.09.21.120245  [4836]
13525 xorriso/opts_a_c.c
13526 xorriso/emulators.c
13527 xorriso/text_io.c
13528 xorriso/xorriso.texi
13529 xorriso/xorriso.info
13530 xorriso/xorriso.1
13531 xorriso/xorrisofs.texi
13532 xorriso/xorrisofs.info
13533 xorriso/xorrisofs.1
13534 New -boot_image partition_cyl_align mode "all"
13535 
13536 22 Sep 2012  [4837]
13537 xorriso/xorriso_eng.html
13538 ChangeLog
13539 Updated change log and web page
13540 
13541 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.09.21.120245
13542 * New API call Xorriso_fetch_outlists()
13543 * New API call Xorriso_peek_outlists()
13544 * New API call Xorriso_start_msg_watcher()
13545 * New -boot_image partition_cyl_align mode "all"
13546 
13547 
13548 2012.09.29.173546  [4838]
13549 xorriso/parse_exec.c
13550 Corrected interpretation of flag in Xorriso_parse_line()
13551 
13552 30 Sep 2012  [4389]
13553 test/frontend_pipes_xorriso.c
13554 Equipped frontend_pipes_xorriso.c with word parser code
13555 
13556 2012.10.02.134601  [4840]
13557 configure.ac
13558 xorriso/configure_ac.txt
13559 Configuration for use of libcdio on cygwin. Thanks Rocky Bernstein.
13560 
13561 03 Oct 2012  [4842]
13562 xorriso/README_gnu_xorriso
13563 Mentioned releng tests in README of GNU xorriso.
13564 
13565 2012.10.03.124152  [4843]
13566 xorriso/xorriso.h
13567 xorriso/parse_exec.c
13568 Enabled use of Xorriso_parse_line() with xorriso==NULL
13569 
13570 07 Oct 2012  [4844]
13571 xorriso/xorrisofs.texi
13572 xorriso/xorrisofs.info
13573 xorriso/xorrisofs.1
13574 Clarified documentation of -as mkisofs -isohybrid-gpt-basdat
13575 
13576 07 Oct 2012  [4845]
13577 xorriso/xorriso_eng.html
13578 ChangeLog
13579 Updated change log and web page
13580 
13581 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.10.07.110444
13582 * Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from writing MBR entries 0xef
13583 
13584 
13585 12 Oct 2012  [4846]
13586 xorriso/xorrisofs.texi
13587 xorriso/xorrisofs.info
13588 xorriso/xorrisofs.1
13589 man xorrisofs falsely described -p as option for publisher id. Must be -P.
13590 
13591 2012.10.14.190352  [4847]
13592 xorriso/xorriso.h
13593 xorriso/parse_exec.c
13594 xorriso/lib_mgt.c
13595 libisoburn/libisoburn.ver
13596 New API call Xorriso__severity_cmp()
13597 
13598 2012.10.19.081758  [4848]
13599 xorriso/xorriso.h
13600 xorriso/parse_exec.c
13601 xorriso/opts_d_h.c
13602 xorriso/opts_i_o.c
13603 xorriso/iso_manip.c
13604 xorriso/xorriso.texi
13605 xorriso/xorriso.info
13606 xorriso/xorriso.1
13607 libisoburn/libisoburn.ver
13608 New command -lns for creating symbolic links
13609 
13610 19 Oct 2012  [4849]
13611 xorriso/xorriso_eng.html
13612 ChangeLog
13613 Updated change log and web page
13614 
13615 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.10.19.081758
13616 * New command -lns for creating symbolic links
13617 
13618 
13619 2012.10.24.095235  [4851]
13620 xorriso/xorrisoburn.h
13621 xorriso/opts_a_c.c
13622 xorriso/opts_d_h.c
13623 xorriso/drive_mgt.c
13624 xorriso/xorriso.texi
13625 xorriso/xorriso.info
13626 xorriso/xorriso.1
13627 New -blank mode prefix "force:"
13628 
13629 2012.10.25.125559  [4853]
13630 xorriso/drive_mgt.c
13631 Improved -check_media handling of last two blocks in initial CD TAO session
13632 
13633 2012.10.25.172830  [4855]
13634 xorriso/drive_mgt.c
13635 Ceased to count track gaps as read blocks with -check_media
13636 
13637 05 Nov 2012  [4856]
13638 xorriso/xorriso.texi
13639 xorriso/xorriso.info
13640 xorriso/xorriso.1
13641 Corrections in xorriso manual. Proposed by Paul Menzel. 
13642 
13643 05 Nov 2012  [4857]
13644 xorriso/xorriso.texi
13645 xorriso/xorriso.info
13646 xorriso/xorriso.1
13647 Corrections in xorriso manual. Proposed by Paul Menzel. 
13648 
13649 2012.11.26.070047  [4861]
13650 xorriso/iso_manip.c
13651 Command -mv did not mark the emerging image as haveing pending changes
13652 
13653 2012.11.26.070128  [4862]
13654 xorriso/drive_mgt.c
13655 Corrected a typo in a message text
13656 
13657 2012.11.26.070212  [4863]
13658 xorriso/parse_exec.c
13659 Added help text for inofficial command -test
13660 
13661 2012.11.26.154951  [4864]
13662 xorriso/parse_exec.c
13663 Avoided surplus warning messages with -iso_rr_pattern off -mv [wildcards]
13664 
13665 2 Dec 2012  [4870]
13666 xorriso/README_gnu_xorriso
13667 Fixed a typo in GNU xorriso README. Thanks to Omega Weapon.
13668 
13669 2012.12.06.132118  [4871]
13670 xorriso/xorriso.h
13671 xorriso/xorriso_private.h
13672 xorriso/xorrisoburn.h
13673 xorriso/base_obj.c
13674 xorriso/parse_exec.c
13675 xorriso/opts_p_z.c
13676 xorriso/text_io.c
13677 libisoburn/libisoburn.ver
13678 New API calls Xorriso_sieve_add_filter, Xorriso_sieve_get_result, Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big
13679 
13680 2012.12.07.193658  [4872]
13681 xorriso/xorriso.h
13682 xorriso/text_io.c
13683 Some more filter rules for Xorriso_sieve_big
13684 
13685 2012.12.08.175205  [4873]
13686 xorriso/xorriso.h
13687 xorriso/xorriso_private.h
13688 xorriso/base_obj.c
13689 xorriso/parse_exec.c
13690 xorriso/opts_d_h.c
13691 xorriso/opts_i_o.c
13692 xorriso/text_io.c
13693 xorriso/sfile.h
13694 xorriso/sfile.c
13695 libisoburn/libisoburn.ver
13696 xorriso/xorriso.texi
13697 xorriso/xorriso.info
13698 xorriso/xorriso.1
13699 New command -msg_op
13700 
13701 11 Dec 2012  [4874]
13702 xorriso/xorriso_eng.html
13703 ChangeLog
13704 Updated change log and web page
13705 
13706 11 Dec 2012  [4875]
13707 test/frontend_pipes_xorriso.c
13708 Demonstrated use of message sieve by piped frontend program
13709 
13710 11 Dec 2012  [4876]
13711 test/frontend_pipes_xorriso.c
13712 Improved help text of piped frontend demo
13713 
13714 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.12.08.175205
13715 * New -blank mode prefix "force:"
13716 * New API calls Xorriso_sieve_add_filter, Xorriso_sieve_get_result,
13717   Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big
13718 * New command -msg_op
13719 
13720 
13721 2012.12.13.193255  [4877]
13722 xorriso/xorriso.h
13723 xorriso/parse_exec.c
13724 xorriso/opts_d_h.c
13725 xorriso/opts_p_z.c
13726 libisoburn/libisoburn.ver
13727 xorriso/xorriso.texi
13728 xorriso/xorriso.info
13729 xorriso/xorriso.1
13730 New command -toc_of
13731 
13732 2012.12.15.092821  [4880]
13733 xorriso/xorriso.h
13734 libisoburn/libisoburn.h
13735 xorriso/lib_mgt.c
13736 libisoburn/libisoburn.ver
13737 New API call Xorriso__severity_list()
13738 
13739 2012.12.15.093055  [4881]
13740 xorriso/opts_d_h.c
13741 xorriso/opts_i_o.c
13742 xorriso/xorriso.texi
13743 xorriso/xorriso.info
13744 xorriso/xorriso.1
13745 New -msg_op opcodes "compare_sev" and "list_sev"
13746 
13747 2012.12.16.131128  [4882]
13748 xorriso/opts_d_h.c
13749 xorriso/opts_i_o.c
13750 xorriso/text_io.h
13751 xorriso/text_io.c
13752 xorriso/xorriso.texi
13753 xorriso/xorriso.info
13754 xorriso/xorriso.1
13755 New -msg_op opcode "parse_bulk"
13756 
13757 2012.12.18.081434  [4883]
13758 xorriso/xorriso.h
13759 xorriso/opts_d_h.c
13760 xorriso/opts_p_z.c
13761 xorriso/xorriso.texi
13762 xorriso/xorriso.info
13763 xorriso/xorriso.1
13764 Command -toc_of modifier ":short"
13765 
13766 2012.12.18.154505  [4884]
13767 xorriso/opts_p_z.c
13768 Bug fix: -rollback did not work if indev and outdev were empty
13769 
13770 2012.12.18.185121  [4885]
13771 xorriso/text_io.c
13772 Corrected sieve filter rules for -tell_media_space
13773 
13774 2012.12.19.210641  [4886]
13775 xorriso/opts_d_h.c
13776 Bug fix: -dialog "single_line" behaved like -dialog "on"
13777 
13778 2012.12.20.202145  [4887]
13779 configure.ac
13780 xorriso/configure_ac.txt
13781 xorriso/xorriso.h
13782 xorriso/xorriso_private.h
13783 xorriso/base_obj.c
13784 xorriso/parse_exec.c
13785 xorriso/opts_i_o.c
13786 xorriso/opts_d_h.c
13787 xorriso/text_io.h
13788 xorriso/text_io.c
13789 xorriso/xorriso.texi
13790 xorriso/xorriso.info 
13791 xorriso/xorriso.1
13792 libisoburn/libisoburn.ver
13793 xorriso/compile_xorriso.sh
13794 New command -launch_frontend
13795 
13796 2012.12.25.175536  [4888]
13797 xorriso/xorriso.h
13798 xorriso/parse_exec.c
13799 xorriso/opts_d_h.c
13800 xorriso/opts_i_o.c
13801 xorriso/text_io.h
13802 xorriso/text_io.c
13803 xorriso/xorriso.texi
13804 xorriso/xorriso.info 
13805 xorriso/xorriso.1
13806 Changed the parameter rules for new command -launch_frontend
13807 
13808 2012.12.25.180844  [4889]
13809 xorriso/text_io.c
13810 Xorriso_sieve_clear_results() dereferenced NULL if message sieve never started
13811 
13812 27 Dec 2012  [4890]
13813 README
13814 Makefile.am
13815 xorriso/README_gnu_xorriso
13816 xorriso/xorriso_makefile_am.txt
13817 xorriso/make_xorriso_standalone.sh
13818 + frontend/
13819 + frontend/xorriso-tcltk
13820 + frontend/README-tcltk
13821 + frontend/frontend_pipes_xorriso.c
13822 Proof-of-concept of a GUI frontend program. Written in Tcl/Tk.
13823 
13824 27 Dec 2012  [4891]
13825 - test/frontend_pipes_xorriso.c
13826 Moved frontend_pipes_xorriso.c
13827 
13828 27 Dec 2012  [4892]
13829 xorriso/xorriso_eng.html
13830 ChangeLog
13831 Updated change log and web page
13832 
13833 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.12.27.100106
13834 * New command -toc_of
13835 * New API call Xorriso__severity_list()
13836 * Bug fix: -rollback did not work if indev and outdev were empty
13837 * New command -launch_frontend
13838 * Proof-of-concept of a GUI frontend program: xorriso-tcltk written in Tcl/Tk.
13839 
13840 
13841 28 Dec 2012  [4893]
13842 frontend/xorriso-tcltk
13843 frontend/README-tcltk
13844 Equiped xorriso-tcltk with help texts and enabled it to start xorriso by itself
13845 
13846 28 Dec 2012  [4894]
13847 README
13848 xorriso/README_gnu_xorriso
13849 Updated general README files about xorriso-tcltk
13850 
13851 2012.12.30.100913  [4895]
13852 xorriso/emulators.c
13853 xorriso/xorrecord.texi
13854 xorriso/xorrecord.info
13855 xorriso/xorrecord.1
13856 Corrected a typo in man page of xorrecord, tolerating--grow_over[w]rit[e]able_iso
13857 
13858 2012.12.30.115258  [4896]
13859 frontend/README-tcltk
13860 frontend/xorriso-tcltk
13861 Primitive file tree browser for xorriso-tcltk (if package BWidget is available)
13862 
13863 2012.12.30.195312  [4897]
13864 frontend/xorriso-tcltk
13865 Improved xorriso-tcltk file browser
13866 
13867 2012.12.30.203203  [4898]
13868 frontend/xorriso-tcltk
13869 Improved xorriso-tcltk file browser
13870 
13871 ------------------------------------ cycle  - xorriso-1.2.5 - 2012.12.30.203203
13872 
13873 
13874 2012.12.31.100509  [4899]
13875 frontend/xorriso-tcltk
13876 Made main Help window independent of help window for GUI elements
13877 
13878 2012.12.31.120152  [4900]
13879 frontend/xorriso-tcltk
13880 Changed layout of drive list and drive buttons
13881 
13882 2012.12.31.173306  [4901]
13883 frontend/xorriso-tcltk
13884 Avoided an error message if xorriso and xorriso-tcltk had differing device addresses
13885 
13886 2013.01.01.130149  [4902]
13887 frontend/xorriso-tcltk 
13888 Added a menu for global access permission policy, improved pop-up window positioning
13889 
13890 2013.01.01.135853  [4903]
13891 frontend/README-tcltk 
13892 frontend/xorriso-tcltk 
13893 Changed copyright year and switched xorriso-tcltk to BSD license
13894 
13895 2013.01.01.152241  [4904]
13896 frontend/xorriso-tcltk 
13897 Reduced horizontal size of xorriso-tcltk to fit into 1024 pixels
13898 
13899 2013.01.02.183011  [4905]
13900 xorriso/parse_exec.c
13901 Removed obsolete test code and disabled other tests 
13902 
13903 2013.01.03.101633  [4906]
13904 frontend/README-tcltk 
13905 frontend/xorriso-tcltk
13906 Improved xorriso-tcltk dialog about overwriting of existing files
13907 
13908 2013.01.03.102627  [4907]
13909 frontend/xorriso-tcltk
13910 Changed xorriso-tcltk default to --click_to_focus
13911 
13912 2013.01.03.125535  [4908]
13913 frontend/xorriso-tcltk
13914 Blocked GUI activities until yes/no window resp. error window are closed
13915 
13916 2013.01.03.134011  [4909]
13917 frontend/xorriso-tcltk
13918 Consolidated overwrite switches in a single menu burron
13919 
13920 2013.01.03.160118  [4910]
13921 frontend/xorriso-tcltk
13922 Removed surplus quotes around variable evaluation
13923 
13924 2013.01.03.182504  [4911]
13925 frontend/xorriso-tcltk
13926 Equipped file browser with a second vertical scrollbar
13927 
13928 2013.01.03.185545  [4912]
13929 frontend/xorriso-tcltk
13930 Moved and renamed the "Refresh avail:" button
13931 
13932 2013.01.03.190805  [4913]
13933 frontend/xorriso-tcltk
13934 Gave the "Move to:" field a Return key binding
13935 
13936 2013.01.04.094503  [4914]
13937 frontend/xorriso-tcltk
13938 Added start option --script_log_file. Gave file tree browser a fallback mode.
13939 
13940 2013.01.04.140336  [4915]
13941 frontend/xorriso-tcltk
13942 Made script logging and log target addresses controllable from GUI
13943 
13944 2013.01.04.143459  [4916]
13945 frontend/xorriso-tcltk
13946 Avoided redundant logging of -cd commands
13947 
13948 2013.01.04.185925  [4917]
13949 xorriso/xorriso_private.h
13950 xorriso/opts_d_h.c
13951 xorriso/opts_i_o.c
13952 xorriso/text_io.c
13953 xorriso/xorriso.texi
13954 xorriso/xorriso.info 
13955 xorriso/xorriso.1
13956 New -osirrox settings "blocked" and "unblock"
13957 
13958 2013.01.04.192238  [4918]
13959 frontend/xorriso-tcltk
13960 Gave xorriso-tcltk an opportunity to execute files with xorriso commands
13961 
13962 2013.01.04.204305  [4919]
13963 frontend/xorriso-tcltk
13964 Small adjustments and bug fixes in xorriso-tcltk
13965 
13966 2013.01.04.221013 [4920]
13967 frontend/xorriso-tcltk
13968 Small adjustments and bug fixes in xorriso-tcltk
13969 
13970 2013.01.05.105029  [4921]
13971 frontend/xorriso-tcltk
13972 Small adjustments and bug fixes in xorriso-tcltk
13973 
13974 ------------------------------------ cycle  - xorriso-1.2.5 - 2013.01.05.105029
13975 * New -osirrox settings "blocked" and "unblock"
13976 
13977 
13978 2013.01.05.214951  [4922]
13979 xorriso/text_io.c
13980 xorriso/xorriso.texi
13981 xorriso/xorriso.info 
13982 xorriso/xorriso.1
13983 Made -msg_op "parse" obey -backslash_codes.
13984 
13985 2013.01.05.220937  [4923]
13986 frontend/README-tcltk
13987 frontend/xorriso-tcltk
13988 Hardened xorriso-tcltk against filenames with newlines
13989 
13990 2013.01.06.093550  [4924]
13991 frontend/xorriso-tcltk
13992 Avoided unnecessary rebuilding of file browser tree with Up and Down buttons
13993 
13994 2013.01.06.095957  [4925]
13995 frontend/README-tcltk
13996 frontend/xorriso-tcltk
13997 New xorriso-tcltk start option --no_extract
13998 
13999 2013.01.06.100954  [4926]
14000 frontend/xorriso-tcltk
14001 Decided for xorriso as info source about loal filesystem
14002 
14003 2013.01.06.102339  [4927]
14004 frontend/xorriso-tcltk
14005 Disabled "Extract to disk" button if extraction is banned
14006 
14007 2013.01.06.154027  [4928]
14008 frontend/xorriso-tcltk
14009 Small adjustments in xorriso-tcltk
14010 
14011 2013.01.06.171902  [4929]
14012 xorriso/match.c
14013 Corrected an error message which has undesired effects with fronetnds
14014 
14015 2013.01.06.174508  [4930]
14016 frontend/xorriso-tcltk
14017 Removed the ""File browser text field" switch
14018 
14019 2013.01.06.194655  [4931]
14020 frontend/xorriso-tcltk
14021 Worked around the 4 reserved characters of Bwidget Tree
14022 
14023 2013.01.06.205810  [4932]
14024 frontend/xorriso-tcltk 
14025 Promoted drive line labels to buttons
14026 
14027 2013.01.07.190934  [4933]
14028 frontend/xorriso-tcltk 
14029 Some polishing of xorriso-tcltk
14030 
14031 2013.01.07.215658  [4934]
14032 xorriso/text_io.c
14033 xorriso/disk_ops.c
14034 Closed memory leaks found by valgrind
14035 
14036 08 Jan 2013  [4940]
14037 svn copy -m Branching for libisoburn release 1.2.6
14038 http://svn.libburnia-project.org/libisoburn/trunk
14039 http://svn.libburnia-project.org/libisoburn/branches/1.2.6
14040 
14041 2013.01.08.103001  [4941]
14042 configure.ac
14043 README
14044 libisoburn/libisoburn.h
14045 xorriso/README_gnu_xorriso
14046 xorriso/xorriso.h
14047 xorriso/xorrisoburn.h
14048 xorriso/xorriso_main.c
14049 xorriso/xorriso_eng.html
14050 xorriso/make_xorriso_standalone.sh
14051 xorriso/configure_ac.txt
14052 frontend/xorriso-tcltk
14053 xorriso/xorriso_timestamp.h
14054 xorriso/xorriso.texi 
14055 xorriso/xorriso.1 
14056 xorriso/xorriso.info 
14057 xorriso/xorrisofs.texi
14058 xorriso/xorrisofs.1
14059 xorriso/xorrisofs.info
14060 xorriso/xorrecord.texi
14061 xorriso/xorrecord.1
14062 xorriso/xorrecord.info
14063 Version leap to libisoburn-1.2.6
14064 
14065 08 Jan 2012  [4942]
14066 ChangeLog
14067 xorriso/changelog.txt
14068 Documented changes and release timestamp
14069 
14070 2013.01.08.103001  [4943]
14071 libisoburn/libisoburn.h
14072 libisoburn.h was missing in commit 4941
14073 
14074 2013.01.08.103001  [4944]
14075 Makefile.am
14076 Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS
14077 
14078 2013.01.08.103001  [4945]
14079 xorriso/xorriso_makefile_am.txt
14080 Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS
14081 
14082 ----------------------------------- release - xorriso-1.2.6 - 2013.01.08.103001
14083 ===============================================================================
14084 * Bug fix: SIGSEGV by uninitialized local variable with
14085            -check_media patch_lba0="on". Regression by version 1.0.6
14086 * Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from writing
14087            MBR partition table entries of type 0xef
14088 * Bug fix: -rollback did not work if indev and outdev were empty
14089 * New API calls Xorriso_parse_line() and Xorriso__dispose_words()
14090 * New API calls Xorriso_fetch_outlists() and Xorriso_peek_outlists()
14091 * New API call Xorriso_start_msg_watcher()
14092 * New API calls Xorriso__severity_cmp() and Xorriso__severity_list()
14093 * New API calls Xorriso_sieve_add_filter, Xorriso_sieve_get_result,
14094   Xorriso_sieve_clear_results, Xorriso_sieve_dispose, Xorriso_sieve_big
14095 * New -boot_image partition_cyl_align mode "all"
14096 * New -blank mode prefix "force:"
14097 * New -osirrox settings "blocked" and "unblock"
14098 * New command -lns for creating symbolic links
14099 * New command -toc_of
14100 * New command -msg_op
14101 * New command -launch_frontend
14102 * Proof-of-concept of a GUI frontend program: xorriso-tcltk written in Tcl/Tk.
14103 
14104 
14105 2013.01.08.151611  [4950]
14106 configure.ac
14107 README
14108 libisoburn/libisoburn.h
14109 xorriso/README_gnu_xorriso
14110 xorriso/xorriso.h
14111 xorriso/xorrisoburn.h
14112 xorriso/xorriso_main.c
14113 xorriso/xorriso_eng.html
14114 xorriso/make_xorriso_standalone.sh
14115 xorriso/configure_ac.txt
14116 frontend/xorriso-tcltk
14117 xorriso/xorriso_timestamp.h
14118 xorriso/xorriso.texi 
14119 xorriso/xorriso.1 
14120 xorriso/xorriso.info 
14121 xorriso/xorrisofs.texi
14122 xorriso/xorrisofs.1
14123 xorriso/xorrisofs.info
14124 xorriso/xorrecord.texi
14125 xorriso/xorrecord.1
14126 xorriso/xorrecord.info
14127 Version leap to libisoburn-1.2.7
14128 
14129 08 Jan 2013  [4951]
14130 ChangeLog
14131 xorriso/changelog.txt
14132 Documented changes and release timestamp
14133 
14134 08 Jan 2013  [4952]
14135 svn move -m Promoted branch to tag
14136 http://svn.libburnia-project.org/libisoburn/branches/1.2.6
14137 http://svn.libburnia-project.org/libisoburn/tags/1.2.6
14138 
14139 ------------------------------------ cycle  - xorriso-1.2.7 - 2013.01.08.151611
14140 
14141 
14142 09 Jan 2013  [4953]
14143 frontend/xorriso-tcltk
14144 For now only demanding xorriso >= 1.2.6 for xorriso-tcltk-1.2.7
14145 
14146 11 Jan 2013  [4954]
14147 xorriso/xorriso_eng.html
14148 Presenting xorriso-tcltk on the GNU xorriso web page
14149 
14150 2013.01.13.093116  [4957]
14151 xorriso/match.c
14152 Curbed the number of wildcard warnings to 3 for iso and 3 for disk
14153 
14154 2013.01.13.102527  [4958]
14155 configure.ac
14156 libisoburn/libisoburn.h
14157 Requiring libburn-1.2.7
14158 
14159 2013.01.13.200742  [4959]
14160 libisoburn/libisoburn.h
14161 libisoburn/isoburn.h
14162 libisoburn/burn_wrap.c
14163 libisoburn/libisoburn.ver
14164 New API call isoburn_toc_disc_get_incmpl_sess()
14165 
14166 2013.01.14.094419  [4960]
14167 xorriso/drive_mgt.c
14168 Making use of new libisoburn API call to show incomplete sessions
14169 
14170 2013.01.15.104804  [4962]
14171 frontend/xorriso-tcltk
14172 frontend/README-tcltk
14173 New feature "Log non-essential commands" and --script_log_all_commands
14174 
14175 15 Jan 2013  [4963]
14176 xorriso/xorriso.texi 
14177 xorriso/xorriso.1 
14178 xorriso/xorriso.info 
14179 Clarified meaning of "After commit" prediction of -tell_media_space
14180 
14181 16 Jan 2013  [4964]
14182 xorriso/xorriso_eng.html
14183 ChangeLog
14184 Updated change log and web page
14185 
14186 2013.01.16.181831  [4967]
14187 xorriso/emulators.c
14188 xorriso/opts_p_z.c
14189 Updated copyright message of xorriso
14190 
14191 ------------------------------------ cycle  - xorriso-1.2.7 - 2013.01.16.181831
14192 * Bug fix: -print_size and -tell_media_space altered the pointers to MD5
14193            of data files which stem from a previous session. This produced
14194            false mismatches with -check_md5_r.
14195 * Bug fix: CD tracks were reported with the sizes of the tracks in the
14196            first session.
14197 
14198 
14199 12 Feb 2013  [4968]
14200 doc/faq.wiki
14201 Mentioned xorriso-tcltk in the online FAQ
14202 
14203 12 Feb 2013  [4969]
14204 doc/faq.wiki
14205 Improved mentioning of xorriso-tcltk in the online FAQ
14206 
14207 2013.02.18.104738  [4970]
14208 xorriso/emulators.c
14209 xorriso/xorrisofs.texi
14210 xorriso/xorrisofs.info
14211 xorriso/xorrisofs.1
14212 New -as mkisofs options -eltorito-id , -eltorito-selcrit
14213 
14214 18 Feb 2012  [4971]
14215 xorriso/xorriso_eng.html
14216 ChangeLog
14217 Updated change log and web page
14218 
14219 ------------------------------------ cycle  - xorriso-1.2.7 - 2013.02.18.104738
14220 * New -as mkisofs options -eltorito-id , -eltorito-selcrit
14221 
14222 
14223 2013.02.26.082331  [4973]
14224 xorriso/check_media.c
14225 Corrected wrong use of sizeof
14226 
14227 2013.02.26.103233  [4974]
14228 xorriso/drive_mgt.c
14229 Bug fix: -check_media use=outdev sector_map= stored TOC of input drive
14230 
14231 2013.03.06.164347  [4983]
14232 xorriso/iso_manip.c
14233 Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho.
14234 
14235 2013.03.06.164906  [4984]
14236 xorriso/drive_mgt.c
14237 With -list_speeds : reporting the effective speed 0 if it deviates from speed H
14238 
14239 2013.03.10.193344  [4985]
14240 xorriso/xorriso_private.h
14241 xorriso/base_obj.c
14242 xorriso/opts_a_c.c
14243 xorriso/emulators.c
14244 xorriso/write_run.c
14245 xorriso/xorriso.texi
14246 xorriso/xorriso.info
14247 xorriso/xorriso.1
14248 Improved interaction of -as mkisofs command with other commands
14249 
14250 10 Mar 2013  [4986]
14251 xorriso/xorriso_eng.html
14252 ChangeLog
14253 Updated change log and web page
14254 
14255 ------------------------------------ cycle  - xorriso-1.2.7 - 2013.03.10.193344
14256 * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive
14257 * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect.
14258            Thanks to Davy Ho.
14259 
14260 
14261 2013.03.12.124913  [4988]
14262 configure.ac
14263 libisoburn/libisoburn.h
14264 Requiring libisofs-1.2.7
14265 
14266 2013.03.12.194637  [4989]
14267 xorriso/write_run.c
14268 Prevented rollover of El Torito Sector Count of large EFI boot images
14269 
14270 2013.03.12.194842  [4990]
14271 configure.ac
14272 xorriso/misc_funct.c
14273 xorriso/xorriso.texi
14274 xorriso/xorriso.info
14275 xorriso/xorriso.1
14276 Corrected the interpretation of user supplied ECMA-119 timestamp strings
14277 
14278 2013.03.12.195052  [4991]
14279 xorriso/xorriso.h
14280 xorriso/iso_img.c
14281 xorriso/text_io.c
14282 xorriso/xorriso.texi
14283 xorriso/xorriso.info
14284 xorriso/xorriso.1
14285 Reporting volume timestamps with -pvd_info
14286 
14287 2013.03.13.195851  [4992]
14288 xorriso/xorriso.h
14289 xorriso/parse_exec.c
14290 xorriso/opts_d_h.c
14291 xorriso/opts_i_o.c
14292 xorriso/xorriso.texi
14293 xorriso/xorriso.info
14294 xorriso/xorriso.1
14295 libisoburn/libisoburn.ver
14296 New command -move
14297 
14298 2013.03.17.110559  [4993]
14299 configure.ac
14300 Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing
14301 
14302 18 Mar 2013  [5000]
14303 svn copy -m Branching for libisoburn release 1.2.8
14304 http://svn.libburnia-project.org/libisoburn/trunk
14305 http://svn.libburnia-project.org/libisoburn/branches/1.2.8
14306 
14307 18 Mar 2013  [5001]
14308 frontend/xorriso-tcltk
14309 frontend/README-tcltk
14310 Making use of command -move in xorriso-tcltk
14311 
14312 2013.03.18.093001  [5002]
14313 configure.ac
14314 README
14315 libisoburn/libisoburn.h
14316 xorriso/README_gnu_xorriso
14317 xorriso/xorriso.h
14318 xorriso/xorrisoburn.h
14319 xorriso/xorriso_main.c
14320 xorriso/xorriso_eng.html
14321 xorriso/make_xorriso_standalone.sh
14322 xorriso/configure_ac.txt
14323 frontend/xorriso-tcltk
14324 xorriso/xorriso_timestamp.h
14325 xorriso/xorriso.texi 
14326 xorriso/xorriso.1 
14327 xorriso/xorriso.info 
14328 xorriso/xorrisofs.texi
14329 xorriso/xorrisofs.1
14330 xorriso/xorrisofs.info
14331 xorriso/xorrecord.texi
14332 xorriso/xorrecord.1
14333 xorriso/xorrecord.info
14334 Version leap to libisoburn-1.2.8
14335 
14336 18 Mar 2013  [5004]
14337 Makefile.am
14338 Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS
14339 
14340 18 Mar 2013  [5003]
14341 ChangeLog
14342 xorriso/changelog.txt
14343 Documented changes and release timestamp
14344 
14345 ----------------------------------- release - xorriso-1.2.8 - 2013.03.18.093001
14346 * Bug fix: -tell_media_space altered the pointers to MD5 of data files
14347            which stem from a previous session. This produced false
14348            mismatches with -check_md5_r.
14349 * Bug fix: CD tracks were reported with the sizes of the tracks in the
14350            first session.
14351 * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive
14352 * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect.
14353            Thanks to Davy Ho.
14354 * Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing
14355 * New command -move
14356 * New -as mkisofs options -eltorito-id , -eltorito-selcrit
14357 
14358 
14359 18 Mar 2013  [5005]
14360 frontend/xorriso-tcltk
14361 frontend/README-tcltk
14362 Making use of command -move in xorriso-tcltk
14363 
14364 18 Mar 2013  [5006]
14365 Makefile.am
14366 Had to add xorriso-tcltk to EXTRA_DIST although it is in bin_SCRIPTS
14367 
14368 2013.03.18.204322  [5010]
14369 configure.ac
14370 README
14371 libisoburn/libisoburn.h
14372 xorriso/README_gnu_xorriso
14373 xorriso/xorriso.h
14374 xorriso/xorrisoburn.h
14375 xorriso/xorriso_main.c
14376 xorriso/xorriso_eng.html
14377 xorriso/make_xorriso_standalone.sh
14378 xorriso/configure_ac.txt
14379 frontend/xorriso-tcltk
14380 xorriso/xorriso_timestamp.h
14381 xorriso/xorriso.texi 
14382 xorriso/xorriso.1 
14383 xorriso/xorriso.info 
14384 xorriso/xorrisofs.texi
14385 xorriso/xorrisofs.1
14386 xorriso/xorrisofs.info
14387 xorriso/xorrecord.texi
14388 xorriso/xorrecord.1
14389 xorriso/xorrecord.info
14390 Version leap to libisoburn-1.2.9
14391 
14392 19 Mar 2013 [5011]
14393 ChangeLog
14394 xorriso/changelog.txt
14395 Documented changes and release timestamp
14396 
14397 20 Mar 2013 [5012]
14398 svn move -m Promoted branch to tag
14399 http://svn.libburnia-project.org/libisoburn/branches/1.2.8
14400 http://svn.libburnia-project.org/libisoburn/tags/1.2.8
14401 
14402 ------------------------------------ cycle  - xorriso-1.2.9 - 2013.03.18.204322
14403 
14404 
14405 2013.04.13.064738  [5017]
14406 libisoburn/libisoburn.h
14407 libisoburn/isoburn.c
14408 New options bit with isoburn_igopt_set_system_area() for GRUB2 MBR patching
14409 
14410 2013.04.13.074117  [5018]
14411 xorriso/xorriso_private.h
14412 xorriso/opts_a_c.c
14413 xorriso/iso_img.c
14414 xorriso/write_run.c
14415 New -boot_image bootspecs grub2_mbr= and grub2_boot_info=
14416 
14417 2013.04.13.074309  [5019]
14418 xorriso/emulators.c
14419 New -as mkisofs options --grub2-mbr and --grub2-boot-info
14420 
14421 ------------------------------------ cycle  - xorriso-1.2.9 - 2013.04.13.074309
14422 * New options bit with isoburn_igopt_set_system_area() for GRUB2 MBR patching
14423 * New -boot_image bootspecs grub2_mbr= and grub2_boot_info=
14424 * New -as mkisofs options --grub2-mbr and --grub2-boot-info
14425 
14426 
14427 2013.04.13.144946  [5020]
14428 xorriso/iso_tree.c
14429 Bug fix: Disk paths with components '.' or '..' could be mistaken for directories
14430 
14431 2013.04.13.205230  [5021]
14432 xorriso/xorriso_private.h
14433 xorriso/base_obj.c
14434 xorriso/opts_a_c.c
14435 xorriso/iso_img.c
14436 xorriso/write_run.c
14437 New -boot_image bootspec grub2_sparc_core=
14438 
14439 2013.04.13.205450  [5022]
14440 xorriso/emulators.c
14441 New -as mkisofs option --grub2-sparc-core
14442 
14443 ------------------------------------ cycle  - xorriso-1.2.9 - 2013.04.13.205450
14444 
14445 
14446 2013.04.14.174539  [5023]
14447 xorriso/iso_img.c
14448 xorriso/text_io.c
14449 Reporting grub2_mbr= with -status -boot_image
14450 
14451 2013.04.14.174902  [5024]
14452 xorriso/opts_d_h.c
14453 xorriso/emulators.c
14454 xorriso/xorriso.texi
14455 xorriso/xorriso.info
14456 xorriso/xorriso.1
14457 xorriso/xorrisofs.texi
14458 xorriso/xorrisofs.info
14459 xorriso/xorrisofs.1
14460 Updated man page and help texts about new features
14461 
14462 2013.04.16.124331  [5025]
14463 xorriso/iso_img.c
14464 Recognizing grub2_mbr= on image load
14465 
14466 17 Apr 2013  [5026]
14467 xorriso/xorriso_eng.html
14468 ChangeLog
14469 Updated change log and web page
14470 
14471 ------------------------------------ cycle  - xorriso-1.2.9 - 2013.04.16.124331
14472 * New -boot_image bootspecs grub2_mbr= and grub2_boot_info=
14473 * New -boot_image bootspec grub2_sparc_core=
14474 * New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core
14475 * Bug fix: Disk paths with components '.' or '..' could be mistaken for directories
14476 
14477 
14478 2013.05.03.135424  [5027]
14479 xorriso/emulators.c
14480 Letting -as cdrecord -help point to man xorrecord rather than to man xorriso
14481 
14482 2013.05.06.161651  [5028]
14483 xorriso/xorriso_private.h
14484 xorriso/base_obj.c
14485 xorriso/opts_d_h.c
14486 xorriso/opts_i_o.c
14487 xorriso/text_io.c
14488 New -hardlinks mode "lsl_count" / "no_lsl_count"
14489 
14490 06 May 2013  [5029]
14491 frontend/xorriso-tcltk
14492 Starting up xorriso-tcltk with -hardlinks "on" if xorriso version >= 1.3.0
14493 
14494 07 May 2013  [5030]
14495 xorriso/xorriso.texi
14496 xorriso/xorriso.info
14497 xorriso/xorriso.1
14498 Documented new -hardlinks mode
14499 
14500 07 May 2013  [5031]
14501 xorriso/xorriso.texi
14502 xorriso/xorriso.info
14503 xorriso/xorriso.1
14504 xorriso/xorrecord.texi
14505 xorriso/xorrecord.info
14506 xorriso/xorrecord.1
14507 Clarification that xorriso does neither audio CD nor official video DVD
14508 
14509 07 May 2013  [5032]
14510 xorriso/xorriso_eng.html
14511 ChangeLog
14512 Updated change log and web page
14513 
14514 ------------------------------------ cycle  - xorriso-1.2.9 - 2013.05.07.185653
14515 * New -hardlinks mode "lsl_count" / "no_lsl_count"
14516 
14517 
14518 07 May 2013  [5033]
14519 xorriso/xorriso.texi
14520 xorriso/xorriso.info
14521 xorriso/xorriso.1
14522 Small improvement in layout of xorriso info page
14523 
14524 10 May 2013  [5037]
14525 xorriso/xorriso.texi
14526 xorriso/xorriso.info
14527 xorriso/xorriso.1
14528 Corrected two examples in man xorriso