Updated change log and web page
This commit is contained in:
parent
e9cbf38c01
commit
60dfe77a32
@ -1,7 +1,9 @@
|
|||||||
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||||
(to become libisoburn-1.5.6 or higher)
|
(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
|
libisoburn-1.5.4.tar.gz Sat Jan 30 2021
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
@ -19817,15 +19817,83 @@ Updated change log and web page
|
|||||||
zisofs an unreadable filesystem after the warning "Calculated and
|
zisofs an unreadable filesystem after the warning "Calculated and
|
||||||
written ECMA-119 tree end differ"
|
written ECMA-119 tree end differ"
|
||||||
|
|
||||||
2021.02.03.115443 []
|
2021.02.03.115443 [aa1a008]
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
xorriso/xorriso_timestamp.h
|
xorriso/xorriso_timestamp.h
|
||||||
Updated change log and web page
|
Updated change log
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-1.5.3 - 2021.02.03.115443
|
------------------------------------ cycle - xorriso-1.5.3 - 2021.02.03.115443
|
||||||
Heuristic correction of bug fix in021.02.01.174513 which led to contrary
|
Heuristic correction of bug fix in021.02.01.174513 which led to contrary
|
||||||
miscalculations.
|
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
|
xorriso/changelog.txt
|
||||||
Updated change log and web page
|
Updated change log and web page
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-1.5.3 -
|
------------------------------------ cycle - xorriso-1.5.5 -
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
@ -19843,7 +19910,7 @@ xorriso/xorriso_eng.html
|
|||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
Updated change log and web page
|
Updated change log and web page
|
||||||
|
|
||||||
------------------------------------ cycle - xorriso-1.5.3 -
|
------------------------------------ cycle - xorriso-1.5.5 -
|
||||||
|
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
@ -507,14 +507,14 @@ files or trees to disk:
|
|||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Download as source code (see README):</H3></DT>
|
<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).
|
(2720 KiB).
|
||||||
</DD>
|
</DD>
|
||||||
<DD>(Released 30 Jan 2021)</DD>
|
<DD>(Released 06 Feb 2021)</DD>
|
||||||
<DD><A HREF="xorriso-1.5.4.tar.gz.sig">xorriso-1.5.4.tar.gz.sig</A></DD>
|
<DD><A HREF="xorriso-1.5.4.pl02.tar.gz.sig">xorriso-1.5.4.pl02.tar.gz.sig</A></DD>
|
||||||
<DD>
|
<DD>
|
||||||
(detached GPG signature for verification by
|
(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>
|
<BR>
|
||||||
which should confirm
|
which should confirm
|
||||||
<KBD>gpg: Good signature from "Thomas Schmitt <scdbackup@gmx.net>"</KBD>
|
<KBD>gpg: Good signature from "Thomas Schmitt <scdbackup@gmx.net>"</KBD>
|
||||||
@ -529,7 +529,7 @@ after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>
|
|||||||
<DD>
|
<DD>
|
||||||
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
||||||
mirrors of ftp://ftp.gnu.org/gnu/ </A>
|
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>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
@ -600,6 +600,17 @@ On GNU/Linux early SCSI commands were not logged
|
|||||||
</UL>
|
</UL>
|
||||||
</P>
|
</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>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-1.5.2:
|
Enhancements towards previous stable version xorriso-1.5.2:
|
||||||
<UL>
|
<UL>
|
||||||
@ -701,18 +712,27 @@ cdrecord and mkisofs.</DT>
|
|||||||
<DT><H3>Development snapshot, version 1.5.5 :</H3></DT>
|
<DT><H3>Development snapshot, version 1.5.5 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-1.5.4:
|
<DD>Bug fixes towards xorriso-1.5.4:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Large amounts of AAIP data or many long file names could cause with
|
<LI>
|
||||||
zisofs an unreadable filesystem after the warning "Calculated and
|
Large amounts of AAIP data or many long file names could cause with
|
||||||
written ECMA-119 tree end differ"
|
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>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD>Enhancements towards stable version 1.5.4:
|
<DD>Enhancements towards stable version 1.5.4.pl02:
|
||||||
<UL>
|
<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>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user