Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jan 26, 2014
1 parent a7367fd commit 93af97e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Notable Changes in OpenSlide Java
=================================

Version 0.12.0, 2014-01-25
* Require OpenSlide 3.4.0
* Replace OpenSlide.fileIsValid() with OpenSlide.detectVendor()
* Fix NullPointerException opening slides without a quickhash1

Version 0.11.0, 2012-09-08
* Require OpenSlide 3.3.0
* Rename "layer" to "level" throughout API
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 93af97e

Please sign in to comment.