summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:12:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:12:21 +0000
commitdba97e292b3ec919d02a771331cc137708bdef86 (patch)
tree2c0eef8b65f579854b7f44e64c40d6286da7685e /ChangeLog
downloadknetload-dba97e292b3ec919d02a771331cc137708bdef86.tar.gz
knetload-dba97e292b3ec919d02a771331cc137708bdef86.zip
Added KDE3 version of knetload
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetload@1091561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog94
1 files changed, 94 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..2620b92
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,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.