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.4, 2023-11-07
4+
5+ * Allow opening the synthetic test slide
6+ * Add Meson build option to configure embedding of JNI path in JAR
7+ * Fix ` meson dist ` failure when packaged as subproject
8+
9+
310## Version 0.12.3, 2022-12-17
411
512* Add Meson build system and deprecate Autotools+Ant one
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.3 ] , [ openslide-users@lists.andrew.cmu.edu] )
5+ AC_INIT ( [ OpenSlide Java] , [ 0.12.4 ] , [ 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.3 ' ,
9+ version : ' 0.12.4 ' ,
1010)
1111if not meson .is_subproject()
1212 meson .add_dist_script(
You can’t perform that action at this time.
0 commit comments