diff --git a/ChangeLog b/ChangeLog index a6d03327..c5890116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 =============================================================================== diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index f0d216cc..972aed76 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -18312,15 +18312,97 @@ xorriso/xorrisofs.1 xorriso/xorrisofs.info 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 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. +------------------------------------ cycle - xorriso-1.4.9 - 2017.11.17.143122 +* 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 [] @@ -18331,7 +18413,6 @@ Updated change log and web page ------------------------------------ cycle - xorriso-1.4.9 - - [] ChangeLog xorriso/xorriso_eng.html diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index d24c7503..544acaf3 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -674,7 +674,10 @@ FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
Enhancements towards stable version 1.4.8: