diff --git a/NEWS.txt b/NEWS.txt index 041f34e936..8d27e46e62 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,4 @@ ----------------- VERSION Current (development) -------------- +---------------- VERSION 3.0.6 -------------- New features: - Logical files and folders support diff --git a/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/SearchEngineURLQueryAnalyzer.java b/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/SearchEngineURLQueryAnalyzer.java index 77d09776a0..7046395242 100644 --- a/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/SearchEngineURLQueryAnalyzer.java +++ b/RecentActivity/src/org/sleuthkit/autopsy/recentactivity/SearchEngineURLQueryAnalyzer.java @@ -149,7 +149,7 @@ public class SearchEngineURLQueryAnalyzer extends Extract { } SearchEngineURLQueryAnalyzer.SearchEngine Se = new SearchEngineURLQueryAnalyzer.SearchEngine(EngineName, EnginedomainSubstring, splits); - System.out.println("Search Engine: " + Se.toString()); + //System.out.println("Search Engine: " + Se.toString()); listEngines[i] = Se; } engines = listEngines; @@ -345,7 +345,7 @@ public class SearchEngineURLQueryAnalyzer extends Extract { try { String path = PlatformUtil.getUserConfigDirectory() + File.separator + XMLFILE; File f = new File(path); - System.out.println("Load successful"); + logger.log(Level.INFO, "Load successful"); DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); DocumentBuilder db = dbf.newDocumentBuilder(); Document xml = db.parse(f); diff --git a/build-windows.xml b/build-windows.xml index 6447a5741b..bbc4e0e098 100644 --- a/build-windows.xml +++ b/build-windows.xml @@ -54,7 +54,7 @@ - C:\Program Files (x86)\Caphyon\Advanced Installer 9.6.1\bin\x86\AdvancedInstaller.com + C:\Program Files (x86)\Caphyon\Advanced Installer 10.2\bin\x86\AdvancedInstaller.com diff --git a/installer_autopsy/installer_autopsy.aip b/installer_autopsy/installer_autopsy.aip index e4cb5c5c50..01a5688229 100644 --- a/installer_autopsy/installer_autopsy.aip +++ b/installer_autopsy/installer_autopsy.aip @@ -1,5 +1,5 @@ - +