Opened 9 years ago
Closed 9 years ago
#7278 closed enhancement (fixed)
libXi-1.7.6
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
http://xorg.freedesktop.org/releases/individual/lib/libXi-1.7.6.tar.bz2
http://xorg.freedesktop.org/archive/individual/lib/libXi-1.7.6.tar.bz2.sig
http://lists.x.org/archives/xorg-announce/2015-December/002664.html
MD5: 510e555ecfffa8d2298a0f42b725e563
[ANNOUNCE] libXi 1.7.6 Peter Hutterer peter.hutterer at who-t.net Mon Dec 21 17:25:21 PST 2015 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
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16751.