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/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/ChangeLog b/noncore/net/wellenreiter/ChangeLog
index 1ce25d5..55e13fc 100644
--- a/noncore/net/wellenreiter/ChangeLog
+++ b/noncore/net/wellenreiter/ChangeLog
@@ -1,19 +1,24 @@
1 2004-??-?? Michael Lauer <mickey@Vanille.de>
2
3 * Improved the speed reading the manufacturer list
4 * GPS coordinates are now presented in the DMS (as opposed to decimal) format
5
1 2003-12-18 Michael Lauer <mickey@Vanille.de> 6 2003-12-18 Michael Lauer <mickey@Vanille.de>
2 7
3 * Released as Version 1.0.2 (Development Snapshot) 8 * Released as Version 1.0.2 (Development Snapshot)
4 * Add automatic uploading of capture files to "The Capture Dump" site at 9 * Added automatic uploading of capture files to "The Capture Dump" site at
5 http://www.Vanille.de/projects/capturedump.spy 10 http://www.Vanille.de/projects/capturedump.spy
6 * Initial reading of the manufacturer database happens now in background 11 * Initial reading of the manufacturer database happens now in background
7 * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. 12 * Removed deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now.
8 The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that 13 The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that
9 doesn't work, it falls back to using the proprietary iwpriv commands 14 doesn't work, it falls back to using the proprietary iwpriv commands
10 15
11 2003-11-30 Michael Lauer <mickey@Vanille.de> 16 2003-11-30 Michael Lauer <mickey@Vanille.de>
12 17
13 * Released as Version 1.0.1 (Development Snapshot) 18 * Released as Version 1.0.1 (Development Snapshot)
14 * Fixed ARP decoding for wired networks. 19 * Fixed ARP decoding for wired networks.
15 Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. 20 Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol.
16 * Added reading GPS data from a gps daemon. 21 * Added reading GPS data from a gps daemon.
17 * Started preparations for utilizing Wellenreiter II in wired networks. 22 * Started preparations for utilizing Wellenreiter II in wired networks.
18 * Implemented persistant configuration interface and retriggerable auto detection. 23 * Implemented persistant configuration interface and retriggerable auto detection.
19 * Added QCOP interface for talking to opie-networksettings. 24 * Added QCOP interface for talking to opie-networksettings.