Skip to content

Commit

Permalink
prepare release for v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Apr 4, 2019
1 parent 79c7de2 commit 57465e1
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.3
------
- Released 2019-04-04

### Bug Fixes
- Fixed an issue where BGPStream would crash when parsing MRT records that are larger than 64k (#79)

v1.2.2
------
- Released 2019-02-13
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.2], [bgpstream-info@caida.org])
AC_INIT([bgpstream], [1.2.3], [bgpstream-info@caida.org])

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

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.2",
version = "1.2.3",
author = "Alistair King",
author_email = "bgpstream-info@caida.org",
url="http://bgpstream.caida.org",
Expand Down

0 comments on commit 57465e1

Please sign in to comment.