Skip to content

Commit

Permalink
change for 3.2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Sep 20, 2013
1 parent 74b2b15 commit 6d65168
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Version explained:
Version 3.2.11
* Improvement: the TCP server allows 'neighbor' commands
patch by: Hideaki HAYASHI
* Improvement: Enhanced route refresh initial implementation
thanks to: Hideaki HAYASHI for reporting an issue before the release
* Improvement: initial Enhanced route refresh initial implementation
thanks to: Hideaki HAYASHI for reporting an issue before the release (some border cases still exist)
* Fix: bug in generating API string, missing space
* Fix: bug in generating API string, withdrawn reported as invalid announced
* Fix: bug in generating API string, withdawn was missing Path-Information
* Fix: route refresh implementation issues
* Fix: a bug with capability parsing introduced with operational
reported by: M. Brent Busby
reported by: M. Brent Busby
* Fix: be more aggressive on reconnection (3.2 was slower than 3.1)
reported by: Sascha Schumann
reported by: Sascha Schumann

Version 3.2.10
* Fix: was not announcing add-path for IPv6 unicast
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ExaBGP
#ExaBGP

##Summary

Expand All @@ -22,9 +22,9 @@ This program is packaged for **Debian**, **Ubuntu**, **ArchLinux**, **Mint**, **
If you are using [ExaBGP](http://github.com/thomas-mangin/exabgp) from source (or git), it **does not need to be installed** on your server ( using "python setup.py install" ). Simply run [ExaBGP](http://github.com/thomas-mangin/exabgp) from the extracted archive, or your local git repository. It allows to run several versions at the same time without conflict.

```sh
> wget https://github.com/Thomas-Mangin/exabgp/archive/3.2.10.tar.gz
> tar zxvf 3.2.10.tar.gz
> cd exabgp-3.2.10
> wget https://github.com/Thomas-Mangin/exabgp/archive/3.2.11.tar.gz
> tar zxvf 3.2.11.tar.gz
> cd exabgp-3.2.11
> ./sbin/exabgp --help
```

Expand Down Expand Up @@ -107,10 +107,10 @@ Python 2.6.7
* new update code generation can *group multiple NLRI*, from different families, in one update packet
* **NOTIFICATION** message generation using the API
* API message control (limit diffusion to a subset of peers)
* better --decode option to find out what a hex dump of a route mean
* better --decode option to find out what a hex dump of a route mean
* new internals ... many, including
* large rewrite of non-optimal code
* new non-blocking reactor
* new non-blocking reactor
* new Adj-RIB-In and Adj-RIB-Out with scalable watchdog feature
* many small fixes, see the full CHANGELOG
* and more ....
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.11-1) unstable; urgency=low
* New upstream release

-- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be> Sun, 20 Sep 2013 18:00:00 +0000

exabgp (3.2.9-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.9"
version="3.2.11"

# 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.9
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.11

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.9
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.11

if [ "$INTERPRETER" != "" ]
then
Expand Down

0 comments on commit 6d65168

Please sign in to comment.