summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2019-06-26 20:34:39 +0300
committerAlexander Batischev <eual.jp@gmail.com>2019-06-26 20:55:21 +0300
commit74c7df1cb917956b64e6ed6a3bd60c664d3757f1 (patch)
tree075b9c929152aeeb5ca7c20da35e11e94a06855f
parentb98f30807161c31fffd46ed10523a64675238dc5 (diff)
Release 2.16.1r2.16.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock6
-rw-r--r--README.md4
-rw-r--r--rust/libnewsboat-ffi/Cargo.toml2
-rw-r--r--rust/libnewsboat/Cargo.toml2
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 <eual.jp@gmail.com>"]
[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 <eual.jp@gmail.com>"]
[dependencies]