Updated change log and web page

This commit is contained in:
2014-02-10 11:47:10 +00:00
parent e770a4369d
commit 90bffa20f2
3 changed files with 65 additions and 4 deletions

View File

@ -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 ?