Opened 7 years ago
#293 new task
Bump required version of GLib
Reported by: | jgross@mit.edu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
We use GLIB_CHECK_VERSION in a bunch of places; we can now remove many of them.
Quoting Alex at https://github.com/barnowl/barnowl/pull/109#discussion_r131532225:
I think that a reasonable rule of thumb for version support[1] is "Do all supported versions of Ubuntu and Debian include a new enough version?", which this appears to satisfy: Wheezy has 2.32 (I think) (https://packages.debian.org/wheezy/libglib2.0-0) and Trusty has 2.40 (https://packages.ubuntu.com/trusty/libglib2.0-0). You don't need to remove the <2.32 support, but you can if you want to in a follow-on PR.
[1] I think we can be stricter -- I wouldn't be opposed to "dialups and the most recent Debian and Ubuntu LTS versions at least six months old", or something -- but this definitely seems fine. I guess I'm potentially open to an RHEL requirement too.