Bill Wilson heeft afgelopen vrijdag een nieuwe versie van GKrellM op zijn website geplaatst. De update is bestempeld als 2.2.2 en te downloaden als bzip2- en tarball-pakket. GKrellM laat verschillende soorten statistieken zien van een Linux-computer. De software is zo geprogrammeerd dat het zijn werk kan doen aan de hand van één proces. Naast de systeemtijd, temperaturen, voltages, fansnelheden en een disk monitor, is het ook mogelijk om de uptime, het geheugenbeheer en een internetmonitor op de desktop te zetten. Hieronder zijn alle veranderingen geplaatst vanaf versie 2.2.0:
2.2.22.2.1
- Added some theme gkrellmrc variables, see Themes changelog.
- Bugfixes:
- Client mode seconds display had a sampling beat effect which caused a second to be periodically skipped.
- Craig Boston
fix pixbuf memory leak in gkrellm_decal_scroll_text_set_internal(). 2.2.0
- Added markup text decal functions, see plugins changelog.
- Use [small] markup in system name if it doesn't fit.
- Try to trap out GdkFont font configs from < 2.2.0 versions.
- Translation updates
- de.po
- fr.po from Jerome UZEL
- Replace GdkFont text drawing with Pango.
- Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a tutorial on a client/server capable plugin.
- Minimize Pango drawing to get CPU usage down:
See the plugins and themes changelog for more info.
- Draw chart text on a caching text layer.
- Add a "scroll text" api to text decals where a Pango string is drawn on a pixmap which can be srolled by setting the decal offset.
- linux.c reads temperatures from the hddtemp daemon so disk temperature display can be consistent with other sensors (and detected by gkrellmd).
- Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib gmodule and initialize text extent in clock.c
- Sjoerd Simons: set the _NET_WM_STRUT property when dock type.
- Defer setting withdrawn state until after main window realize.