summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormertz2002-06-20 12:02:17 +0000
committermertz2002-06-20 12:02:17 +0000
commit593ad9ba9e23220dff8058eb10009e133af88b12 (patch)
tree31f9e7e90dcb0900cde482c0db8faa1ac502c7d8 /debian
parentfd80a0b9639d20613ba5858766f674cab3acbdae (diff)
downloadivy-c-593ad9ba9e23220dff8058eb10009e133af88b12.zip
ivy-c-593ad9ba9e23220dff8058eb10009e133af88b12.tar.gz
ivy-c-593ad9ba9e23220dff8058eb10009e133af88b12.tar.bz2
ivy-c-593ad9ba9e23220dff8058eb10009e133af88b12.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/control2
2 files changed, 15 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 370f6a5..5a39649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ivy-c (3.3.1) unstable; urgency=low
+
+ * support of multicast, with IP adresses only between 224.0.0.0 and 239.255.255.255
+ (i.e. no support for group names), by frc
+ * correction of message parsing in some strange but correct messages, by frc
+ e.g. with a regexp like "foo(.*) (.*)" and a message like "foo1 2", the receiver
+ will receive two values '1' and '2'
+ * upgrade of the documentation and fixes in the copyright headers, by sc
+ * miminal support of glut toolkit, by frc. However, there is currently no
+ libglutivy in the bin package due to some glut loop limitation.
+
+ -- Christophe MERTZ <mertz@tls.cena.fr> Tue, 8 Jan 2002 16:53:00 +0100
+
ivy-c (3.2-3) unstable; urgency=low
* bad version dependency of ivy-c-dev
@@ -90,7 +103,4 @@ ivy-c (1.1-1) unstable; urgency=low
-- Patrick Lecoanet <lecoanet@cena.dgac.fr> Tue, 13 Oct 1998 09:52:30 +0200
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "damiano@cena.fr"
-End:
+
diff --git a/debian/control b/debian/control
index 64d7874..302ff39 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Description: Ivy software bus. runtime Package
Package: ivy-c-dev
Architecture: any
-Depends: ivy-c (>= 3.2-3), libc6-dev, xlib6g-dev, tcl8.2-dev
+Depends: ivy-c (>= 3.2-3), libc6-dev, xlib6g-dev, tcl8.2-dev, libgtk1.2-dev
Description: Ivy software bus. development Package
This package is needed for compiling applications using ivy-c.
Ivy is mostly a communication convention between processes, implemented