Skip to content

Commit b80e6b7

Browse files
authored
Merge pull request #694 from cglewis/master
release v0.3.1
2 parents 8e18c8a + 3bda11e commit b80e6b7

File tree

5 files changed

+17
-20
lines changed

5 files changed

+17
-20
lines changed

AUTHORS

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,29 @@
33
# For a list of active project maintainers, see the MAINTAINERS file.
44
#
55
Abhinav Ganesh <[email protected]>
6-
aganeshLab41 <[email protected]>
76
8-
9-
10-
Charlie Lewis <[email protected]>
117
Charlie Lewis <[email protected]>
128
Cory Stephenson <[email protected]>
13-
d grossman <[email protected]>
14-
d-grossman <[email protected]>
159
Daniel Popescu <[email protected]>
16-
David Grossman <[email protected]>
1710
David Grossman <[email protected]>
18-
dgrossman <[email protected]>
19-
dgrossman <[email protected]>
2011
Eugen Wybitul <[email protected]>
2112
Greg Shipley
2213
James Day <[email protected]>
23-
2414
Jeff Wang <[email protected]>
2515
JJ Ben-Joseph <[email protected]>
2616
Joe Adams <[email protected]>
2717
2818
lilchurro
2919
30-
3120
Luka Atanasovski <[email protected]>
3221
MikhailShel <[email protected]>
33-
3422
Mohammed Alshaboti <[email protected]>
3523
Nguyen Duy Hai <[email protected]>
3624
3725
Rounaq Jhunjhunu wala <[email protected]>
3826
39-
sourav sarkar <[email protected].com>
27+
scottkelso <scottkelso07@hotmail.com>
4028
sourav sarkar <[email protected]>
4129
T K Sourabh <[email protected]>
4230
Travis Lanham <[email protected]>
43-
Travis Lanham <[email protected]>
44-
Travis Lanham <[email protected]>
4531
Vivek Singh <[email protected]>
46-
Your Name <[email protected]>

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v0.3.1 (2018-07-27)
2+
3+
- If span fabric or interface group doesn't exist, don't mirror
4+
- Updated version of pylint and gevent
5+
- Improved test coverage
6+
- Fixed URI for BCF in installer
7+
- Improved `poseidon start` when forking poseidon
8+
- Clarity around reconfig rather than configure
9+
- Fixed learn_public_addresses being set to the wrong type
10+
- Logged errors with Faucet Connections
11+
- Improved README
12+
113
# v0.3.0 (2018-07-13)
214

315
- Deployment now uses a .deb package

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1.dev
1+
0.3.1

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'0.3.1.dev'
59+
version = u'0.3.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'0.3.1.dev'
61+
release = u'0.3.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

installers/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: poseidon
2-
Version: 0.3.1.dev
2+
Version: 0.3.1
33
Section: base
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)