diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
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 |