File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Notable Changes in OpenSlide Java
22=================================
33
4+ Version 0.10.0, 2011-12-16
5+ * Change package namespace to org.openslide
6+ * Add wrapper class for associated images
7+ * Have OpenSlide implement Closeable
8+ * Convert top-level build system to Autotools
9+ * Rename JAR and JNI library (thanks, Mathieu Malaterre)
10+ * Embed JNI library path in JAR on Linux
11+ * Fix translation by large offsets in GUI (thanks, Jan Harkes)
12+ * Fix IllegalArgumentException in associated image error cases
13+ * Add build instructions
14+
415Version 0.9.2, 2010-08-10
516 * Remove some Annotation stuff, try to be more extensible
617 and with simple defaults
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.66] )
5- AC_INIT ( [ OpenSlide Java] , [ 0.9.2 ] , [ openslide-users@lists.andrew.cmu.edu] )
5+ AC_INIT ( [ OpenSlide Java] , [ 0.10.0 ] , [ openslide-users@lists.andrew.cmu.edu] )
66AC_CONFIG_AUX_DIR ( [ build-aux] )
77AC_CONFIG_MACRO_DIR ( [ m4] )
88AC_CONFIG_SRCDIR ( [ openslide-jni.c] )
You can’t perform that action at this time.
0 commit comments