summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbustico2008-03-26 14:55:32 +0000
committerbustico2008-03-26 14:55:32 +0000
commit540cd95a769b2b85572bdfae26867bedfaf2fb3d (patch)
tree6d2973f250321b9396c1493fb8a8513bd4a0e55b
parentb254df74ef77729d33f82a5bdae24847dccf238e (diff)
downloadivy-c-540cd95a769b2b85572bdfae26867bedfaf2fb3d.zip
ivy-c-540cd95a769b2b85572bdfae26867bedfaf2fb3d.tar.gz
ivy-c-540cd95a769b2b85572bdfae26867bedfaf2fb3d.tar.bz2
ivy-c-540cd95a769b2b85572bdfae26867bedfaf2fb3d.tar.xz
update debian/changelog
-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>