Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
5
Star
14
Fork
11
openslide
/
openslide-java
Code
Issues
13
Pull requests
0
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
Update for release
Loading branch information
...
1 parent
81fd333
commit
201e527873293ae0a27ddd7217d620e6557c6e5d
bgilbert
committed
Sep 12, 2016
Unified
Split
Showing
2 changed files
with
5 additions
and
1 deletion
.
+4
−0
CHANGELOG.txt
+1
−1
configure.ac
Show comments
View
4
CHANGELOG.txt
@@ -1,6 +1,10 @@
Notable Changes in OpenSlide Java
=================================
+Version 0.12.2, 2016-09-11
+ * Change build target to Java 6 from 5, fixing build on JDK 9
+ * Properly detect JNI include paths on Mac OS X
+
Version 0.12.1, 2015-04-20
* Bundle Classpath JNI headers for Windows cross builds
Show comments
View
2
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([OpenSlide Java], [0.12.
1
], [openslide-users@lists.andrew.cmu.edu])
+AC_INIT([OpenSlide Java], [0.12.
2
], [openslide-users@lists.andrew.cmu.edu])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([openslide-jni.c])
Toggle all file notes
0 comments on commit
201e527
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
201e527