v0.7.5
(and changelog update)
This commit is contained in:
parent
c5e8841d0f
commit
fca3c8544d
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
### zeronet-conservancy 0.7.4+
|
### zeronet-conservancy 0.7.5 (2022-05-17)
|
||||||
maintainers: @caryoscelus , @d4708
|
maintainers: @caryoscelus , @d4708
|
||||||
|
- disable UPnP until it's proven robust
|
||||||
- new icon & minor rebranding
|
- new icon & minor rebranding
|
||||||
- don't check port in tor-only mode
|
- don't check port in tor-only mode
|
||||||
- documentation updates & fixes (by @caryoscelus and @d4708)
|
- documentation updates & fixes (by @caryoscelus and @d4708)
|
||||||
|
- update Android/Termux dependency list (thx to nnmnmknmki reports)
|
||||||
- fix compatibility with modern hashlib (affects Android/Termux & others)
|
- fix compatibility with modern hashlib (affects Android/Termux & others)
|
||||||
- cleanup
|
- cleanup
|
||||||
- more active trackers
|
- more active trackers
|
||||||
|
|
|
@ -13,9 +13,9 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.4+"
|
self.version = "0.7.5"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5004
|
self.rev = 5010
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.test_parser = None
|
self.test_parser = None
|
||||||
|
|
Loading…
Reference in a new issue