File: ChangeLog

package info (click to toggle)
netspeed 0.15.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,976 kB
  • ctags: 158
  • sloc: sh: 8,981; xml: 1,732; ansic: 1,566; makefile: 145
file content (598 lines) | stat: -rw-r--r-- 18,286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
2008-10-11  Jörgen Scheibengruber  <mfcn@gmx.de>

	* configure.in:

	Releasing 0.15.2

2008-10-11  Jörgen Scheibengruber  <mfcn@gmx.de>

	* configure.in:

	Releasing 0.15.1

2008-09-13  Jörgen Scheibengruber  <mfcn@gmx.de>

	* src/netspeed.c (update_quality_icon):
	Fix off-by-one error

2008-09-07  Jörgen Scheibengruber  <mfcn@gmx.de>

	* config.h.in:
	* configure.in:
	* src/backend.c (get_device_info):
	Applied patches that make it compile on open-solaris (wireless-tools are
	detected on run-time and a missing header included). Thanks Andras Barna!
	Fixes: #546369 and #546368
	* src/Makefile.am:
	There is no netspeed.h

	Releasing 0.15

2008-09-07  Jörgen Scheibengruber  <mfcn@gmx.de>

	* src/netspeed.c (update_quality_icon), (device_change_cb),
	(settings_cb):
	Remove confusing option "always monitor connected device" and instead add
	an entry "Default" into the devices combo. Using this one will make
	netspeed always monitor the device with the default route set (see
	#503818). Fixes #434287.

2008-08-24  Jörgen Scheibengruber  <mfcn@gmx.de>

	* src/netspeed.c (update_quality_icon):
	Make the scaling for the wireless inidcator logarithmic

2008-08-24  Jörgen Scheibengruber  <mfcn@gmx.de>

	* src/netspeed.c (update_applet):
	Patch by Marius Gedminas; Should fix #503518

2008-03-04  Jaap Haitsma  <jaap@haitsma.org>

	* icons/Makefile.am:
	* icons/scalable/apps/netspeed-applet.svg:
	Add scalable icon. Icons done by jimmac. Fixes #517809

2008-03-02  Jaap Haitsma  <jaap@haitsma.org>

	* src/netspeed.c: (change_icons), (about_cb):
	Point to new homepage

2008-02-22  Jaap Haitsma  <jaap@haitsma.org>

	* GNOME_NetspeedApplet.server.in.in:
	* Makefile.am:
	* configure.in:
	* icons/16x16/Makefile.am:
	* icons/16x16/apps/Makefile.am:
	* icons/16x16/devices/Makefile.am:
	* icons/22x22/Makefile.am:
	* icons/22x22/apps/Makefile.am:
	* icons/24x24/Makefile.am:
	* icons/24x24/apps/Makefile.am:
	* icons/24x24/status/Makefile.am:
	* icons/32x32/Makefile.am:
	* icons/32x32/apps/Makefile.am:
	* icons/48x48/Makefile.am:
	* icons/48x48/apps/Makefile.am:
	* icons/Makefile.am:
	* icons/scalable/Makefile.am:
	* icons/scalable/apps/Makefile.am:
	* icons/svg-source/netspeed.svg:
	* pixmaps/Makefile.am:
	* src/netspeed.c: (netspeed_applet_factory):
	Use new netspeed icon. Partially fixes bug #517809. Scalable icon still
	needed

2008-02-17  Jaap Haitsma  <jaap@haitsma.org>

	* src/netspeed.c: (showinfo_cb), (netspeed_applet_factory):
	Some indentation fixes

2008-02-17  Jaap Haitsma  <jaap@haitsma.org>

	* configure.in:
	* src/netspeed.c: (open_uri), (display_help), (handle_links):
	Remove dependency on libgnomeui

2008-02-17  Jaap Haitsma  <jaap@haitsma.org>

	* src/backend.c:
	* src/netspeed.c:
	Minor coding style fixes

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	* src/netspeed.c: (change_icons), (display_help):
	* src/netspeed.h:
	Move all definitions from netspeed.h to netspeed.c

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	Remove .cvsignore files

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	Move docs directory to help. Fixes bug #516875

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	* MAINTAINERS: Add myself and Joergen

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	* configure.in:
	* po/LINGUAS:
	Use po/LINGUAS for translation. Fixes bug #516864

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	* src/netspeed.c: (bytes_to_string), (redraw_graph),
	(update_applet), (about_cb), (netspeed_applet_factory):
	Some indentation fixes and cleanups
	Use g_set_application_name to make sure that about dialog shows the
	program name

2008-02-16  Jaap Haitsma  <jaap@haitsma.org>

	* src/netspeed.c:
	* src/netspeed.h:
	Don't use deprecated icon names. Fixes bug #516871

2008-02-16  Benoît Dejean  <benoit@placenet.org>

	* configure.in: Bumped version number to 0.15.
	* MAINTAINERS: Added file so translators can commit their work.

2006-11-26  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (settings_cb): remove the font size and
	timeout options from the settings window, now we use desktop fonts and
	the update interval is set to 1000 (ms).

	Fixes bug #373890.

	* ChangeLog: Correct joergen email.

2006-10-15  Jörgen Scheibengruber <mfcn@gmx.de>

	* configure.in:
	* pixmaps/Makefile.am:
	* pixmaps/netspeed-wireless-100.png:
	* pixmaps/netspeed-wireless-25.png:
	* pixmaps/netspeed-wireless-50.png:
	* pixmaps/netspeed-wireless-75.png:
	* src/Makefile.am:
	* src/backend.c: (free_device_info), (get_device_info),
	(compare_device_info), (get_wireless_info):
	* src/backend.h:
	* src/netspeed.c: (applet_change_size_or_orient),
	(update_quality_icon), (init_quality_pixbufs),
	(icon_theme_changed_cb), (update_applet), (info_response_cb),
	(showinfo_cb), (netspeed_enter_cb), (netspeed_leave_cb),
	(netspeed_applet_factory):
	* src/netspeed.h:
	Add wireless support. Big thanks to Pedro for the patch!

2006-09-28  Benoît Dejean  <benoit@placenet.org>

	* m4/.cvsignore:
	
	Added a dummy file to make sure m4/ doesn't vanish with up -dP.

2006-09-28  Benoît Dejean  <benoit@placenet.org>

	* AUTHORS:
	* src/netspeed.c: (about_cb):

	Fixed my email and updated AUTHORS.

2006-09-26  Ilkka Tuohela <hile@iki.fi>

	* configure.in: Added fi t ALL_LINGUAS

2006-09-24  Jörgen Scheibengruber <mfcn@gmx.de>

	* configure.in:
	* Makefile.am:
	* po/POTFILES.in:
	* docs/*:
	gnome-doc-utils	migration; fix make distcheck => should
	work now :)

2006-09-24  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/netspeed.c: (netspeed_applet_factory):
	fixed tiny leak on initialization
	* configure.in: prepare new release => 0.14

2006-08-09  Benoît Dejean  <benoit@placenet.org>

	* src/netspeed.c: (netspeed_applet_factory):

	Added missing call to glibtop_init.

2006-08-06  Benoît Dejean  <benoit@placenet.org>

	* src/netspeed.c: (update_applet), (netspeed_enter_cb),
	(netspeed_leave_cb), (netspeed_applet_factory):
	* src/netspeed.h:
	
	Big speedup ! Updates the tooltip only when needed :)

2006-08-06  Benoît Dejean  <benoit@placenet.org>

	* src/netspeed.c: (update_applet):
	* src/netspeed.h:
	
	Reworked applet->(in|out)_old usage. No longer rotates data
	on each updated but instead moves applet->index_old (just like for
	graph data). This is a little speedup.

2006-08-06  Benoît Dejean  <benoit@placenet.org>

	* configure.in:
	* src/backend.c: (get_ptp_info), (get_device_info):
	
	Big rework. Requires libgtop 2.14.2 to use new API.
	This saves a lot of syscalls (ioctl, socket).
	Point-to-Point info are queried only if needed.
	Default device type is ethernet because on !linux, devices
	names usually reflect vendor/driver names (e.g. rl0 for realtek).

2006-08-06  Benoît Dejean  <benoit@placenet.org>

	* src/backend.c: (get_available_devices): Improved.
	Added TODO.

2006-08-06  Benoît Dejean  <benoit@placenet.org>

	* src/backend.c: (is_no_dummy_device): Reworked.

2006-07-22  Benoît Dejean  <benoit@placenet.org>

	* src/backend.h:
	* src/backend.c: (get_additional_info), (get_device_info):
	* src/netspeed.c: (search_for_up_if), (update_applet),
	(device_change_cb), (netspeed_applet_factory): Avoided returning
	DevInfo as value, use pointer instead. This saves some copies,
	which saves a bit of CPU time on x86.
	Also fixed a leak in search_for_up_if.

	* src/backend.c: (format_ipv4), (format_ipv6): Saved 2 g_strdup.

2006-07-18  Jörgen Scheibengruber <mfcn@gmx.de>

	* configure.in:	0.13 -> 0.13.99
	* netspeed.c: (bytes_to_string): use gettext(), so that N_-strings get
	translated properly

2006-07-11  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.c: (bytes_to_string): apply patch from Benoit; use 1000 bit = 1Mbit
	1024 bytes = 1 MiByte; switch to SI-Units
	* netspeed.c: (update_applet), (settings_cb): show transferred bits in
	the details dialog instead of bytes, if this setting is active 
	* netspeed.c: (about_cb): fix translator-credits

2006-06-17  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* docs/es/netspeed_applet.xml: correct a couple of details on
	the Spanish documentation.

2006-05-31  Jörgen Scheibengruber <mfcn@gmx.de>

	* configure.in: Added pl to ALL_LINGUAS

2006-04-25  Jörgen Scheibengruber <mfcn@gmx.de>

	* backend.c: (get_device_info): use only 6 octets for hw-address,
	if the last two are 0

2006-04-25  Jörgen Scheibengruber <mfcn@gmx.de>

	* backend.(c|h): add is_no_dummy_device() and make use of it
	* netspeed.c: make use of is_no_dummy_device() instead of checking devices
	manually

2006-02-07  Raphael Higino  <raphaelh@cvs.gnome.org>

	* configure.in: Added pt_BR to ALL_LINGUAS.

2005-10-08  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (update_applet): correct the text in the tooltip.

2005-07-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* Makefile.am: add distuninstallcheck_listfiles (See 
	http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html).
	Hopefully that makes make distcheck work;
	remove omf.make xmldocs.make; add CLEANFILES DISTCLEANFILES
	* pixmaps/Makefile.am: add icons_DATA to EXTRA_DIST
	* docs/*/Makefile.am: remove "fig ="
	* remove omf.make xmldocs.make
	* update autogen.sh
	* configure.in: -> 1.13
	* Release version 1.13

2005-07-24  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/backend.c: (redraw_graph): Use black as background color,
	instead of fg[NORMAL]
	* Apply patch of Benoit (makes lot of funcs static).

2005-07-14  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/backend.c:
	* src/netspeed.h: apply forgotten patch from benoit.

2005-07-09  Jörgen Scheibengruber <mfcn@gmx.de>

	* backend.c/.h: (get_default_route): added missing fclose()

2005-07-08  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (timeout_adjust_cb): make use of glib timeout functions 
	instead of deprecated gtk counterparts.

2005-06-15  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* es.po: update Spanish translation 
	(Héctor Enríquez Díaz <henrique@alumnos.ubiobio.cl>)
	
2005-06-07  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.c: (search_for_up_if): take device with default gw, if possible
	* backend.c/.h: add get_default_route(), (get_available_devices): use g_list_append,
	to get correctly ordered devices-list

2005-06-07  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* docs/C/figures: updated the figures.

2005-06-06  Jörgen Scheibengruber <mfcn@gmx.de>

	* backend.c: (get_available_devices): remove duplicates from the list
	* netspeed.c: (netspeed_applet_factory): auto_change_device = TRUE as default
	* netspeed.c: (search_for_up_if): ignore "dummy*" devices

2005-06-02  Jörgen Scheibengruber <mfcn@gmx.de>

	* README, ChangeLog, AUTHORS, src/*.c, src/*.h: utf-8 love by Benoît
	* pixmaps/, pixmaps/Makefile.am: added gnome-dev-loopback.png, gnome-dev-ppp.png
	and gnome-dev-plip.png 
	* configure.in: change homepage to http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/
	* src/netspeed.c: (netspeed_applet_factory): added .../pixmaps/netspeed_applet/
	to icontheme-searchpath, added "changed" signal for icon_theme 
 	* src/netspeed.c: (change_icons): work on a copy composite ops..
	* src/netspeed.h: adjust icon filenames

2005-06-02  Benoît Dejean  <TazForEver@dlfp.org>

	* src/netspeed.c: (about_cb): Fixed my email.

2005-06-01  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/netspeed.c: Added Pedro and Benoit to AUTHORS, applied patch from
    Pedro that makes the links work

2005-06-01  Jörgen Scheibengruber <mfcn@gmx.de>

	* src/netspeed.h/.c: Support icons from icon theme, instead of
	hard coded icons
	* pixmaps/*.xpm, pixmaps/Makefile.am: Remove the icons that are no longer needed

2005-05-27  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (showinfo_cb): if they are an ipv6 address
	we show it in the device details dialog.

	* config.h.in, configure.in: added checks for libgtop. (Benoit)
	* src/backend.c, src/backend.h: libgtop love, and support for ipv6.
	Thanks to Benoit Dejean for both patches. 

2005-05-26  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c: migration from GnomeColorPicker (deprecated)
	to GtkColorButton.
	

2005-05-11  Pedro Villavicencio Garrido  <pvillavi@gnome.org>
        
	* docs/C/figures/*:  update the figures.
	* docs/es/*: added Spanish translation of the documentation, thanks
	to Juan Pablo Pincheira <jpincheira@gmail.com> for the screenshots.
	* configure.in: added ES doc.

2005-05-04  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* docs/C/netspeed_applet.xml: update the doc for current version.
	* docs/C/figures/*.png: removed unused images, add new images, updated
	a couple screenshots.

2005-04-28  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c: improvements to the help related functions.

2005-04-27  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.*: made the combo box in the settings dialog 
	only sensible, if auto_change_device == FALSE

2005-04-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* netspeed.*: improved layout in different panel sizes/orients
	* backend.*: started a more intelligent way to detect the device type
	* configure.in: 0.12.99

2005-04-21  Jörgen Scheibengruber <mfcn@gmx.de>

	* configure.in: fix issues with pkg-config
	* configure.in: 0.12.1

2005-03-17  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (about_cb): use GtkAboutDialog instead of GnomeAbout which is deprecated.

2005-03-11  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/netspeed.c (change_background_cb): fixed applet background bug, clean up some code.

2004-12-04  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Release 0.11

2004-12-01  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Read /proc/net/dev directly. Don't use glibtop anymore, since it (2.8.x)
	contains a bug using ppp devices
	* Code cleanup (os-depend code is now in backend.c/.h

2004-06-02  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Fix background setting (code from gweather-applet)
	* Change size behaviour with different panel sizes
	* Release 0.10

2004-05-17  Jörgen Scheibengruber <mfcn@gmx.de>

	* Applied patch from Joakim Lundborg <jl@kth.se> that fixed a little
	visual issue with the applet in show_sum mode
	* Require automake1.7 in autogen.sh 
	(doesn't find automake otherwise on my installation)
	* (Hopefully) Fixed Pedro Corte-Real <typo@netcabo.pt> issues
	with devices that are up, but don't have an ip assigned
	* Implemented the frequently requested ifup/ifdown feature
	(kind of broken)

2004-02-03  Jörgen Scheibengruber <mfcn@gmx.de>

	* Removed -D_*DEPRECATED stuff from Makefile.am
	(Broke build on gnome 2.5.x)
	* Integrated patch from Cengiz Alaettinoglu:
	Added option that makes the applet change to another
	running device if the current devices "goes down"
	* Fixed bug which made about and settings dialog "unsensible"
	while the info-dialog is open
	* Fixed some messed-up stuff with the settings-storage
	(set have_settings key only when we actually change the settings)

2004-01-08  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed little boog: The applet crashed in show-sum mode,
	when the interface was "braught down". 
	Big thanks to Sylvain Pasche for the bug fix :-)

2003-05-30  Jörgen Scheibengruber <mfcn@gmx.de>

	* Applied patches of Dennis Cranston <dennis_cranston@yahoo.com>
	* Added a pixmap for wlanX devices
	* Some additional HIFifing
	
2003-01-27  Jörgen Scheibengruber <mfcn@gmx.de>
	
	* Fixed some messed up stuff in the change_icons()
	function
	* Fiddled a little bit with spacings and stuff

2003-01-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed a crash, if ip is NULL
	* Added a little icon, if the device is down

2003-01-15  Jörgen Scheibengruber <mfcn@gmx.de>

	* A "hang-up" network device is now detected
	* If the device goes online again, the ip, etc. are
	updated
	* Fixed warnings when compiling with -02 -g -Wall

2002-11-??  Jörgen Scheibengruber <mfcn@gmx.de>

	* Added feature to change font size
	* Added a graph to the details window

2002-11-11  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed a boog that prevented the settings from being loaded

2002-09-30  Jörgen Scheibengruber <mfcn@gmx.de>

	* Changed variables containing bytes from long to u_int64_t
	(long often only has 32 bit)
 
2002-09-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* At startup the applet now shows show_bits ? 
	"0 b/s" : "0 B/s" instead of always "0 b/s"

2002-09-26  Jörgen Scheibengruber <mfcn@gmx.de>

	* New release 0.5

2002-09-19  Jörgen Scheibengruber <mfcn@gmx.de>

	* Fixed bug that made the applet show nonsence 
	when network interface is "stopped"

2002-08-28  Jörgen Scheibengruber <mfcn@gmx.de>
 
	* Fixed a little boog (typo: "chage_icon" instead of "change_icon")

2002-08-27  Jörgen Scheibengruber <mfcn@gmx.de>

	* New release 0.4

2002-08-23  Jörgen Scheibengruber <mfcn@gmx.de>

	* Added option to show bits/s instead of bytes/s
	* Added option to always show networkcard icon

2002-08-21  Jörgen Scheibengruber <mfcn@gmx.de>

	* Applied patch of Ben Liblit:
		* changed the applet install-location to libexec instead of bin
		* added a .spec.in which generates a .spec file dynamicly
		* some other changes
	*Updated configure.in (is now more gnome2-compliant)

2002-07-30  Jörgen Scheibengruber <mfcn@gmx.de>

	* Added a focus-out-event callback to the devicecombo
	(I think focus-out-event & activate should be good 
	enough)
	* Added comments to all functions
	* The tooltips are now part of the i18n stuff

2002-07-28  Jörgen Scheibengruber <mfcn@gmx.de>

	* Released 0.3

2002-07-09 -
2002-07-11 Jörgen Scheibengruber <mfcn@gmx.de>

	* Added auto-apply of settings
	* The in/out-labels aren't fixed size any-more, but
	they only grow (no shrinking)
	* Fixed issue which made it possible to spawn several
	instances of the dialogs
	* Added new dialog with details to the specified
	networkdevice
	* Fixed Makefile.am's and configure.in

2002-07-08  Jörgen Scheibengruber <mfcn@gmx.de>

	* Removed frame around applet
	* Changed the device entry to a combobox that lists
	all available devices
	* Changed the code for calculating the bytes/s so that
	the value is "smoother" (does not change that much)

2002-07-07  Jörgen Scheibengruber <mfcn@gmx.de>

	* gnome2 port (released 0.2)

2002-07-04  Jörgen Scheibengruber <mfcn@gmx.de>

	* Initial release