mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
updated to version 3.1.1 and associated Library versions
This commit is contained in:
parent
4fe744e72e
commit
69c35704cf
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||
OpenIDE-Module: org.sleuthkit.autopsy.core/10
|
||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/core/Bundle.properties
|
||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/core/layer.xml
|
||||
OpenIDE-Module-Implementation-Version: 11
|
||||
OpenIDE-Module-Implementation-Version: 12
|
||||
OpenIDE-Module-Requires: org.openide.windows.WindowManager, org.netbeans.api.javahelp.Help
|
||||
AutoUpdate-Show-In-Client: true
|
||||
AutoUpdate-Essential-Module: true
|
||||
|
@ -14,5 +14,5 @@ license.file=../LICENSE-2.0.txt
|
||||
nbm.homepage=http://www.sleuthkit.org/
|
||||
nbm.module.author=Brian Carrier
|
||||
nbm.needs.restart=true
|
||||
spec.version.base=10.0
|
||||
spec.version.base=10.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Manifest-Version: 1.0
|
||||
AutoUpdate-Show-In-Client: true
|
||||
OpenIDE-Module: org.sleuthkit.autopsy.keywordsearch/6
|
||||
OpenIDE-Module-Implementation-Version: 11
|
||||
OpenIDE-Module-Implementation-Version: 12
|
||||
OpenIDE-Module-Install: org/sleuthkit/autopsy/keywordsearch/Installer.class
|
||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/keywordsearch/layer.xml
|
||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/keywordsearch/Bundle.properties
|
||||
|
@ -3,4 +3,4 @@ javac.compilerargs=-Xlint -Xlint:-serial
|
||||
license.file=../LICENSE-2.0.txt
|
||||
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
||||
nbm.needs.restart=true
|
||||
spec.version.base=6.0
|
||||
spec.version.base=6.1
|
||||
|
14
NEWS.txt
14
NEWS.txt
@ -1,3 +1,17 @@
|
||||
---------------- VERSION 3.1.1 --------------
|
||||
Improvements:
|
||||
- New time line feature
|
||||
- New Interesting Files module
|
||||
- Added support for Python modules
|
||||
- Updated HTML report
|
||||
- Media Content viewer uses blackboard artifacts and detects PNG by sig.
|
||||
- New logo
|
||||
|
||||
Bug Fixes:
|
||||
- Adding local disk errors
|
||||
- ZIP files inside of RAR files are properly extracted
|
||||
|
||||
|
||||
---------------- VERSION 3.1.0 --------------
|
||||
Numerous changes have gone into this long-awaited major release.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
AutoUpdate-Show-In-Client: false
|
||||
OpenIDE-Module: org.sleuthkit.autopsy.testing/3
|
||||
OpenIDE-Module-Implementation-Version: 7
|
||||
OpenIDE-Module-Implementation-Version: 8
|
||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/testing/Bundle.properties
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#Updated by build script
|
||||
#Wed, 22 Oct 2014 12:03:43 -0400
|
||||
#Fri, 31 Oct 2014 12:13:36 -0400
|
||||
LBL_splash_window_title=Starting Autopsy
|
||||
SPLASH_HEIGHT=560
|
||||
SPLASH_WIDTH=960
|
||||
@ -8,4 +8,4 @@ SplashRunningTextBounds=0,517,957,25
|
||||
SplashRunningTextColor=0x0
|
||||
SplashRunningTextFontSize=27
|
||||
|
||||
currentVersion=Autopsy 3.1.0
|
||||
currentVersion=Autopsy 3.1.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
#Updated by build script
|
||||
#Wed, 03 Sep 2014 09:52:11 -0400
|
||||
#Fri, 31 Oct 2014 12:13:36 -0400
|
||||
|
||||
CTL_MainWindow_Title=Autopsy 3.1.0
|
||||
CTL_MainWindow_Title_No_Project=Autopsy 3.1.0
|
||||
CTL_MainWindow_Title=Autopsy 3.1.1
|
||||
CTL_MainWindow_Title_No_Project=Autopsy 3.1.1
|
||||
|
@ -4,11 +4,11 @@ app.title=Autopsy
|
||||
### lowercase version of above
|
||||
app.name=${branding.token}
|
||||
### if left unset, version will default to today's date
|
||||
app.version=3.1.0
|
||||
app.version=3.1.1
|
||||
### Build type isn't used at this point, but it may be useful
|
||||
### Must be one of: DEVELOPMENT, RELEASE
|
||||
#build.type=RELEASE
|
||||
build.type=DEVELOPMENT
|
||||
build.type=RELEASE
|
||||
#build.type=DEVELOPMENT
|
||||
|
||||
update_versions=false
|
||||
#custom JVM options
|
||||
|
@ -1,7 +1,7 @@
|
||||
Manifest-Version: 1.0
|
||||
AutoUpdate-Show-In-Client: true
|
||||
OpenIDE-Module: org.sleuthkit.autopsy.thunderbirdparser/4
|
||||
OpenIDE-Module-Implementation-Version: 11
|
||||
OpenIDE-Module-Implementation-Version: 12
|
||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/thunderbirdparser/layer.xml
|
||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user