diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-07 22:23:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-07 22:23:17 +0800 |
commit | b41e85e5fcdd7df135461c2f1f9df867b6a3dfdd (patch) | |
tree | e0c010bbea93e38a5951c16871e8d7166a78cf2c /x11/libxcb/pkg-message | |
parent | 15c28cf747541e677a865de5d40be7603e4c60ba (diff) | |
download | freebsd-ports-gnome-b41e85e5fcdd7df135461c2f1f9df867b6a3dfdd.tar.gz freebsd-ports-gnome-b41e85e5fcdd7df135461c2f1f9df867b6a3dfdd.tar.zst freebsd-ports-gnome-b41e85e5fcdd7df135461c2f1f9df867b6a3dfdd.zip |
Update to 1.1:
"This release requires xcb-proto 1.1, due to the addition of the
extension-multiword attribute to the XML schema.
Enhancements:
* Print a backtrace, if possible, on locking assertion failures.
* Skip abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
* xcb_poll_for_event: Return already-read events before reading again.
* Output a configuration summary at the end of ./configure.
Bug fixes:
* Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
* Allow unix:<screen> style display names again.
* Bug #9119: test xcb_popcount
* Fix unit tests for FreeBSD
* NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
* Require libXau >= 0.99.2; earlier versions have a broken .pc file
* Use substitition variables in xcb-xinerama.pc.in
* Update autogen.sh to one that does objdir != srcdir
* Add tools/* and autogen.sh to EXTRA_DIST.
* Doxygen can now be fully disabled if desired.
Documentation improvements:
* Many fixes and updates to the tutorial.
* Iterators, requests, and replies get partial Doxygen documentation."
PR: ports/122564
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer
Diffstat (limited to 'x11/libxcb/pkg-message')
-rw-r--r-- | x11/libxcb/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libxcb/pkg-message b/x11/libxcb/pkg-message new file mode 100644 index 000000000000..7255fc0c6984 --- /dev/null +++ b/x11/libxcb/pkg-message @@ -0,0 +1,11 @@ + +***************************************************************** +Although libxcb can yield dramatic improvements in speed, +memory footprint, and responsiveness, and will probably +become the default Xlib for X.org/freedesktop.org, it is +still experimental software. Some broken callers will abort() +on locking assertion failures. As a temporary workaround, set +LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort(). +This may result in noisy stacktrace printing. +***************************************************************** + |