summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2019-02-10 19:03:14 +0300
committerAlexander Batischev <eual.jp@gmail.com>2019-02-10 19:03:14 +0300
commit051efb40f27a9c3c2aafe7b2b07d726076db5274 (patch)
treea9141d35ce953c2637c4009e7dedfcaaf99d8782
parent3c0e5f96fd32b10e530cef391570583ca6f0a005 (diff)
Bump version to 2.14.1r2.14.1
-rw-r--r--CHANGELOG.md26
-rw-r--r--README.md4
-rw-r--r--config.h2
-rw-r--r--doc/internal/howto-release.md5
-rw-r--r--rust/libnewsboat-ffi/Cargo.toml2
-rw-r--r--rust/libnewsboat/Cargo.toml2
6 files changed, 31 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ece7b10..6d04f612 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,32 @@
-## Unreleased
+## 2.14.1 - 2019-02-10
+
+Lists below only mention user-visible changes, but I would also like to
+acknowledge contributions from the following people: kkdd, Raphael Nestler.
### Added
+- Support for cross-compilation with CARGO_BUILD_TARGET environment variable
+ (maxice8)
+- `%N` format for `download-path` and `download-filename-format` settings. This
+ format is replaced by item's original feed-title, even when selected through
+ the query feed (Felix Viernickel) (#428)
+
### Changed
-### Deprecated
-### Removed
+- Translations: Polish (Carno)
+- When opening a never-fetched feed in the browser, just use the feed's URL (Alexander Batischev)
+- Update vendored version of Catch2 to 2.6.0
+
### Fixed
-### Security
+- Build on FreeBSD (Tobias Kortkamp)
+- Messed-up highlighting when regex matches start-of-line (zaowen) (#401)
+- Failing to update The Old Reader feeds (Alexander Batischev) (#406)
+- "NewsBlur" spelling throughout the docs and messages (zaowen) (#409)
+- Lack of space between podcast URL and its MIME type (Alexander Batischev) (#425)
+- "rev-sort" command name in docs (Jakob Kogler)
+- Keybindings not applied in dialogs view (Felix Viernickel) (#431)
+- Spacer formatter not working in podlist-format (Alexander Batischev) (#434)
diff --git a/README.md b/README.md
index 6733b68f..31b0274b 100644
--- a/README.md
+++ b/README.md
@@ -55,8 +55,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.14/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.14/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.14.1/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.14.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/config.h b/config.h
index dc0de665..0bf9e306 100644
--- a/config.h
+++ b/config.h
@@ -9,7 +9,7 @@
#define NEWSBOAT_VERSION_MAJOR 2
#define NEWSBOAT_VERSION_MINOR 14
-#define NEWSBOAT_VERSION_PATCH 0
+#define NEWSBOAT_VERSION_PATCH 1
#define REAL_VERSION \
STRINGIFY(NEWSBOAT_VERSION_MAJOR) \
"." \
diff --git a/doc/internal/howto-release.md b/doc/internal/howto-release.md
index 53f884c4..2ce58679 100644
--- a/doc/internal/howto-release.md
+++ b/doc/internal/howto-release.md
@@ -12,7 +12,10 @@ master repository and shell access to newsboat.org.
* Mention the name of contributor
* Acknowledge contributions from people whose changes didn't make it into
the lists
-2. Update version in config.h
+2. Update version:
+ * config.h
+ * rust/libnewsboat/Cargo.toml
+ * rust/libnewsboat-ffi/Cargo.toml
3. Update links to docs and FAQ in README
4. Create new tag:
* `git tag --sign -u 'newsboat@googlegroups.com' rVERSION`
diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml
index 8ca576ac..0842f70c 100644
--- a/rust/libnewsboat-ffi/Cargo.toml
+++ b/rust/libnewsboat-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat-ffi"
-version = "2.14.0"
+version = "2.14.1"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 806b2fd0..baffe448 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat"
-version = "2.14.0"
+version = "2.14.1"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]