From d32631cbf1e1e027757c58153896d3a856d642b7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 10 Feb 2014 11:47:10 +0000 Subject: [PATCH] Updated change log and web page --- ChangeLog | 2 ++ xorriso/changelog.txt | 66 +++++++++++++++++++++++++++++++++++++--- xorriso/xorriso_eng.html | 1 + 3 files changed, 65 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d33931de..fdae3d79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ SVN trunk (to become libisoburn-1.3.6.tar.gz or higher) * Bug fix: -list_speeds did not work any more with old CD drives. Regression introduced by release 1.3.4 * Bug fix: -check_media marked untested sectors in sector map as valid +* Bug fix: Paths with symbolic links preceding ".." were not interpreted + properly * New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 * New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16 * New -find test -bad_outname, new -find action print_outname diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 9abbea46..e8904888 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -15418,25 +15418,52 @@ xorriso/check_media.h xorriso/check_media.c Bug fix: -check_media marked untested sectors in sector map as valid -24 Jan 2014 [] +24 Jan 2014 [5232] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------- cycle - xorriso-1.3.5 - +------------------------------------ cycle - xorriso-1.3.5 - 2014.01.23.200641 * Bug fix: -check_media marked untested sectors in sector map as valid * New -boot_image setting hppa_hdrversion= * New -as mkisofs option -hppa-hdrversion +------------------------------------ cycle - xorriso-1.3.5 - 2014.02.05.121822 +(Experimental upload for NetBSD support) - [] + +2014.02.05.191021 [5236] +configure.ac +xorriso/configure_ac.txt +xorriso/compile_xorriso.sh +Added -Wno-char-subscripts to CFLAGS + +2014.02.08.111505 [5239] +xorriso/write_run.c +Silenced a MISHAP message of libisofs with -tell_media_space caused by rev 5210 + +2014.02.09.141412 [5240] +xorriso/iso_img.c +Improved output of -pvd_info with timestamps with non-zero time zone + +2014.02.10.104827 [5241] +xorriso/xorriso_private.h +xorriso/base_obj.c +xorriso/disk_ops.c +xorriso/iso_tree.c +Bug fix: Paths with symbolic links preceding ".." were not interpreted properly + + +10 Feb 2014 [] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------- cycle - xorriso-1.3.5 - +------------------------------------ cycle - xorriso-1.3.5 - 2014.02.10.104827 +Bug fix: Paths with symbolic links preceding ".." were not interpreted properly + [] ChangeLog @@ -15457,6 +15484,37 @@ Important: When adding a public API function then add its name to file TODO =============================================================================== +>>> (Fixed by rev 5241 ?) +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738359 +mkdir a b root + echo data > b/test + ln -s ../b/test a/test + ln -s ../a/ root/a + # "cat root/a/test" shows the link is valid + xorrisofs -f -o test.iso root/ +Does not find the target of root/a/test + >>> Xorriso_normalize_img_path needs to resolve softlinks when + hopping back by ".." + +>>> Explore softlink resolution with ISO paths + >>> Do symbolic links work inside ISO image ? + + +>>> -status -boot_image does not show id_string + + +>>> HP-PA PALO +mount -o loop /dvdbuffer/debian-508-hppa-businesscard.iso /mnt +valgrind --leak-check=full xorriso -as mkisofs -r \ + -V 'Debian 5.0.8 hppa Repacked' \ + -o /dvdbuffer/debian-508-hppa-repack.iso \ + -hppa-cmdline '0/vmlinux initrd=0/ramdisk' \ + -hppa-kernel-32 install/vmlinux-2.6.26-2-parisc \ + -hppa-kernel-64 install/vmlinux-2.6.26-2-parisc64 \ + -hppa-bootloader install/iplboot \ + -hppa-ramdisk install/initrd.gz \ + -hppa-hdrversion 5 \ + /mnt >>> ??? Adjust partition tables after add-on session with -boot_image any keep ? diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 4107f754..40aa1bf0 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -670,6 +670,7 @@ cdrecord and mkisofs.
  • -list_speeds did not work any more with old CD drives. Regression introduced by release 1.3.4
  • -check_media marked untested sectors in sector map as valid
  • +
  • Paths with symbolic links preceding ".." were not interpreted properly