Skip to content

Commit

Permalink
Merge pull request #83 from CAIDA/v1.2.2
Browse files Browse the repository at this point in the history
V1.2.2
  • Loading branch information
digizeph authored Feb 13, 2019
2 parents 71c9333 + 5eec06e commit e579acd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
BGPStream Change Log
====================

v1.2.2
------
- Released 2019-02-13

### Bug Fixes
- Fixed pybgpstream element parsing failure for updates with very large AS path fields (#82)

v1.2.1
------
- Released 2018-07-30
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

AC_PREREQ([2.68])

AC_INIT([bgpstream], [1.2.1], [bgpstream-info@caida.org])
AC_INIT([bgpstream], [1.2.2], [bgpstream-info@caida.org])

BGPSTREAM_MAJOR_VERSION=1
BGPSTREAM_MID_VERSION=2
BGPSTREAM_MINOR_VERSION=1
BGPSTREAM_MINOR_VERSION=2

LIBBGPSTREAM_MAJOR_VERSION=2
LIBBGPSTREAM_MID_VERSION=0
Expand Down
2 changes: 1 addition & 1 deletion pybgpstream/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(name = "pybgpstream",
description = "A Python interface to BGPStream",
long_description = "Provides a high-level interface for live and historical BGP data analysis. PyBGPStream requires the libBGPStream C library, available at http://bgpstream.caida.org/download.",
version = "1.2.1",
version = "1.2.2",
author = "Alistair King",
author_email = "bgpstream-info@caida.org",
url="http://bgpstream.caida.org",
Expand Down

0 comments on commit e579acd

Please sign in to comment.