File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Notable Changes in openslide-bin
22
3+ ## Version 4.0.0.2, 2024-03-29
4+
5+ * Add Linux and macOS builds
6+ * Add [ Python package] [ py ] with compiled library for OpenSlide Python ≥ 1.4.0
7+ * Drop 32-bit Windows build
8+ * Update OpenSlide Java to 0.12.4
9+ * Update many dependencies
10+ * Add ` CHANGELOG.md ` to source and binary archives
11+ * Add ` versions.json ` to binary archives
12+ * Rename project from openslide-winbuild to openslide-bin
13+ * Change version number to OpenSlide version plus openslide-bin build number
14+ * Restructure filenames of source and binary archives
15+ * Switch source archive from Zip to ` tar.gz `
16+ * Rewrite build scripts
17+
18+ [ py ] : https://pypi.org/project/openslide-bin/
19+
20+
321## Windows build 20231011
422
523* Update OpenSlide to 4.0.0
Original file line number Diff line number Diff line change 3434# A.B.C = OpenSlide version
3535# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
3636# Update the version when releasing openslide-bin.
37- _PROJECT_VERSION = '4.0.0.1 '
37+ _PROJECT_VERSION = '4.0.0.2 '
3838
3939
4040def meson_source_root () -> Path :
You can’t perform that action at this time.
0 commit comments