summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog39
1 files changed, 22 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index 549d092..f544838 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
+ivy-c (3.11.10) unstable; urgency=low
+
+ * mkdirhier replaced by mkdir -p in all Makefile(s)
+
+ -- Jean-Paul Imbert <imbert@cena.fr> Fri, 15 March 2013 10:03:00 +0100
+
ivy-c (3.11.9) unstable; urgency=low
* headers path modification in ivytestreplay.c
-
+
-- Alexandre Bustico <bustico@cena.fr> Wed, 21 December 2011 10:03:00 +0100
-
+
ivy-c (3.11.8) unstable; urgency=low
* correct broadcast adress for loopback (not the same beetween linux/windows and osx)
@@ -11,14 +17,14 @@ ivy-c (3.11.8) unstable; urgency=low
* correct OSX Makefile to set correct dylib path on executable at install
* make ivy-c compilable by a c++ compiler
* add fixes to remove all gcc warning message
-
+
-- Alexandre Bustico <bustico@cena.fr> Mon, 27 Janury 2010 13:43:00 +0100
ivy-c (3.11.7) unstable; urgency=low
* copy string buffer for message ready instead of referencing it since we have no clue if this buffer will remain valid atfer the caller calls init
* function ivyTerminate dealloc allocated string
-
+
-- Alexandre Bustico <bustico@cena.fr> Mon, 6 Jul 2009 16:43:00 +0200
ivy-c (3.11.6) unstable; urgency=low
@@ -26,13 +32,13 @@ ivy-c (3.11.6) unstable; urgency=low
* desactivation of the nagle buffering for TCP sockets,
since ivy is most of the time used to send events, we will priviligiate
lag over throughtput
-
+
-- Alexandre Bustico <bustico@cena.fr> Mon, 6 Jul 2009 16:43:00 +0200
-
+
ivy-c (3.11.5) unstable; urgency=low
* fix double free error in delAllRegexpsFromDictionary
-
+
-- Alexandre Bustico <bustico@cena.fr> Mon, 16 Oct 2008 12:30:00 +0200
ivy-c (3.11.4) unstable; urgency=low
@@ -40,7 +46,7 @@ ivy-c (3.11.4) unstable; urgency=low
* fix again timer.c (thanks again to brno ivy dev team) so that timer could be removed within the callback
* make the lib and api more robust by adding const where they should be
* compile with -Wall and eliminate remaining warnings
-
+
-- Alexandre Bustico <bustico@cena.fr> Mon, 19 May 2008 17:30:00 +0200
ivy-c (3.11.3) unstable; urgency=low
@@ -48,20 +54,20 @@ ivy-c (3.11.3) unstable; urgency=low
* fix timer.c (thanks to brno ivy dev team), and ivydebug.h
* add __attribute__ gcc hooks which permit to emit warning when format
and arguments of bindmessage and sendmessage aren't concordant.
-
+
-- Alexandre Bustico <bustico@cena.fr> Tue, 14 May 2008 11:00:00 +0200
-
+
ivy-c (3.11.2) unstable; urgency=low
* fix makefile for openmp lib and tools
-
+
-- Alexandre Bustico <bustico@cena.fr> Tue, 6 May 2008 15:32:54 +0100
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
@@ -70,19 +76,19 @@ ivy-c (3.11.0) unstable; urgency=low
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
-
+
-- Alexandre Bustico <bustico@cena.fr> Wed, 08 Feb 2008 10:32:54 +0100
ivy-c (3.10.0-2) unstable; urgency=low
* fix makefile for non omp target
-
+
-- Alexandre Bustico <bustico@cena.fr> Wed, 08 Feb 2008 10:32:54 +0100
ivy-c (3.10.0-1) unstable; urgency=low
@@ -90,7 +96,7 @@ ivy-c (3.10.0-1) unstable; urgency=low
* change Makefile to get around a debian Bug : debian pcrecpp
package is broken, (as debian itself)
* a repertory testivy with test file for the ivythroughput test tool
-
+
-- Alexandre Bustico <bustico@cena.fr> Wed, 06 Feb 2008 17:17:54 +0100
ivy-c (3.10.0) unstable; urgency=low
@@ -100,7 +106,6 @@ ivy-c (3.10.0) unstable; urgency=low
* experimental parralelized version for performance optimisation (use
and need openmp) which scale well for regexp matching on
multicore/multi processor gear.
-
-- Alexandre Bustico <bustico@cena.fr> Wed, 06 Feb 2008 17:17:54 +0100