<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>xfce4-systemload-plugin Release Feed</title>
  <subtitle>Release announcements for xfce4-systemload-plugin</subtitle>
  <updated>2025-05-20T10:34:33+02:00</updated>
  <link href=""/>
  <entry>
    <title>xfce4-systemload-plugin 1.4.0 released</title>
    <id>xfce4-systemload-plugin-1.4.0</id>
    <updated>2025-05-20T10:34:33+02:00</updated>
    <published>2025-05-20T10:34:33+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.4.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz?sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, memory in use, network utilization, swap space, and
system uptime in the Xfce4 panel.

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.4.0
=======================
Meson has been added as a build system in this release, and the&#13;
associated archive has been generated by 'meson dist'. Although&#13;
autotools has been retained for the time being and can still be used&#13;
via 'autogen.sh', meson is now the preferred build system, and&#13;
autotools will be removed in a future release.&#13;
&#13;
- Update README after switchover to meson&#13;
- build: Automate copyright year management&#13;
- Add meson build&#13;
- autotools-build: Explicitly require glib, gtk3, libxfce4util&#13;
- Fix libxfce4panel include&#13;
- Translation Updates:&#13;
  Albanian, Greek

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.3.3 released</title>
    <id>xfce4-systemload-plugin-1.3.3</id>
    <updated>2024-12-25T09:57:57+01:00</updated>
    <published>2024-12-25T09:57:57+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.3.3 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2?sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, memory in use, network utilization, swap space, and
system uptime in the Xfce4 panel.

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.3.3
=======================
- Introduce Darwin support&#13;
- Update copyright year&#13;
- build: Bump dependency versions and fix deprecation warnings&#13;
- I18n: Update po/LINGUAS list&#13;
- Fix BSD `glibtop_get_netload: Function not implemented` error&#13;
- scan-build: Fix false positive file&#13;
- scan-build: Add false positive file&#13;
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in&#13;
- scan-build: Fix deadcode.DeadStores&#13;
- network.cc: Fix -Wundef&#13;
- I18n: Update po/LINGUAS list&#13;
- build: Get rid of intltool&#13;
- Add 24px icon, cleanup SVG metadata&#13;
- Fix timeout-seconds min value (Fixes #29)&#13;
- build: Fix failure due to wrong var type (Fixes #25)&#13;
- Update copyright year&#13;
- build: Add GLib requirement&#13;
- Translation Updates:&#13;
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese&#13;
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern&#13;
  Armenian, English (Australia), English (Canada), English (United&#13;
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,&#13;
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,&#13;
  Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post&#13;
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,&#13;
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,&#13;
  Ukrainian, Urdu, Urdu (Pakistan), Uyghur

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.3.2 released</title>
    <id>xfce4-systemload-plugin-1.3.2</id>
    <updated>2022-11-03T15:37:24+01:00</updated>
    <published>2022-11-03T15:37:24+01:00</published>
    <author>
      <name>Jan Ziak</name>
      <email>0xe2.0x9a.0x9b@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.3.2 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2?sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, memory in use, network utilization, swap space, and
system uptime in the Xfce4 panel.

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.3.2
=======================
- Remove code obsoleted by libxfce4util-4.17.2&#13;
- Fix GLib warnings occurring with newer xfce4-dev-tools&#13;
- Fix intltool lock file bug in make distcheck&#13;
- Add BSD-2 license badge to README&#13;
- Rename all files from C to C++&#13;
- Code cleanups related to the move from C to C++&#13;
- Bump required Xfce4 libs from 4.12 to 4.16&#13;
- Update copyright notices, copyright years and author emails&#13;
- Cleanup Makefile.am&#13;
- Don't save default colors to Xfconf configuration file&#13;
- Move swap to be next to mem&#13;
- Update default colors&#13;
- Decouple the program order from the visual order of monitors&#13;
- Bump required XDT version to 4.14&#13;
- Avoid G_GNUC_FALLTHROUGH to enable compilation with GLib before 2.60&#13;
- Translation Updates:&#13;
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese&#13;
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern&#13;
  Armenian, English (Australia), English (Canada), English (United&#13;
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,&#13;
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,&#13;
  Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500),&#13;
  Polish, Portuguese, Russian, Serbian, Slovak, Slovenian, Spanish,&#13;
  Swedish, Thai, Turkish, Ukrainian, Uyghur

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.3.1 released</title>
    <id>xfce4-systemload-plugin-1.3.1</id>
    <updated>2021-03-23T00:01:55+01:00</updated>
    <published>2021-03-23T00:01:55+01:00</published>
    <author>
      <name>Jan Ziak</name>
      <email>0xe2.0x9a.0x9b@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.3.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2?sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, memory in use, network utilization, swap space, and
system uptime in the Xfce4 panel.

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.3.1
=======================
- Update README.md&#13;
- Update and sort the list of authors&#13;
- Add a simple network bandwidth monitor (uses libgtop as a fallback)&#13;
- Remove 4-valued history&#13;
- Fix initial progress bar value&#13;
- Fix system-monitor-command setting (Fixes #15)&#13;
- Distinguish uptime from the appearance of a digital real-time clock&#13;
- Replace "Options" with "Label" in the properties dialog&#13;
- Finish porting to xfconf&#13;
- Update docs URL&#13;
- Code cleanups&#13;
- Translation Updates:&#13;
  Bulgarian, Chinese (China), Chinese (Taiwan), Hebrew, Italian,&#13;
  Japanese, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil),&#13;
  Slovak, Spanish, Swedish

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.3.0 released</title>
    <id>xfce4-systemload-plugin-1.3.0</id>
    <updated>2021-03-10T17:21:23+01:00</updated>
    <published>2021-03-10T17:21:23+01:00</published>
    <author>
      <name>Simon Steinbeiss</name>
      <email>simon@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.3.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2?sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.3.0
=======================
- Port to xfconf&#13;
- Add new icons and switch to rDNS naming&#13;
- Add Help button to properties dialog&#13;
- Fix compilation warnings&#13;
- autoconf: Some updates&#13;
- Update `.gitignore`&#13;
- configure.ac: use AC_PROG_CC_C99&#13;
- Translation Updates:&#13;
  Belarusian, Bulgarian, English (Canada), Hungarian, Russian, Turkish,&#13;
  Ukrainian

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.2.4 released</title>
    <id>xfce4-systemload-plugin-1.2.4</id>
    <updated>2020-12-21T00:20:27+01:00</updated>
    <published>2020-12-21T00:20:27+01:00</published>
    <author>
      <name>Romain Bouvier</name>
      <email>skunnyk@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.2.4 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.4.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.4.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.4.tar.bz2?sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.4.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.4.tar.bz2?sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.4.tar.bz2?sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"&gt;https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.2.4
=======================
- Allow compilation with panel 4.15+&#13;
- Fix missing-prototypes&#13;
- Remove GSourceFunc casts&#13;
- Fix the properties dialog and a hidden memory corruption&#13;
- Avoid repainting bars if there are no visual changes&#13;
- Update copyright year&#13;
- Update URLs&#13;
- Create README.md and update configure.ac.in&#13;
- Add basic GitLab pipeline&#13;
- Update URLs from goodies.x.o to docs.x.o (Bug #16178)&#13;
- Translation Updates:&#13;
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese&#13;
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern&#13;
  Armenian, English (Australia), English (Canada), English (United&#13;
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,&#13;
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,&#13;
  Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post&#13;
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,&#13;
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu,&#13;
  Urdu (Pakistan), Uyghur

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.2.3 released</title>
    <id>xfce4-systemload-plugin-1.2.3</id>
    <updated>2019-08-13T12:25:11+02:00</updated>
    <published>2019-08-13T12:25:11+02:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.2.3 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2.md5"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2.sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2.sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2.sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.2.3
=======================
- fix possible leak&#13;
- fix a crash when opening the properties dialog&#13;
- tons of translation updates

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.2.2 released</title>
    <id>xfce4-systemload-plugin-1.2.2</id>
    <updated>2018-11-29T17:51:43+01:00</updated>
    <published>2018-11-29T17:51:43+01:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.2.2 is now available for download from

  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2.md5"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2.sha1"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2.sha256"&gt;https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.2.tar.bz2.sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.2.2
=======================
- general rework of the preferences dialog by our resident UI wizard
Simon Steinbeiss&#13;
- fix the 'no tooltips' regression by setting the default update
interval to 0.5s (workaround for #13536)&#13;
- tons of translation updates

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.2.1 released</title>
    <id>xfce4-systemload-plugin-1.2.1</id>
    <updated>2017-02-09T20:51:01+01:00</updated>
    <published>2017-02-09T20:51:01+01:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.2.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2.sha256"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.1.tar.bz2.sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.2.1
=======================
Like netload plugin, this release also fixes some annoying styling bugs
that made it look that there was always some cpu usage.. now
progressbars should really look like they used to with Gtk+2, ie 4px
wide. Thanks ochosi for the GtkCss hints :)&#13;
&#13;
- rework sizing of the progressbar (#12948, #12974)&#13;
- rework the use of GtkCssProvider to use a singleton&#13;
- fix progressbar color with Gtk 3.16/3.18&#13;
- da, is and oc translation updates

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.2.0 released</title>
    <id>xfce4-systemload-plugin-1.2.0</id>
    <updated>2016-11-01T15:53:15+01:00</updated>
    <published>2016-11-01T15:53:15+01:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.2.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2.sha256"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.0.tar.bz2.sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.2.0
=======================
Stable release for the Gtk3 port.&#13;
&#13;
- set progressbar trough minimal width/height to 4px so that it looks
like with gtk+2&#13;
- Use MemAvailable on Linux 3.14+ (#12686)

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.1.99 released</title>
    <id>xfce4-systemload-plugin-1.1.99</id>
    <updated>2016-06-05T18:22:49+02:00</updated>
    <published>2016-06-05T18:22:49+02:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.1.99 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2.sha256"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.99.tar.bz2.sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.1.99
========================
Port to Gtk+3.&#13;
&#13;
Note this is a development release, aimed for packagers and testers so
that we get a wider coverage of Gtk+3 versions (3.14, 3.16, 3.18,
3.20..)

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.1.2 released</title>
    <id>xfce4-systemload-plugin-1.1.2</id>
    <updated>2014-11-21T09:56:07+01:00</updated>
    <published>2014-11-21T09:56:07+01:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry.breuil@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.1.2 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2.sha256"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.2.tar.bz2.sha256&lt;/a&gt;


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.1.2
=======================
Xfce4-systemload 1.1.2 is a small bugfix release:&#13;
&#13;
- Support upower 0.99&#13;
- Add a way to run a command when clicking on systemload plugin (bug
#3887)&#13;
- Pick up translation updates &amp; fixes, especially DE locale (bug
#11316)&#13;
- Merge some OpenBSD compatibility patches

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.1.1 released</title>
    <id>xfce4-systemload-plugin-1.1.1</id>
    <updated>2012-06-30T11:22:50+02:00</updated>
    <published>2012-06-30T11:22:50+02:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry.breuil@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.1.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.1.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.1.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: aa48b0163dd973790a55ddcc3a224878a3f14c69
   MD5 checksum: 22d48c0883f9d598bce24e81d93e692e


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.1.1
=======================
This release brings a bunch of notable enhancements :&#13;
&#13;
- Simplify tooltip handling code&#13;
- Better compliance with panel plugin HIG&#13;
- Only set label angle with panel &gt; 4.9&#13;
- Set plugin to small in all modes except deskbar modes (bug #8944)&#13;
- Facilitate bringing up the configuration dialog (bug #8900)&#13;
- Fix background transparency by setting the main evbox hidden (bug
#8891)&#13;
- Changing uptime label orientation in the vertical mode&#13;
- Compatibility with panel 4.9+&#13;
- Use only HW_PHYSMEM64 on OpenBSD, HW_SYSMEM is deprecated

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.1.0 released</title>
    <id>xfce4-systemload-plugin-1.1.0</id>
    <updated>2012-04-18T18:36:24+02:00</updated>
    <published>2012-04-18T18:36:24+02:00</published>
    <author>
      <name>Landry Breuil</name>
      <email>landry.breuil@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.1.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.0.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.1/xfce4-systemload-plugin-1.1.0.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 78eef9f2abc9e425c102f1f71324fe5a507daebf
   MD5 checksum: 130ad7befddd8705ca09a98e9cee5c3e


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.1.0
=======================
This new release brings lots of improvements and patches merged from
bugzilla, most work done by David Schneider and a bit by myself :&#13;
&#13;
- Fix progressbar width in vertical mode&#13;
- Added about dialog&#13;
- Use a single label to show uptime, either 'X days' (if &gt; 0) or 'hh:mm'
(bug #8348)&#13;
- Add support for Solaris (bug #5743)&#13;
- Fix memory size overflow with &gt; 3.5GB on FreeBSD&#13;
- Build the plugin as a module&#13;
- Added a power-saving interval option using upower (if present at build
time)&#13;
- Added an update interval option (bug #7507)&#13;
- Rewritten configuration dialog&#13;
- Conditional retrieval of system stats (should use less resources!)&#13;
- Port to libxfce4ui (bug #7077)&#13;
- Fix transparency issues (bug #7345)

</content>
  </entry>
  <entry>
    <title>xfce4-systemload-plugin 1.0.0 released</title>
    <id>xfce4-systemload-plugin-1.0.0</id>
    <updated>2010-12-10T03:02:15+01:00</updated>
    <published>2010-12-10T03:02:15+01:00</published>
    <author>
      <name>Florian Rivoal</name>
      <email>frivoal@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;xfce4-systemload-plugin&lt;/a&gt; 1.0.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 2268823be8248538a340a214804dba66d27fdfd4
   MD5 checksum: da4f0e8bfb57e18fe3e3e56507a681f7


What is xfce4-systemload-plugin?
================================

A system load plugin for the Xfce4 desktop environment. It displays the
current CPU load, the memory in use, the swap space and the system
uptime in the Xfce4 panel.

Website:
  &lt;a href="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"&gt;http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin&lt;/a&gt;


Release notes for 1.0.0
=======================

This release of xfce4-systemload-plugin brings a number of little
improvements, translations, and compatibility changes. It supports xfce
4.6 as well as 4.8. The version number is bumped to 1.0.0 more to
reflect the stability of the program than the amount of changes.&#13;
&#13;
Changelog:&#13;
- Translated into 34 languages, including 13 with a complete
translation&#13;
- Fix some issues with the build system&#13;
- Fix a small memory leak&#13;
- Adjust the way free memory is calculated, fixing bug #4215&#13;
- Fix bar colors for some theme engines, fixing bug #3588&#13;
- Fix display tooltip problems, fixing bug #5175&#13;
- Improve the accuracy of CPU activity measurements, fixing bug #1076&#13;
- Add support for GNU/kFreeBSD, fixing bug #2996&#13;
- Make the plugin more compact visually, fixing bug #3587&#13;
&#13;
List of contributions:&#13;
Aleksandr Ponomarenko (3):&#13;
      l10n: Updated Russian (ru) translation to 83%&#13;
      l10n: Updated Russian (ru) translation to 88%&#13;
      l10n: Updated Russian (ru) translation to 100%&#13;
&#13;
Alexander Toresson (1):&#13;
      xfce4-systemload-plugin/trunk/po:     	* sv.po: Swedish
translation update (Daniel Nylander)     xfce4-netload-plugin/trunk/po: 
	* sv.po: Swedish translation update (Daniel Nylander)    
xfce4-eyes-plugin/trunk/po:     	* sv.po: Swedish translation update
(Daniel Nylander)     xfbib/trunk/po:     	* sv.po: Swedish translation
update (Daniel Nylander)     xfce4-fsguard-plugin/trunk/po:     	*
sv.po: Swedish translation update (Daniel Nylander)    
xfce4-places-plugin/trunk/po:     	* sv.po: Swedish translation update
(Daniel Nylander)&#13;
&#13;
Andres Kovtunos (1):&#13;
      l10n: Initial Russian translation.&#13;
&#13;
Brian Tarricone (1):&#13;
      remove trailing parens on AC_INIT version info to work around bug 
in intltool 0.35.x and 0.36.x&#13;
&#13;
Cristian Marchi (2):&#13;
      l10n: Updated Italian (it) translation to 100%&#13;
      l10n: Updated Italian (it) translation to 100%&#13;
&#13;
Eren Turkay (1):&#13;
      Add/update Turkish translation files thanks to the Turkish
translation team! (Gökmen Görgen, Samed Beyribey, Özgür Kuru, Utku
Aydın)&#13;
&#13;
Florian Rivoal (9):&#13;
      Fix bug 3587&#13;
      Add support for GNU/kFreeBSD&#13;
      Fix bar colors for some theme engines&#13;
      Improve the precision&#13;
      Adjust the memory values to match the free&#13;
      Plug a minor memory leak&#13;
      Upgrade tooltips to the newer Gtk API&#13;
      Package clean up&#13;
      Release 1.0.0&#13;
&#13;
Gabor Kelemen (2):&#13;
      2009-07-24  Gabor Kelemen  &lt;kelemeng@gnome.hu&gt;&#13;
      l10n: Updated Hungarian (hu) translation to 100%&#13;
&#13;
Gheyret Kenji (2):&#13;
      l10n: Uyghur translation&#13;
      l10n: Updated Uyghur (ug) translation to 100%&#13;
&#13;
Harald Servat (1):&#13;
      l10n: Updated Catalan (Valencian) (ca) translation to 100%&#13;
&#13;
Johannes Lips (1):&#13;
      l10n: Updated German (de) translation to 88%&#13;
&#13;
Lars Nielsen (1):&#13;
      update-po&#13;
&#13;
Leandro Regueiro (1):&#13;
      l10n: Updates to Galician (gl) translation&#13;
&#13;
Maxim Dziumanenko (1):&#13;
      2007-03-28 Maxim Dziumanenko &lt;dziumanenko@gmail.com&gt;&#13;
&#13;
Maximilian Schleiss (13):&#13;
      Added the Albanian translations by Besnik Bleta for all the
goodies.&#13;
      * fr.po: Updated some French translations.     * ja.po: Updated
and added the Japanese translations by Nobuhiro Iwamatsu in the      
xkb and the volstatus-icon plugins respectively.     * sq.po: Updated
the headers of most plugins by Besnik Bleta.&#13;
      * nb_NO.po: Norwegian Bokmal translations added     * pt_PT.po:
European Portuguese translations added&#13;
      Last bunch of pt_PT and nb_NO files to be added.&#13;
      Latvian translations added to most goodies.&#13;
      Translations added for most goodies (id)&#13;
      Translations added and updated for most goodies (gl)&#13;
      Translations update for id and fr&#13;
      Translation udpates for German and Japanese&#13;
      Translations updates for a lot of languages in a lot of packages&#13;
      Translations updates - es gl id ja uk&#13;
      Translations updates - fr id it ja nb pl&#13;
      Translations updates - es fr gl it tr&#13;
&#13;
Mike Massonnet (15):&#13;
      * xfce4-sensors-plugin, xfce4-weather-plugin,
xfce4-systemload-plugin,        thunar-volman: Update European
Portuguese translation.&#13;
      Add new translation by محمد علي المكي
&lt;makki.ma@gmail.com&gt;&#13;
      Rename pk.po to ur.po&#13;
      Fix changelogs for updated ur.po files, and add
thunar-archive-plugin&#13;
      update-po&#13;
      Fix build for libtool 2.2 (or at least for ArchLinux)&#13;
      Update translations -- Remove executable property on all po files
(only da.po actuall)&#13;
      Renamed pt_PT to pt and nb_NO to nb (bug #4574)&#13;
      Fix the renaming of the pt nb files -- thanks to jerome who
noticed this problem&#13;
      goodies translation update&#13;
      goodies translation update (galician only)&#13;
      update translations&#13;
      update goodies translations&#13;
      Drop svn:executable bit from po files&#13;
      update goodies translation&#13;
&#13;
Mohamed Magdy (3):&#13;
      Update Arabic translations&#13;
      Update Arabic translations&#13;
      Update Arabic translations&#13;
&#13;
Og Maciel (2):&#13;
      Brazilian Portuguese translations updated by Vladimir Melo.&#13;
      Updated Brazilian Portuguese translation.&#13;
&#13;
Pau Rullan Ferragut (2):&#13;
      i18n british translation&#13;
      forgot to add in LINGUAS en_GB&#13;
&#13;
Paul Seyfert (1):&#13;
      l10n: Updated German (de) translation to 100%&#13;
&#13;
Per Kongstad (1):&#13;
      l10n: Updated Danish (da) translation to 100%&#13;
&#13;
Piarres Beobide (1):&#13;
      Some goodies Basque translation updates&#13;
&#13;
Piotr Sokól (1):&#13;
      Updated Polish translations&#13;
&#13;
Rihards Prieditis (1):&#13;
      l10n: Updates to Latvian (lv) translation&#13;
&#13;
Sergio Marques (1):&#13;
      l10n: Updated Portuguese (pt) translation to 100%&#13;
&#13;
Yarema aka Knedlyk (1):&#13;
      l10n: Updated Ukrainian (uk) translation to 100%

</content>
  </entry>
</feed>
