From c704ae6b27c2ac604a4c55cb1a80860d7e143d52 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Wed, 15 Jan 2014 22:50:55 -0500 Subject: [PATCH] Updated NEWS file --- NEWS.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index ea035b468..dd39f07dc 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,9 +2,16 @@ Numbers refer to SourceForge.net tracker IDs: http://sourceforge.net/tracker/?group_id=55685 ---------------- VERSION 4.1.3 -------------- -Core: - fixed bug that could crash UFS/ExtX in inode_lookup. - Updated sqlite database to have image size and md5 (schema v3) +- More bounds checking in ISO9660 code +- Image layer bounds checking +- Update version of SQLITE-JDBC +- changed how java loads navite libraries +- Config file for YAFFS2 spare area +- New method in image layer to return names +- Yaffs2 cleanup + ---------------- VERSION 4.1.2 -------------- Core: -- GitLab