Graphene 1.5.4 (snapshot)
Pre-release
Pre-release
Graphene 1.5.4 is a development snapshot towards the next stable release, 1.6.
Notable changes
- For the time being and after requests from distributors, the autotools build environment has been reinstated in Git, though Meson is still the preferred build environment; I still expect to drop the autotools build in the near future.
- Various improvements in the Meson build environment for the MSYS2 distribution
- Graphene now correctly identifies whether the platform has an aligned memory allocator
- Compatibility fixes for printing
int64_t
to terminal - Updated documentation on how to build Graphene on Windows and MSYS2
- Ensure that introspection data is correctly generated on Windows
Issues fixed
- Andrew Chadwick worked on the MSYS2 and Windows builds of Graphene
- Patrick Griffis fixed the cross-references to GLib types in the API reference build
- Nirbheek Chauhan worked on improving the builtin detection in the Meson build and the build of Graphene under MingW