Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Add minimum supported libraries versions to the website #135

Closed
RazrFalcon opened this issue Feb 22, 2019 · 8 comments · Fixed by gtk-rs/gtk-rs.github.io#127
Closed

Add minimum supported libraries versions to the website #135

RazrFalcon opened this issue Feb 22, 2019 · 8 comments · Fixed by gtk-rs/gtk-rs.github.io#127

Comments

@RazrFalcon
Copy link
Contributor

Currently, only >=2.42 is supported, but Travis CI uses Ubuntu 14.04 by default, which has 2.40. Is 2.42 mandatory or can we downgrade it a bit?

@EPashkin
Copy link
Member

Travis has Xenial machines too: https://github.com/gtk-rs/sys/blob/master/.travis.yml#L1

@RazrFalcon
Copy link
Contributor Author

Yes, but

uses Ubuntu 14.04 by default

@EPashkin
Copy link
Member

But support 14.04 ends in this year: https://www.ubuntu.com/about/release-cycle

@RazrFalcon
Copy link
Contributor Author

If 2.40 can't be supported by just lowering the minimum versions than it's fine.

Is there a list of minimal required versions for all gtk-rs crates?

@EPashkin
Copy link
Member

Default versions is released with gtk3.14 (I don't have link)
others listed in https://github.com/gtk-rs/examples/blob/master/Cargo.toml#L25

@RazrFalcon
Copy link
Contributor Author

I meant for all crates, like cairo, pango, etc. Yes, you can look in *-sys, but it's a bit troublesome.

@EPashkin
Copy link
Member

Agree that we need table somewhere on https://gtk-rs.org/

@sdroege sdroege mentioned this issue Sep 24, 2019
43 tasks
@sdroege
Copy link
Member

sdroege commented Sep 24, 2019

Can someone edit this issue? It should be about adding a table to the website about the minimum supported versions of the C libraries, and the latest version for which we have bindings right now.

@GuillaumeGomez ?

@GuillaumeGomez GuillaumeGomez changed the title (glib) Can we support 2.40? Add minimum supported libraries versions to the website Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants