libgea3 (3.7) unstable; urgency=low

  * fix duration2Timeval()

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 23 Oct 2008 12:17:23 +0200

libgea3 (3.6) unstable; urgency=low

  * clean up main event loop

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 23 Oct 2008 10:42:46 +0200

libgea3 (3.5) unstable; urgency=low

  * fix update of GEA.lastEventTime, fixes negative ping time bug

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Mon, 20 Oct 2008 11:35:44 +0200

libgea3 (3.4) unstable; urgency=low

  * fix processing of late events in GEA event loop

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Fri, 08 Aug 2008 14:16:59 +0200

libgea3 (3.3) unstable; urgency=low

  * add processing of late timeouts in the gea event loop

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Fri, 01 Aug 2008 16:33:23 +0200

libgea3 (3.2) unstable; urgency=low

  * add arithmetic operations on two Durations

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue, 29 Jul 2008 09:33:25 +0200

libgea3 (3.1) unstable; urgency=low

  * fix some bugs related to GCC 4.3

 -- aherms <aherms@ivs.cs.uni-magdeburg.de>  Wed, 23 Jul 2008 16:22:33 +0200

libgea3 (3.0) unstable; urgency=low

  * changed time representation in GEA. This requires a new major release, as it
    breaks the binary compatiblity.

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 12 Jun 2008 19:10:06 +0200

libgea2 (2.5) unstable; urgency=low

  * fix install order of libraries

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Mon, 05 May 2008 11:22:59 +0200

libgea2 (2.4) unstable; urgency=low

  * abort hard, if the applications tries to schedule an event in the past.

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Fri, 11 Apr 2008 13:58:25 +0200

libgea2 (2.3) unstable; urgency=low

  * Slightly changed the API of UnixFdHandle

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Sat, 15 Dec 2007 13:11:52 +0100

libgea2 (2.2) unstable; urgency=low

  * renamed package to libgea2
  * renamed library from libgea.so to libgea2.so

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Sat, 15 Dec 2007 12:54:08 +0100

libgea (2.1) unstable; urgency=low

  * ???

 -- Andre Herms <aherms@euklab.cs.uni-magdeburg.de>  Thu,  7 Jun 2007 12:23:19 +0200

libgea (2.0) unstable; urgency=low

  * this version contains changes that make it binary incampatible with previous one!
  * added GEA.lastEventTime element
  * GEA member functions became virtual
  * added default constructor for gea::Duration
  * minor improvements

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 17 May 2007 12:14:06 +0200

libgea (1.10) unstable; urgency=low

  * internal version increase

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue, 20 Mar 2007 13:49:09 +0100

libgea (1.9) unstable; urgency=low

  * add dependency on libltdl3-dev

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  2 Jan 2007 16:35:17 +0100

libgea (1.8) unstable; urgency=low

  * fixed prepare.pl


 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  2 Jan 2007 16:26:56 +0100

libgea (1.7) unstable; urgency=low

  * fixed prepare.pl

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  2 Jan 2007 16:21:07 +0100

libgea (1.6) unstable; urgency=low

  * fixed build dependencies 

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  2 Jan 2007 16:05:19 +0100

libgea (1.5) unstable; urgency=low

  * fix the missing libgea-posix.so

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  2 Jan 2007 14:59:00 +0100

libgea (1.4) unstable; urgency=low

  * added helper macros for object repository access
  * ostream returned by GEA.dbg() can now be altered via the ostream** GEA_defaultOstream

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Fri, 22 Dec 2006 20:55:21 +0100

libgea (1.3) unstable; urgency=low

  * added support for static library
  * include static library in dev package

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 12 Oct 2006 14:51:45 +0200

libgea (1.2) unstable; urgency=low

  * fixed minor bugs 

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Fri, 24 Mar 2006 14:49:57 +0100

libgea (1.1) unstable; urgency=low

  * fixed bug in gea::UdpHandle 

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Wed, 22 Mar 2006 14:10:28 +0100

libgea (1.0) unstable; urgency=low

  * remove Flowtracker
  * assert that the funktion pointer in waitFor is non-zero
  * give get/set access to the IP and port of a UDP address

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Wed, 22 Feb 2006 13:55:06 +0100

libgea (0.26) unstable; urgency=low

  * make really libgea-utils a shared library
  * ...

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Mon, 27 Jun 2005 16:54:40 +0200

libgea (0.25) unstable; urgency=low

  * make libgea-utils a shared library

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  7 Jun 2005 19:03:24 +0200

libgea (0.24) unstable; urgency=low

  * mistake with developer packets 

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  7 Jun 2005 18:01:18 +0200

libgea (0.23) unstable; urgency=low

  * reordering build structure 

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Tue,  7 Jun 2005 17:53:35 +0200

libgea (0.22) unstable; urgency=low

  * use of libdl
  * on the way to windows

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 26 May 2005 18:04:30 +0200

libgea (0.21) unstable; urgency=low

  * fixed argv-parsing in gea_start

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 19 May 2005 17:11:26 +0200

libgea (0.20) unstable; urgency=low

  * added object repository
  * added interactive mode

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 19 May 2005 14:24:53 +0200

libgea (0.19) unstable; urgency=low

  * made UdpHandle::getIP() a static member function

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Wed, 23 Mar 2005 10:34:47 +0100

libgea (0.18) unstable; urgency=low

  * added AnimLink class 

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Thu, 27 Jan 2005 22:46:33 +0100

libgea (0.17) unstable; urgency=low

  * Initial Release.

 -- Andre Herms <aherms@ivs.cs.uni-magdeburg.de>  Sun, 23 Jan 2005 15:13:59 +0100

Local variables:
mode: debian-changelog
End:
