From 4e466f1a9cdddd440c9ba4ef65109432b5f2e4a9 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 5 May 2009 00:42:13 +0000
Subject: [PATCH] Arranged CHANGES file to include 3.0.1 release

---
 CHANGES.txt | 67 +++++++++++++++++++++++++++++------------------------
 1 file changed, 37 insertions(+), 30 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index ab39b5b8d..bb8cc48ee 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,42 +1,12 @@
 ---------------- VERSION 3.1.0 --------------
 10/26/08: Update: Removed 'docs' files and moved them to the wiki.
 
-11/11/08: Bug Fix: Fixed crashing bug in ifind on FAT file system.  Bug: 2265927
-
-11/11/08: Bug Fix: Fixed crashing bug in istat on ExtX $OrphanFiles dir. Bug: 2266104
-
 11/16/08: Update: Added more HFS error checking and better loading
 
-11/26/08: Update: Updated fls man page.
-
-11/30/08: Update: Removed TODO file and using tracker for bugs and feature requests. 
-
-12/29/08: Bug Fix: Fixed incorrectly setting block status in file_walk
-for compressed files (Bug: 2475246)
-
-12/29/08: Bug Fix: removed fs_info field from FS_META because it
-was not being set and should have been removed in 3.0. Reported by
-Rob Joyce and Judson Powers.  
-
-12/29/08: Bug Fix: orphan files and NTFS files found via parent
-directory have an unknown file name type (instead of being equal
-to meta type).  (Bug: 2389901). Reported by Barry Grundy.
-
 1/11/09: Update: Support for HFS Wrappers was added.  Patch by Rob Joyce.
 
 1/11/09: Update: Lots of bug fixes in HFS code from Rob Joyce.
 
-1/12/09: Bug Fix: Fixed ISO9660 bug where large directory contents were not displayed.  (Bug: 2503552).  Reported by Tom Black. 
-
-1/24/09: Bug Fix: Fixed bug 2534449 where extra NTFS files were
-shown if the MFT address was changed to 0 because fs_dir_add was
-checking the address and name.  Reported by Andy Bontoft.
-
-1/29/09: Update: Fixed fix for bug 2534449.  The fix is in ifind 
-instead of fs_dir_add().  
-
-2/2/09: Update: Added RPM spec file from Morgan Weetmam.
-
 2/6/09: Bug Fix: Fixed bug 2568528, which was caused by incorrect 
 adjustment of attribute FILLER offset.  Reported by Andy Bontoft.
 
@@ -97,6 +67,43 @@ for split image files.  Patch by Christopher Siwy.
 5/4/09: Bug Fix: NTFS compression infinite loop fix by Jamie Butler.
 Bug 2786963)
 
+
+---------------- VERSION 3.0.1 -------------- 
+11/11/08: Bug Fix: Fixed crashing bug in ifind on FAT file system.
+Bug: 2265927
+
+11/11/08: Bug Fix: Fixed crashing bug in istat on ExtX $OrphanFiles
+dir. Bug: 2266104
+
+11/26/08: Update: Updated fls man page.
+
+11/30/08: Update: Removed TODO file and using tracker for bugs and
+feature requests.
+
+12/29/08: Bug Fix: Fixed incorrectly setting block status in file_walk
+for compressed files (Bug: 2475246)
+
+12/29/08: Bug Fix: removed fs_info field from FS_META because it
+was not being set and should have been removed in 3.0. Reported by
+Rob Joyce and Judson Powers.  
+
+12/29/08: Bug Fix: orphan files and NTFS files found via parent
+directory have an unknown file name type (instead of being equal
+to meta type).  (Bug: 2389901). Reported by Barry Grundy.
+
+1/12/09: Bug Fix: Fixed ISO9660 bug where large directory contents
+were not displayed.  (Bug: 2503552).  Reported by Tom Black.
+
+1/24/09: Bug Fix: Fixed bug 2534449 where extra NTFS files were
+shown if the MFT address was changed to 0 because fs_dir_add was
+checking the address and name.  Reported by Andy Bontoft.
+
+1/29/09: Update: Fixed fix for bug 2534449.  The fix is in ifind 
+instead of fs_dir_add().  
+
+2/2/09: Update: Added RPM spec file from Morgan Weetmam.
+
+
 ---------------- VERSION 3.0.0 -------------- 
 0/00/00: Update: Many, many, many API changes.
 
-- 
GitLab