summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormertz2000-12-21 16:41:01 +0000
committermertz2000-12-21 16:41:01 +0000
commit746bb1727708a4956b3832bdd254d4f99303764a (patch)
tree040eb8551b834eaa053ae97c7fabf1007b8feb68 /debian
parentd828648644ee3f4bec0ba5d559848c4858c33700 (diff)
downloadivy-perl-746bb1727708a4956b3832bdd254d4f99303764a.zip
ivy-perl-746bb1727708a4956b3832bdd254d4f99303764a.tar.gz
ivy-perl-746bb1727708a4956b3832bdd254d4f99303764a.tar.bz2
ivy-perl-746bb1727708a4956b3832bdd254d4f99303764a.tar.xz
- This version is compatible again with version 3 of Ivy.
Thats 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 - 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 /usr/bin/ivyprobe.pl -h for more infos. - when :port is used as a domain/port ivy-perl now really do connect to the 127:port bus. - man pages have been enhanced. Some features not yet documented 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!
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f28d8bf..907e917 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+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 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
+ * 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
+ /usr/bin/ivyprobe.pl -h for more infos.
+ * when :port is used as a domain/port ivy-perl now really do connect
+ to the 127:port bus.
+ * man pages have been enhanced. Some features not yet documented
+ 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!
+
+ -- Christophe MERTZ <mertz@cena.fr> Wed, 20 Dec 2000 11:02:00 +0100
+
ivy-perl (4.3) unstable; urgency=low
* Typo correction in _removeFileDescriptor causing infinite loop.