We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7367fd commit 93af97eCopy full SHA for 93af97e
2 files changed
CHANGELOG.txt
@@ -1,6 +1,11 @@
1
Notable Changes in OpenSlide Java
2
=================================
3
4
+Version 0.12.0, 2014-01-25
5
+ * Require OpenSlide 3.4.0
6
+ * Replace OpenSlide.fileIsValid() with OpenSlide.detectVendor()
7
+ * Fix NullPointerException opening slides without a quickhash1
8
+
9
Version 0.11.0, 2012-09-08
10
* Require OpenSlide 3.3.0
11
* Rename "layer" to "level" throughout API
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.11.0], [openslide-users@lists.andrew.cmu.edu])
+AC_INIT([OpenSlide Java], [0.12.0], [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