Skip to content

Commit

Permalink
CHANGELOG & revision bump
Browse files Browse the repository at this point in the history
  • Loading branch information
caryoscelus committed Jul 25, 2023
1 parent 433b324 commit a8c2117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### zeronet-conservancy 0.7.9+
- update merkletools dependency to avoid legacy pysha3 (@caryoscelus)
- fix ReDoS in file editor (UiFileManager plugin) due to outdated codemirror (@caryoscelus)
- more anonymous UPnP (thanks to 0netdwf for reporting)
- remove old zeroname plugins (.bit deprecation)
- sitePublish --recursive option
- windows build instruction improvement
- various improvements

### zeronet-conservancy 0.7.9 (2023-07-02) (f966a4203fe33bd9f35)
maintainers: @caryoscelus -> none
Expand Down
2 changes: 1 addition & 1 deletion src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __init__(self, argv):
self.version = "0.7.9+"
self.user_agent = "conservancy"
# DEPRECATED ; replace with git-generated commit
self.rev = 5110
self.rev = 5115
self.user_agent_rev = 8192
self.argv = argv
self.action = None
Expand Down

0 comments on commit a8c2117

Please sign in to comment.