Skip to content

Commit d5a414d

Browse files
authored
Merge pull request #284 from rtbo/release-1.6.0
Release 1.6.0
2 parents 101f59a + 9c8a166 commit d5a414d

File tree

4 files changed

+12
-23
lines changed

4 files changed

+12
-23
lines changed

.github/workflows/build_test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,6 @@ jobs:
2424
sudo apt-get update
2525
sudo apt-get install \
2626
libgl1-mesa-dev \
27-
libxcb-composite0-dev \
28-
libxcb-damage0-dev \
29-
libxcb-dpms0-dev \
30-
libxcb-dri2-0-dev \
31-
libxcb-dri3-dev \
32-
libxcb-glx0-dev \
33-
libxcb-present-dev \
34-
libxcb-randr0-dev \
35-
libxcb-record0-dev \
36-
libxcb-render0-dev \
37-
libxcb-res0-dev \
38-
libxcb-screensaver0-dev \
39-
libxcb-shape0-dev \
40-
libxcb-shm0-dev \
41-
libxcb-sync-dev \
42-
libxcb-xf86dri0-dev \
43-
libxcb-xfixes0-dev \
44-
libxcb-xinerama0-dev \
45-
libxcb-xkb-dev \
46-
libxcb-xtest0-dev \
47-
libxcb-xv0-dev \
48-
libxcb-xvmc0-dev \
4927
libx11-xcb-dev
5028
5129
- name: Run cargo build

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased] - - various authors
8+
9+
## [1.6.0] - 2025-08-15 - various authors
810
### Added
911
- export well-known RandR output property names, this time for real
1012

13+
### Fixed
14+
- fixing further unalignemnt issues (#277)
15+
- hand-writen `damage::ReportLevel` enum to handle the DamageNotifyMore bit (#280)
16+
- fix unsound API `xcb::Connection::connect_to_fd*` (#283)
17+
1118
## [1.5.0] - 2024-11-09 - various authors
1219
### Added
1320
- `UnknownError` and no more panic for failed resolution (#266)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcb"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = [ "Remi Thebault <remi.thebault@gmail.com>" ]
55
description = "Rust safe bindings for XCB"
66
repository = "https://github.com/rust-x-bindings/rust-xcb"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
![Crates.io Version](https://img.shields.io/crates/v/xcb)
3+
![docs.rs](https://img.shields.io/docsrs/xcb)
4+
15
# Rust XCB
26

37
Rust-XCB is a safe Rust interface to [XCB](http://xcb.freedesktop.org).

0 commit comments

Comments
 (0)