- Update to version 1.15
* xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr() * Fix integer overflows in xcb_in.c * Use the 'present' field to properly check that the XC-MISC * Fix a memory leak * Increment libtool version info for libxcb-dri3 * Add newline when printing auth/connection failure string to stderr * Fix build on Windows * Fix writev emulation on Windows * c_client.py: Extract get_expr_field_names() * c_client.py: Use get_expr_field_names directly to resolve list fields * c_client: Extract _c_get_field_mapping_for_expr() * c_client.py: Implement handling of <length> element * tests: don't use deprecated fail_unless check API * gitignore: add files generated by make check * Avoid request counter truncation in replies map after 2**32 requests * Fix hang in xcb_request_check() * Improve/fix docs for reply fds functions OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=61
This commit is contained in:
parent
dc625d6f99
commit
6eabc6b187
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34
|
|
||||||
size 439404
|
|
BIN
libxcb-1.15.tar.xz
(Stored with Git LFS)
Normal file
BIN
libxcb-1.15.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 4 07:19:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.15
|
||||||
|
* xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()
|
||||||
|
* Fix integer overflows in xcb_in.c
|
||||||
|
* Use the 'present' field to properly check that the XC-MISC
|
||||||
|
* Fix a memory leak
|
||||||
|
* Increment libtool version info for libxcb-dri3
|
||||||
|
* Add newline when printing auth/connection failure string to stderr
|
||||||
|
* Fix build on Windows
|
||||||
|
* Fix writev emulation on Windows
|
||||||
|
* c_client.py: Extract get_expr_field_names()
|
||||||
|
* c_client.py: Use get_expr_field_names directly to resolve list fields
|
||||||
|
* c_client: Extract _c_get_field_mapping_for_expr()
|
||||||
|
* c_client.py: Implement handling of <length> element
|
||||||
|
* tests: don't use deprecated fail_unless check API
|
||||||
|
* gitignore: add files generated by make check
|
||||||
|
* Avoid request counter truncation in replies map after 2**32 requests
|
||||||
|
* Fix hang in xcb_request_check()
|
||||||
|
* Improve/fix docs for reply fds functions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 19:25:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Feb 24 19:25:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxcb
|
# spec file for package libxcb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%endif
|
%endif
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X11 core protocol C library
|
Summary: X11 core protocol C library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user