From 1ca87bbef9cf91b4e198e0ee45b4f2531f2ad6fe Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 29 Dec 2019 08:00:05 +0000 Subject: [PATCH 1/2] add missing closing paren to bitbot's User Agent --- src/utils/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/http.py b/src/utils/http.py index 6fe6be53..8b43a753 100644 --- a/src/utils/http.py +++ b/src/utils/http.py @@ -28,7 +28,7 @@ def url_sanitise(url: str): url = url[:-1] return url -USERAGENT = "Mozilla/5.0 (compatible; BitBot/%s; +%s" % ( +USERAGENT = "Mozilla/5.0 (compatible; BitBot/%s; +%s)" % ( IRCBot.VERSION, IRCBot.URL) RESPONSE_MAX = (1024*1024)*100 From 3f916fc55851c34b1f1a616026f4b2081409606a Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 8 Jan 2020 10:31:06 +0000 Subject: [PATCH 2/2] bump version to 1.17.2 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078ca5cf..223b32c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2020-01-08 - BitBot v1.17.2 + +Fixed: +- Incorrect format for HTTP UserAgent (missing ")") + # 2019-12-13 - BitBot v1.17.1 Fixed: diff --git a/VERSION b/VERSION index 511a76e6..06fb41b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.1 +1.17.2