From d34326e72fc827fe874ddf8154d9f6c77dc67fa1 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Sun, 26 Jan 2014 22:09:46 -0500
Subject: [PATCH] updated NEWS before release

---
 NEWS.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/NEWS.txt b/NEWS.txt
index dd39f07dc..c7feaa92b 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,14 +3,15 @@ Numbers refer to SourceForge.net tracker IDs:
 
 ---------------- VERSION 4.1.3 --------------
 - 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
+- Yaffs2 cleanup.
+- Escape all strings in SQLite database
+- SQlite code uses NTTFS sequence number to match parent IDs
 
 
 ---------------- VERSION 4.1.2 --------------
-- 
GitLab