Tag 'debian/1.11.1-1' created by Julien Cristau <jcris...@debian.org> at 2015-10-27 22:34 +0000
Debian libxcb release 1.11.1-1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJWL/wTAAoJEDEBgAUJBeQMltUP/jrvGSgju5PzNzuVslSPZXhL Y5tQQGWvhgEvihRVEIYY3zxbMu02sn0T4C+ksonLuiLCb3qu4+1dPgd/BKtc6FXc sVqNwAeBVlr7A3SbTsa14NiOD7155cRDb9mEdHnVZepbe2MrJPKdyWOe1zwvg5oZ bb1zhNKg8Efu26TzbpY9IYpaXMnDI6LHcI7bnnvCSZREE2Mtn1+ghtzepLMtT2bX C4Nb/fc5+zxuYvw+waKGRTMAgVfLvWb5V5YM6K4tY4F2H8CDBMRq1FXOv8Q6/wm0 OXZs3GUv+cX90tlB9bIFIgspgwac/DAxwqLk6lF6Hi2S6diqlJ9yh+jxtYmjaYGL iQM3Wz4oqpCcvUwSuAKl8aibe5UxgaaQafIJMqSevj4wRrc7di1oFXtzhz+VRLGq Ev7CPmYLWcTEekCyKifXJ2jSQsZRPZUXLbyqsxUcVYcxIeRq7zGAqKZDq7E4hCVL GSHzW49MlA0qtgQ7GVpno5BcxyS+V9WsmAFbpI5AFV//03mbDpU22rckJRk05g01 oxZHjrQ2YP9q0CRURjdBRA0tNd7sqQwMBSBm7fg0XAIY4gbt86r521Hu9NIzksRq qZ5gBkVqXtQeFP78rA9N/OtPju/r9uER7VzVPJpkHwiCGp2rj3njIXTz4UO97AuM L0qVszxOD/pNkMSUhVLe =hcdU -----END PGP SIGNATURE----- Changes since debian/1.10-3: Alan Coopersmith (2): Document failure modes of xcb_connect*() functions Fix typos & awkward wording in tutorial Alexander Mezin (1): xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t Andreas Boll (15): Merge tag '1.11.1' into debian/unstable Bump changelog Add build-dep on xutils-dev. Bump xcb-proto and python-xcbgen build-deps to 1.11. Update libxcb1.symbols and liblibxcb-xprint0.symbols with new symbols. Removes some symbols from libxcb-xkb1.symbols Bump shlibs. Change maintainer to Debian X Strike Force. Update Vcs-* fields. Bump debhelper build-dep to 9 Remove obsolete Breaks/Conflicts/Replaces from pre-squeeze Remove obsolete XC- prefix from Package-Type field. Bump standards version to 3.9.6. Close #788232 Install manpages into libxcb-doc package (Closes: #751981). Christian Linhart (1): expose 64-bit sequence numbers for XLib Daniel Martin (1): Handle <pad align="n" /> between lists Gaetan Nadon (11): autoconf: use XORG_DEFAULT_OPTIONS autoconf: use the warning variables from xorg autoconf: AC_INIT: add bug url autoconf: comment and layout the initialization section autoconf: require libtool minimum level 2.2 autoconf: fix warning by replacing deprecated AC_HELP_STRING autoconf: use default xorg configuration for doxygen documentation autoconf: replace all tabs with spaces man: build static man pages using xorg patterns generated man pages: build without hard coded extension generated man pages: use xorg footer and no hard coded extension Jeremy Huddleston Sequoia (2): xcb_open: Minor code cleanup for better readability xcb_open: Improve abstraction for launchd secure sockets Julien Cristau (3): Disable silent build rules. Remove Josh and Julien from Uploaders, add myself. Upload to unstable Keith Packard (4): Only #include directly referenced module header files Validate .pc file Requires lines Update .pc file Requires lines to express full dependencies Ensure xcb owns socket and no other threads are writing before send_request Michael Haubenwallner (1): bug#79986: include system headers early Michel Dänzer (1): Call _xcb_wake_up_next_reader from xcb_wait_for_special_event Peter Harris (1): Support <pad align="n" /> Ran Benita (8): Add comments about how _xcb_conn_ret_error() works c_client.py: remove useless 'today' variable c_client.py: remove trailing whitespace c_client.py: prefix all monkey-patched fields with c_ c_client.py: make the man page output deterministic c_client.py: remove useless generated comments c_client.py: remove trailing whitespace from generated files c_client.py: remove more trailing space from generated files Uli Schlachter (8): Remove tabs and trailing whitespaces xcb_disconnect(): Fix leak with error connections Make xcb_disconnect(NULL) safe Add doxygen documentation to functions in xcbext.h Bump xcb-proto requirement to 1.11 Release libxcb 1.11 Fix a thread hang with xcb_wait_for_special_event() Release libxcb 1.11.1 --- Makefile.am | 10 NEWS | 23 + check-pc-requires | 70 ++++ configure.ac | 165 ++++----- debian/changelog | 29 + debian/control | 23 - debian/libxcb-doc.install | 1 debian/libxcb-xkb1.symbols | 12 debian/libxcb-xprint0.symbols | 4 debian/libxcb1.symbols | 4 debian/rules | 8 doc/Makefile.am | 6 doc/tutorial/index.html | 24 - m4/xcb.m4 | 89 ----- man/.gitignore | 1 man/Makefile.am | 18 + man/xcb-examples.man | 59 +++ man/xcb-requests.man | 165 +++++++++ src/Makefile.am | 19 - src/c_client.py | 704 ++++++++++++++++++------------------------ src/man/.gitignore | 5 src/man/xcb-examples.3 | 59 --- src/man/xcb-requests.3 | 165 --------- src/xcb.h | 47 ++ src/xcb_auth.c | 76 ++-- src/xcb_conn.c | 26 + src/xcb_in.c | 101 +++++- src/xcb_out.c | 65 ++- src/xcb_util.c | 144 +++++--- src/xcb_windefs.h | 4 src/xcbext.h | 161 +++++++++ src/xcbint.h | 6 xcb-present.pc.in | 2 xcb-randr.pc.in | 2 xcb-xinput.pc.in | 2 35 files changed, 1319 insertions(+), 980 deletions(-) ---