Updated change log and web page
This commit is contained in:
parent
80b4d29a81
commit
66fe150831
@ -1,6 +1,8 @@
|
|||||||
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||||
(to become libisoburn-1.5.4 or higher)
|
(to become libisoburn-1.5.4 or higher)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended
|
||||||
|
partition and forced boot flag as -part_like_isohybrid
|
||||||
* 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"
|
||||||
@ -10,8 +12,11 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
|||||||
* New command -truncate_overwritable
|
* New command -truncate_overwritable
|
||||||
* New -read_speed prefixes "soft_force:" and "soft_corr:"
|
* New -read_speed prefixes "soft_force:" and "soft_corr:"
|
||||||
* New -check_media option data_to="-" for standard output
|
* New -check_media option data_to="-" for standard output
|
||||||
* New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=
|
* New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=,
|
||||||
* New -as mkisofs option --zisofs-version-2
|
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
||||||
|
* New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2,
|
||||||
|
--zisofs2-susp-zf
|
||||||
|
* 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
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
@ -19460,7 +19460,7 @@ xorriso/xorrisofs.info
|
|||||||
xorriso/xorrisofs.1
|
xorriso/xorrisofs.1
|
||||||
New -as mkisofs option --zisofs-version-2
|
New -as mkisofs option --zisofs-version-2
|
||||||
|
|
||||||
[]
|
14 Oct 2020 [fb0d617]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -19471,6 +19471,113 @@ Updated change log and web page
|
|||||||
* New -as mkisofs option --zisofs-version-2
|
* New -as mkisofs option --zisofs-version-2
|
||||||
|
|
||||||
|
|
||||||
|
2020.10.16.091750 [2f44446]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
Let -as mkisofs --zisofs-version-2 imply -z
|
||||||
|
|
||||||
|
2020.10.17.133001 [3f390f2]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/iso_tree.c
|
||||||
|
xorriso/lib_mgt.c
|
||||||
|
xorriso/filters.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -zisofs parameters bpt_target=
|
||||||
|
|
||||||
|
17 Oct 2020 [5a6aa8a]
|
||||||
|
xorriso/make_docs.sh
|
||||||
|
Added makeinfo option --no-split in make_docs.sh
|
||||||
|
|
||||||
|
2020.10.22.114038 [c4d66ec]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/lib_mgt.c
|
||||||
|
xorriso/filters.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -zisofs parameter bpt_free_ratio=
|
||||||
|
|
||||||
|
2020.10.24.121839 [396d099]
|
||||||
|
xorriso/iso_img.c
|
||||||
|
Bug fix: -report_system_areas as_mkisofs misrepresented GPT with appended partition and forced boot flag
|
||||||
|
|
||||||
|
2020.10.25.160005 [c1e6d34]
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/filters.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
In case of ISO_ZISOFS_TOO_MANY_PTR remove all dispensable block pointers
|
||||||
|
|
||||||
|
27 Oct 2020 [c24ffed]
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Let ./configure --disable-zlib issue a message
|
||||||
|
|
||||||
|
2020.10.27.113831 [1ddb676]
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/filters.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Enabled recognition of zisofs by magic without zlib support. New by_magic=v2
|
||||||
|
|
||||||
|
2020.10.29.082836 [a9d8102]
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/lib_mgt.c
|
||||||
|
xorriso/filters.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New -zisofs parameter susp_z2=
|
||||||
|
|
||||||
|
2020.10.29.083347 [5316687]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
New -as mkisofs option --zisofs-susp-z2
|
||||||
|
|
||||||
|
29 Oct 2020 [d2f10a1]
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
Added libisofs/doc/zisofs2_format.txt to GNU xorriso
|
||||||
|
|
||||||
|
2020.10.29.191346 [80b4d29]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
Changed --zisofs-susp-z2 to --zisofs2-susp-z2, added --zisofs2-susp-zf
|
||||||
|
|
||||||
|
2020.10.31.195038 []
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.5.3 - 2020.10.31.195038
|
||||||
|
* New -zisofs parameters bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
||||||
|
* New -as mkisofs options --zisofs2-susp-z2, --zisofs2-susp-zf
|
||||||
|
* Enabled recognition of zisofs by magic without zlib support
|
||||||
|
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended
|
||||||
|
partition and forced boot flag as -part_like_isohybrid
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
|
@ -676,7 +676,10 @@ cdrecord and mkisofs.</DT>
|
|||||||
<DT><H3>Development snapshot, version 1.5.3 :</H3></DT>
|
<DT><H3>Development snapshot, version 1.5.3 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-1.5.2:
|
<DD>Bug fixes towards xorriso-1.5.2:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>- none yet -</LI>
|
<LI>
|
||||||
|
-report_system_area as_mkisofs misrepresented GPT with appended
|
||||||
|
partition and forced boot flag as -part_like_isohybrid
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
@ -707,10 +710,14 @@ New -read_speed prefixes "soft_force:" and "soft_corr:"
|
|||||||
New -check_media option data_to="-" for standard output
|
New -check_media option data_to="-" for standard output
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=
|
New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=,
|
||||||
|
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
||||||
</LI>
|
</LI>
|
||||||
<LI>
|
<LI>
|
||||||
New -as mkisofs option --zisofs-version-2
|
New -as mkisofs option --zisofs-version-2, --zisofs2-susp-z2, --zisofs2-susp-zf
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
Enabled recognition of zisofs by magic without zlib support
|
||||||
</LI>
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2020.10.29.191346"
|
#define Xorriso_timestamP "2020.10.31.195038"
|
||||||
|
Loading…
Reference in New Issue
Block a user