diff options
author | etienne | 2004-08-18 13:52:22 +0000 |
---|---|---|
committer | etienne | 2004-08-18 13:52:22 +0000 |
commit | 1bb5f9370a988f204a00df1b46bacff0a7f5a29a (patch) | |
tree | a364d57e27875c4c72b1dccdff41739ba24fc8e6 | |
parent | 7726f36f250128a010ed45f4fb7de8b25b8465b0 (diff) | |
download | ivymon-1bb5f9370a988f204a00df1b46bacff0a7f5a29a.zip ivymon-1bb5f9370a988f204a00df1b46bacff0a7f5a29a.tar.gz ivymon-1bb5f9370a988f204a00df1b46bacff0a7f5a29a.tar.bz2 ivymon-1bb5f9370a988f204a00df1b46bacff0a7f5a29a.tar.xz |
*** empty log message ***
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad0cf64..39ddd41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ivymon (1.8) unstable; urgency=low + + * Added a new option -replaytimegranularity to set the time granularity + for replaying messages. Default is 1 second. + * Higher precision in timestamps. + + -- Daniel Etienne <etienne@cena.fr> Wed, 18 Aug 2004 14:23:12 +0200 + ivymon (1.7) unstable; urgency=low * Minor bug fixes and improvement relating to the data loading process. diff --git a/debian/control b/debian/control index f0948e7..3d2ccad 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.1.1 Package: ivymon Architecture: all -Depends: perl-tk, ivy-perl (>=4.8) +Depends: perl-tk, ivy-perl (>=4.8), libtime-hires-perl (>= 1.20-4) Description: a graphical application for monitoring Ivy ivymon is a graphical application for monitoring Ivy agents. It can be used to track messages or send messages to agents. |