Skip to content

Commit 84db366

Browse files
authored
Merge pull request #771 from cglewis/master
release v0.3.4
2 parents cb50ade + dcde937 commit 84db366

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.3.4 (2018-09-10)
2+
3+
- Updated version of pytest and pytest-cov
4+
- Fixed the number of endpoints that can be in the mirroring/investigating state
5+
- Improvements to the logging output
6+
- Fixed API when learning at L2
7+
- Reinvestigates if ML results come back with nothing
8+
- Validates connectivity to the controller before making network_tap requests
9+
- Reduce connection timeout times
10+
- Now uses Docker for building Debian package
11+
- Added reinvestigation_frequency as a configuration option for the Debian package
12+
- Fix reprompting when using the Debian package with demo and upgrading
13+
114
# v0.3.3 (2018-08-24)
215

316
- Updated version of certifi, gevent, and pytest

VERSION

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

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'0.3.4.dev'
58+
version = u'0.3.4'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'0.3.4.dev'
60+
release = u'0.3.4'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# 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.4.dev
2+
Version: 0.3.4
33
Section: base
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)