[Xcb-commit] Changes to 'refs/tags/1.1'

Jamey Sharp jamey at kemper.freedesktop.org
Sun Nov 4 19:38:33 PST 2007


Tag '1.1' created by Jamey Sharp <jamey at minilop.net> at 2007-11-05 01:29 -0800

Release libxcb 1.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBHLnHsp1aplQ4I9mURAtgmAJ4hWC+ZLXncQPQcRIg0R9GR1X6ejQCfTajM
WLfUOqjWMUjRoPLutMD57lo=
=Z/53
-----END PGP SIGNATURE-----

Changes since 1.0:
Christoph Pfister (1):
      Print backtraces in case an assert fails inside xlib/xcb.

Eamon Walsh (2):
      Replaces special-casing in c-client stylesheet with support
      Modify new attribute from previous patch so that it is necessary only on

Egbert Eich (1):
      Allow unix:<screen> style display names again.

Ian Osgood (3):
      Bug #9119: test xcb_popcount
      Fix unit tests for FreeBSD
      Generate error constants as XCB_BAD_*, similar to Xlib.

Jamey Sharp (8):
      NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
      libXau didn't have a correct pkg-config file until 0.99.2: fail if an older version is found.
      xcb_poll_for_event: Return already-read events before read(2)ing again.
      Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
      Factor pthread_cond_wait(iolock) to _xcb_wait_io.
      Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
      Revert "Generate error constants as XCB_BAD_*, similar to Xlib."
      Release libxcb 1.1

Josh Triplett (4):
      Use substitition variables in xcb-xinerama.pc.in, not instances of their values
      Add tools/* to EXTRA_DIST.
      Add autogen.sh to EXTRA_DIST.
      Send locking assertion backtraces to stderr.  Improve the heading on the backtrace.

Matthias Hopf (2):
      Update autogen.sh to one that does objdir != srcdir
      Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcb

Tilman Sauerbeck (2):
      Fixed evaluation of the disable-build-docs argument.
      If enable_build_docs is "no", we don't even try to look for doxygen.

TORRI Vincent (13):
      replace all the _new functions with xcb_generate_id. repalce X11/XCB with xcb. Fix a description of the default background of a window
      add some output informations to configure script
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
      add doc tag for the _next functions. It creates doxygen doc in the header files for these functions
      fix all the occurence where a drawable where considered as a union
      add doxygen doc for the *_end functions
      add the complete cursor example. Make the html code valid
      no more xid or id fields
      font part
      and make the html code valid...
      add the first step toward the documentation of the request/reply functions. The arguments of the requests are not found yet. Josh, can you look at it ?
      remove the 7th bit of the response_type for the event loops
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb

---
 Makefile.am             |    6 
 NEWS                    |   57 +++
 README                  |    9 
 acinclude.m4            |    7 
 autogen.sh              |   11 
 configure.ac            |   34 +
 doc/tutorial/index.html |  903 +++++++++++++++++++++++++++++++++++++++++-------
 doc/tutorial/xcb.css    |   10 
 src/c-client.xsl        |   94 +++-
 src/xcb_conn.c          |   36 +
 src/xcb_in.c            |    3 
 src/xcb_out.c           |    4 
 src/xcb_util.c          |  103 +++--
 src/xcb_xlib.c          |   38 +-
 src/xcbint.h            |    2 
 tests/check_public.c    |   35 +
 xcb-xinerama.pc.in      |   10 
 17 files changed, 1148 insertions(+), 214 deletions(-)
---


More information about the xcb-commit mailing list