Skip to content

Commit a8c2117

Browse files
committed
CHANGELOG & revision bump
1 parent 433b324 commit a8c2117

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### zeronet-conservancy 0.7.9+
22
- update merkletools dependency to avoid legacy pysha3 (@caryoscelus)
33
- fix ReDoS in file editor (UiFileManager plugin) due to outdated codemirror (@caryoscelus)
4+
- more anonymous UPnP (thanks to 0netdwf for reporting)
5+
- remove old zeroname plugins (.bit deprecation)
6+
- sitePublish --recursive option
7+
- windows build instruction improvement
8+
- various improvements
49

510
### zeronet-conservancy 0.7.9 (2023-07-02) (f966a4203fe33bd9f35)
611
maintainers: @caryoscelus -> none

src/Config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def __init__(self, argv):
187187
self.version = "0.7.9+"
188188
self.user_agent = "conservancy"
189189
# DEPRECATED ; replace with git-generated commit
190-
self.rev = 5110
190+
self.rev = 5115
191191
self.user_agent_rev = 8192
192192
self.argv = argv
193193
self.action = None

0 commit comments

Comments
 (0)