From 74c7df1cb917956b64e6ed6a3bd60c664d3757f1 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Wed, 26 Jun 2019 20:34:39 +0300 Subject: Release 2.16.1 --- CHANGELOG.md | 9 ++++----- Cargo.lock | 6 +++--- README.md | 4 ++-- rust/libnewsboat-ffi/Cargo.toml | 2 +- rust/libnewsboat/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a5299a..1c43d650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,13 @@ # Changes for Newsboat -## 2.17 - expected 2019-09-22 +## 2.16.1 - 2019-06-26 -### Added ### Changed -### Deprecated -### Removed +- Update German translations (Lysander Trischler) + ### Fixed -### Security +- Build on FreeBSD and i386 (Tobias Kortkamp) diff --git a/Cargo.lock b/Cargo.lock index 910a0361..94310ee0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libnewsboat" -version = "2.16.0" +version = "2.16.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)", @@ -254,10 +254,10 @@ dependencies = [ [[package]] name = "libnewsboat-ffi" -version = "2.16.0" +version = "2.16.1" dependencies = [ "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", - "libnewsboat 2.16.0", + "libnewsboat 2.16.1", ] [[package]] diff --git a/README.md b/README.md index 0763003d..37153796 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Support ------- * Check out our - [documentation](https://newsboat.org/releases/2.16/docs/newsboat.html) and - [FAQ](https://newsboat.org/releases/2.16/docs/faq.html) + [documentation](https://newsboat.org/releases/2.16.1/docs/newsboat.html) and + [FAQ](https://newsboat.org/releases/2.16.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 703efaf6..4c047e82 100644 --- a/rust/libnewsboat-ffi/Cargo.toml +++ b/rust/libnewsboat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat-ffi" -version = "2.16.0" +version = "2.16.1" authors = ["Alexander Batischev "] [dependencies] diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index c88d98fb..3174895f 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat" -version = "2.16.0" +version = "2.16.1" authors = ["Alexander Batischev "] [dependencies] -- cgit v1.2.3