pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libXi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 27 11:31:35 UTC 2015

Modified Files:
        pkgsrc/x11/libXi: Makefile distinfo

Log Message:
Update libXi to 1.7.6.

One significant change here: libXi was using raw serial numbers in event
cookies, the one read off the wire. All other events don't use that number
but a Xlib-internal serial number which is similar but not always the same.
This could cause events to look out of order. With this release, libXi is
now using the same serial number for event cookies as it uses for all other
events.

Javier Pello (1):
      Fix const compiler warnings

Peter Hutterer (2):
      Don't use raw serial numbers in XIEvents
      libXi 1.7.6


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/libXi/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/libXi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index