From ace60a4b0e75dafa8bdf3df50915999dd283d6de Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 17 Feb 2010 01:19:37 +0000 Subject: Added KDE3 version of knetstats git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetstats@1091565 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/CHANGELOG | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/CHANGELOG (limited to 'src/CHANGELOG') diff --git a/src/CHANGELOG b/src/CHANGELOG new file mode 100644 index 0000000..befd2c5 --- /dev/null +++ b/src/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 kde-config instead $KDEDIR 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 -- cgit v1.2.1