Skip to content

Commit

Permalink
prepare 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 18, 2020
1 parent 0b5b7a4 commit 2b6c8d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog for fishnet
=====================

v1.17.2
-------

* Reduce maximum move time from 20s to 6s. Clients that frequently hit this
limit should be stopped in favor of clients with better hardware.
* Support future proof constants `--user-backlog short` and
`--system-backlog long` (to be used instead of hardcoded durations).
* Fix some ignored command line flags during `python -m fishnet configure`
and on intial run.

v1.17.1
-------

Expand Down
2 changes: 1 addition & 1 deletion fishnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
DEAD_ENGINE_ERRORS = (EOFError, IOError)


__version__ = "1.17.1" # remember to update changelog
__version__ = "1.17.2" # remember to update changelog

__author__ = "Niklas Fiekas"
__email__ = "niklas.fiekas@backscattering.de"
Expand Down

0 comments on commit 2b6c8d0

Please sign in to comment.