summaryrefslogtreecommitdiffstats
path: root/src/CHANGELOG
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-10-26 04:07:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-10-27 13:30:15 +0200
commit06772a369f2beef80bb291ded30cbe125a24af56 (patch)
treec2fc8e4df81273c01c4e847a9a8cb8229ebe1925 /src/CHANGELOG
parent6a9585138c128efb1be5230b71a7afdba8d1aea7 (diff)
downloadknetstats-06772a369f2beef80bb291ded30cbe125a24af56.tar.gz
knetstats-06772a369f2beef80bb291ded30cbe125a24af56.zip
Fix structure of directories
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/CHANGELOG')
-rw-r--r--src/CHANGELOG69
1 files changed, 0 insertions, 69 deletions
diff --git a/src/CHANGELOG b/src/CHANGELOG
deleted file mode 100644
index d5f0e02..0000000
--- a/src/CHANGELOG
+++ /dev/null
@@ -1,69 +0,0 @@
-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