summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2019-10-02 17:35:42 +0300
committerAlexander Batischev <eual.jp@gmail.com>2019-10-02 17:35:42 +0300
commitbdfd4baf93ebead45ca0dbb33047fbae24466583 (patch)
treeef804e163743c01ee6303c371d1fcb214492050e
parentb3d0b966b09d1ca6cdc70e8fa7ad614041ef5bff (diff)
Release 2.17.1r2.17.1
-rw-r--r--CHANGELOG.md18
-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, 21 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77e3c34f..4cd81f53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,21 @@
# Changes for Newsboat
-## 2.18 - expected 2019-12-22
+## 2.17.1 - 2019-10-02
### Added
+- Mention that `cookie-cache` setting uses Netscape file format (Alexander
+ Batischev on a prod from f-a)
+
### Changed
-### Deprecated
-### Removed
+- Update German translation (Lysander Trischler)
+
### Fixed
-### Security
+- Feeds not updating when `max-items` is set (#650). This negates some of the
+ performance improvement we got in 2.17, but we haven't measured how much;
+ it's guaranteed to not be any slower than 2.16.1 (Alexander Batischev)
+- Failing to start if config contains `#` that doesn't start a comment, e.g.
+ inside regular or filter expression (#652) (Alexander Batischev)
@@ -29,14 +36,17 @@ and seanBE.
dialog invoked by `save-all` (Alexander Batischev)
- `selecttag-format` setting, to control how the lines in "Select tag" dialog
look (Penguin-Guru, Alexander Batischev) (#588)
+
### Changed
- Bumped minimum required Rust version to 1.26.0
- Update vendored version of nlohmann/json to 3.7.0
- Update vendored version of Catch2 to 2.9.2
- Update Italian translations (Leandro Noferini)
+
### Removed
- Some unnecessary work done at startup time, shaving off 6% in my tests
(Alexander Batischev)
+
### Fixed
- `newsboat --version` not displaying the version (Alexander Batischev) (#579)
- Processing backticks inside comments (Jan Staněk)
diff --git a/Cargo.lock b/Cargo.lock
index f89b3b54..f86dc992 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.17.0"
+version = "2.17.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)",
@@ -257,10 +257,10 @@ dependencies = [
[[package]]
name = "libnewsboat-ffi"
-version = "2.17.0"
+version = "2.17.1"
dependencies = [
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
- "libnewsboat 2.17.0",
+ "libnewsboat 2.17.1",
]
[[package]]
diff --git a/README.md b/README.md
index ffdeec23..a3b445e7 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.17/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.17/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.17.1/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.17.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 43b9f91a..2951862b 100644
--- a/rust/libnewsboat-ffi/Cargo.toml
+++ b/rust/libnewsboat-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat-ffi"
-version = "2.17.0"
+version = "2.17.1"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index bb2c1e58..3009985f 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat"
-version = "2.17.0"
+version = "2.17.1"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]