Versioning (Re: [PATCH mesa] egl/wayland: Dispatch the event queue before get_buffers)

Pekka Paalanen ppaalanen at gmail.com
Mon Dec 3 02:36:19 PST 2012


On Fri, 30 Nov 2012 17:15:44 -0500
Kristian Høgsberg <hoegsberg at gmail.com> wrote:
...
> On Fri, Nov 23, 2012 at 09:49:58PM -0500, Kristian Høgsberg wrote:
> > We need to either require wayland 1.0.2 in configure.ac or make this
> > call conditionaly on wayland version > 1.0.2.  We have
> > wayland-version.h, so I'd prefer to just do the version check, but of
> > course recommend using 1.0.2
> 
> I ended up releasing 1.0.2 so that mesa can depend on this new entry
> point.  Ian said that he might do the 9.0.2 release next week, so I
> decided to make a release.  We had a few important fixes in the 1.0
> branch and we can always make another 1.0.x release if something comes
> up.  As for using mesa with wayland master, I think we'll just bump
> the git version to 1.1.0.  That way an install of git master will
> still satisfy the mesa configure check.  We'll have to call the next
> major release 1.2 instead of 1.1, but other than that this seem like
> the simplest solution.

Sounds good, I've seen other projects bump version number both before
and after a release. I guess it makes it more explicit on whether some
other project is needing a "master" or an official released version.
Maybe we should adopt that convention?

For example, Mesa could properly depend on or conditionally use "the
latest master version or the next release after release 1.x", when there
are some new features being developed.


Thanks,
pq


More information about the wayland-devel mailing list