Updated change log and web page
This commit is contained in:
parent
5133b9cba1
commit
165a5fe608
11
ChangeLog
11
ChangeLog
@ -14,8 +14,6 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
|||||||
loaded ISO
|
loaded ISO
|
||||||
* Bug fix: Size assessment of ISO images smaller than 32 KiB yielded
|
* Bug fix: Size assessment of ISO images smaller than 32 KiB yielded
|
||||||
random values
|
random values
|
||||||
* New -append_partition pseudo partition_number "all" and
|
|
||||||
pseudo type_code "revoke"
|
|
||||||
* New bit1 with API call Xorriso_change_is_pending() issues a note if
|
* New bit1 with API call Xorriso_change_is_pending() issues a note if
|
||||||
return is 0 and indev and outdev point to different drives
|
return is 0 and indev and outdev point to different drives
|
||||||
* New API calls isoburn_toc_disc_get_sectors_v2,
|
* New API calls isoburn_toc_disc_get_sectors_v2,
|
||||||
@ -27,9 +25,18 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
|||||||
* New API calls isoburn_attach_start_lba_v2(), isoburn_disc_get_msc1_v2(),
|
* New API calls isoburn_attach_start_lba_v2(), isoburn_disc_get_msc1_v2(),
|
||||||
isoburn_disc_track_lba_nwa_v2()
|
isoburn_disc_track_lba_nwa_v2()
|
||||||
* New API call isoburn_prepare_blind_grow_v2()
|
* New API call isoburn_prepare_blind_grow_v2()
|
||||||
|
* New info return modes 3 "Creation Time" and 4 "Modification Time"
|
||||||
|
with isoburn_read_iso_head() and isoburn_read_iso_head_v2()
|
||||||
|
* New address modes 5 to 9 for isoburn_set_msc1(), isoburn_get_mount_params(),
|
||||||
|
isoburn_get_mount_params_v2()
|
||||||
|
* New -append_partition pseudo partition_number "all" and
|
||||||
|
pseudo type_code "revoke"
|
||||||
* New -as mkisofs options -cut_out and -hide_iso_path
|
* New -as mkisofs options -cut_out and -hide_iso_path
|
||||||
* Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay
|
* Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay
|
||||||
* The maximum number of appended GPT partitions was increased from 4 to 8
|
* The maximum number of appended GPT partitions was increased from 4 to 8
|
||||||
|
* New command -toc_info_type
|
||||||
|
* New entities "at_time", "before", "after", "not_after", "not_before" for
|
||||||
|
commands -load, -mount, -mount_cmd, -session_string, -truncate_overwritable
|
||||||
|
|
||||||
GNU xorriso-1.5.6.pl02.tar.gz Wed Jun 14 2023
|
GNU xorriso-1.5.6.pl02.tar.gz Wed Jun 14 2023
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
@ -20990,7 +20990,7 @@ Initialized a variable which has complicated ways of getting set
|
|||||||
libisoburn/burn_wrap.c
|
libisoburn/burn_wrap.c
|
||||||
Bug fix: Size assessment of ISO images smaller than 32 KiB yielded random values
|
Bug fix: Size assessment of ISO images smaller than 32 KiB yielded random values
|
||||||
|
|
||||||
19 May 2024 []
|
19 May 2024 [2c608c9]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -21019,22 +21019,110 @@ Updated change log and web page
|
|||||||
* The maximum number of appended GPT partitions was increased from 4 to 8
|
* The maximum number of appended GPT partitions was increased from 4 to 8
|
||||||
|
|
||||||
|
|
||||||
[]
|
2024.05.19.204636 [7e4a714]
|
||||||
xorriso/xorriso_private.h
|
xorriso/xorriso_private.h
|
||||||
xorriso/base_obj.c
|
xorriso/base_obj.c
|
||||||
|
xorriso/parse_exec.c
|
||||||
xorriso/emulators.c
|
xorriso/emulators.c
|
||||||
xorriso/iso_tree.c
|
xorriso/iso_tree.c
|
||||||
>>> Suppressed warnings about non existing boot equipment files if mkisofs
|
Suppressed warnings about non existing boot equipment files when
|
||||||
emulation
|
mkisofs emulation is active
|
||||||
new struct XorrisO member .active_emulation, set by Xorriso_genisofs and
|
|
||||||
Xorriso_cdrskin
|
09 Jun 2024 [e4bcfa4]
|
||||||
|
xorriso/make_xorriso_standalone.sh
|
||||||
|
Using locally installed autotools files instead of libisoburn files
|
||||||
|
when generating a GNU xorriso tarball
|
||||||
|
|
||||||
|
09 Jun 2024 [fad0413]
|
||||||
|
Makefile.am
|
||||||
|
Included in libisoburn tarball the software needed to produce GNU xorriso
|
||||||
|
|
||||||
|
10 Jun 2024 [67e5e48]
|
||||||
|
xorriso/xorriso_makefile_am.txt
|
||||||
|
Included in GNU xorriso tarball the software needed to produce GNU xorriso
|
||||||
|
from library sources. Fixed rarely used "make dist" of GNU xorriso tarball.
|
||||||
|
|
||||||
|
17 Jun 2024 [25743e4]
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
Fixed a wrong word in man xorrisofs
|
||||||
|
|
||||||
|
2024.06.28.065555 [9222d38]
|
||||||
|
xorriso/misc_funct.c
|
||||||
|
Added YYYY_MM_DD_HHMMSS to the decodable forms of timestamps
|
||||||
|
|
||||||
|
2024.06.28.135605 [2306175]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New info return modes 3 "Creation Time" and 4 "Modification Time"
|
||||||
|
with isoburn_read_iso_head() and isoburn_read_iso_head_v2()
|
||||||
|
|
||||||
|
2024.06.28.144204 [7f1abc4]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/parse_exec.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
xorriso/iso_img.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
xorriso/misc_funct.h
|
||||||
|
xorriso/misc_funct.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New command -toc_info_type
|
||||||
|
|
||||||
|
2024.06.29.162751 [9ea7656]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New address modes 5 to 7 for isoburn_set_msc1(), isoburn_get_mount_params(),
|
||||||
|
isoburn_get_mount_params_v2()
|
||||||
|
|
||||||
|
2024.06.29.212258 [2e4b824]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
libisoburn/burn_wrap.c
|
||||||
|
New address modes 8 and 9 for isoburn_set_msc1(), isoburn_get_mount_params(),
|
||||||
|
isoburn_get_mount_params_v2()
|
||||||
|
|
||||||
|
2024.06.29.213042 [5133b9c]
|
||||||
|
xorriso/parse_exec.h
|
||||||
|
xorriso/parse_exec.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
xorriso/iso_img.c
|
||||||
|
xorriso/write_run.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
New entities "at_time", "before", "after", "not_after", "not_before" for
|
||||||
|
commands -load, -mount, -mount_cmd, -session_string, -truncate_overwritable
|
||||||
|
|
||||||
|
30 Jun 2024 []
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.5.7 - 2024.06.29.213042
|
||||||
|
* New command -toc_info_type
|
||||||
|
* New info return modes 3 "Creation Time" and 4 "Modification Time"
|
||||||
|
with isoburn_read_iso_head() and isoburn_read_iso_head_v2()
|
||||||
|
* New entities "at_time", "before", "after", "not_after", "not_before" for
|
||||||
|
commands -load, -mount, -mount_cmd, -session_string, -truncate_overwritable
|
||||||
|
* New address modes 5 to 9 for isoburn_set_msc1(), isoburn_get_mount_params(),
|
||||||
|
isoburn_get_mount_params_v2()
|
||||||
|
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.5.7 -
|
||||||
|
|
||||||
>>> Date: Sat, 23 Mar 2024 17:43:48 +0800
|
|
||||||
>>> From: Eric Long <i@hack3r.moe>
|
|
||||||
>>> To: scdbackup@gmx.net
|
|
||||||
>>> Subject: libisoburn: Please update config.{sub,guess} in release tarball
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
@ -775,6 +775,13 @@ Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay
|
|||||||
<LI>
|
<LI>
|
||||||
The maximum number of appended GPT partitions was increased from 4 to 8
|
The maximum number of appended GPT partitions was increased from 4 to 8
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
New command -toc_info_type
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
New entities "at_time", "before", "after", "not_after", "not_before" for
|
||||||
|
commands -load, -mount, -mount_cmd, -session_string, -truncate_overwritable
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
@ -895,7 +902,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 - 2023 Thomas Schmitt.
|
Copyright 2008 - 2024 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