summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormertz2001-01-04 13:12:40 +0000
committermertz2001-01-04 13:12:40 +0000
commitb793d603f415b8e10621eceb9b927950e639fed4 (patch)
tree20322c6619b7ec478b63e98db3670433b2c86a79 /debian
parent0dc6d388288b58c28310765422981d8fc94cc553 (diff)
downloadivy-perl-b793d603f415b8e10621eceb9b927950e639fed4.zip
ivy-perl-b793d603f415b8e10621eceb9b927950e639fed4.tar.gz
ivy-perl-b793d603f415b8e10621eceb9b927950e639fed4.tar.bz2
ivy-perl-b793d603f415b8e10621eceb9b927950e639fed4.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
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