File tree 14 files changed +43
-39
lines changed
14 files changed +43
-39
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.3.8 -- 2025-01-31
6
+
5
7
### Bugfixes
6
8
7
9
- backend/rs: Prevent a potential deadlock during client cleanup
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-backend"
3
- version = " 0.3.7 "
3
+ version = " 0.3.8 "
4
4
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.65"
@@ -14,7 +14,7 @@ readme = "README.md"
14
14
build = " build.rs"
15
15
16
16
[dependencies ]
17
- wayland-sys = { version = " 0.31.5 " , path = " ../wayland-sys" , features = [] }
17
+ wayland-sys = { version = " 0.31.6 " , path = " ../wayland-sys" , features = [] }
18
18
log = { version = " 0.4" , optional = true }
19
19
scoped-tls = { version = " 1.0" , optional = true }
20
20
downcast-rs = " 1.2"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-client"
3
- version = " 0.31.7 "
3
+ version = " 0.31.8 "
4
4
documentation = " https://docs.rs/wayland-client/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -13,8 +13,8 @@ description = "Bindings to the standard C implementation of the wayland protocol
13
13
readme = " README.md"
14
14
15
15
[dependencies ]
16
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" }
17
- wayland-scanner = { version = " 0.31.5 " , path = " ../wayland-scanner" }
16
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" }
17
+ wayland-scanner = { version = " 0.31.6 " , path = " ../wayland-scanner" }
18
18
bitflags = " 2"
19
19
rustix = { version = " 0.38.0" , features = [" event" ] }
20
20
log = { version = " 0.4" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-cursor"
3
- version = " 0.31.7 "
3
+ version = " 0.31.8 "
4
4
documentation = " https://docs.rs/wayland-cursor/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -13,7 +13,7 @@ description = "Bindings to libwayland-cursor."
13
13
readme = " README.md"
14
14
15
15
[dependencies ]
16
- wayland-client = { version = " 0.31.7 " , path = " ../wayland-client" }
16
+ wayland-client = { version = " 0.31.8 " , path = " ../wayland-client" }
17
17
xcursor = " 0.3.1"
18
18
rustix = { version = " 0.38.15" , features = [" shm" ] }
19
19
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-egl"
3
- version = " 0.32.4 "
3
+ version = " 0.32.5 "
4
4
documentation = " https://docs.rs/wayland-egl/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -13,8 +13,8 @@ description = "Bindings to libwayland-egl."
13
13
readme = " README.md"
14
14
15
15
[dependencies ]
16
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" , features = [" client_system" ] }
17
- wayland-sys = { version = " 0.31.5 " , path =" ../wayland-sys" , features = [" egl" ] }
16
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" , features = [" client_system" ] }
17
+ wayland-sys = { version = " 0.31.6 " , path =" ../wayland-sys" , features = [" egl" ] }
18
18
19
19
[package .metadata .docs .rs ]
20
20
all-features = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-protocols-misc"
3
- version = " 0.3.5 "
3
+ version = " 0.3.6 "
4
4
documentation = " https://docs.rs/wayland-protocols-misc/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -15,11 +15,11 @@ readme = "README.md"
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- wayland-scanner = { version = " 0.31.5 " , path = " ../wayland-scanner" }
19
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" }
20
- wayland-client = { version = " 0.31.7 " , path = " ../wayland-client" , optional = true }
21
- wayland-server = { version = " 0.31.6 " , path = " ../wayland-server" , optional = true }
22
- wayland-protocols = { version = " 0.32.5 " , path = " ../wayland-protocols" , features =[" unstable" ] }
18
+ wayland-scanner = { version = " 0.31.6 " , path = " ../wayland-scanner" }
19
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" }
20
+ wayland-client = { version = " 0.31.8 " , path = " ../wayland-client" , optional = true }
21
+ wayland-server = { version = " 0.31.7 " , path = " ../wayland-server" , optional = true }
22
+ wayland-protocols = { version = " 0.32.6 " , path = " ../wayland-protocols" , features =[" unstable" ] }
23
23
bitflags = " 2"
24
24
25
25
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-protocols-plasma"
3
- version = " 0.3.5 "
3
+ version = " 0.3.6 "
4
4
documentation = " https://docs.rs/wayland-protocols-plasma/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -15,11 +15,11 @@ readme = "README.md"
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- wayland-scanner = { version = " 0.31.5 " , path = " ../wayland-scanner" }
19
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" }
20
- wayland-client = { version = " 0.31.7 " , path = " ../wayland-client" , optional = true }
21
- wayland-server = { version = " 0.31.6 " , path = " ../wayland-server" , optional = true }
22
- wayland-protocols = { version = " 0.32.5 " , path = " ../wayland-protocols" }
18
+ wayland-scanner = { version = " 0.31.6 " , path = " ../wayland-scanner" }
19
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" }
20
+ wayland-client = { version = " 0.31.8 " , path = " ../wayland-client" , optional = true }
21
+ wayland-server = { version = " 0.31.7 " , path = " ../wayland-server" , optional = true }
22
+ wayland-protocols = { version = " 0.32.6 " , path = " ../wayland-protocols" }
23
23
bitflags = " 2"
24
24
25
25
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-protocols-wlr"
3
- version = " 0.3.5 "
3
+ version = " 0.3.6 "
4
4
documentation = " https://docs.rs/wayland-protocols-wlr/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -15,11 +15,11 @@ readme = "README.md"
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- wayland-scanner = { version = " 0.31.5 " , path = " ../wayland-scanner" }
19
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" }
20
- wayland-client = { version = " 0.31.7 " , path = " ../wayland-client" , optional = true }
21
- wayland-server = { version = " 0.31.6 " , path = " ../wayland-server" , optional = true }
22
- wayland-protocols = { version = " 0.32.5 " , path = " ../wayland-protocols" }
18
+ wayland-scanner = { version = " 0.31.6 " , path = " ../wayland-scanner" }
19
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" }
20
+ wayland-client = { version = " 0.31.8 " , path = " ../wayland-client" , optional = true }
21
+ wayland-server = { version = " 0.31.7 " , path = " ../wayland-server" , optional = true }
22
+ wayland-protocols = { version = " 0.32.6 " , path = " ../wayland-protocols" }
23
23
bitflags = " 2"
24
24
25
25
[features ]
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.32.6 -- 2025-01-31
6
+
5
7
- Bump wayland-protocols to 1.39
6
8
- New staging protocols:
7
9
* ` ext-data-control-v1 `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-protocols"
3
- version = " 0.32.5 "
3
+ version = " 0.32.6 "
4
4
documentation = " https://docs.rs/wayland-protocols/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -13,10 +13,10 @@ rust-version = "1.65"
13
13
readme = " README.md"
14
14
15
15
[dependencies ]
16
- wayland-scanner = { version = " 0.31.5 " , path = " ../wayland-scanner" }
17
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" }
18
- wayland-client = { version = " 0.31.7 " , path = " ../wayland-client" , optional = true }
19
- wayland-server = { version = " 0.31.6 " , path = " ../wayland-server" , optional = true }
16
+ wayland-scanner = { version = " 0.31.6 " , path = " ../wayland-scanner" }
17
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" }
18
+ wayland-client = { version = " 0.31.8 " , path = " ../wayland-client" , optional = true }
19
+ wayland-server = { version = " 0.31.7 " , path = " ../wayland-server" , optional = true }
20
20
bitflags = " 2"
21
21
22
22
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-scanner"
3
- version = " 0.31.5 "
3
+ version = " 0.31.6 "
4
4
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
documentation = " https://docs.rs/wayland-scanner/"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-server"
3
- version = " 0.31.6 "
3
+ version = " 0.31.7 "
4
4
documentation = " https://docs.rs/wayland-server/"
5
5
repository = " https://github.com/smithay/wayland-rs"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
@@ -13,8 +13,8 @@ rust-version = "1.65"
13
13
readme = " README.md"
14
14
15
15
[dependencies ]
16
- wayland-backend = { version = " 0.3.7 " , path = " ../wayland-backend" }
17
- wayland-scanner = { version = " 0.31.5 " , path = " ../wayland-scanner" }
16
+ wayland-backend = { version = " 0.3.8 " , path = " ../wayland-backend" }
17
+ wayland-scanner = { version = " 0.31.6 " , path = " ../wayland-scanner" }
18
18
bitflags = " 2"
19
19
log = { version = " 0.4" , optional = true }
20
20
downcast-rs = " 1.2"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-sys"
3
- version = " 0.31.5 "
3
+ version = " 0.31.6 "
4
4
repository = " https://github.com/smithay/wayland-rs"
5
5
documentation = " https://docs.rs/wayland-sys/"
6
6
authors = [" Elinor Berger <elinor@safaradeg.net>" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wayland-tests"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
edition = " 2021"
5
5
rust-version = " 1.65"
6
6
publish = false
You can’t perform that action at this time.
0 commit comments