Changes between Version 3 and Version 4 of Release/4.0.0/Beta2/Notes
- Timestamp:
- 08/13/24 05:32:34 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/4.0.0/Beta2/Notes
v3 v4 8 8 9 9 **NOTE: We now only provide 64-bit builds for both Windows and Linux and SHA-1 checksums are provided for all binary artifacts listed** 10 **NOTE: CentOS build is not available for this release. We will evaluate if it is feasible to continue providing CentOS builds for future releases** 10 11 11 12 ||Download||Size||SHA-1|| … … 14 15 ||'''Windows .pdb files'''|||||| 15 16 ||'''Ubuntu 22.04 installer'''|||||| 16 ||'''CentOS 7 installer'''||||||17 17 ||'''Sheboygan Sample Data'''||[https://download.osgeo.org/mapguide/releases/4.0.0/Beta1/Sheboygan.mgp Sheboygan.mgp]|| a3f75c4d1abadff3baad57f4efe2c5679719a682 || 18 18 ||'''Fusion build tools''|||||| … … 24 24 25 25 * Server Tier 26 * #2874: Fix instability on Linux due to criss-crossed resolution of sqlite3 and geos symbols to our shared libraries instead of the distro-provided versions 26 27 * #2879: Repository admin tools have been momentarily pulled from this and future beta releases until the admin scripts have been updated and/or rewritten 27 28 * As a workaround, use MapGuide Package files to backup/restore repository content … … 46 47 == Known Issues == 47 48 49 * PostGIS driver support in the OGR provider on Linux is flaky and may not render selections or features in a given bounding box. Consider accessing PostGIS data sources via the `OSGeo.PostgreSQL` FDO provider instead. 48 50 * If you have a .net project consuming the MapGuide nuget packages and the .net project targets legacy .net Framework 4.x and uses `packages.config` for tracking package references, the native dll copying targets will not activate. 49 51 * For this to work in this type of project, you need to migrate `packages.config` over to use `PackageReference` elements. Once migrated, the native dll copying targets will activate.