diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-28 06:20:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-28 06:20:20 +0000 |
commit | 74fff5df6961160767bee9166b660e957cda2bbc (patch) | |
tree | 67bd96849afdbdae10d8bdb7c9be4dab3bfe63de /net/py-nyx/Makefile.common | |
parent | 1d6075f850840c5c52d9dc41a12342d32e220f44 (diff) | |
download | pkgsrc-74fff5df6961160767bee9166b660e957cda2bbc.tar.gz |
py-nyx: update to 2.1.0.
Version 2.1 (January 12th, 2019)
Fixup release, correcting issues uncovered in the prior year.
Startup
Connect by default to Tor Browser's default port (9151) when it's available
Nyxrc color_override configuration values only worked if camel case (ticket)
'sqlite3.OperationalError' crash when ran with multiple users that share a home directory (ticket)
Process renaming could potentially crash (ticket)
Blank debug path caused us to crash (ticket)
Nyxrc password option for the controller credential (ticket)
Accept shorthand '--interface' arugments with a colon but no address (ticket)
Notification when connection information is unavailable (ticket)
When using python 3.x unable to run if distutils was unavailable (ticket)
Header
Right column of stats missing when using python 3.x
Graph
Removed confusing, unit-less 'measured' statistic
Connections
Geoip information unavailable for inbound connections
Dialog showing exit statistics crashed when no data was available (ticket)
More strictly scrub sensitive connection information (ticket)
Client and exit port usage dialogs counted each connection rather than unique clients and destinations (ticket)
Logging
Python3 crashed when dates are on year boundaries (ticket)
Configuration Editor
New tor configuration options crashed nyx when shown (ticket)
Errors when saving the configuration could result in a stacktrace (ticket)
Pressing 'esc' when editing values changed their value to 'none' (ticket)
Reset configuration option if set to an empty value
Interpreter
Line wrap content (ticket)
Large volume of content made the panel sluggish (ticket)
Curses
Resizing could crash the interface (ticket)
Implemented del key in editable text fields (ticket)
Website
Greatly expanded platforms available on the download page
Added 'How do I get started?' to the FAQ
Added 'Why can't I install with apt-get?' to the FAQ
Added 'Why can't I see Tor's connections?' to the FAQ
Diffstat (limited to 'net/py-nyx/Makefile.common')
-rw-r--r-- | net/py-nyx/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-nyx/Makefile.common b/net/py-nyx/Makefile.common index 31d3b4dd52b..2779d8e46d8 100644 --- a/net/py-nyx/Makefile.common +++ b/net/py-nyx/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.1 2018/10/23 01:42:34 riastradh Exp $ +# $NetBSD: Makefile.common,v 1.2 2019/02/28 06:20:20 wiz Exp $ # used by net/nyx/Makefile # used by net/py-nyx/Makefile -VERSION= 2.0.4 +VERSION= 2.1.0 |