diff options
author | Jamey Sharp <jamey@minilop.net> | 2007-06-03 21:29:40 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2007-06-03 21:32:34 -0700 |
commit | a549a258b8fcb1ba9d0c1b01b72967e385f67cab (patch) | |
tree | e19656e22e6093fa169b8f290fee5d306e60941c | |
parent | 5123b77a3d32d3ad479462f319762c328278aed9 (diff) |
Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c.
Commit by Josh Triplett and Jamey Sharp
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Version 1.1.2 - 2007-06-03 * Xlib/XCB: Avoid re-crashing after _XIOError. +* Xlib/XCB: Only remove pending_requests when there are provably no more responses. + * For NetBSD, define XTHREADLIB and XTHREAD_CFLAGS. * Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data. |