Updated change log and web page
This commit is contained in:
parent
71f6ba15c3
commit
bdc563a98b
@ -12,11 +12,15 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||
* Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR
|
||||
partition table if the partitions are data files in the ISO
|
||||
rather than appended
|
||||
* Bug fix: Split file directories (-split_size) were created with wrong
|
||||
permissions
|
||||
* 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.
|
||||
* New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
|
||||
* New -as cdrecord option --bdr_obs_exempt
|
||||
* Allowed lseekable device files with -cut_out.
|
||||
Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098)
|
||||
|
||||
|
||||
libisoburn-1.5.4.tar.gz Sat Jan 30 2021
|
||||
|
@ -20023,7 +20023,7 @@ xorriso/iso_img.c
|
||||
Bug fix: -report_system_area cmd misperceived combination of isohybrid and
|
||||
appended partition in GPT
|
||||
|
||||
22 Apr 2022 []
|
||||
22 Apr 2022 [0ef65a7]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -20036,15 +20036,134 @@ Updated change log and web page
|
||||
appended partition in GPT
|
||||
|
||||
|
||||
2022.04.26.101633 [fc58796]
|
||||
xorriso/iso_tree.c
|
||||
xorriso/iso_manip.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Allowed lseekable device files with -cut_out. Proof-of-concept by Ivan Shmakov.
|
||||
|
||||
10 May 2022 [0cb2e15]
|
||||
releng/auto_cxx
|
||||
releng/README
|
||||
Allowed to override by variable CC the use of g++ in releng/auto_cxx .
|
||||
Proposal by Tom Stellard.
|
||||
|
||||
23 May 2022 [ddfe509]
|
||||
+ test/merge_2_debian_isos
|
||||
New experimental script test/merge_2_debian_isos
|
||||
|
||||
2022.05.30.164422 [0c0d542]
|
||||
xorriso/disk_ops.h
|
||||
xorriso/disk_ops.c
|
||||
xorriso/iso_manip.c
|
||||
Widened the lseek capacity determination to SEEK_SET with wanted size
|
||||
|
||||
2022.05.30.164747 [865115f]
|
||||
xorriso/read_run.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Allowed lseekable device files with -paste_in
|
||||
|
||||
2022.06.02.140943 [5aac3dd]
|
||||
xorriso/iso_manip.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Bug fix: Split file directories (-split_size) were created with wrong permissions
|
||||
|
||||
2022.06.13.205546 [3eef041]
|
||||
xorriso/write_run.c
|
||||
Warning if EFI boot equipment is present but no /EFI/BOOT directory is in ISO
|
||||
|
||||
15.06.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]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Changed permissions of test/merge_debian_isos to a+x
|
||||
|
||||
17.06.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]
|
||||
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]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Merging Debian /firmware directories like the /pool directories
|
||||
|
||||
20.06.2022 [87aab73]
|
||||
test/merge_debian_isos
|
||||
test/merge_debian_isos.sig
|
||||
Corrected sorting of /md5sum.txt by merge_debian_isos
|
||||
|
||||
23.06.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]
|
||||
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]
|
||||
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]
|
||||
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]
|
||||
releng/run_all_auto
|
||||
Returning non-zero exit value if releng/run_all_auto fails.
|
||||
Proposal by Alexandre Ghiti.
|
||||
|
||||
14.07.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]
|
||||
xorriso/xorriso_eng.html
|
||||
Updated the gpg --verify procedure after demise of keys.gnupg.net
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.5 - 2022.07.14.195925
|
||||
* Allowed lseekable device files with -cut_out.
|
||||
Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098)
|
||||
* Bug fix: Split file directories (-split_size) were created with wrong
|
||||
permissions
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.5 -
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
|
Loading…
Reference in New Issue
Block a user