We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fd333 commit 201e527Copy full SHA for 201e527
CHANGELOG.txt
@@ -1,6 +1,10 @@
1
Notable Changes in OpenSlide Java
2
=================================
3
4
+Version 0.12.2, 2016-09-11
5
+ * Change build target to Java 6 from 5, fixing build on JDK 9
6
+ * Properly detect JNI include paths on Mac OS X
7
+
8
Version 0.12.1, 2015-04-20
9
* Bundle Classpath JNI headers for Windows cross builds
10
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([OpenSlide Java], [0.12.1], [openslide-users@lists.andrew.cmu.edu])
+AC_INIT([OpenSlide Java], [0.12.2], [openslide-users@lists.andrew.cmu.edu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([openslide-jni.c])
0 commit comments