From cc3f4915eed389b729b23d21aba69f5a3c57022e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 3 Mar 2024 23:49:55 +0300 Subject: [PATCH] Version 5.2.3 Feat(Robots/bkmk_rrequests): Report 40x and 50x errors. Fix HTML pasrer based on Bs4: Find "shortcut icon". --- Makefile | 2 +- doc/ANNOUNCE | 6 ++++++ doc/ChangeLog | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39a50c0..16397af 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # __license__ = "GNU GPL" # -VERSION=5.2.2 +VERSION=5.2.3 EXAMPLE_SHELL=\ bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \ diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index b6e8e3e..704980d 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -6,6 +6,12 @@ WHAT IS IT bookmarks.html. WHAT'S NEW +Version 5.2.3 (2024-03-03) + + Feat(Robots/bkmk_rrequests): Report 40x and 50x errors. + + Fix HTML pasrer based on Bs4: Find "shortcut icon". + Version 5.2.2 (2024-03-03) Robots/bkmk_rrequests: Add request headers. diff --git a/doc/ChangeLog b/doc/ChangeLog index a146682..f13febf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +Version 5.2.3 (2024-03-03) + + Feat(Robots/bkmk_rrequests): Report 40x and 50x errors. + + Fix HTML pasrer based on Bs4: Find "shortcut icon". + Version 5.2.2 (2024-03-03) Robots/bkmk_rrequests: Add request headers. -- 2.39.2