From 379d270121f8a721b87d304de4ec058826ab673a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 22 Jul 2013 20:31:18 +0000 Subject: [PATCH] Updated change log and web page --- ChangeLog | 5 +++++ xorriso/changelog.txt | 31 ++++++++++++++++++++++++------- xorriso/xorriso_eng.html | 12 ++++++++++++ 3 files changed, 41 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89770187..bc47ded6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ SVN trunk (to become libisoburn-1.3.2.tar.gz or higher) * Bug fix: -find -exec "sort_weight" did not mark the image as having pending changes * Bug fix: -backslash_codes "with_program_arguments" was interpreted too late +* Bug fix: Missing or empty parameter with -dus was interpreted as "*" rather + than "." +* Bug fix: readline history was spammed by -msg_op parsing and pipe loops +* Bug fix: xorriso aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU +* Improved granularity of SCSI log time measurement, now with timestamp * New -pacifier behavior code "interval=" * New -as mkisofs options --sort-weight-list and --sort-weight-patterns * New -format mode "without_spare" (for BD-RE) diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 661e3806..2d442471 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -14809,7 +14809,7 @@ xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page -05 Jul 2013 [] +05 Jul 2013 [5107] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -14821,6 +14821,29 @@ Corrected a typo in change logs * New -msg_op opcodes "parse_silently" and "parse_bulk_silently" +2013.07.05.164001 [5108] +xorriso/xorriso.h +xorriso/opts_i_o.c +Bug fix: Missing or empty parameter with -dus was interpreted as "*" rather than "." + +2013.07.06.110101 [5109] +xorriso/opts_d_h.c +xorriso/text_io.c +Bug fix: readline history was spammed by -msg_op parsing and pipe loops + + +2013.07.22.202742 [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.3.1 - 2013.07.22.202742 +* Bug fix: Missing or empty parameter with -dus was interpreted as "*" rather than "." +* Bug fix: readline history was spammed by -msg_op parsing and pipe loops +* Bug fix: (libburn) xorriso aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU + + [] ChangeLog xorriso/xorriso_eng.html @@ -14849,12 +14872,6 @@ Important: When adding a public API function then add its name to file =============================================================================== ->>> xorriso as slave process accumulates command history - Does this make any sense ? - ->>> -dus "" lists all items of the current directory - rather than the current directory itself - - GRUB2 patching diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 29f62fb1..a529676d 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -666,6 +666,15 @@ cdrecord and mkisofs.
  • -backslash_codes "with_program_arguments" was interpreted too late
  • +
  • +Missing or empty parameter with -dus was interpreted as "*" rather than "." +
  • +
  • +readline history was spammed by -msg_op parsing and pipe loops +
  • +
  • +xorriso aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU +
  • @@ -691,6 +700,9 @@ New command -sh_style_result
  • New -msg_op opcodes "parse_silently" and "parse_bulk_silently"
  • +
  • +Improved granularity of SCSI log time measurement, now with timestamp +