Updated change log and web page
This commit is contained in:
parent
1807f04f4d
commit
9b17a8a24a
@ -3,6 +3,14 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||
===============================================================================
|
||||
- no novelties yet -
|
||||
|
||||
GNU xorriso-1.5.6.pl02.tar.gz Wed Jun 14 2023
|
||||
===============================================================================
|
||||
* Bug fix: On non-GNU/Linux systems ssize_t was not defined in libisofs file
|
||||
rockridge.h . Report and fix proposal by Rui Chen.
|
||||
|
||||
GNU xorriso-1.5.6.pl01.tar.gz Mon Jun 12 2023
|
||||
===============================================================================
|
||||
(A failed attempt to create a tarball with a fixed libisofs/rockridge.h)
|
||||
|
||||
libisoburn-1.5.6.tar.gz Wed Jun 07 2023
|
||||
===============================================================================
|
||||
|
@ -20525,6 +20525,9 @@ Updated change log and web page
|
||||
------------------------------------ cycle - xorriso-1.5.7 - 2023.06.07.200919
|
||||
|
||||
------------------------------ release - xorriso-1.5.6.pl01 - 2023.06.12.080001
|
||||
(A failed attempt to create a tarball with a fixed libisofs/rockridge.h)
|
||||
|
||||
------------------------------ release - xorriso-1.5.6.pl02 - 2023.06.14.170001
|
||||
* Bug fix: On non-GNU/Linux systems ssize_t was not defined in libisofs file
|
||||
rockridge.h . Report and fix proposal by Rui Chen.
|
||||
|
||||
@ -20532,7 +20535,12 @@ Updated change log and web page
|
||||
* Bug fix: On non-GNU/Linux systems ssize_t was not defined in libisofs file
|
||||
rockridge.h . Report and fix proposal by Rui Chen.
|
||||
|
||||
[]
|
||||
12 Jun 2023 [1807f04]
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
20 Jun 2023 []
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
|
@ -507,23 +507,23 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-1.5.6.pl01.tar.gz">xorriso-1.5.6.pl01.tar.gz</A>
|
||||
<DD><A HREF="xorriso-1.5.6.pl02.tar.gz">xorriso-1.5.6.pl02.tar.gz</A>
|
||||
(2780 KiB).
|
||||
</DD>
|
||||
<DD>(Released 12 Jun 2023)</DD>
|
||||
<DD><A HREF="xorriso-1.5.6.pl01.tar.gz.sig">xorriso-1.5.6.pl01.tar.gz.sig</A></DD>
|
||||
<DD>(Released 14 Jun 2023)</DD>
|
||||
<DD><A HREF="xorriso-1.5.6.pl02.tar.gz.sig">xorriso-1.5.6.pl02.tar.gz.sig</A></DD>
|
||||
<DD>
|
||||
(detached GPG signature for verification by either
|
||||
<BR>
|
||||
<KBD>wget https://ftp.gnu.org/gnu/gnu-keyring.gpg</KBD>
|
||||
<BR>
|
||||
<KBD>gpg --with-fingerprint --keyring ./gnu-keyring.gpg --verify xorriso-1.5.6.pl01.tar.gz.sig</KBD>
|
||||
<KBD>gpg --with-fingerprint --keyring ./gnu-keyring.gpg --verify xorriso-1.5.6.pl02.tar.gz.sig</KBD>
|
||||
<BR>
|
||||
or
|
||||
<BR>
|
||||
<KBD>gpg --keyserver keyserver.ubuntu.com --recv-keys ABC0A854</KBD>
|
||||
<BR>
|
||||
<KBD>gpg --with-fingerprint --verify xorriso-1.5.6.pl01.tar.gz.sig</KBD>
|
||||
<KBD>gpg --with-fingerprint --verify xorriso-1.5.6.pl02.tar.gz.sig</KBD>
|
||||
<BR>
|
||||
Both should confirm
|
||||
<BR>
|
||||
@ -538,7 +538,7 @@ Primary key fingerprint: 44BC 9FD0 D688 EB00 7C4D D029 E9CB DFC0 ABC0 A854
|
||||
<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.6.pl01.tar.gz
|
||||
as xorriso/xorriso-1.5.6.pl02.tar.gz
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
|
Loading…
Reference in New Issue
Block a user