summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/ChangeLog
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/ChangeLog') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/ChangeLog b/noncore/net/wellenreiter/ChangeLog
index b59f9f9..4855e7d 100644
--- a/noncore/net/wellenreiter/ChangeLog
+++ b/noncore/net/wellenreiter/ChangeLog
@@ -1,14 +1,18 @@
1 2004-??-?? Michael Lauer <mickey@Vanille.de> 1 2004-05-04 Michael Lauer <mickey@Vanille.de>
2 2
3 * Released as Version 1.0.3
4 * Removed the dummy capture file which has always been written to if none was chosen.
5 * Removed the old dumb hex window tab and added a nice PackageViewer tab.
6 * Added configuration options for the PackageViewer buffer size.
3 * Registered a signal handler. We're now trying to gracefully exit and emergency close capture files. 7 * Registered a signal handler. We're now trying to gracefully exit and emergency close capture files.
4 This should allow reproducing failures. 8 This should allow reproducing failures.
5 * Added sanity check for compile time vs. run time Wireless Extension versions. 9 * Added sanity check for compile time vs. run time Wireless Extension versions.
6 * Added sanity check isPresent(interface) before starting the engine. 10 * Added sanity check isPresent(interface) before starting the engine.
7 * Added a View submenu. Added actions to expand and collapse all items. 11 * Added a View submenu. Added actions to expand and collapse all items.
8 * Switched to a (hopefully) more reliable method reading from gpsd. 12 * Switched to a (hopefully) more reliable method reading from gpsd.
9 * Added parsing of named ProbeRequests. Display only-probed-yet SSIDs in a different network color. 13 * Added parsing of named ProbeRequests. Display only-probed-yet SSIDs in a different network color.
10 * Rewrote the simple actions on new {Network, Client, Station}. Besides playing a sound or 14 * Rewrote the simple actions on new {Network, Client, Station}. Besides playing a sound or
11 blinking a LED, a user customizable script can now be executed, if something has been 15 blinking a LED, a user customizable script can now be executed, if something has been
12 detected. This opens up many possibilities, i.e. a qcop to qpegps or exec'ing flite (speech). 16 detected. This opens up many possibilities, i.e. a qcop to qpegps or exec'ing flite (speech).
13 * Added decloaking of cloaked ESSIDs (length != 0, but essid[0] == \0). 17 * Added decloaking of cloaked ESSIDs (length != 0, but essid[0] == \0).
14 * Hided the 'Parse' Tab in the configuration window. Not functional now and may come later 18 * Hided the 'Parse' Tab in the configuration window. Not functional now and may come later