From 55b7aceaf7d2aa3a1edd0a599242c8382fc285d1 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Wed, 24 Jun 2020 12:51:43 +0300 Subject: Release 2.20.1 --- CHANGELOG.md | 16 ++++++++++------ Cargo.lock | 6 +++--- README.md | 4 ++-- rust/libnewsboat-ffi/Cargo.toml | 2 +- rust/libnewsboat/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b289fd4..43243ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changes for Newsboat -## Unreleased - expected 2020-09-20 -### Added -### Changed -### Deprecated -### Removed +## 2.20.1 - 2020-06-24 + ### Fixed -### Security +- Installation on BSDs (Tobias Kortkamp) +- Regression that caused Newsboat to require a space before semicolon in macros, + which made `set browser "lynx"; open-in-browser` invalid (#1013, #1015, + \#1017, #1018) (Alexander Batischev) +- Possible segfault upon startup (#1025) (Dennis van der Schagt, Alexander + Batischev) +- Feed sorting in Spanish locale (#1028) (Dennis van der Schagt, Alexander + Batischev) ## 2.20 - 2020-06-20 diff --git a/Cargo.lock b/Cargo.lock index 8d8a7579..b25f598d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libnewsboat" -version = "2.20.0" +version = "2.20.1" dependencies = [ "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -297,10 +297,10 @@ dependencies = [ [[package]] name = "libnewsboat-ffi" -version = "2.20.0" +version = "2.20.1" dependencies = [ "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", - "libnewsboat 2.20.0", + "libnewsboat 2.20.1", ] [[package]] diff --git a/README.md b/README.md index 510ff3d3..f8972519 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ Support ------- * Check out our - [documentation](https://newsboat.org/releases/2.20/docs/newsboat.html) and - [FAQ](https://newsboat.org/releases/2.20/docs/faq.html) + [documentation](https://newsboat.org/releases/2.20.1/docs/newsboat.html) and + [FAQ](https://newsboat.org/releases/2.20.1/docs/faq.html) * Bugs and whatnot should be reported to the [issue tracker](https://github.com/newsboat/newsboat/issues) * Drop us a line at diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml index ea062df1..2cbd9b65 100644 --- a/rust/libnewsboat-ffi/Cargo.toml +++ b/rust/libnewsboat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat-ffi" -version = "2.20.0" +version = "2.20.1" authors = ["Alexander Batischev "] edition = "2018" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index 47a942e9..6f661009 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat" -version = "2.20.0" +version = "2.20.1" authors = ["Alexander Batischev "] edition = "2018" -- cgit v1.2.3