Skip to content

Commit

Permalink
REL: Release 2.0.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Aug 23, 2019
1 parent c69d40a commit 5cfe2ad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ CHANGELOG
==========


2.0.1 (unreleased)
2.0.1 (2019-08-23)
------------------

### Configuration

### Core
- `intelmq.lib.harmonization`:
- `IPAddress`: Remove Scope/Zone IDs for IPv6 addresses in sanitation.
Expand Down Expand Up @@ -128,6 +126,12 @@ CHANGELOG
- bash-completion: Support for `intelmqctl upgrade-config` added.

### Known issues
- http stream collector: retry on regular connection problems? (#1435)
- tests: capture logging with context manager (#1342)
- Bots started with IntelMQ-Manager stop when the webserver is restarted. (#952)
- n6 parser: mapping is modified within each run (#905)
- reverse DNS: Only first record is used (#877)
- Corrupt dump files when interrupted during writing (#870)


2.0.0 (2019-05-22)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEWS

See the changelog for a full list of changes.

2.0.1 Bugfix release (unreleased)
2.0.1 Bugfix release (2019-08-23)
---------------------------------

### Requirements
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intelmq (2.0.1-1) stable; urgency=medium

* Update to 2.0.1

-- Wagner Sebastian <[email protected]> Fri, 23 Aug 2019 12:12:35 +0200

intelmq (2.0.1~beta1-1) unstable; urgency=medium

* Update to 2.0.1 Beta 1.
Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (2, 0, 1, 'beta', 1)
__version_info__ = (2, 0, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 5cfe2ad

Please sign in to comment.