Updated change log and web page
This commit is contained in:
parent
d9c93a6dea
commit
e8b387c54d
@ -6,6 +6,9 @@ SVN trunk (to become libisoburn-1.4.8 or higher)
|
||||
* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with
|
||||
pattern expansion
|
||||
* Bug fix: --mbr-force-bootable did not get into effect with -append_partition
|
||||
* Bug fix: Exit value of failed -mount command was reported as 0
|
||||
* Bug fix: -boot_image actions "keep" and "patch" did not work any more.
|
||||
Regression by libisofs 1.4.4.
|
||||
* New -find tests -maxdepth and -mindepth
|
||||
* New commands -update_lxi and -update_li
|
||||
* New API calls isoburn_igopt_set_iso_mbr_part_type(),
|
||||
|
@ -18157,7 +18157,7 @@ xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Mentioned -append_partition in manual about --mbr-force-bootable
|
||||
|
||||
[]
|
||||
29 Jun 2017 [a2b52b4]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -18167,6 +18167,32 @@ Updated change log and web page
|
||||
* Bug fix: --mbr-force-bootable did not get into effect with -append_partition
|
||||
|
||||
|
||||
2017.07.21.105310 [4bb3dbf]
|
||||
xorriso/iso_img.c
|
||||
Bug fix: Exit value of failed -mount command was reported as 0
|
||||
|
||||
2017.08.07.134036 [2cab210]
|
||||
xorriso/iso_manip.c
|
||||
Fixed a code typo which luckily had no negative effect with existing use cases
|
||||
|
||||
08 Aug 2017 [d9c93a6]
|
||||
releng/run_all_auto
|
||||
releng/inc/releng_getopts.inc
|
||||
Bug fix: ./run_all_auto aborted on kojipkgs.fedoraproject.org on tput attempt. Thanks Robert Scheck.
|
||||
|
||||
|
||||
14 Aug 2017 []
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.4.7 - 2017.08.14.160231
|
||||
* Bug fix: Exit value of failed -mount command was reported as 0
|
||||
* Bug fix: -boot_image actions "keep" and "patch" did not work any more.
|
||||
Regression by libisofs 1.4.4.
|
||||
|
||||
|
||||
[]
|
||||
>>> doc/faq.wiki
|
||||
>>> Prepared some of the documentation for move to dev.lovelyhq.com
|
||||
|
@ -683,6 +683,13 @@ Appended partitions of size >= 4 GiB led to abort with error message
|
||||
<LI>
|
||||
--mbr-force-bootable did not get into effect with -append_partition
|
||||
</LI>
|
||||
<LI>
|
||||
Exit value of failed -mount command was reported as 0
|
||||
</LI>
|
||||
<LI>
|
||||
-boot_image actions "keep" and "patch" did not work any more.
|
||||
Regression by libisofs 1.4.4.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user