Skip to content

Commit 38c6e97

Browse files
author
Sebastian Wagner
committed
REL: 3.0.2 release
1 parent 448d525 commit 38c6e97

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Please refer to the changelog for a full list of changes.
1111

1212
3.0.2 Maintenance release (2021-09-10)
1313
--------------------------------------
14+
Two performance issues were fixed. One affected all collectors which processed high volumes of data and the other issue affected some bots which used threading.
15+
See the changelog for more details.
1416

17+
The section on 3.0.0 in this file now contains more details for the upgrade to 3.0.0 in regards to the configuration.
1518

1619

1720
3.0.1 Maintenance release (2021-09-02)

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
intelmq (3.0.2~beta2-1) UNRELEASED; urgency=medium
1+
intelmq (3.0.2-1) stable; urgency=medium
22

33
* Update to 3.0.2.
44

5-
-- Sebastian Wagner <[email protected]> Thu, 09 Sep 2021 20:18:26 +0200
5+
-- Sebastian Wagner <[email protected]> Fri, 10 Sep 2021 08:53:47 +0200
66

77
intelmq (3.0.1-1) stable; urgency=medium
88

intelmq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
__version_info__ = (3, 0, 2, 'beta2')
5+
__version_info__ = (3, 0, 2)
66
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)