Version 1.3

* Changed GKrellM plugin to use gkrellm_create_decal_text() instead of
  gkrellm_create_decal_text_with_height() to have number of pending
  events properly shown in GKrellm 2.2.0. Further gkrellm_draw_decal_text()
  was used to replace the decal insert and clear functions. With these changes
  in place, the GKrellM plugin should now not only work with GKrellM 2.2.0  but
  possibly also versions prior to 2.1.12.

Version 1.2

* Configure script now defines O_SYNC as O_FSYNC if O_SYNC isn't defined in
  fcntl.h but O_FSYNC is. Should solve compilation error on platforms where
  O_SYNC doesn't exist as open() parameter option but O_FSYNC does.
  (Thanks to P. Seipel.)
* Fixed problem with the GKrellM plugin sometimes crashing GKrellm when themes
  were changed. Decals are now properly re-allocated in update_plugin() when
  needed. (Thanks to B. Wilson.)  

Version 1.1

* Removed assert() in licq_infofs.cpp to avoid compilation error when assert.h
  was not included. (Thanks to J. Uzel.)
* Changed behaviour in creating ~/.licq/infofs dir to actually set some
  permissions to allow for writing to it. (Thanks to J. Uzel.)

Version 1.0

* First release.