summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2024-09-22 13:32:06 +0300
committerAlexander Batischev <eual.jp@gmail.com>2024-09-22 17:11:16 +0300
commitf67733bc6a7b8e42c2bdb9101785bbe33b0fd7dd (patch)
treebba67db6286967654bbe0ba326478443b9289568
parentdf62648046ae655ef040c40fd0d9e8721388381e (diff)
Release 2.30.2r2.30.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock4
-rw-r--r--LICENSE4
-rw-r--r--README.md20
-rw-r--r--doc/newsboat.asciidoc4
-rw-r--r--newsboat.cpp4
-rw-r--r--rust/libnewsboat-ffi/Cargo.toml2
-rw-r--r--rust/libnewsboat/Cargo.toml2
8 files changed, 30 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19abda43..78852f26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changes for Newsboat
+## 2.30.2 - 2024-09-22
+
+### Fixed
+
+- Newsboat spamming sites with requests when `download-retries` is changed from
+ its default of 1 and the site returns HTTP code 304 Not Modified (#2732)
+ (Dennis van der Schagt)
+
+
+
## 2.30.1 - 2022-12-30
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index a146a745..91d23ff6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -335,7 +335,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
[[package]]
name = "libnewsboat"
-version = "2.30.1"
+version = "2.30.2"
dependencies = [
"backtrace",
"chrono",
@@ -361,7 +361,7 @@ dependencies = [
[[package]]
name = "libnewsboat-ffi"
-version = "2.30.1"
+version = "2.30.2"
dependencies = [
"cxx",
"cxx-build",
diff --git a/LICENSE b/LICENSE
index 48b5d088..233191ff 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,9 +1,9 @@
MIT License
Copyright 2006-2015 Andreas Krennmair <ak@newsbeuter.org>
-Copyright 2015-2022 Alexander Batischev <eual.jp@gmail.com>
+Copyright 2015-2024 Alexander Batischev <eual.jp@gmail.com>
Copyright 2006-2017 Newsbeuter contributors
-Copyright 2017-2022 Newsboat contributors
+Copyright 2017-2024 Newsboat contributors
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/README.md b/README.md
index 1dc46d52..8dda41a4 100644
--- a/README.md
+++ b/README.md
@@ -31,18 +31,18 @@ Notable features
* Powerful built-in HTML renderer — no need to start the web browser to view
text-only entries
* Send links and whole articles to third-party services using [bookmarking
- scripts](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_bookmarking)
-* [Filter articles out](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_killfiles)
+ scripts](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_bookmarking)
+* [Filter articles out](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_killfiles)
based on title, author, contents etc.
-* [Aggregate articles](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_query_feeds)
+* [Aggregate articles](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_query_feeds)
into meta-feeds by arbitrary criteria
-* [Apply transformations](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_scripts_and_filters_snownews_extensions)
+* [Apply transformations](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_scripts_and_filters_snownews_extensions)
to feeds before passing them into Newsboat
* Integrates with services like The Old Reader, NewsBlur, FeedHQ
- and [many more](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_newsboat_as_a_client_for_newsreading_services)
-* [Macros](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_macro_support)
+ and [many more](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_newsboat_as_a_client_for_newsreading_services)
+* [Macros](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_macro_support)
to execute sequences of actions with just two keystrokes
-* Rudimentary [podcast support](https://newsboat.org/releases/2.30.1/docs/newsboat.html#_podcast_support)
+* Rudimentary [podcast support](https://newsboat.org/releases/2.30.2/docs/newsboat.html#_podcast_support)
Downloading
-----------
@@ -115,7 +115,7 @@ There are numerous ways:
strict confinement; if we disabled it, the snap would be no better than
a distribution's package;
- [snap-browser]: https://newsboat.org/releases/2.30.1/docs/faq.html#_regarding_newsboat_snap_installations
+ [snap-browser]: https://newsboat.org/releases/2.30.2/docs/faq.html#_regarding_newsboat_snap_installations
- [build from source with Docker](doc/docker.md). Note that the resulting binary
might not run outside of that same Docker container if your system doesn't
@@ -154,8 +154,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.30.1/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.30.1/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.30.2/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.30.2/docs/faq.html)
* Report security vulnerabilities to security@newsboat.org. Please encrypt your emails to
[PGP key 4ED6CD61932B9EBE](https://newsboat.org/newsboat.pgp) if you can.
* Report bugs and ask questions on
diff --git a/doc/newsboat.asciidoc b/doc/newsboat.asciidoc
index ed2d0d83..65f3e467 100644
--- a/doc/newsboat.asciidoc
+++ b/doc/newsboat.asciidoc
@@ -1654,9 +1654,9 @@ include::podboat-cmds-linked.asciidoc[]
MIT License
Copyright 2006-2015 Andreas Krennmair <ak@newsbeuter.org> +
-Copyright 2015-2022 Alexander Batischev <eual.jp@gmail.com> +
+Copyright 2015-2024 Alexander Batischev <eual.jp@gmail.com> +
Copyright 2006-2017 Newsbeuter contributors +
-Copyright 2017-2022 Newsboat contributors
+Copyright 2017-2024 Newsboat contributors
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/newsboat.cpp b/newsboat.cpp
index 18081197..604c333e 100644
--- a/newsboat.cpp
+++ b/newsboat.cpp
@@ -161,11 +161,11 @@ void print_version(const std::string& argv0, unsigned int level)
<< PROGRAM_URL << std::endl;
ss << "Copyright (C) 2006-2015 Andreas Krennmair"
<< std::endl;
- ss << "Copyright (C) 2015-2022 Alexander Batischev"
+ ss << "Copyright (C) 2015-2024 Alexander Batischev"
<< std::endl;
ss << "Copyright (C) 2006-2017 Newsbeuter contributors"
<< std::endl;
- ss << "Copyright (C) 2017-2022 Newsboat contributors"
+ ss << "Copyright (C) 2017-2024 Newsboat contributors"
<< std::endl;
ss << std::endl;
diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml
index d1a08441..fb74b5e0 100644
--- a/rust/libnewsboat-ffi/Cargo.toml
+++ b/rust/libnewsboat-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat-ffi"
-version = "2.30.1"
+version = "2.30.2"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index af04639a..e88868d0 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat"
-version = "2.30.1"
+version = "2.30.2"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"