forked from CAIDA/libbgpstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
30 lines (25 loc) · 924 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
BGPStream Change Log
====================
v1.1.0
------
- Released 2016-01-28
- All users should upgrade to this release. Contact bgpstream-info@caida.org
for help upgrading.
### Major Features
- Added native support for communities.
- Added proof-of-concept filters for peers, prefixes and communities.
### Minor Features
- Added various utility functions and data structures, including a patricia tree.
- Improved testing of various features (make check)
- Added AS monitor plugin to BGPCorsaro
### Bug Fixes
- Fixed segmentation fault when dump file could not be opened.
- Made the broker datasource more resilient to temporary network failures
(i.e. retry failed downloads)
- Fixed warning issued by GCC 4.8.4 on Ubuntu 14.04
- Fixed warning issued when building PyBGPStream on Ubuntu
- Fixed incorrect return code in `bgpstream_start`
v1.0.0
------
- Released 2015-10-26
- Initial public release