diff --git a/bindings/java/build.xml b/bindings/java/build.xml index ba275cb92ee9df47de362e01a4255f0ec6a935dd..ab734e61205edcd5a75998146471f1590c647568 100644 --- a/bindings/java/build.xml +++ b/bindings/java/build.xml @@ -11,7 +11,7 @@ <import file="build-${os.family}.xml"/> <!-- Careful changing this because release-windows.pl updates it by pattern --> -<property name="VERSION" value="4.10.2"/> +<property name="VERSION" value="4.11.0"/> <!-- set global properties for this build --> <property name="default-jar-location" location="/usr/share/java"/> diff --git a/bindings/java/doxygen/Doxyfile b/bindings/java/doxygen/Doxyfile index 8fb716c40ffb6b92a64c0a6fc6c07fd19a7ec3b6..b20fc027b6c600a56253ada19199495d3e51d26f 100644 --- a/bindings/java/doxygen/Doxyfile +++ b/bindings/java/doxygen/Doxyfile @@ -39,7 +39,7 @@ PROJECT_NAME = "Sleuth Kit Java Bindings (JNI)" # control system is used. # NOTE: This is updated by the release-unix.pl script -PROJECT_NUMBER = 4.10.2 +PROJECT_NUMBER = 4.11.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1056,7 +1056,7 @@ GENERATE_HTML = YES # This tag requires that the tag GENERATE_HTML is set to YES. # NOTE: This is updated by the release-unix.pl script -HTML_OUTPUT = jni-docs/4.10.2/ +HTML_OUTPUT = jni-docs/4.11.0/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/case-uco/java/nbproject/project.properties b/case-uco/java/nbproject/project.properties index 8655d8ef2601abd9cfb34126c14b9e66b30d4e5c..54f8132cb17d77668360f088672d856ae3a00ef9 100644 --- a/case-uco/java/nbproject/project.properties +++ b/case-uco/java/nbproject/project.properties @@ -35,14 +35,14 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.gson-2.8.5.jar=lib/gson-2.8.5.jar -file.reference.sleuthkit-4.10.2.jar=lib/sleuthkit-4.10.2.jar +file.reference.sleuthkit-4.11.0.jar=lib/sleuthkit-4.11.0.jar includes=** jar.archive.disabled=${jnlp.enabled} jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ ${file.reference.gson-2.8.5.jar}:\ -${file.reference.sleuthkit-4.10.2.jar} +${file.reference.sleuthkit-4.11.0.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint javac.deprecation=false diff --git a/configure.ac b/configure.ac index 8d7f27b9f957316f765b99cc87d1f8bc18709362..093a9a26fce98e54947f02826e58efdee36c7bc4 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(sleuthkit, 4.10.2) +AC_INIT(sleuthkit, 4.11.0) m4_include([m4/ax_pthread.m4]) dnl include the version from 1.12.1. This will work for m4_include([m4/cppunit.m4]) diff --git a/debian/changelog b/debian/changelog index badf8e8c181f82668039c7d043b164284d038add..d58b9047b8e9944e308a07e50856ca5b570c3f4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sleuthkit-java (4.10.2-1) unstable; urgency=medium +sleuthkit-java (4.11.0-1) unstable; urgency=medium * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> diff --git a/debian/sleuthkit-java.install b/debian/sleuthkit-java.install index adc6df30e958cdd856d82a08900db246d117b85e..1a26f0ab860346c33c0d5501e5453b5f1b9649c0 100644 --- a/debian/sleuthkit-java.install +++ b/debian/sleuthkit-java.install @@ -1,4 +1,4 @@ bindings/java/lib/sqlite-jdbc-3.25.2.jar /usr/share/java -bindings/java/dist/sleuthkit-4.10.2.jar /usr/share/java -case-uco/java/dist/sleuthkit-caseuco-4.10.2.jar /usr/share/java +bindings/java/dist/sleuthkit-4.11.0.jar /usr/share/java +case-uco/java/dist/sleuthkit-caseuco-4.11.0.jar /usr/share/java diff --git a/packages/sleuthkit.spec b/packages/sleuthkit.spec index 72ec66465ee65f71c4f446447b1d6679c36b1d56..7c18c0e2ac5a916ebb72a01421c0e189ecf3c9c8 100644 --- a/packages/sleuthkit.spec +++ b/packages/sleuthkit.spec @@ -1,5 +1,5 @@ Name: sleuthkit -Version: 4.10.2 +Version: 4.11.0 Release: 1%{?dist} Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data. diff --git a/tsk/Makefile.am b/tsk/Makefile.am index b623dd937c4dcf9813746669216cba4dd314aa79..21d3605dc99dea7cf280646b25f1e1329c534de9 100644 --- a/tsk/Makefile.am +++ b/tsk/Makefile.am @@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \ vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \ auto/libtskauto.la pool/libtskpool.la util/libtskutil.la # current:revision:age -libtsk_la_LDFLAGS = -version-info 20:5:1 $(LIBTSK_LDFLAGS) +libtsk_la_LDFLAGS = -version-info 20:6:1 $(LIBTSK_LDFLAGS) EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html diff --git a/tsk/base/tsk_base.h b/tsk/base/tsk_base.h index 3a2f2fcb7573564b848454e8b42ceefd01b8d505..9c61526894d00d0a0b47816829be143b6a59de51 100644 --- a/tsk/base/tsk_base.h +++ b/tsk/base/tsk_base.h @@ -39,11 +39,11 @@ * 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be * 0xFF030102. * See TSK_VERSION_STR for string form. */ -#define TSK_VERSION_NUM 0x041002ff +#define TSK_VERSION_NUM 0x041100ff /** Version of code in string form. See TSK_VERSION_NUM for * integer form. */ -#define TSK_VERSION_STR "4.10.2" +#define TSK_VERSION_STR "4.11.0" /* include the TSK-specific header file that we created in autoconf diff --git a/tsk/docs/Doxyfile b/tsk/docs/Doxyfile index a9062b9660712e6c2df99fa5d3122c73f480d7e1..d0f18c89ee26546ab484c3b59396ba1c0c52db34 100644 --- a/tsk/docs/Doxyfile +++ b/tsk/docs/Doxyfile @@ -33,7 +33,7 @@ PROJECT_NAME = "The Sleuth Kit" # if some version control system is used. # This is automatically updated at release time. -PROJECT_NUMBER = 4.10.2 +PROJECT_NUMBER = 4.11.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer @@ -883,7 +883,7 @@ GENERATE_HTML = YES # put in front of it. If left blank `html' will be used as the default path. # NOTE: This is automatically updated at release time. -HTML_OUTPUT = api-docs/4.10.2/ +HTML_OUTPUT = api-docs/4.11.0/ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank