summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog58
1 files changed, 35 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog
index f544838..1179010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy-c (3.13.0) unstable; urgency=low
+
+ * update debian packaging
+ * bump version to allow for proper syncing
+
+ -- Felix Ruess <felix.ruess@gmail.com> Fri, 26 Apr 2013 11:11:25 +0200
+
ivy-c (3.11.10) unstable; urgency=low
* mkdirhier replaced by mkdir -p in all Makefile(s)
@@ -18,7 +25,7 @@ ivy-c (3.11.8) unstable; urgency=low
* 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
+ -- Alexandre Bustico <bustico@cena.fr> Mon, 27 Jan 2010 13:43:00 +0100
ivy-c (3.11.7) unstable; urgency=low
@@ -27,10 +34,16 @@ ivy-c (3.11.7) unstable; urgency=low
-- Alexandre Bustico <bustico@cena.fr> Mon, 6 Jul 2009 16:43:00 +0200
+ivy-c (3.11.6-1) unstable; urgency=low
+
+ * remove dependency over libgtk1.2-dev
+
+ -- Gautier Hattenberger <gautier.hattenberger@enac.fr> Tue, 30 Nov 2010 16:43:00 +0200
+
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
+ * 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
@@ -43,7 +56,7 @@ ivy-c (3.11.5) unstable; urgency=low
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
+ * 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
@@ -51,7 +64,7 @@ ivy-c (3.11.4) unstable; urgency=low
ivy-c (3.11.3) unstable; urgency=low
- * fix timer.c (thanks to brno ivy dev team), and ivydebug.h
+ * 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.
@@ -73,7 +86,7 @@ ivy-c (3.11.1) unstable; urgency=low
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
@@ -93,7 +106,7 @@ ivy-c (3.10.0-2) unstable; urgency=low
ivy-c (3.10.0-1) unstable; urgency=low
- * change Makefile to get around a debian Bug : debian pcrecpp
+ * 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
@@ -104,8 +117,9 @@ ivy-c (3.10.0) unstable; urgency=low
* fix realloc buffer size when big message
* complete change of internal structures for performance optimisation
* experimental parralelized version for performance optimisation (use
- and need openmp) which scale well for regexp matching on
- multicore/multi processor gear.
+ 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
@@ -124,10 +138,10 @@ ivy-c (3.9.3-1) unstable; urgency=low
ivy-c (3.9.2-1) unstable; urgency=low
* Apply patch from Michel Estienne <estienne@cena.fr> for Solaris,
- * Change Makefile and debian rules build to be able to build on Sarge and
+ * Change Makefile and debian rules build to be able to build on Sarge and
on Etch
* Use LDFLAGS in Makefile, use pkg-config if available to get X11 installation
- path so that the Xt lib gets installed in the correct location even on newer
+ path so that the Xt lib gets installed in the correct location even on newer
Xorg 7.x.
-- Olivier Fourdan <fourdan@cena.fr> Mon, 12 Feb 2007 17:36:06 +0100
@@ -186,13 +200,13 @@ ivy-c (3.8-1) unstable; urgency=low
* suppression warning format
* portage WIN32 random => rand
- * modification du protocol Ivy UDP : ajout de appid et appname dans
+ * modification du protocol Ivy UDP : ajout de appid et appname dans
le mesage Hello
* rework the Makefile for cleaner installation
- * redo the debian packaging administration files for better lib/dev
+ * redo the debian packaging administration files for better lib/dev
files splitting
- * move the Ivy header files to a new Ivy/ subdir to avoid conflicts
- with other existing system headers (beware, that *will* break
+ * move the Ivy header files to a new Ivy/ subdir to avoid conflicts
+ with other existing system headers (beware, that *will* break
existing code that needs to look in the the new path for headers
inclusion)
* correction Bug regexp encore
@@ -347,8 +361,8 @@ ivy-c (3.1-1) unstable; urgency=low
* Making ivyprobe ivy-3.0 compliant
* Bug correction which appears at ivy closing
* add doc files
-
- -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Tue, 13 Apr 1999 15:19:17 +0200
+
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Tue, 13 Apr 1999 15:19:17 +0200
ivy-c (3.0-1) unstable; urgency=low
@@ -361,7 +375,7 @@ ivy-c (3.0-1) unstable; urgency=low
* Clean headers
* testivy -> ivyprobe
- -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Thu, 18 Feb 1999 11:50:50 +0100
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Thu, 18 Feb 1999 11:50:50 +0100
ivy-c (1.2-1) unstable; urgency=low
@@ -372,9 +386,9 @@ ivy-c (1.2-1) unstable; urgency=low
ivy-c (1.1-2) unstable; urgency=low
- * Suppression du header list.h qui est aussi défini dans utils-c.
- * Ajout du soname à la bibliothèque dynamique.
-
+ * Suppression du header list.h qui est aussi défini dans utils-c.
+ * Ajout du soname à la bibliothèque dynamique.
+
-- Patrick Lecoanet <lecoanet@cena.dgac.fr> Wed, 9 Dec 1998 11:24:34 +0100
ivy-c (1.1-1) unstable; urgency=low
@@ -382,5 +396,3 @@ ivy-c (1.1-1) unstable; urgency=low
* Initial Release.
-- Patrick Lecoanet <lecoanet@cena.dgac.fr> Tue, 13 Oct 1998 09:52:30 +0200
-
-