Updated change log and web page
This commit is contained in:
parent
d9176dfceb
commit
266a6f47d1
@ -3,6 +3,8 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended
|
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended
|
||||||
partition and forced boot flag as -part_like_isohybrid
|
partition and forced boot flag as -part_like_isohybrid
|
||||||
|
* Bug fix: Boot catalog could get a wrong name if cat_path= is explicitely
|
||||||
|
given but not containing a slash character
|
||||||
* Switched to usage of libjte-2.0.0
|
* Switched to usage of libjte-2.0.0
|
||||||
* New -jigdo parameters "checksum_algorithm", "demand_checksum",
|
* New -jigdo parameters "checksum_algorithm", "demand_checksum",
|
||||||
"-checksum-list"
|
"-checksum-list"
|
||||||
@ -16,6 +18,7 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
|||||||
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
||||||
* New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2,
|
* New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2,
|
||||||
--zisofs2-susp-zf
|
--zisofs2-susp-zf
|
||||||
|
* New -osirrox option sparse= controls extraction into sparse files
|
||||||
* Enabled recognition of zisofs by magic without zlib support
|
* Enabled recognition of zisofs by magic without zlib support
|
||||||
|
|
||||||
libisoburn-1.5.2.tar.gz Sat Oct 26 2019
|
libisoburn-1.5.2.tar.gz Sat Oct 26 2019
|
||||||
|
@ -19564,7 +19564,7 @@ xorriso/xorrisofs.info
|
|||||||
xorriso/xorrisofs.1
|
xorriso/xorrisofs.1
|
||||||
Changed --zisofs-susp-z2 to --zisofs2-susp-z2, added --zisofs2-susp-zf
|
Changed --zisofs-susp-z2 to --zisofs2-susp-z2, added --zisofs2-susp-zf
|
||||||
|
|
||||||
2020.10.31.195038 []
|
2020.10.31.195038 [66fe150]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -19578,6 +19578,48 @@ Updated change log and web page
|
|||||||
partition and forced boot flag as -part_like_isohybrid
|
partition and forced boot flag as -part_like_isohybrid
|
||||||
|
|
||||||
|
|
||||||
|
2020.11.03.082729 [05de7ec]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/opts_i_o.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/read_run.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
xorriso/misc_funct.h
|
||||||
|
xorriso/misc_funct.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -osirrox option sparse= controls extraction into sparse files
|
||||||
|
|
||||||
|
2020.11.07.113931 [6fa5f97]
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/iso_manip.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
Bug fix: Boot catalog could get a wrong name if cat_path= is explicitely given
|
||||||
|
but not containing a slash character
|
||||||
|
|
||||||
|
13 Nov 2020 [fc2a2d4]
|
||||||
|
+ NEWS
|
||||||
|
Added a NEWS file to please automake without --foreign. Thanks Felipe Franciosi.
|
||||||
|
|
||||||
|
13 Nov 2020 [d9176df]
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
Added NEWS to GNU xorriso
|
||||||
|
|
||||||
|
2020.11.14.083425 []
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.5.3 - 2020.11.14.083425
|
||||||
|
* New -osirrox option sparse= controls extraction into sparse files
|
||||||
|
* Bug fix: Boot catalog could get a wrong name if cat_path= is explicitely
|
||||||
|
given but not containing a slash character
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
|
@ -680,6 +680,10 @@ cdrecord and mkisofs.</DT>
|
|||||||
-report_system_area as_mkisofs misrepresented GPT with appended
|
-report_system_area as_mkisofs misrepresented GPT with appended
|
||||||
partition and forced boot flag as -part_like_isohybrid
|
partition and forced boot flag as -part_like_isohybrid
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
Boot catalog could get a wrong name if cat_path= is explicitely given but
|
||||||
|
not containing a slash character
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
@ -719,6 +723,9 @@ New -as mkisofs option --zisofs-version-2, --zisofs2-susp-z2, --zisofs2-susp-zf
|
|||||||
<LI>
|
<LI>
|
||||||
Enabled recognition of zisofs by magic without zlib support
|
Enabled recognition of zisofs by magic without zlib support
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
New -osirrox option sparse= controls extraction into sparse files
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
@ -844,7 +851,7 @@ scdbackup, multi volume CD/DVD/BD backup</A></DD>
|
|||||||
<BR>
|
<BR>
|
||||||
Legal statement: This website does not serve any commercial purpose.
|
Legal statement: This website does not serve any commercial purpose.
|
||||||
<BR><BR>
|
<BR><BR>
|
||||||
Copyright © 2008 - 2019 Thomas Schmitt.
|
Copyright © 2008 - 2020 Thomas Schmitt.
|
||||||
<BR>
|
<BR>
|
||||||
This text is freely distributable. It shall only be modified in sync with
|
This text is freely distributable. It shall only be modified in sync with
|
||||||
the factual properties of xorriso and its public storage locations.
|
the factual properties of xorriso and its public storage locations.
|
||||||
|
Loading…
Reference in New Issue
Block a user