libxcb-1.10 has one major library version change, for libxcb-sync.so
(from 0 to 1) and qt5 is the only package I could find that uses
this particular library.
once again, there is a new libxcb release out. This time with even
less bugs, api and abi breakage.
Changes (hand-edited to remove things that were released from
branches):
Alan Coopersmith (3):
Fix "indention" typos in xcb-examples.3 man page
Enable warnings for pre-C89 style definitions for gcc & Solaris Studio
Define _xcb_map_new with explicit void arg list instead of empty one
Christian König (1):
fix deadlock with xcb_take_socket/return_socket v3
Daniel Martin (10):
c_client.py: Always initialize xcb_align_to
c_client.py: Do not create pointers in unions
Make xsltproc optional
Remove second AC_PREREQ, require version 2.60
Set AC_CONFIG_AUX_DIR to build-aux
Use build-aux as autom4te cache directory
Use m4 directory
Sort gitignore, adjust pattern for config.h
tests: Add files to .gitignore
c_client.py: Fix _sizeof() functions
Daphne Pfister (2):
Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).
Julien Cristau (2):
Bump xcb-proto requirement to 1.10
Add NEWS for 1.10
Marc Deslauriers (1):
Update Makefile.am for newer automake
Mark Kettenis (1):
Fix alignment issues in FD passing code
Michael Stapelberg (1):
Build xcb-xkb by default
PHO (1):
Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not test it for us
Uli Schlachter (6):
Fix documentation of xcb_poll_for_event()
Revert "fix deadlock with xcb_take_socket/return_socket v3"
Revert "Remove xcb_ge_event_t from xcb.h"
Increment the "current" version info for sync, xinput and xkb
Add NEWS entries for releases 1.9.1 to 1.9.3
Release libxcb 1.10
it's time for a new xcb-proto release. This is just for some minor
bug fixes and to make the libxcb release work.
Thanks to everyone who helped!
Changes:
Daniel Martin (6):
xinput: Add XI2 event enum. for event selection
xv: Remove obsolete comments in EncodingInfo and QueryEncodings
Add note on pretty patches and src/.gitattributes
xkb: Comment out Doodads
xkb: Comment out the struct Property and {Get, Set}Geometry
xkb: Comment out intermixed fixed size fields and lists
Julien Cristau (1):
Add news for 1.10
Matt Turner (1):
xcbgen: Remove tab from xtypes.py.
Peter Harris (4):
Present: Remove reference to nonexistent enum
sync: Add missing namespace for the INT64 struct
sync: VALUETYPE and TESTTYPE are enum
xinput: Explicitly specify NotifyMode and NotifyDetail
Ran Benita (1):
xkb: Add struct Property as per spec (commented out)
Uli Schlachter (3):
Rename ge events to GeGeneric events
Add NEWS entries for release 1.9
Release xcb-proto 1.10
7.3.0:
Here's a stable xextproto to go along with Xserver 1.15
Keith Packard (1):
Bump release to 7.3
7.2.99.901:
Here's a release of xextproto that includes the new MIT-SHM requests
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Keith Packard (2):
Adds MIT-SHM AttachFd and CreateSegment requests
Bump version to 7.2.99.901 (7.3 RC1)
pkgsrc changes:
- remove post-3.3.1 patches
- pull post-3.3.2 fixes for mlterm-fb from upstream:
- 4d974f7: fix mlterm-fb scroll on >=8bpp framebuffers
- 0b2987a: fix palette handling on 4bpp framebuffers
Changes from doc/en/ReleaseNote:
ver 3.3.2
* Support 4bpp framebuffer on NetBSD/luna68k.
* Desynchronize ssh negotiation on cygwin or mingw.
* "inner_border" option accepts "[horizontal border],[vertical border]" format value.
* Add "leftward_double_drawing" option which embolds medium fonts by drawing doubly at
1 pixel leftward instead of rightward.
* Add vte_terminal_set_color_*_rgba() functions to libvte compatible library.
* Bug fixes:
Fix memory leak when opening pty fails on win32gdi.
Fix the bug which disabled to clear hidden input method window it if large
value is specified for --border option.
Fix the bug which disabled to paste UTF-8 string.
Bitbucket pull request #1 (Thanks to Hayaki Saito san)
Fix the bug which causes segfault in pasting text via win32 clipboard from x11
applications over ssh x11 forwarding
Fix segfault caused by zero column characters like 0x200e.
ba3a5a22ae
* ml_vt100_parser.c: U+200c-200f and U+202a-202e aren't converted
even if -n option is specified.
4ccecc4cbc
* x_screen.c: The limitation of the column width and the line height (< 32)
is removed.
Bump PKGREVISION.
Deploy a pile of horrible hacks to more or less fix the build; this
version of this package does not seem to be fully compatible with even
the ancient ghc we have in pkgsrc.
Bump PKGREVISION.
xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state. It's
mainly meant for client toolkits, window systems, and other system
applications; currently that includes Wayland, kmscon, GTK+, Qt,
Clutter, and more.
This package is required by Qt5.