summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormertz2002-06-10 09:37:19 +0000
committermertz2002-06-10 09:37:19 +0000
commit7525c335f67a4483429e52434da1ff3638941b93 (patch)
tree12d28fbc838c47196a67906c177669c40a890203 /debian
parente64a3a9cbfdf4456161862fc97d5ead307fddcb0 (diff)
downloadivy-perl-7525c335f67a4483429e52434da1ff3638941b93.zip
ivy-perl-7525c335f67a4483429e52434da1ff3638941b93.tar.gz
ivy-perl-7525c335f67a4483429e52434da1ff3638941b93.tar.bz2
ivy-perl-7525c335f67a4483429e52434da1ff3638941b93.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4713347..de7bbf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,19 @@ ivy-perl (4.10) unstable; urgency=low
as for example 'zaza (' or '*'
* ivy-perl is now tolerant to illformed regular expressions subscribed
by other agent on the bus
+ * ivy-perl warn you when a message containing a \n is send.
+ This is because the \n is currently the message separator
* with the statusfunc, it is now possible to know every regexp
subscribed / unsubscribed by other agents
* the ivyprobe.pl application now displays all subscriptions /
- unsubscriptions. It also allows unsubscription
-
+ unsubscriptions. It also allows unsubscription. Minor bugs have
+ been corrected
+ * when a die message or a sendDirectMsgs is issued with an unknown agentName,
+ Ivy warns you correctly
+ * a new example to demonstrate both perfs and uses of Ivy without perl-tk
+ ivymainloop.pl
+ * man pages enhancements
+
-- Christophe MERTZ <mertz@tls.cena.fr> Thu, 25 Apr 2002 15:33:34 +0200
ivy-perl (4.9) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6daa285..a7e10a3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.5.6.0
Package: ivy-perl
Architecture: all
-Depends: ${perl:Depends}, perl-tk, gettimeofday-perl
+Depends: ${perl:Depends}, perl-tk, gettimeofday-perl (>= 1.0.1)
Build-Depends: debhelper (>= 3.0.18)
Description: Perl module and documentation for using the Ivy software bus
Ivy is mostly a communication convention between processes, implemented