diff --git a/ChangeLog b/ChangeLog index 2594418a..a74dc98e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ SVN trunk (to become libisoburn-1.4.8 or higher) * Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4, instead of full boot image size * Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge info +* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with + pattern expansion +* New -find tests -maxdepth and -mindepth +* New commands -update_lxi and -update_li + libisoburn-1.4.6.tar.gz Fri Sep 16 2016 =============================================================================== diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 496de048..47390f61 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -17911,7 +17911,7 @@ Corrected sorting in libisoburn.ver xorriso/changelog.txt A first try to commit to git -2016.11.13.101258 [8adbb1d] +2016.11.13.101258 [8adbb1d] [5776] xorriso/xorriso_private.h xorriso/base_obj.c xorriso/opts_a_c.c @@ -17926,7 +17926,7 @@ xorriso/xorrisofs.info xorriso/xorrisofs.1 Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4 - [] +13 Nov 2016 [fb7da95] [5777] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -17936,10 +17936,87 @@ Updated change log and web page * Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4 * Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge + +2016.11.18.173658 [3da2ac2] [5780] +libisoburn/libisoburn.h +xorriso/write_run.c +Applying -dummy mode explicitely to superblock relocation + +2016.11.19.172243 [7371115] [5761] +xorriso/opts_d_h.c +xorriso/iso_manip.c +xorriso/disk_ops.c +xorriso/findjob.h +xorriso/findjob.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New -find tests -maxdepth and -mindepth + +27 Nov 2016 [b48c54c] [5782] +xorriso/xorriso_eng.html +Adapted in web page xorriso-tcltk links and changed SVN/bzr references to git + + +2016.12.05.101546 [9b75d21] [5783] +xorriso/match.c +Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion + +2016.12.05.132927 [7b12dd0] [5784] +xorriso/xorriso.h +xorriso/parse_exec.c +xorriso/opts_d_h.c +xorriso/opts_i_o.c +xorriso/iso_tree.c +xorriso/match.c +xorriso/misc_funct.h +xorriso/misc_funct.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New command -update_lxi + +2016.12.14.091711 [85aa000] [5785] +xorriso/xorriso.h +xorriso/parse_exec.c +xorriso/opts_d_h.c +xorriso/opts_i_o.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New command -update_li + +2016.12.14.093149 [8a0d936] [5786] +xorriso/xorriso_main.c +Changed in usage text "option" to "command" + + [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.4.7 - +* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with + pattern expansion +* New -find tests -maxdepth and -mindepth +* New commands -update_lxi and -update_li + + [] >>> doc/faq.wiki >>> Prepared some of the documentation for move to dev.lovelyhq.com + [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.4.7 - +* Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with + pattern expansion +* New -find tests -maxdepth and -mindepth [] diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 826bb85f..d6a8b422 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -666,6 +666,10 @@ cdrecord and mkisofs. instead of full boot image size
  • -read_fs "norock" did not prevent reading of root Rock Ridge info
  • +
  • +Mix of absolute and relative disk paths could cause SIGSEGV with +pattern expansion +
  • @@ -673,7 +677,8 @@ instead of full boot image size
    Enhancements towards stable version 1.4.6: