ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2007-12-04 Jindrich Makovicka <makovick@gmail.com>
  2. * pinger.c: cleanups, remove signal() and gethostbyname()
  3. 2.0.13 (2007-01-18)
  4. * remove more deprecated functions
  5. * fixed broken adding of new entries
  6. 2.0.12 (2006-10-15)
  7. * GtkTreeView port
  8. 2.0.11
  9. * debianization
  10. 2.0.10 (2005-03-25)
  11. * added README file
  12. * fixed setting of the installation path
  13. 2.0.9
  14. * option for dynamic DNS
  15. * some brown paper bag bug fixes
  16. 2.0.8
  17. * pinger produced bogus results when fed with a non-existent
  18. host - fixed
  19. 2.0.7
  20. * fixes
  21. 2.0.6
  22. * better removed threading in the helper code at all :)
  23. 2.0.5
  24. * converted pinger to GThreads
  25. 2.0.4
  26. * restart pinger helper when it crashes
  27. (not a very good solution, but still can't locate the cause)
  28. 2.0.3 * patches by Gerard W. Paterson <gerry.patterson@computalog.com>
  29. - per-host ping frequency setup
  30. - various bugfixes
  31. * pinger helper restricted to one ping per second to spread load
  32. 2.0.2 * trip time display is now optional
  33. * DNS resolving
  34. 2.0.1
  35. * Makefile fix (install -d)
  36. 2.0
  37. * ported to Gkrellm 2
  38. 0.1.2
  39. * fixed the pinger helper to handle sigpipe
  40. * minor fixes in multiping.c
  41. * added an .rc option to adjust time x-offset
  42. 0.1.1
  43. * changed the status LED pixmap
  44. * added options for better theme-ability