From c276681735b65a05b1d6ff5915679ef38b09c4c9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 12 May 2011 16:43:46 +0200 Subject: [PATCH] Updated changelog. --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b398c81..4f2f585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ -bzr branch lp:libisofs/for-libisoburn (to become libisofs-1.0.8.tar.gz) +libisofs-1.0.8.tar.gz Thu May 12 2011 =============================================================================== -- no novelties yet +* Bug fix: iso_write_opts_set_system_area() with system area types + 1=MIPS Big Endian and 2=MIPS Little Endian caused SIGSEGV. +* Bug fix: SIGSEGV if the path given by iso_image_add_mips_boot_file() + does not exist in the image at image production time. +* Bug fix: While loading an ISO image: Several reads to malloc + memory occured with byte index -1. (Found by Valgrind after + years of operation without visible problems.) +* Bug fix: Closed a memory leak of 32 kB per loaded ISO image. libisofs-1.0.6.tar.gz Sat Apr 09 2011 ===============================================================================