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
|
04-07-11 * Thanks to coolo, mlaurent and deller for fixes all around
while I wasn't present.
* Added version.h file (set as 2.2.90, as CVS of 2.3).
* Canceled patch for knetload.desktop for icon name (bug in
freedesktop documentation?).
04-06-30 * Applied a patch for freedesktop standardization of the
.desktop file. Thanks to Ville Skyttä.
04-06-28 * Merged CVS version with 2.2.2, will be released as 2.3.0
04-05-09 * v2.2.2
* Fixed the device dialog, now under Linux, both 2.6 and 2.4,
it's filled with active interfaces.
* Now /proc/net/dev is parsed when /sys interface isn't
available (Linux 2.4 and earlier) to find out the present
interfaces.
* Modified scaling menu icons, now there are two different
icons for scale in and scale out.
04-05-07 * v2.2.1
* Fixed a bug reading the value from the file (using fscanf).
04-05-07 * v2.2
* Moved to a new version of automake scripts.
* Added support for i18n and added french and russian
translations, thanks to Sagittarius and Sergey V Turchin.
* Merged two patch for i18n also by Sergey.
04-05-05 * v2.1.1
* Typo fixed, should work right now :)
04-05-03 * v2.1
* Changed the buffer size from 11-bytes to 20 (I'm not sure,
but seems to segfault with the smallest buffer, and 9 bytes
aren't so much).
* The Device submenu now is filled with the interfaces which
are present in the system, when used under Linux 2.6.
04-05-01 * v2.0
* Flameeyes: chagned knetproc to use different functions for
different OSes. Added support for /sys interface (no need to
parse in this case).
* Fixed the rollover bug at 4Gb Tx or Rx.
02-12-21 * Added BSD and Solaris support thanks to Roland Riegel and
many others.
02-12-17 * v1.99.
* Ported to KDE3.
* Completely restructured, with the aims of:
- sharing as much code as possible between KCPULoad
and KNetLoad;
- looking and behaving more like other KDE apps
(including more respect for system settings and i18n);
- making the code more maintainable (such as providing
source documentation).
* Removed references to original website which is now offline.
Hopefully the new home will be KDE CVS.
* New maintainer Ben Burton <bab@debian.org>.
00-10-24 * v1.91 Added feature for different In/Out speeds
for use by ADSL and Cable Modem users.
00-10-01 * v1.90 Ported to QT 2.x / KDE 1.9x/2.x (prerelease)
99-09-15 * Fixed a bug where program don't show any readings
when the pppdaemon is disconncted and restarted.
99-09-13 * Added German translation thanks to Fredrik Olson.
99-09-09 * Fixed bug where program can't measure any readings
after sent or received bytes has gone above 2100MB.
* Added a new Soft diagram option for a smoother curve.
* Added user documentation for installation and usage.
* The infopopup's text now stays inside the box :)
99-09-07 * Added Croatian translation thanks to Vladimir Vuksan.
* Finished a new specialdesigned QToolTip lookalike,
leftclick to show it, leftclick again or rightclick
on popup to hide, use left mouse on popup to move it.
* Structure changes to make the program use less CPU.
99-09-01 * Added several icons for both Color and style menues.
99-08-31 * Settings are now saved direcly, not only upon quit.
* Added sessionmanagement thanks to Carsten Pfeiffer,
so the program will restart when KDE is restarted.
* Removed QToolTip Popup info dialog from program
because of a mem leak which made the program hang.
99-08-29 * Added Swedish translation.
99-08-11 * Program ready for initial release v1.0.
|