Changes between Initial Version and Version 1 of Ticket #65859
- Timestamp:
- Sep 18, 2022, 3:26:38 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65859 – Description
initial v1 1 1 Presently the various libs related to C++ bindings for `glib2`, `gtk2/gtk3`, etc - along with related ones like `cairomm` and `pangomm` - are all outdated. Update them to the latest possible releases, based on the current version of `glib2` (presently 2.70.x). 2 2 3 In addition to bringing them up to parity with upstream, these updates may also fix someexisting issues with some ports. And CherryTree in particular may benefit, per issue:657433 In addition to bringing them up to parity with upstream, these updates may also fix existing issues with some ports. And CherryTree in particular may benefit, per issue:65743 4 4 5 5 Of note, since the latest releases of these have bumped the API version - from 2.4 to 2.68 for `glibmm`, for example - that may require creation and support of legacy releases using the previous API rev. Particularly for old or outdated ports, which simply won't work with the newest APIs.