summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG69
1 files changed, 69 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..d5f0e02
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,69 @@
+v1.6.1
+
+- Fixed crash when discovering a new interface.
+
+v1.6.0.1
+
+- Disable the -ansi flag to avoid compile problems.
+
+v1.6
+
+- More user-friendly, try to detect some things and start without importune the user with configuration dialogs.
+
+v1.5
+
+- Added "Chart view".
+- New Statistics dialog (show IP address, MAC address, etc).
+- Using bksys as building tool.
+- Carrier on/off detection.
+- Reading interface date from /sys/class/net/INTERFACE/statistics instead of parse /proc/dev/net.
+- New translation to romanian
+
+Note to BSD users: This version is not compatible with BSD, it uses some linux-only stuff. A BSD-compatible version is plained in a near future.
+
+v1.3.1
+
+- Minor fix for Mandriva Linux (former Mandrake Linux). Env is now set for uic during build.
+
+v1.3
+
+- New configuration dialog.
+- Support to multiple interfaces.
+- Is possible change the colors in the text mode view.
+- Is possible change the icon theme of in icon mode.
+- Added smooth speed meter.
+
+v1.2.1
+
+- Added Russian translation (Edward Romantsov).
+- Added Polish translation (Wiktor Wandachowicz).
+
+v1.2
+
+- Now using SCons as building and install tool, so you will need to have Python installed in your distro to run SCons scripts and compile/install KNetStats.
+- Added Brazilian portuguese translation (me).
+- Added Kirghiz translation (Ilyas Bakirov).
+- Added Italian translation (Roberto Leandrini).
+- Added Spanish translation (Carlos Ortiz).
+- Added Deutsch translation (Henrik Gebauer).
+- Bug Fix: When network interface in changed, the Statistics window caption is changed too.
+- Bug Fix: Statistics window now correctly format Download/Upload Speed.
+- Bug Fix: When start KNetstats with a unavaliable interface, now upload speed is equals to 0pkts/s (not -2pkts/s)
+- Bug Fix: When knetstats starts and statistics windows is hidden it is not updated.
+
+v1.1.2
+
+- Build system now uses tde-config instead $TDEDIR env. variable. This will solve problems when compiling KNetstats on some distros (Suse 9.1, Fedora).
+
+v1.1.1
+
+- Clicking on trayicon show/hide statistics window (suggestion by Fredy Yanardi).
+- All dialogs now show the KNetStats icon on windows decoration.
+- It's possible to change the font used in textmode (suggestion by Vik).
+
+
+v1.1
+
+- Bug Fix: Not saving UpdateInterval when the network interface is not changed.
+- Litle optimizations
+- Support to IconMode (Activity Led's) or TextMode (showing rx/tx transfer rate) \ No newline at end of file