diff --git a/CHANGELOG.md b/CHANGELOG.md index 172f5f7b..edfcada8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - fix chromium compatibility (@caryoscelus) - better fix of local sites leak (@caryoscelus) - ipython-based repl via --repl for debug/interactive development (@caryoscelus) +- optional blocking of compromised id certificates for spam protection (@caryoscelus) - various improvements ### zeronet-conservancy 0.7.10 (2023-07-26) (18d35d3bed4f0683e99) diff --git a/src/Config.py b/src/Config.py index 99619c47..a950be09 100644 --- a/src/Config.py +++ b/src/Config.py @@ -15,7 +15,7 @@ class Config(object): self.version = "0.7.10+" self.user_agent = "conservancy" # DEPRECATED ; replace with git-generated commit - self.rev = 5140 + self.rev = 5141 self.user_agent_rev = 8192 self.argv = argv self.action = None