Skip to content

Commit 93af97e

Browse files
committed
Update for release
1 parent a7367fd commit 93af97e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Notable Changes in OpenSlide Java
22
=================================
33

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+
49
Version 0.11.0, 2012-09-08
510
* Require OpenSlide 3.3.0
611
* Rename "layer" to "level" throughout API

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([OpenSlide Java], [0.11.0], [openslide-users@lists.andrew.cmu.edu])
5+
AC_INIT([OpenSlide Java], [0.12.0], [openslide-users@lists.andrew.cmu.edu])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_SRCDIR([openslide-jni.c])

0 commit comments

Comments
 (0)