Which version x.org xserver got rid of ClockRanges?
Pekka Paalanen
ppaalanen at gmail.com
Wed Feb 17 08:10:59 UTC 2016
On Tue, 16 Feb 2016 23:12:27 +0100
"Kevin Brace" <kevinbrace at gmx.com> wrote:
> Hi Pekka,
>
> Can I include your name in the commit I will put into OpenChrome shortly?
> It will look like this.
>
> Suggested-by: Pekka Paalanen <"Your e-mail">
> Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
>
> Let me know if it is okay.
> If you do not want your name included, I will remove it.
> I will set XORG_VERSION_NUMERIC to (1,8,0,0,0), since I assume this means x.org xserver Version 1.08.
Hi Kevin,
I do not believe anything warrants putting my name in there. I didn't
report the issue, I never suggested any particular piece of code, I
will not be reviewing it, I'm not using OpenChrome, etc.
I only gave you an example on how to use git to dig the history.
Anything you infer from that is your own.
Thanks,
pq
> > Sent: Tuesday, February 16, 2016 at 4:00 AM
> > From: xorg-devel-request at lists.x.org
> > To: xorg-devel at lists.x.org
> > Subject: xorg-devel Digest, Vol 85, Issue 42
> > Message: 3
> > Date: Tue, 16 Feb 2016 09:54:15 +0200
> > From: Pekka Paalanen <ppaalanen at gmail.com>
> > To: "Kevin Brace" <kevinbrace at gmx.com>
> > Cc: xorg-devel at lists.x.org
> > Subject: Re: Which version x.org xserver got rid of ClockRanges?
> > Message-ID: <20160216095415.42a04178 at eldfell>
> > Content-Type: text/plain; charset="utf-8"
> >
> >
> > Hi,
> >
> > I'm no xserver developer, but this seems to be fairly easy to find out
> > with git in an xserver checkout:
> >
> > $ git log -SClockRangesPtr --all
> >
> > brings up a list of commits, the first one of which is the one whose
> > email you found:
> >
> > commit 326429badfc76885e4652ddc72860810c0e8d102
> > Author: Adam Jackson <ajax at redhat.com>
> > Date: Tue Nov 10 14:56:36 2009 -0500
> >
> > modes: Remove the ClockRanges type
> >
> > Then to find out about the versions, we can do:
> >
> > $ git describe 326429badfc76885e4652ddc72860810c0e8d102
> > xorg-server-1.7.99.2-39-g326429b
> >
> > $ git describe --contains 326429badfc76885e4652ddc72860810c0e8d102
> > xorg-server-1.7.99.901~68
> >
> > So we see that this particular patch landed between release tags
> > 1.7.99.2 and 1.7.99.901.
> >
> > Hope that helps.
> >
> >
> > Thanks,
> > pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <https://lists.x.org/archives/xorg-devel/attachments/20160217/7d80102b/attachment.sig>
More information about the xorg-devel
mailing list