diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-12-17 15:15:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 15:15:17 +0300 |
commit | 116faba7c607f1b2cb56c390d44b33a52603f642 (patch) | |
tree | 5b84379034e3c8b15e6e7e89c862ddd09a3dc09c | |
parent | c065c5f2f9c1ab0bf2c2ff27b64f4a4a51542e16 (diff) | |
download | alacritty-116faba7c607f1b2cb56c390d44b33a52603f642.tar.gz alacritty-116faba7c607f1b2cb56c390d44b33a52603f642.zip |
Fix crash due to clipboard not being properly released on Wayland
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | Cargo.lock | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f208af..7331f435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - PTY not drained to the end with the `--hold` flag enabled - High CPU usage on BSD with live config reload enabled - Alacritty not discarding invalid escape sequences starting with ESC +- Crash due to clipboard not being properly released on Wayland ### Removed @@ -1965,9 +1965,9 @@ dependencies = [ [[package]] name = "smithay-clipboard" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0eec3480d929e276b38424c8849575ee1e50003eae1cbdc93ee653147acc42" +checksum = "ab88b219728cad0697a6c9e75da50bf5220ba01b3485e33e407931539a8ebc91" dependencies = [ "smithay-client-toolkit", "wayland-client", |