summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjestin2004-06-25 18:26:05 +0000
committerjestin2004-06-25 18:26:05 +0000
commit43eaf35871578ea498e20ed4f945cce14f8f3032 (patch)
treed8fc5fa6ee4a81a14a50f5c99cb8a4951ffa5fff /debian/changelog
parent019a1f10cea0ce4bb23173dea3c45cba0fc4f3f1 (diff)
downloadivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.zip
ivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.tar.gz
ivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.tar.bz2
ivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.tar.xz
problem dh_strip de la lib
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog19
1 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a924f38..48b72df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+ivy-c (3.6) unstable; urgency=low
+
+ * now uses PCRE ( Perl Compatible Regular Expressions ). Please use -livy -lpcre
+ now when compiling. See http://www.pcre.org or man pcre for more details
+ * tclivy.c : many bugfixes to support spaces in parameters captured by
+ regexp
+ * added an example directory, with gtk motif and tk bindings
+ * fixed a nasty bug in the IvyUnbindMsg, where new client still were sent a
+ binding to the unbound regexps
+ * added a help message for ivyprobe, when called with -? or with unknown
+ command line switches
+ * added a -n switch to ivyprobe to change the name of the ivyprobe
+ * added a -v switch to ivyprobe to check the ivy-c version
+ * Makefile merges solaris, linux, and OSX versions. edit before compiling...
+
+ -- Yannick Jestin <jestin@cena.fr> Thu, 24 Jun 2004 18:28:10 +0200
+
ivy-c (3.5) unstable; urgency=low
* ivyprobe: removed the trailing "\n" at the end of the messages sent by ivyprobe when
@@ -5,7 +22,7 @@ ivy-c (3.5) unstable; urgency=low
* ivyprobe: added a DirectCallback to display direct messages sent by peers,
* ivyprobe: prevents binding to invalid regexps. Fails with an error message
- -- Yannick Jestin <jestni@cena.fr> Mon, 17 Feb 2003 17:45:00 +0100
+ -- Yannick Jestin <jestin@cena.fr> Mon, 17 Feb 2003 17:45:00 +0100
ivy-c (3.4) unstable; urgency=low