diff --git a/ChangeLog b/ChangeLog index fdae3d79..3b1cf9e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ SVN trunk (to become libisoburn-1.3.6.tar.gz or higher) * New -as mkisofs options -hppa-cmdline, -hppa-bootloader, -hppa-hdrversion, -hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk * New API call isoburn_conv_name_chars() +* libburn: New system adapter for NetBSD libisoburn-1.3.4.tar.gz Thu Dec 12 2013 diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index e8904888..cbb8a131 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -15455,7 +15455,7 @@ xorriso/iso_tree.c Bug fix: Paths with symbolic links preceding ".." were not interpreted properly -10 Feb 2014 [] +10 Feb 2014 [5242] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -15465,6 +15465,42 @@ Updated change log and web page Bug fix: Paths with symbolic links preceding ".." were not interpreted properly +10 Feb 2014 [5243] +configure.ac +libisoburn/libisoburn.h +Requiring libisofs-1.3.5 and libburn-1.3.5 + +11 Feb 2014 [5248] +acinclude.m4 +Added /usr/local for NetBSD + +12 Feb 2014 [5250] +doc/comments +xorriso/README_gnu_xorriso +Mentioned support for NetBSD + +2014.02.13.154003 [5251] +xorriso/iso_img.c +Corrected a bug introduced with rev 5240 + +27 Feb 2014 [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.3.5 - +* libburn: New system adapter for NetBSD + + + [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.3.5 - + [] ChangeLog xorriso/xorriso_eng.html @@ -15484,21 +15520,11 @@ 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 ? - +>>> NetBSD + >>> Explore mounting with arbitrary offset + >>> not possible : B402XX_netbsd_kernel_mount_offset + >>> Explore ACL and xattr + >>> not supported ? >>> -status -boot_image does not show id_string diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 068832b4..0e017a50 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.02.13.154003" +#define Xorriso_timestamP "2014.02.27.091053"