Publishing a libisofs bug fix as GNU xorriso development snapshot tarball

This commit is contained in:
Thomas Schmitt 2017-09-23 09:52:27 +02:00
parent 2e560d1257
commit f61d818d56
4 changed files with 32 additions and 6 deletions

View File

@ -1,8 +1,8 @@
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
(to become libisoburn-1.5.0 or higher) (to become libisoburn-1.5.0 or higher)
=============================================================================== ===============================================================================
- no novelties yet - * Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
libisoburn-1.4.8.tar.gz Tue Sep 12 2017 libisoburn-1.4.8.tar.gz Tue Sep 12 2017
=============================================================================== ===============================================================================

View File

@ -18295,13 +18295,34 @@ xorriso/xorrecord.1
xorriso/xorrecord.info xorriso/xorrecord.info
Version leap to libisoburn-1.4.9 Version leap to libisoburn-1.4.9
13 Sep 2017 [] 13 Sep 2017 [187d796]
ChangeLog ChangeLog
xorriso/changelog.txt xorriso/changelog.txt
Documented changes and release timestamp Updated change log and web page
------------------------------------ cycle - xorriso-1.4.9 - 2017.09.13.094536 ------------------------------------ cycle - xorriso-1.4.9 - 2017.09.13.094536
17 Sep 2017 [2e560d1]
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
xorriso/xorrisofs.texi
xorriso/xorrisofs.1
xorriso/xorrisofs.info
Corrected spelling errors found by lintian
[]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.4.9 - 2017.09.23.074650
* Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
[] []
ChangeLog ChangeLog
xorriso/xorriso_eng.html xorriso/xorriso_eng.html
@ -18309,6 +18330,8 @@ xorriso/changelog.txt
Updated change log and web page Updated change log and web page
------------------------------------ cycle - xorriso-1.4.9 - ------------------------------------ cycle - xorriso-1.4.9 -
[] []
ChangeLog ChangeLog
xorriso/xorriso_eng.html xorriso/xorriso_eng.html

View File

@ -663,7 +663,10 @@ cdrecord and mkisofs.</DT>
<DT><H3>Development snapshot, version 1.4.9 :</H3></DT> <DT><H3>Development snapshot, version 1.4.9 :</H3></DT>
<DD>Bug fixes towards xorriso-1.4.8: <DD>Bug fixes towards xorriso-1.4.8:
<UL> <UL>
<LI>- none yet -</LI> <LI>
Reading beyond array end for HFS+ production caused SIGSEGV with
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->

View File

@ -1 +1 @@
#define Xorriso_timestamP "2017.09.13.094536" #define Xorriso_timestamP "2017.09.23.074650"