-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
221 lines (139 loc) · 6.42 KB
/
ChangeLog
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
2011-05-14 Johan Walles <[email protected]>
* Lower CPU time footprint.
2010-03-15 Johan Walles <[email protected]>
* Update outdated Portuguese translation, thanks to Américo
Monteiro.
2009-09-14 Johan Walles <[email protected]>
* Fixed a potential local buffer overflow, thanks to Ilya Barygin.
2009-06-02 Johan Walles <[email protected]>
* Converted source code repository from CVS to BZR. Thank you CVS
for your long and dedicated service.
2009-05-13 Johan Walles <[email protected]>
* French translation updated, thanks to Jean-Luc Coulon.
2009-05-12 Johan Walles <[email protected]>
* Make TiB, GiB, MiB and kiB translatable, make the 'B'
upper-case and add the "i" between the letters.
* Fix build errors on GNOME >= 2.26.
* Convert man pages into UTF-8.
2009-04-13 Johan Walles <[email protected]>
* Build 2.0.13.
2009-04-10 Johan Walles <[email protected]>
* Add dutch translation, thanks to Edwin ten Brink.
2009-04-10 Johan Walles <[email protected]>
* Remove all traces of packaging code, packaging is done by
distribution specific maintainers.
2009-04-09 Johan Walles <[email protected]>
* Rename LICENSE->COPYING since the COPYING file is the one that
gets distributed.
2009-03-30 Johan Walles <[email protected]>
* Update translations.
* Build 2.0.12.
2009-02-23 Johan Walles <[email protected]>
* Change weeds to reflect iowait rather than network load.
2009-01-05 Johan Walles <[email protected]>
* Gain some pixels by ditching the frame around the applet.
2009-01-03 Johan Walles <[email protected]>
* Fix printf() format strings to work on 64 bit systems.
* Build 2.0.11.
2008-12-28 Johan Walles <[email protected]>
* Fix man page syntax as requested in
https://savannah.nongnu.org/bugs/?23611
2008-12-28 Johan Walles <[email protected]>
* Add instrumentation for http://bugs.debian.org/470299.
* Enforce a minimum water level to make CPU load bubbles visible
even on systems with lots of free RAM.
* Build 2.0.10.
2008-12-26 Johan Walles <[email protected]>
* Update tooltip to always display at least two digits for both
max and used.
* Fix resizing code so that we actually use all pixels that are
available to us.
* Enable compiler warnings and fix a bunch of them.
2008-01-15 Johan Walles <[email protected]>
* Sync Brazilian Portuguese translation with latest source
changes, courtesy of Jose Carlos Medeiros.
* Release 2.0.9 with the updated translation.
2008-01-05 Johan Walles <[email protected]>
* Use ioctls for listing interfaces rather than polling for a list
of known interface names. Should close Debian bug 158667.
* Change phrasing in some places to match that of other GNOME
applets.
2007-09-02 Johan Walles <[email protected]>
* Change default installation prefix to /usr since many GNOME
installs aren't aware of the existence of /usr/local.
* Change GNOME category to System & Hardware since the Utility
category used previously seems deprecated.
2007-08-26 Johan Walles <[email protected]>
* Fix SMP detection code. Has been broken since dackefejden.
* Give each CPU some space of its own on the bubble display. The
CPU with the heaviest load gets to bubble in the middle. CPUs
with lower load bubbles nearer to the edges. The idea is to make
it possible to see not only how loaded the system is, but also how
the load is distributed between different CPUs.
2007-08-22 Johan Walles <[email protected]>
* Released 2.0.6
* Update the Polish translation, courtesy of Tomasz Dominikowski.
* Add a Brazilian Portuguese traslation, courtesy of Jose Carlos
Medeiros.
* Fix grammar problem (what's a "load meter monitor"?).
2007-08-22 gettextize <[email protected]>
* m4/gettext.m4: Upgrade to gettext-0.16.1.
* m4/iconv.m4: Upgrade to gettext-0.16.1.
* m4/lib-ld.m4: Upgrade to gettext-0.16.1.
* m4/lib-link.m4: Upgrade to gettext-0.16.1.
* m4/lib-prefix.m4: Upgrade to gettext-0.16.1.
* m4/nls.m4: Upgrade to gettext-0.16.1.
* m4/po.m4: Upgrade to gettext-0.16.1.
* m4/progtest.m4: Upgrade to gettext-0.16.1.
* m4/codeset.m4: Upgrade to gettext-0.16.1.
* m4/glibc2.m4: New file, from gettext-0.16.1.
* m4/glibc21.m4: Upgrade to gettext-0.16.1.
* m4/intdiv0.m4: Upgrade to gettext-0.16.1.
* m4/intl.m4: New file, from gettext-0.16.1.
* m4/intldir.m4: New file, from gettext-0.16.1.
* m4/intmax.m4: New file, from gettext-0.16.1.
* m4/inttypes_h.m4: Upgrade to gettext-0.16.1.
* m4/inttypes-pri.m4: Upgrade to gettext-0.16.1.
* m4/lcmessage.m4: Upgrade to gettext-0.16.1.
* m4/lock.m4: New file, from gettext-0.16.1.
* m4/longdouble.m4: New file, from gettext-0.16.1.
* m4/longlong.m4: New file, from gettext-0.16.1.
* m4/printf-posix.m4: New file, from gettext-0.16.1.
* m4/size_max.m4: New file, from gettext-0.16.1.
* m4/stdint_h.m4: Upgrade to gettext-0.16.1.
* m4/uintmax_t.m4: Upgrade to gettext-0.16.1.
* m4/ulonglong.m4: Upgrade to gettext-0.16.1.
* m4/visibility.m4: New file, from gettext-0.16.1.
* m4/wchar_t.m4: New file, from gettext-0.16.1.
* m4/wint_t.m4: New file, from gettext-0.16.1.
* m4/xsize.m4: New file, from gettext-0.16.1.
* m4/Makefile.am (EXTRA_DIST): Add the new files.
* Makefile.am (SUBDIRS): Remove intl.
2005-11-06 Johan Walles <[email protected]>
* Released 2.0.5
* Made the word "bytes" translatable.
* Updated French and Swedish translations.
2005-03-08 Johan Walles <[email protected]>
* Released 2.0.4
* Updated Italian translation.
* Improved mail spool directory discovery.
* Updated bottle behaviour; the bottle now sinks to the bottom if
the spool file contains read mail. The bottle goes away if the
log file is empty.
2004-08-17 Johan Walles <[email protected]>
* Released 2.0.2-pre2
* Move from gettext to intltool, update all auto* tools.
* Add Catalan translation
* Fix crash when no ticks have passed between two measurements of
CPU load.
* Fix crash when a network card is deconfigured while Bubblemon is
running.
2004-01-09 gettextize <[email protected]>
* Makefile.am (SUBDIRS): Add m4.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath.
* configure.in (AC_OUTPUT): Add po/Makefile.in,
2002-11-28 Juan Salaverria <[email protected]>
* 2.0.1 : Added internationalization support and minor bugfixes.
2002-11-12 Juan Salaverria <[email protected]>
* Initial release of the GNOME 2 branch