exabgp (3.1.9-1) unstable; urgency=low
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 27 Mar 2013 17:00:00 +0000

exabgp (3.1.8-1) unstable; urgency=low
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Fri, 22 Mar 2013 15:00:00 +0000

exabgp (3.1.7-1) unstable; urgency=low
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Mon, 18 Mar 2013 18:00:00 +0000

exabgp (3.1.6-1) unstable; urgency=low
  * New upstream release
  * Closes: #697742 incorrect ucf usage in postrm script.
  * Closes: #699363 incorrect rmdir usage in postinst

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Fri, 8 Mar 2013 12:00:00 +0000

exabgp (3.1.5-1) unstable; urgency=low
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Mon, 18 Feb 2013 15:00:00 +0000

exabgp (3.1.3-1) unstable; urgency=low
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 03 Feb 2013 12:13:00 +0000

exabgp (3.1.2-1) unstable; urgency=low
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 09 Jan 2013 22:59:00 +0000

exabgp (3.1.1-1) unstable; urgency=low
  
  * New upstream release
  * Closes: #687134 debconf abuse, notice of software behavior take places under
    NEWS.Debian, not in a debconf screen, information moved accordingly.
  * Closes: #693338 Japanese translation removed since debconf template is out.
  * Closes: #697178 Russian translation removed since debconf template is out.
  * Closes: #689533 UCF-based conf added. 
    No more manual changes to exabgp.env, thanks to Federico Ceratto.
            

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 02 Jan 2013 11:42:00 +0000

exabgp (3.0.11-1) unstable; urgency=low
  
  * New upstream release
  * Closes: #687134 (debconf abuse)

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Mon, 21 Nov 2012 18:19:00 +0000

exabgp (3.0.10-1) unstable; urgency=low
  
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 06 Sep 2012 12:34:56 +0000

exabgp (3.0.9-1) unstable; urgency=low
  
  * New upstream release

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 05 Sep 2012 12:34:56 +0000

exabgp (3.0.8-1) unstable; urgency=low
  
  * Improved init script for /var/run checks

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Sat, 25 Aug 2012 13:32:00 +0000

exabgp (3.0.7-1) unstable; urgency=low
  
  * New upstream release
  * Fix configuration parser when multiple flows are provided

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Sun, 19 Aug 2012 20:00:00 +0000

exabgp (3.0.6-1) unstable; urgency=low
  
  * New upstream release
  * Debian packaging adapted for new configuration template
  * Improved init script

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Sun, 12 Aug 2012 13:42:00 +0000

exabgp (2.0.8-1) unstable; urgency=low
  
  * New upstream release
  * Fix the update grouping which could cause bigger than allowed updates
  * Fix caller script path detection issue

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Sat, 31 Mar 2012 12:00:00 +0000

exabgp (2.0.7-1) unstable; urgency=low
  
  * New upstream release
  * Fix bad clean target for build/ directory

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 22 Mar 2012 12:00:00 +0000

exabgp (2.0.6-1) unstable; urgency=low
  
  * New upstream release
  * Group BGP updates up to 4096 bytes
  * Closes: #661472

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 28 Feb 2012 20:00:00 +0000

exabgp (2.0.5-1) unstable; urgency=low
  
  * New upstream release
  * Fix bad flowspec component size calculation for large flow routes
  * Fix bad attribute generation for attributes bigger than 256 chars
  * Fix passing arguments to the helper programsP

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 10 Feb 2012 20:00:00 +0000

exabgp (2.0.4-1) unstable; urgency=low
  
  * New upstream release
  * Fix bug when signal are sent

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 01 Feb 2012 15:00:00 +0000

exabgp (2.0.3-1) unstable; urgency=low

  * Internal Change how we read from socket
  * User Change new DEBUG_CORE option
  * User Change DEBUG_ROUTES is deprecated please use DEBUG_ROUTE
  * Fix now sending correctly "neighbor <ip> down" when a neighbor goes down
  * Fix a bug when parsing "split" configuration
  * Fix do not send routes faster than a router can accept them
  * Fix under load we could receive partial messages, read until we have it all
  * Fix we were not always sending the 'down' message to handlers
  * Fix handle signal during select
  * Fix possible problem with session establishment
  * Fix bad route generation for OLD BGP speakers
  * Improvement now sending help "neighbor <ip> up" when a neighbor goes up
  * Improvement Buffering message we can not send them
  * Improvement Limiting how long and how deep the buffer can be
  * Improvement Parsing AS4_PATH message and merging AS_PATH when required
  * Improvement extendeded community are available in the configuration file
  * Improvement printed routes now include extended community information
  * Closes: #653923

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Wed, 01 Feb 2012 12:00:00 +0000

exabgp (2.0.2-1) unstable; urgency=low

  * Small upstream fixes.
  * Closes: #653729
  * Change the location of the python libraries

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Tue, 30 Dec 2011 11:04:00 +0000

exabgp (2.0.1-1) unstable; urgency=low

  * Fix regression in flow route parsing.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Tue, 08 Dec 2011 11:24:00 +0000

exabgp (2.0.0-1) unstable; urgency=low

  * New upstream version, debian packaging adaptations.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Tue, 05 Dec 2011 11:24:00 +0000

exabgp (1.3.4-2) unstable; urgency=low

  * Fix Python dependency error, thanks to Jakub Wilk (Closes: #642548) 

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Tue, 24 Sep 2011 21:50:00 +0000

exabgp (1.3.4-1) unstable; urgency=low

  * New upstream version.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Tue, 21 Sep 2011 17:30:00 +0000

exabgp (1.3.3-2) unstable; urgency=low

  * New upstream package version for Debian update.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Tue, 4 Aug 2011 16:30:00 +0000

exabgp (1.3.3-1) unstable; urgency=low

  * Fix a bug on high latency links
  * Dramatically accelerate route delta calculation

 -- Thomas Mangin <thomas.mangin@exa-networks.co.uk>  Tue, 25 Jun 2011 16:30:00 +0000

exabgp (1.3.1-2) unstable; urgency=low

  * Cleaned up a lintian error and one warning.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 5 Jun 2011 17:41:07 +0000

exabgp (1.3.1-1) unstable; urgency=low

  * Updated packaging for 1.3.1.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 3 May 2011 13:54:07 +0000

exabgp (1.3.0-1) unstable; urgency=low

  * Updated packaging for 1.3.0, removed patches.
  * Added a lintian override as the packaging is now done upstream.

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 2 May 2011 10:05:07 +0000

exabgp (1.2.0-2) unstable; urgency=low

  * Added watch file for uscan

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 25 Apr 2011 17:12:28 +0000

exabgp (1.2.0-1) unstable; urgency=low

  * Patches:
    - copyright: Extend validity of the COPYRIGHT to 2011, on author request.
    - daemonize: Let the daemon daemonize on the basis of that ENV var.
        Original comportment is to decide to fork or not depending on DAEMON ENV var.
  * Initial release (Closes: #623616) 

 -- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be>  Thu, 21 Apr 2011 19:35:15 +0000

