Updated change log and web page

This commit is contained in:
Thomas Schmitt 2021-05-25 22:16:02 +02:00
parent e9cbf38c01
commit 60dfe77a32
3 changed files with 105 additions and 16 deletions

View File

@ -1,7 +1,9 @@
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
(to become libisoburn-1.5.6 or higher)
===============================================================================
- no novelties yet -
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
* Bug fix: False -status failure with -boot_image --interval:appended_partition
libisoburn-1.5.4.tar.gz Sat Jan 30 2021
===============================================================================

View File

@ -19817,15 +19817,83 @@ Updated change log and web page
zisofs an unreadable filesystem after the warning "Calculated and
written ECMA-119 tree end differ"
2021.02.03.115443 []
2021.02.03.115443 [aa1a008]
xorriso/changelog.txt
xorriso/xorriso_timestamp.h
Updated change log and web page
Updated change log
------------------------------------ cycle - xorriso-1.5.3 - 2021.02.03.115443
Heuristic correction of bug fix in021.02.01.174513 which led to contrary
miscalculations.
As of 06 Feb 2021 the reason for the need of this bug fix has been found.
Without it, the block padding in SUSP continuation area are predicted twice,
causing double predicted size.
------------------------------ release - xorriso-1.5.4.pl01 - 2021.02.06.113001
Regrettably did not get the bug fix due to a mistake during its production.
------------------------------ release - xorriso-1.5.4.pl02 - 2021.02.06.123001
* Bug fix in libisofs:
Large amounts of AAIP data or many long file names could cause with
zisofs an unreadable filesystem after the warning "Calculated and
written ECMA-119 tree end differ"
07 Feb 2021 [be21a63]
xorriso-dd-target/xorriso-dd-target.sig
Updated xorriso-dd-target.sig
2021.03.12.083144 [a514680]
acinclude.m4
Made optional the use of libcam and thus SCSI passthrough on GNU/FreeBSD systems
12 Mar 2021 [c9e7fe8]
xorriso-dd-target/xorriso-dd-target.texi
xorriso-dd-target/xorriso-dd-target.1
xorriso-dd-target/xorriso-dd-target.info
Fixed a man page typo found by lintian
2021.04.04.181609 [e3df757]
xorriso/iso_img.c
Avoided to override EFI type GUID by output of -report_system_area as_mkisofs
2021.05.25.191333 [a1f9d03]
libisoburn/libisoburn.h
libisoburn/isoburn.c
New isoburn_igopt_set_system_area() option bits 16: GPT "Legacy BIOS bootable"
and 17: GPT writable
2021.05.25.191826 [db5d4eb]
xorriso/opts_a_c.c
xorriso/opts_d_h.c
xorriso/iso_img.c
xorriso/text_io.c
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
2021.05.25.192155 [23d0d8e]
xorriso/emulators.c
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
2021.05.25.195904 [e9cbf38]
xorriso/iso_img.c
Bug fix: False -status failure with -boot_image --interval:appended_partition
25 May 2021 []
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.5 - 2021.05.25.195904
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
* Bug fix: False -status failure with -boot_image --interval:appended_partition
[]
@ -19834,8 +19902,7 @@ xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.3 -
------------------------------------ cycle - xorriso-1.5.5 -
[]
ChangeLog
@ -19843,7 +19910,7 @@ xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.3 -
------------------------------------ cycle - xorriso-1.5.5 -
**********************************************************************

View File

@ -507,14 +507,14 @@ files or trees to disk:
<P>
<DL>
<DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-1.5.4.tar.gz">xorriso-1.5.4.tar.gz</A>
<DD><A HREF="xorriso-1.5.4.pl02.tar.gz">xorriso-1.5.4.pl02.tar.gz</A>
(2720 KiB).
</DD>
<DD>(Released 30 Jan 2021)</DD>
<DD><A HREF="xorriso-1.5.4.tar.gz.sig">xorriso-1.5.4.tar.gz.sig</A></DD>
<DD>(Released 06 Feb 2021)</DD>
<DD><A HREF="xorriso-1.5.4.pl02.tar.gz.sig">xorriso-1.5.4.pl02.tar.gz.sig</A></DD>
<DD>
(detached GPG signature for verification by
<KBD>gpg --verify xorriso-1.5.4.tar.gz.sig xorriso-1.5.4.tar.gz</KBD>
<KBD>gpg --with-fingerprint --verify xorriso-1.5.4.pl02.tar.gz.sig xorriso-1.5.4.pl02.tar.gz</KBD>
<BR>
which should confirm
<KBD>gpg: Good signature from "Thomas Schmitt &lt;scdbackup@gmx.net&gt;"</KBD>
@ -529,7 +529,7 @@ after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>
<DD>
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
mirrors of ftp://ftp.gnu.org/gnu/ </A>
as xorriso/xorriso-1.5.4.tar.gz
as xorriso/xorriso-1.5.4.pl02.tar.gz
</DD>
</DL>
</DD>
@ -600,6 +600,17 @@ On GNU/Linux early SCSI commands were not logged
</UL>
</P>
<P>
Bug fixes towards deprecated versions xorriso-1.5.4 and 1.5.4.pl01:
<UL>
<LI>
Large amounts of AAIP data or many long file names could cause with
zisofs an unreadable filesystem after the warning "Calculated and written
ECMA-119 tree end differ"
</LI>
</UL>
</P>
<P>
Enhancements towards previous stable version xorriso-1.5.2:
<UL>
@ -701,18 +712,27 @@ cdrecord and mkisofs.</DT>
<DT><H3>Development snapshot, version 1.5.5 :</H3></DT>
<DD>Bug fixes towards xorriso-1.5.4:
<UL>
<LI>Large amounts of AAIP data or many long file names could cause with
zisofs an unreadable filesystem after the warning "Calculated and
written ECMA-119 tree end differ"
<LI>
Large amounts of AAIP data or many long file names could cause with
zisofs an unreadable filesystem after the warning "Calculated and written
ECMA-119 tree end differ"
</LI>
<LI>
False -status failure with -boot_image --interval:appended_partition
</LI>
<!--
<LI>- none yet -</LI>
-->
</UL>
</DD>
<DD>Enhancements towards stable version 1.5.4:
<DD>Enhancements towards stable version 1.5.4.pl02:
<UL>
<LI>- none yet -</LI>
<LI>
New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
</LI>
<LI>
New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
</LI>
<!--
<LI>- none yet -</LI>
-->