File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Notable Changes in OpenSlide Java
22
3+ ## Version 0.12.3, 2022-12-17
4+
5+ * Add Meson build system and deprecate Autotools+Ant one
6+ * Change build target to Java 8 from 6, fixing build on newer JDK
7+ * Convert README and changelog to Markdown
8+ * Consolidate license files
9+
10+
311## Version 0.12.2, 2016-09-11
412
513* Change build target to Java 6 from 5, fixing build on JDK 9
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.63] )
5- AC_INIT ( [ OpenSlide Java] , [ 0.12.2 ] , [ openslide-users@lists.andrew.cmu.edu] )
5+ AC_INIT ( [ OpenSlide Java] , [ 0.12.3 ] , [ openslide-users@lists.andrew.cmu.edu] )
66AC_CONFIG_AUX_DIR ( [ build-aux] )
77AC_CONFIG_MACRO_DIR ( [ m4] )
88AC_CONFIG_SRCDIR ( [ openslide-jni.c] )
Original file line number Diff line number Diff line change 66 ],
77 license : ' LGPL-2.1-only' ,
88 meson_version : ' >=0.62' ,
9- version : ' 0.12.2 ' ,
9+ version : ' 0.12.3 ' ,
1010)
1111meson .add_dist_script(
1212 ' scripts/dist.py'
You can’t perform that action at this time.
0 commit comments