Updated change log and web page

This commit is contained in:
Thomas Schmitt 2017-11-17 15:37:41 +01:00
parent d965b81d53
commit dd6042a13e
3 changed files with 94 additions and 6 deletions

View File

@ -3,6 +3,10 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
=============================================================================== ===============================================================================
* Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with * Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD. FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
* New bit10 of isoburn_drive_aquire() to accept all xattr namespaces
* New -xattr mode "any" to process all xattr namespaces of local filesystem
* New -as mkisofs option --xattr-any
* New -as mkisofs options -uid and -gid
libisoburn-1.4.8.tar.gz Tue Sep 12 2017 libisoburn-1.4.8.tar.gz Tue Sep 12 2017
=============================================================================== ===============================================================================

View File

@ -18312,15 +18312,97 @@ xorriso/xorrisofs.1
xorriso/xorrisofs.info xorriso/xorrisofs.info
Corrected spelling errors found by lintian Corrected spelling errors found by lintian
[] 2017.09.23.074650 [f61d818]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Publishing a libisofs bug fix as GNU xorriso development snapshot tarball
------------------------------------ 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.
29 Sep 2017 [c3d302e]
Makefile.am
xorriso/xorriso_makefile_am.txt
xorriso/make_xorriso_standalone.sh
frontend/xorriso-tcltk
xorriso/make_xorriso_1.c
xorriso/make_docs.sh
+ xorriso/xorriso-tcltk.texi
+ xorriso/xorriso-tcltk.info
+ xorriso/xorriso-tcltk.1
Created manual page and info document for xorriso-tcltk
2017.10.23.095252 [25e2491]
libisoburn/libisoburn.h
libisoburn/isofs_wrap.c
libisoburn/burn_wrap.c
New bit10 of isoburn_drive_aquire() to accept all xattr namespaces
2017.10.23.100749 [cbc5dbf]
xorriso/xorriso.h
xorriso/xorriso_private.h
xorriso/parse_exec.c
xorriso/opts_d_h.c
xorriso/opts_p_z.c
xorriso/drive_mgt.c
xorriso/iso_img.c
xorriso/write_run.c
xorriso/read_run.c
xorriso/text_io.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -xattr mode "any" to process all xattr namespaces of local filesystem
2017.10.23.101135 [761ff8f]
xorriso/emulators.c
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
New -as mkisofs option --xattr-any
2017.10.30.122625 [3eee060]
xorriso/emulators.c
Code change which was forgotten with previous commit
2017.11.15.100856 [3794753]
xorriso/iso_manip.c
xorriso/iso_tree.c
xorriso/text_io.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Enabling non-user xattr namespaces with -getfattr and -setfattr
2017.11.15.101228 [d574a69]
xorriso/opts_p_z.c
Fixing bug from rev cbc5dbf: unknown -xattr mode caused mode "off"
2017.11.16.114215 [143f60f]
xorriso/text_io.c
Adapted field size of small pacifier numbers to size of large numbers
2017.11.17.143122 [d965b81]
xorriso/emulators.c
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
New -as mkisofs options -uid and -gid
17 Nov 2017 []
ChangeLog ChangeLog
xorriso/xorriso_eng.html 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.4.9 - 2017.09.23.074650 ------------------------------------ cycle - xorriso-1.4.9 - 2017.11.17.143122
* Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with * New bit10 of isoburn_drive_aquire() to accept all xattr namespaces
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD. * New -xattr mode "any" to process all xattr namespaces of local filesystem
* New -as mkisofs option --xattr-any
* New -as mkisofs options -uid and -gid
[] []
@ -18331,7 +18413,6 @@ 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

@ -674,7 +674,10 @@ FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
</DD> </DD>
<DD>Enhancements towards stable version 1.4.8: <DD>Enhancements towards stable version 1.4.8:
<UL> <UL>
<LI>- none yet -</LI> <LI>New -xattr mode "any" to process all xattr namespaces of local filesystem
</LI>
<LI>New -as mkisofs option --xattr-any</LI>
<LI>New -as mkisofs options -uid and -gid</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->