Skip to content

Commit

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

Version 0.10.0, 2011-12-16
* Change package namespace to org.openslide
* Add wrapper class for associated images
* Have OpenSlide implement Closeable
* Convert top-level build system to Autotools
* Rename JAR and JNI library (thanks, Mathieu Malaterre)
* Embed JNI library path in JAR on Linux
* Fix translation by large offsets in GUI (thanks, Jan Harkes)
* Fix IllegalArgumentException in associated image error cases
* Add build instructions

Version 0.9.2, 2010-08-10
* Remove some Annotation stuff, try to be more extensible
and with simple defaults
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.66])
AC_INIT([OpenSlide Java], [0.9.2], [openslide-users@lists.andrew.cmu.edu])
AC_INIT([OpenSlide Java], [0.10.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 9506bde

Please sign in to comment.