Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Sep 8, 2012
1 parent 5c2a3ee commit 6bd4732
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Notable Changes in OpenSlide Java
=================================

Version 0.11.0, 2012-09-08
* Require OpenSlide 3.3.0
* Rename "layer" to "level" throughout API
* Add OpenSlide.getLibraryVersion()
* Set package Implementation-Version to OpenSlide Java version
* Drop getComment()
* Properly handle openslide_open() errors on OpenSlide 3.3.0
* Many build fixes for Linux, Mac OS X, Cygwin

Version 0.10.0, 2011-12-16
* Change package namespace to org.openslide
* Add wrapper class for associated images
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.10.0], [openslide-users@lists.andrew.cmu.edu])
AC_INIT([OpenSlide Java], [0.11.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 6bd4732

Please sign in to comment.