From 4d499c3e02533a34603041b23d8e710223f3ffff Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 22 Feb 2011 19:56:13 +0000 Subject: [PATCH] Updated change log --- libisoburn/trunk/ChangeLog | 5 +++-- libisoburn/trunk/xorriso/xorriso_eng.html | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/ChangeLog b/libisoburn/trunk/ChangeLog index 295f62e9..f0d5139c 100644 --- a/libisoburn/trunk/ChangeLog +++ b/libisoburn/trunk/ChangeLog @@ -1,9 +1,10 @@ SVN trunk (to become libisoburn-1.0.2.pl00.tar.gz) =============================================================================== -* Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer -* Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator * Bug fix: Images produced with -for_backup might be unreadable and also fail -check_md5 verification. +* Bug fix: mkisofs emulation options -l , -full-iso9660-filenames did not work. +* Bug fix: Option -mkdir yielded SIGSEGV due to a NULL pointer +* Bug fix: ECMA-119 standards violation with Volume Descriptor Set Terminator * Removed compiler obstacles of GNU xorriso on Solaris 9 * New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty * New -as mkisofs option --old-empty diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html index 17d4d708..ebacd405 100644 --- a/libisoburn/trunk/xorriso/xorriso_eng.html +++ b/libisoburn/trunk/xorriso/xorriso_eng.html @@ -581,6 +581,9 @@ Images produced with -for_backup might be unreadable and also fail -check_md5 verification.
  • +mkisofs emulation options -l , -full-iso9660-filenames did not work. +
  • +
  • ECMA-119 standards violation with Volume Descriptor Set Terminator (hampers libarchive, but not mounting on Linux, FreeBSD, Solaris, or booting by ISOLINUX or GRUB2).