Updated change log and web page

This commit is contained in:
Thomas Schmitt 2013-07-22 20:31:18 +00:00
parent fefda9c182
commit 379d270121
3 changed files with 41 additions and 7 deletions

View File

@ -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)

View File

@ -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

View File

@ -666,6 +666,15 @@ cdrecord and mkisofs.</DT>
<LI>
-backslash_codes "with_program_arguments" was interpreted too late
</LI>
<LI>
Missing or empty parameter with -dus was interpreted as "*" rather than "."
</LI>
<LI>
readline history was spammed by -msg_op parsing and pipe loops
</LI>
<LI>
xorriso aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
</LI>
<!--
<LI>- none yet -</LI>
-->
@ -691,6 +700,9 @@ New command -sh_style_result
<LI>
New -msg_op opcodes "parse_silently" and "parse_bulk_silently"
</LI>
<LI>
Improved granularity of SCSI log time measurement, now with timestamp
</LI>
<!--
<LI>- none yet -</LI>
-->