From 9d59e00dc686f69213f054c578e39891fb139dd3 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sat, 9 Jan 2021 23:33:18 +0300 Subject: Release 2.22.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- README.md | 4 ++-- rust/libnewsboat-ffi/Cargo.toml | 2 +- rust/libnewsboat/Cargo.toml | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d618dcec..7465e4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changes for Newsboat +## 2.22.1 - 2021-01-10 + +### Fixed + +- Slow scrolling in the article list (regression) (#1372) (Alexander Batischev) +- Segfaults if `swap-title-and-hints` is enabled (regression) (#1399) (Dennis + van der Schagt) +- Build failure on GCC 9 due to `maybe-uninitialized` warning which `-Werror` + turns into an error (Alexander Batischev) + + + ## 2.22 - 2020-12-21 Lists below only mention user-visible changes, but the full list of contributors diff --git a/Cargo.lock b/Cargo.lock index d626de5d..a627f0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" [[package]] name = "libnewsboat" -version = "2.22.0" +version = "2.22.1" dependencies = [ "backtrace", "chrono", @@ -322,7 +322,7 @@ dependencies = [ [[package]] name = "libnewsboat-ffi" -version = "2.22.0" +version = "2.22.1" dependencies = [ "cxx", "cxx-build", diff --git a/README.md b/README.md index 4cd4214b..b8c87277 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ Support ------- * Check out our - [documentation](https://newsboat.org/releases/2.22/docs/newsboat.html) and - [FAQ](https://newsboat.org/releases/2.22/docs/faq.html) + [documentation](https://newsboat.org/releases/2.22.1/docs/newsboat.html) and + [FAQ](https://newsboat.org/releases/2.22.1/docs/faq.html) * Report security vulnerabilities to security@newsboat.org. Please encrypt your emails to [PGP key 4ED6CD61932B9EBE](https://newsboat.org/newsboat.pgp) if you can. * Report bugs and ask questions on diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml index 377003cf..69b1a017 100644 --- a/rust/libnewsboat-ffi/Cargo.toml +++ b/rust/libnewsboat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat-ffi" -version = "2.22.0" +version = "2.22.1" authors = ["Alexander Batischev "] edition = "2018" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index 2e97f2d5..4dcdf5af 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat" -version = "2.22.0" +version = "2.22.1" authors = ["Alexander Batischev "] edition = "2018" -- cgit v1.2.3