Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for release #66

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Notable Changes in OpenSlide Java

## Version 0.12.4, 2023-11-07

* Allow opening the synthetic test slide
* Add Meson build option to configure embedding of JNI path in JAR
* Fix `meson dist` failure when packaged as subproject


## Version 0.12.3, 2022-12-17

* Add Meson build system and deprecate Autotools+Ant one
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([OpenSlide Java], [0.12.3], [[email protected]])
AC_INIT([OpenSlide Java], [0.12.4], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([openslide-jni.c])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
],
license : 'LGPL-2.1-only',
meson_version : '>=0.62',
version : '0.12.3',
version : '0.12.4',
)
if not meson.is_subproject()
meson.add_dist_script(
Expand Down