Skip to content
Snippets Groups Projects
Commit 689afad0 authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge branch 'release-4.10.1' into develop

parents 38a13f9e e8bc8f1f
No related branches found
No related tags found
No related merge requests found
---------------- VERSION 4.10.1 -------------- ---------------- VERSION 4.10.1 --------------
NEED TO FINISH
C/C++: C/C++:
- Changed Windows build to use Nuget for libewf, libvmdk, libvhdi - Changed Windows build to use Nuget for libewf, libvmdk, libvhdi.
- Fixed compiler warnings and updated license files - Fixed compiler warnings
- Clarrified licenses and added Apache license to distribution
- Improved error handling for out of memory issues
- Rejistry++ memory leak fixes
Java: Java:
- Localized for Japanese - Localized for Japanese
......
...@@ -35,14 +35,14 @@ dist.javadoc.dir=${dist.dir}/javadoc ...@@ -35,14 +35,14 @@ dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath= endorsed.classpath=
excludes= excludes=
file.reference.gson-2.8.5.jar=lib/gson-2.8.5.jar file.reference.gson-2.8.5.jar=lib/gson-2.8.5.jar
file.reference.sleuthkit-4.10.1.jar=lib/sleuthkit-4.10.1.jar file.reference.sleuthkit-4.10.1.jar=lib/sleuthkit-4.10.1.jar
includes=** includes=**
jar.archive.disabled=${jnlp.enabled} jar.archive.disabled=${jnlp.enabled}
jar.compress=false jar.compress=false
jar.index=${jnlp.enabled} jar.index=${jnlp.enabled}
javac.classpath=\ javac.classpath=\
${file.reference.gson-2.8.5.jar}:\ ${file.reference.gson-2.8.5.jar}:\
${file.reference.sleuthkit-4.10.1.jar} ${file.reference.sleuthkit-4.10.1.jar}
# Space-separated list of extra javac options # Space-separated list of extra javac options
javac.compilerargs=-Xlint javac.compilerargs=-Xlint
javac.deprecation=false javac.deprecation=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment