summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorbustico2008-04-08 14:42:23 +0000
committerbustico2008-04-08 14:42:23 +0000
commit1afbcc6fa34335e77e089ddc5d67d069d3189ea7 (patch)
tree188833731be2a66d8e026c8a8f68115359ba4e81 /debian/changelog
parent540cd95a769b2b85572bdfae26867bedfaf2fb3d (diff)
downloadivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.zip
ivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.tar.gz
ivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.tar.bz2
ivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.tar.xz
* fix a bug with the behavior of send system call in non blocking mode
in some rare case * simplify ivythroutput and his fileset
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 385e625..a0e60c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
+ivy-c (3.11.1) unstable; urgency=low
+
+ * fix a bug with the behavior of send system call in non blocking mode
+ in some rare case
+ * simplify ivythroutput and his fileset
+
+ -- Alexandre Bustico <bustico@cena.fr> Wed, 8 Apr 2008 15:32:54 +0100
+
ivy-c (3.11.0) unstable; urgency=low
* change socket behavior to non blocking, with local management of a
- fifo, this fix some deadlock problems when lot of agents with
- numerous regexp binding are on the same bus.
+ fifo, this fix some deadlock problems when lot of agents with numerous regexp binding are on the same bus.
* little (ascendant compatible) api change
* fix for numerous bugs