From d4dfd920c1eeb120d620b1a0cd99b12847eecdef Mon Sep 17 00:00:00 2001 From: albertocaida Date: Wed, 27 Jan 2016 14:38:01 -0800 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 83cc281..417d24e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,21 +8,21 @@ v1.1.0 for help upgrading. ### Major Features - - Adds native support for communities. - - Adds proof-of-concept filters for peers, prefixes and communities. + - Added native support for communities. + - Added proof-of-concept filters for peers, prefixes and communities. ### Minor Features - - Adds various utility functions, including patricia tree. + - Added various utility functions and data structures, including a patricia tree. - Improved testing of various features (make check) - - Adds AS monitor plugin to BGPCorsaro + - Added AS monitor plugin to BGPCorsaro ### Bug Fixes - - Fix segmentation fault when dump file could not be opened. - - Make the broker datasource more resilient to temporary network failures + - 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) - - Fix warning issued by GCC 4.8.4 on Ubuntu 14.04 - - Fix warning issued when building PyBGPStream on Ubuntu - - Fix incorrect return code in `bgpstream_start` + - 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 ------