From: Oleg Broytman Date: Tue, 5 Mar 2024 23:24:17 +0000 (+0300) Subject: Version 5.2.5 X-Git-Tag: 5.2.5^0 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=6f0376049642867b164c6f93798906be77c2a166;hp=f6ecaa9dd00b1b897c3c9ffa1a655864f24b7af8;p=bookmarks_db.git Version 5.2.5 Feat(Robots/bkmk_rrequests): Ignore all problems with certificates. Fix(Robots/bkmk_robot_base): Pass query part. --- diff --git a/Makefile b/Makefile index 0dc732e..6001ee5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # __license__ = "GNU GPL" # -VERSION=5.2.4 +VERSION=5.2.5 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 b8c2e8c..a89de2d 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -6,6 +6,12 @@ WHAT IS IT bookmarks.html. WHAT'S NEW +Version 5.2.5 (2024-03-05) + + Feat(Robots/bkmk_rrequests): Ignore all problems with certificates. + + Fix(Robots/bkmk_robot_base): Pass query part. + Version 5.2.4 (2024-03-04) Fix(Robots/bkmk_rrequests): No need to re-check error 404 via proxy. diff --git a/doc/ChangeLog b/doc/ChangeLog index db220d1..f04edef 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +Version 5.2.5 (2024-03-05) + + Feat(Robots/bkmk_rrequests): Ignore all problems with certificates. + + Fix(Robots/bkmk_robot_base): Pass query part. + Version 5.2.4 (2024-03-04) Fix(Robots/bkmk_rrequests): No need to re-check error 404 via proxy.