~noskcaj/ubuntu/vivid/xfce4-netload-plugin/1.2.4

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
2005-08-21 Bernhard Walle
	* Fixed memory leak (thanks to Brian J. Tarricone)
	* Custom bar colors now also work with special Gtk theme engine where
	  the previous code doesn't work (thanks to Brian J. Tarricone)
	* Fixed bug that causes an invalid displayed string if no device name
	  was set.
	* Released 0.3.3.

2005-08-01 Bernhard Walle
	* Fixed error output if not in debug mode (#4707)
	* Increased version number to 0.3.3.

2005-05-17 Bernhard Walle

	* Fixed memory leak (#971).
	* Released 0.3.2.

2005-02-04 Bernhard Walle
	* BUGFIX: Close the open socket. Obsoletes version 0.3.0. Don't use 
	  0.3.0 any more, it prevents the panel from opening new files after 
	  a while!
	* Released 0.3.1.

2005-02-04 Bernhard Walle
	* Added IP address and network interface name to the tooltip
	  (thanks to Pasi Orovuo for the suggestion)
	* Released 0.3.0

2005-01-10 Bernhard Walle
	* Changed size so that in Xfce 4.2 the panel height does not increase
	  because of the plugin
	* Released 0.2.4.

2004-08-01 Bernhard Walle
	* Made the plugin thread-safe and so compatible with recent developement
	  versions of Xfce
	* Released 0.2.3

2004-06-27 Bernhard Walle
	* Updated Catalan translation, thanks to Carles Muñoz Gorriz

2003-10-19 Bernhard Walle
	* Polish translation was now added
	* Released 0.2.2

2003-10-01 Bernhard Walle
	* Fixed bug #972: The total value in the tooltip is now displayed with
	  fractional portion
	* Fixed bug #962: Any errors about wrong configuration are now only
	  displayed in a dialog after changing configuration and not after
	  startup. This should help users whose network device is created after
	  dialing-in.
	* Released 0.2.1

2003-09-13 Bernhard Walle
	* Added MacOS X support since it was added in Wormulon. Thanks to 
	  Hendrik Scholz for his work on Wormulon.
	* Released 0.2.0

2003-09-06 Bernhard Walle
	* added error message if the network device could not be found or if
	  /proc/net/dev could not be opened
	* changed "ms" to "s" because that was wrong
	* Released 0.2.0pre6

2003-08-31 Bernhard Walle
	* Fixed problem with unnecessary calls of init_netload().
	* Call init_osspecific() on the right place. This caused the plugin not to
	  work on (at least) NetBSD.
	* Tested successfully on NetBSD and Solaris 8 (thanks to Benedikt Meurer and
	  Sourceforge Compile Farm).
	* Released 0.2.0pre5.

2003-08-27 Bernhard Walle
	* Fixed compile problem on NetBSD and OpenBSD.
	* Released 0.2.0pre4.

2003-08-26 Bernhard Walle
	* Implemented configurable update interval.
	* Fixed small bug with operating system specific data initialization.
	* Improved the automatic maximum function.
	* Released 0.2.0pre3 which is the next test version for 0.2.0.

2003-08-25 Bernhard Walle
	* Changed all static variables to a structure which is given the function
	  as a parameter. This makes more than one instance of the plugin possible.
	* Released 0.2.0pre2 which is the next test version for 0.2.0.

2003-08-24 Bernhard Walle
	* Using the last four measures in history so it's easier to read.
	* Automatic maximum now really works.
	* Using kilobytes for displaying.
	* Using thousands separators of the current locale for so that it's
	  easier to read. Since this feature is not available on in printf()
	  according the ISO C99 standard I implemented this myself. This code
	  may contain bugs.
	* Dropped use of libgtop2 library. New code is based on Wormulon 
	  (http://www.raisdorf.net/wormulon/) the operating systems Linux,
	  FreeBSD, OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are
	  directly  supported. *BSD without use of kvm.
	* Maximum is configurable.
	* Released 0.2.0pre1 which is a test version for 0.2.0.

2003-08-17 Bernhard Walle
	* Added support for other operating systems via libgtop2. Linux and 
	  FreeBSD code is still implemented without libgtop2 but this may change
	  in future.
	* Changed "bit/s" string to "byte/s" since the value *is* in byte/s. 
	  Translators may update their translated strings, for the German 
	  translation I did this already.
	* Changed license to GNU General Public License since linking to the 
	  libgtop2 library requires this. (libgtop2 is *not* LGPL)
	* See also i18n changes in po/ChangeLog
	* released 0.1.9 which is a test version for 0.2.0

2003-08-12 Bernhard Walle
	* released 0.1.2
	* corrected Linux code which was broken by the last fix
	* added configure macros for testing the operating system
	  and the critical header files
	* separated implementation for different operating system
	* released 0.1.3
	* small fixes for --enable-debug=full (unused variable, 
	  forgotten import)

2003-08-11 Bernhard Walle
	* released 0.1.1
	* corrected FreeBSD code.
	  Thanks to Shadoe <shadoe@shadoegrounds.com>

2003-08-10 Bernhard Walle
	* initial release 0.1.0