summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
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.