aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 43e3bbae5582fcd2702b1ce5c6750c1da9d77809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Network monitoring tool -- History of user-visible changes
Copyright (C) 2009, Mandriva
Copyright (C) 2011 and later, Mageia

0.30
- updated translations

0.29
- updated translations

0.28
- Restore test on statistic enabled (mga#25417)
- Add checking of present protocols, to avoid exception.
- Improve formatting to avoid resizing of the windows
- Format ESSID in unicode
- Fix displaying Connection time (hours and minutes were always zero, mga#25417)

0.26:
- connections : display of tcp6 and udp6 ones

0.25:
- updated translations

0.24:
- updated translations

0.23:
- updated translations

0.22:
- fix python3 fallouts (mga#16845)

0.21:
- adapted for Python 3 (mga#16845)

0.20:
- updated translations

0.19:
- fix mga#15676 - radio buttons have no labels.

0.18:
- updated translations

0.17:
- fix mga#12882 (use of str() instead of unicode())

0.16:
- fix missing interface name in message
- fix treating UTF-8 strings as ascii (mga#12047)
- silent a warning when there's no wireless device

0.15:
- updated translations

0.14:
- convert to gtk3

0.13:
- properly check for network accounting
- allow to be properly installed on rpm-less systems
- add kde plasma plugin
- add kde plasma data source

0.11:
- properly check if device dissapears (#57108)

0.10:
- properly check for /var/log/net_monitor.log permissions (#59777)

0.09:
- add support for displaying network connections
- fix handling unsupported network card parameters

0.08:
- properly detect default route on x86_64 systems
- properly calculate network uptime
- modified timeouts to improve system power usage

0.07:
- implement connection uptime monitoring in GUI
- added ifup.d and ifdown.d scripts for account network uptime

0.06:
- support selecting default monitoring interface from command line
- display interface icons when available

0.05:
- prevent crashing when running for long time
- pretty-format traffic data

0.04:
- simplified UI

0.03:
- improved network traffic graphics
- displaying global system information in statusbar (routes, DNS, ...)

0.02:
- largely improved execution overhead
- converted to use standard python routines
- interactively monitoring wireless link level
- correctly detecting interface data
- displaying more verbose interface information
- using two fixed columns for data

0.01:
- implemented integration with vnstat
- initial release