Skip to content

Commit

Permalink
update to 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Sep 4, 2013
1 parent 0d5f02b commit f0b71c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
exabgp (3.2.9-1) unstable; urgency=low
* New upstream release

-- Henry-Nicolas Tourneur <[email protected]> Sun, 4 Sep 2013 16:00:00 +0000

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

Expand Down
2 changes: 1 addition & 1 deletion lib/exabgp/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="3.2.8"
version="3.2.9"

# Do not change the first line as it is parsed by scripts

Expand Down
2 changes: 1 addition & 1 deletion sbin/exabgp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sbin/exabmp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0b71c5

Please sign in to comment.