Updated change log and web page
This commit is contained in:
parent
c62ae86d27
commit
0d3d9d7a92
@ -14,6 +14,9 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||
rather than appended
|
||||
* Bug fix: Split file directories (-split_size) were created with wrong
|
||||
permissions
|
||||
* Bug fix: libisofs did not mark clones of imported files as imported.
|
||||
This could cause that original and clone occupy data storage
|
||||
in the newly written session. Thanks to Ivan Shmakov.
|
||||
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
|
||||
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
|
||||
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
||||
|
@ -20078,75 +20078,75 @@ Bug fix: Split file directories (-split_size) were created with wrong permission
|
||||
xorriso/write_run.c
|
||||
Warning if EFI boot equipment is present but no /EFI/BOOT directory is in ISO
|
||||
|
||||
15.06.2022 [9b4c082]
|
||||
15 Jun 2022 [9b4c082]
|
||||
test/merge_2_debian_isos
|
||||
+ test/merge_debian_isos
|
||||
+ test/merge_debian_isos.sig
|
||||
New experimental script test/merge_debian_isos. Deprecated merge_2_debian_isos.
|
||||
|
||||
15.06.2022 [65c63cc]
|
||||
15 Jun 2022 [65c63cc]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Changed permissions of test/merge_debian_isos to a+x
|
||||
|
||||
17.06.2022 [34981b1]
|
||||
17 Jun 2022 [34981b1]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Switched test/merge_debian_isos to /bin/sh, added signal handling,
|
||||
fixed harmless flaws found by shellcheck, added more sanity checks,
|
||||
enabled XORRISO=dummy for test runs without ISO production
|
||||
|
||||
18.06.2022 [5897c70]
|
||||
18 Jun 2022 [5897c70]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Improved signal handling, removing result ISO if xorriso exits with error,
|
||||
redirected a few messages from stdout to stderr
|
||||
|
||||
18.06.2022 [68c4a39]
|
||||
18 Jun 2022 [68c4a39]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Merging Debian /firmware directories like the /pool directories
|
||||
|
||||
20.06.2022 [87aab73]
|
||||
20 Jun 2022 [87aab73]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Corrected sorting of /md5sum.txt by merge_debian_isos
|
||||
|
||||
23.06.2022 [0bc397c]
|
||||
23 Jun 2022 [0bc397c]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Removing duplicates from md5sum.txt and computing new MD5 for changed files
|
||||
|
||||
23.06.2022 [a94f22d]
|
||||
23 Jun 2022 [a94f22d]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Properly announced and checked md5sum as new dependency of merge_debian_isos
|
||||
|
||||
24.06.2022 [072c4e5]
|
||||
24 Jun 2022 [072c4e5]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Listing /firmware/dep11/README.txt in md5sum.txt if all its MD5 lines are equal
|
||||
|
||||
26.06.2022 [0e8227e]
|
||||
26 Jun 2022 [0e8227e]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Improved speed of md5sum.txt processing by a proposal of Zhang Boyang
|
||||
|
||||
02.07.2022 [4ff9f8e]
|
||||
02 Jul 2022 [4ff9f8e]
|
||||
releng/run_all_auto
|
||||
Returning non-zero exit value if releng/run_all_auto fails.
|
||||
Proposal by Alexandre Ghiti.
|
||||
|
||||
14.07.2022 [62700a9]
|
||||
14 Jul 2022 [62700a9]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Enabled writing by merge_debian_isos to USB sticks and optical media
|
||||
|
||||
14.07.2022 [71f6ba1]
|
||||
14 Jul 2022 [71f6ba1]
|
||||
xorriso/xorriso_eng.html
|
||||
Updated the gpg --verify procedure after demise of keys.gnupg.net
|
||||
|
||||
14.07.2022 [bdc563a]
|
||||
14 Jul 2022 [bdc563a]
|
||||
ChangeLog
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
@ -20158,27 +20158,27 @@ Updated change log and web page
|
||||
permissions
|
||||
|
||||
|
||||
15.07.2022 [821628a]
|
||||
15 Jul 2022 [821628a]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Made adjustments in merge_debian_isos
|
||||
|
||||
16.07.2022 [f205e42]
|
||||
16 Jul 2022 [f205e42]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Added a sentence to help text of merge_debian_isos
|
||||
|
||||
19.07.2022 [9e79f64]
|
||||
19 Jul 2022 [9e79f64]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Automatically creating mount parent directory in merge_debian_isos
|
||||
|
||||
06.08.2022 [3318fa4]
|
||||
06 Aug 2022 [3318fa4]
|
||||
frontend/grub-mkrescue-sed.sh
|
||||
frontend/grub-mkrescue-sed.sh.sig
|
||||
New environment variable MKRESCUE_SED_UNPACK_EFI_TO_ISO
|
||||
|
||||
20.09.2022 [d2fd48f]
|
||||
20 Sep 2022 [d2fd48f]
|
||||
libisoburn/libisoburn.h
|
||||
libisoburn/isofs_wrap.c
|
||||
libisoburn/libisoburn.ver
|
||||
@ -20206,7 +20206,7 @@ xorriso/xorriso.1
|
||||
Reporting some relaxation commands with -report_el_torito modes "cmd" and
|
||||
"mkisofs" if CHRP is detected. Performing them with -boot_image any "replay".
|
||||
|
||||
[]
|
||||
08 Oct 2022 [847afc0]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -20217,6 +20217,35 @@ Updated change log and web page
|
||||
* New command -assess_indev_features
|
||||
|
||||
|
||||
19 Oct 2022 [fd19550]
|
||||
test/merge_debian_isos.texi
|
||||
test/merge_debian_isos.info
|
||||
test/merge_debian_isos.1
|
||||
Created manual pages for merge_debian_iso
|
||||
|
||||
19 Oct 2022 [7d618ef]
|
||||
xorriso/make_xorriso_1.c
|
||||
xorriso/make_docs.sh
|
||||
Enabled production of .info and .1 from merge_debian_isos.texi
|
||||
|
||||
19 Oct 2022 [c62ae86]
|
||||
test/merge_debian_isos.texi
|
||||
test/merge_debian_isos.info
|
||||
test/merge_debian_isos.1
|
||||
Corrected the BUGS section of merge_debian_isos.texi
|
||||
|
||||
27 Oct 2022 []
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.5 - 2022.10.27.131722
|
||||
* Bug fix: libisofs did not mark clones of imported files as imported.
|
||||
This could cause that original and clone occupy data storage
|
||||
in the newly written session. Thanks to Ivan Shmakov.
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
@ -20225,6 +20254,8 @@ Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.5 -
|
||||
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
|
@ -743,6 +743,11 @@ appended partition in GPT
|
||||
partition table if the partitions are data files in the ISO
|
||||
rather than appended
|
||||
</LI>
|
||||
<LI>
|
||||
libisofs did not mark clones of imported files as imported.
|
||||
This could cause that original and clone occupy data storage
|
||||
in the newly written session. Thanks to Ivan Shmakov.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user