From f0b71c5413028337888591d173bbdd40cbf759e0 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Wed, 4 Sep 2013 15:32:24 +0100 Subject: [PATCH] update to 3.2.9 --- CHANGELOG | 1 + debian/changelog | 5 +++++ lib/exabgp/version.py | 2 +- sbin/exabgp | 2 +- sbin/exabmp | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0d6df685b..b147b1c3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ Version 3.2.9 * Fix: handle when ExaBGP daftly connects to iself * Fix: did not parse add-path capability correctly (only registered the last family sent) * Improvement: decode shows the JSON representation of updates + * Improvement: start of support for draft-ietf-idr-operational-message-00 Version 3.2.8 * Fix: correctly re-send routes between restart diff --git a/debian/changelog b/debian/changelog index 3ecfd17f9..473cb6c93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +exabgp (3.2.9-1) unstable; urgency=low + * New upstream release + + -- Henry-Nicolas Tourneur Sun, 4 Sep 2013 16:00:00 +0000 + exabgp (3.2.8-1) unstable; urgency=low * New upstream release diff --git a/lib/exabgp/version.py b/lib/exabgp/version.py index 9c0d30ba2..12832fcf5 100644 --- a/lib/exabgp/version.py +++ b/lib/exabgp/version.py @@ -1,4 +1,4 @@ -version="3.2.8" +version="3.2.9" # Do not change the first line as it is parsed by scripts diff --git a/sbin/exabgp b/sbin/exabgp index da096630e..bd2bc95b2 100755 --- a/sbin/exabgp +++ b/sbin/exabgp @@ -15,7 +15,7 @@ case $dirname in ;; esac -export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.8 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.9 if [ "$INTERPRETER" != "" ] then diff --git a/sbin/exabmp b/sbin/exabmp index 63be95294..223fb1fdb 100755 --- a/sbin/exabmp +++ b/sbin/exabmp @@ -15,7 +15,7 @@ case $dirname in ;; esac -export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.8 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.9 if [ "$INTERPRETER" != "" ] then