Skip to content

Commit 48b04f1

Browse files
committedJan 31, 2025·
chore: Release
1 parent 11d5334 commit 48b04f1

File tree

14 files changed

+43
-39
lines changed

14 files changed

+43
-39
lines changed
 

‎wayland-backend/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.3.8 -- 2025-01-31
6+
57
### Bugfixes
68

79
- backend/rs: Prevent a potential deadlock during client cleanup

‎wayland-backend/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-backend"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
authors = ["Elinor Berger <elinor@safaradeg.net>"]
55
edition = "2021"
66
rust-version = "1.65"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
build = "build.rs"
1515

1616
[dependencies]
17-
wayland-sys = { version = "0.31.5", path = "../wayland-sys", features = [] }
17+
wayland-sys = { version = "0.31.6", path = "../wayland-sys", features = [] }
1818
log = { version = "0.4", optional = true }
1919
scoped-tls = { version = "1.0", optional = true }
2020
downcast-rs = "1.2"

‎wayland-client/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-client"
3-
version = "0.31.7"
3+
version = "0.31.8"
44
documentation = "https://docs.rs/wayland-client/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,8 +13,8 @@ description = "Bindings to the standard C implementation of the wayland protocol
1313
readme = "README.md"
1414

1515
[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" }
1818
bitflags = "2"
1919
rustix = { version = "0.38.0", features = ["event"] }
2020
log = { version = "0.4", optional = true }

‎wayland-cursor/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-cursor"
3-
version = "0.31.7"
3+
version = "0.31.8"
44
documentation = "https://docs.rs/wayland-cursor/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,7 +13,7 @@ description = "Bindings to libwayland-cursor."
1313
readme = "README.md"
1414

1515
[dependencies]
16-
wayland-client = { version = "0.31.7", path = "../wayland-client" }
16+
wayland-client = { version = "0.31.8", path = "../wayland-client" }
1717
xcursor = "0.3.1"
1818
rustix = { version = "0.38.15", features = ["shm"] }
1919

‎wayland-egl/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-egl"
3-
version = "0.32.4"
3+
version = "0.32.5"
44
documentation = "https://docs.rs/wayland-egl/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,8 +13,8 @@ description = "Bindings to libwayland-egl."
1313
readme = "README.md"
1414

1515
[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"] }
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

‎wayland-protocols-misc/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols-misc"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
documentation = "https://docs.rs/wayland-protocols-misc/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -15,11 +15,11 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[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"] }
2323
bitflags = "2"
2424

2525
[features]

‎wayland-protocols-plasma/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols-plasma"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
documentation = "https://docs.rs/wayland-protocols-plasma/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -15,11 +15,11 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[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"}
2323
bitflags = "2"
2424

2525
[features]

‎wayland-protocols-wlr/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols-wlr"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
documentation = "https://docs.rs/wayland-protocols-wlr/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -15,11 +15,11 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[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"}
2323
bitflags = "2"
2424

2525
[features]

‎wayland-protocols/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.32.6 -- 2025-01-31
6+
57
- Bump wayland-protocols to 1.39
68
- New staging protocols:
79
* `ext-data-control-v1`

‎wayland-protocols/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols"
3-
version = "0.32.5"
3+
version = "0.32.6"
44
documentation = "https://docs.rs/wayland-protocols/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,10 +13,10 @@ rust-version = "1.65"
1313
readme = "README.md"
1414

1515
[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 }
2020
bitflags = "2"
2121

2222
[features]

‎wayland-scanner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-scanner"
3-
version = "0.31.5"
3+
version = "0.31.6"
44
authors = ["Elinor Berger <elinor@safaradeg.net>"]
55
repository = "https://github.com/smithay/wayland-rs"
66
documentation = "https://docs.rs/wayland-scanner/"

‎wayland-server/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-server"
3-
version = "0.31.6"
3+
version = "0.31.7"
44
documentation = "https://docs.rs/wayland-server/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,8 +13,8 @@ rust-version = "1.65"
1313
readme = "README.md"
1414

1515
[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" }
1818
bitflags = "2"
1919
log = { version = "0.4", optional = true }
2020
downcast-rs = "1.2"

‎wayland-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-sys"
3-
version = "0.31.5"
3+
version = "0.31.6"
44
repository = "https://github.com/smithay/wayland-rs"
55
documentation = "https://docs.rs/wayland-sys/"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]

‎wayland-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-tests"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
rust-version = "1.65"
66
publish = false

0 commit comments

Comments
 (0)
Please sign in to comment.