summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--src/ivy.c6
2 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 692d2f6..385e625 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+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.
+ * little (ascendant compatible) api change
+ * fix for numerous bugs
+
+ -- Alexandre Bustico <bustico@cena.fr> Wed, 26 Mar 2008 15:32:54 +0100
+
ivy-c (3.10.0-3) unstable; urgency=low
* revert accidentally commited modif
diff --git a/src/ivy.c b/src/ivy.c
index eb0e4df..2db1ab1 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -16,11 +16,9 @@
*/
/*
- TODO : ° sync svn
- ° compil sur windows
+ TODO : ° mettre à jour la doc / site web
° faire un configure
- ° mettre à jour la doc / site web
- */
+*/
#ifdef OPENMP
#include <omp.h>