Skip to content

Commit 9506bde

Browse files
committed
Update for release
1 parent ca67f97 commit 9506bde

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Notable 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+
415
Version 0.9.2, 2010-08-10
516
* Remove some Annotation stuff, try to be more extensible
617
and with simple defaults

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.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])
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)