Permalink
Browse files

Update for release

  • Loading branch information...
1 parent 81fd333 commit 201e527873293ae0a27ddd7217d620e6557c6e5d @bgilbert bgilbert committed Sep 12, 2016
Showing with 5 additions and 1 deletion.
  1. +4 −0 CHANGELOG.txt
  2. +1 −1 configure.ac
View
@@ -1,6 +1,10 @@
Notable Changes in OpenSlide Java
=================================
+Version 0.12.2, 2016-09-11
+ * Change build target to Java 6 from 5, fixing build on JDK 9
+ * Properly detect JNI include paths on Mac OS X
+
Version 0.12.1, 2015-04-20
* Bundle Classpath JNI headers for Windows cross builds
View
@@ -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 comments on commit 201e527

Please sign in to comment.