Documented changes and release timestamp
This commit is contained in:
parent
f81eade8cd
commit
ac4048d590
16
ChangeLog
16
ChangeLog
@ -1,25 +1,29 @@
|
||||
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||
(to become libisoburn-1.5.4 or higher)
|
||||
libisoburn-1.5.4.tar.gz Sat Jan 30 2021
|
||||
===============================================================================
|
||||
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended
|
||||
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
|
||||
* New helper script xorriso-dd-target
|
||||
* New command -truncate_overwritable
|
||||
* Switched to usage of libjte-2.0.0
|
||||
* New -jigdo parameters "checksum_algorithm", "demand_checksum",
|
||||
"-checksum-list"
|
||||
* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
|
||||
* New -as mkisofs options "-jigdo-checksum-algorithm", "-checksum-list",
|
||||
"-jigdo-force-checksum"
|
||||
* New helper script xorriso-dd-target
|
||||
* New command -truncate_overwritable
|
||||
* New -read_speed prefixes "soft_force:" and "soft_corr:"
|
||||
* New -check_media option data_to="-" for standard output
|
||||
* New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=,
|
||||
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
||||
* New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2,
|
||||
--zisofs2-susp-zf
|
||||
* New -osirrox option sparse= controls extraction into sparse files
|
||||
* Enabled recognition of zisofs by magic without zlib support
|
||||
* New -osirrox option sparse= controls extraction into sparse files
|
||||
* New libisoburn extension options isoburn_ropt_map_joliet_stripped and
|
||||
isoburn_ropt_map_joliet_unmapped
|
||||
* New command -joliet_map
|
||||
* New command -extract_boot_images
|
||||
* New API call isoburn_ropt_get_tree_loaded()
|
||||
|
||||
libisoburn-1.5.2.tar.gz Sat Oct 26 2019
|
||||
===============================================================================
|
||||
|
@ -19059,7 +19059,7 @@ xorriso/make_xorriso_1.c
|
||||
xorriso/make_docs.sh
|
||||
Added info and man page for xorriso-dd-target
|
||||
|
||||
5yy02 Dec 2019 [9b711f2]
|
||||
02 Dec 2019 [9b711f2]
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
@ -19608,7 +19608,7 @@ Added a NEWS file to please automake without --foreign. Thanks Felipe Franciosi.
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
Added NEWS to GNU xorriso
|
||||
|
||||
2020.11.14.083425 []
|
||||
2020.11.14.083425 [266a6f4]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -19620,6 +19620,154 @@ Updated change log and web page
|
||||
given but not containing a slash character
|
||||
|
||||
|
||||
15 Nov 2020 [abd65a7]
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrisofs.1
|
||||
Documented new opportunity to use with -append_partition the HFS+ type GUID
|
||||
to get APM type "Apple_HFS"
|
||||
|
||||
2020.11.18.200311 [9f5a6ea]
|
||||
xorriso/emulators.c
|
||||
Added -translation-table to the list of ignroed -as mkisofs options
|
||||
|
||||
2020.11.22.131521 [cf176ee]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isofs_wrap.c
|
||||
libisoburn/isoburn.h
|
||||
libisoburn/isoburn.c
|
||||
New libisoburn extension option isoburn_ropt_map_joliet_stripped
|
||||
|
||||
2020.11.22.134545 [8f89ad0]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isofs_wrap.c
|
||||
libisoburn/isoburn.h
|
||||
libisoburn/isoburn.c
|
||||
New libisoburn extension option isoburn_ropt_map_joliet_unmapped
|
||||
|
||||
2020.11.22.135052 [2fbb3cf]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/base_obj.c
|
||||
xorriso/text_io.c
|
||||
xorriso/drive_mgt.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
libisoburn/libisoburn.ver
|
||||
New command -joliet_map
|
||||
|
||||
2020.12.04.103410 [e97cd48]
|
||||
xorriso/opts_i_o.c
|
||||
Added the source code of Xorriso_option_joliet_map which was omitted with
|
||||
commit 2fbb3cf
|
||||
|
||||
2020.12.05.085329 [47be075]
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/parse_exec.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/drive_mgt.c
|
||||
xorriso/iso_img.c
|
||||
xorriso/read_run.c
|
||||
xorriso/check_media.h
|
||||
xorriso/check_media.c
|
||||
xorriso/sfile.h
|
||||
xorriso/sfile.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
libisoburn/libisoburn.ver
|
||||
New command -extract_boot_images
|
||||
|
||||
2020.12.07.183710 [b3adff1]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isoburn.h
|
||||
libisoburn/isoburn.c
|
||||
libisoburn/isofs_wrap.c
|
||||
libisoburn/libisoburn.ver
|
||||
New API call isoburn_ropt_get_tree_loaded()
|
||||
|
||||
2020.12.07.184159 [3542e8a]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/drive_mgt.c
|
||||
New -toc lines "ISO offers :" and "ISO loaded :"
|
||||
|
||||
2020.12.08.122752 [5bc1d99]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/drive_mgt.c
|
||||
Omitting "ISO offers :" and "ISO loaded :" if no ISO was loaded at all
|
||||
|
||||
2021.01.30.150001 [f81eade]
|
||||
configure.ac
|
||||
README
|
||||
libisoburn/libisoburn.h
|
||||
xorriso/README_gnu_xorriso
|
||||
xorriso/xorriso.h
|
||||
xorriso/xorrisoburn.h
|
||||
xorriso/xorriso_main.c
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/make_xorriso_standalone.sh
|
||||
xorriso/configure_ac.txt
|
||||
frontend/xorriso-tcltk
|
||||
xorriso-dd-target/xorriso-dd-target
|
||||
xorriso/xorriso_timestamp.h
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.1
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorrisofs.texi
|
||||
xorriso/xorrisofs.1
|
||||
xorriso/xorrisofs.info
|
||||
xorriso/xorrecord.texi
|
||||
xorriso/xorrecord.1
|
||||
xorriso/xorrecord.info
|
||||
xorriso/xorriso-tcltk.texi
|
||||
xorriso/xorriso-tcltk.1
|
||||
xorriso/xorriso-tcltk.info
|
||||
xorriso-dd-target/xorriso-dd-target.texi
|
||||
xorriso-dd-target/xorriso-dd-target.1
|
||||
xorriso-dd-target/xorriso-dd-target.info
|
||||
Version leap to libisoburn-1.5.4
|
||||
|
||||
30 Jan 2021 []
|
||||
ChangeLog
|
||||
xorriso/changelog.txt
|
||||
Documented changes and release timestamp
|
||||
|
||||
----------------------------------- release - xorriso-1.5.4 - 2021.01.30.150001
|
||||
* Switched to usage of libjte-2.0.0
|
||||
* New -jigdo parameters "checksum_algorithm", "demand_checksum",
|
||||
"-checksum-list"
|
||||
* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list",
|
||||
"-jigdo-force-checksum"
|
||||
* New helper script xorriso-dd-target
|
||||
* New command -truncate_overwritable
|
||||
* New -read_speed prefixes "soft_force:" and "soft_corr:"
|
||||
* New -check_media option data_to="-" for standard output
|
||||
* New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=
|
||||
* New -as mkisofs option --zisofs-version-2
|
||||
* 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
|
||||
* 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
|
||||
* New libisoburn extension options isoburn_ropt_map_joliet_stripped and
|
||||
isoburn_ropt_map_joliet_unmapped
|
||||
* New API call isoburn_ropt_get_tree_loaded()
|
||||
* New command -joliet_map
|
||||
* New command -extract_boot_images
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
@ -19628,6 +19776,7 @@ Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.3 -
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
|
Loading…
Reference in New Issue
Block a user