v1:
The change initialized threads by default. Such feature allows unsafe
X clients to work when they shouldn't.

v2:
Fixes problems in v1 and makes multithreaded X clients abort with an
error message if they enter a critical section concurrently before
XInitThreads is called. After the first XInitThreads call from the
client, situation is normalized.

The difference is that with reconfigured Xlib, unsafe X clients abort
in a predictable place instead of crashing in random locations.

v3:
Fixes dependencies between libX11 and libX11-xcb during
build process and also in the built libraries. These libraries have
been now made more independent.
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to