diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 907e917..79f7e25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ ivy-perl (4.6) unstable; urgency=low - * This version is compatible again with version 3 of Ivy. - Thats means it can be used again without ivy object. + * This version is compatible again with version 3 of ivy-perl. + That means it can be used again without ivy object. This has been documented in the man pages. However it is preferable to create Ivy objects. - * \s and ^\s in regexp are now correctly expanded as tab and - blank characters + * \s or ^\s in regexp are now correctly expanded as tab and + blank characters or as any character different from tab and blank * regular expressions are now case-insensitive (the same as ivy-c!) Of course, case of parameters transmitted on the bus are preserved! * an implementation of ivyprobe is given as an example and as a test tool @@ -16,6 +16,7 @@ ivy-perl (4.6) unstable; urgency=low are now (mainly sendDirect / bindDirect / fileEvent). * the stop method works now also with applications written with the C version of ivy. However the hack may not be the good solution! + * dependency to gettimeofday-perl has been added -- Christophe MERTZ <mertz@cena.fr> Wed, 20 Dec 2000 11:02:00 +0100 |