Skip to content

Commit 4e2039c

Browse files
author
Sebastian Wagner
committed
REL: 3.0.1 Bugfix release
1 parent e9e0cfd commit 4e2039c

File tree

4 files changed

+7
-24
lines changed

4 files changed

+7
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CHANGELOG
77
==========
88

9-
3.0.1 (unreleased)
9+
3.0.1 (2021-09-02)
1010
------------------
1111

1212
### Configuration
@@ -16,10 +16,6 @@ CHANGELOG
1616
- `intelmq.lib.pipeline`: Fix handling of `load_balance` parameter (PR#2027 by Mikk Margus Möll).
1717
- `intelmq.lib.bot`: Fix handling of parameter `destination_queues` if value is an empty dictionary (PR#2051 by Sebastian Wagner, fixes #2034).
1818

19-
### Development
20-
21-
### Data Format
22-
2319
### Bots
2420
#### Collectors
2521
- `intelmq.bots.collectors.shodan.collector_stream`: Fix access to parameters, the bot wrongly used `self.parameters` (PR#2020 by Mikk Margus Möll).
@@ -66,9 +62,9 @@ CHANGELOG
6662
- Fix management actions (start/stop/status/reload/restart) for groups (PR#2086 by Sebastian Wagner, fixes #2085).
6763
- Do not use hardcoded logging path in `/opt/intelmq`, use the internal default instead (PR#2092 by Sebastian Wagner, fixes #2091).
6864

69-
### Contrib
70-
7165
### Known issues
66+
See [open bug reports](https://github.com/certtools/intelmq/issues?q=is%3Aissue+is%3Aopen+label%3Abug) for a more detailed list.
67+
- ParserBot: erroneous raw line recovery in error handling (#1850).
7268

7369

7470
3.0.0 (2021-07-02)

NEWS.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,12 @@ NEWS
99
This file lists all changes which have an affect on the administration of IntelMQ and contains steps that you need to be aware off for the upgrade.
1010
Please refer to the changelog for a full list of changes.
1111

12-
3.0.1 Maintenance release (unreleased)
12+
3.0.1 Maintenance release (2021-09-02)
1313
--------------------------------------
1414

15-
16-
### Requirements
17-
18-
### Tools
19-
2015
### Bots
2116
The malwardomains parser bot was removed. The malwaredomains.com website is offline, therefore the parser can not be used anymore. The `intelmqctl upgrade-config` command warns if you have the feed and the bot in use.
2217

23-
### Data Format
24-
25-
### Configuration
26-
27-
### Libraries
28-
29-
### Postgres databases
30-
3118

3219
3.0.0 Major release (2021-07-02)
3320
--------------------------------

debian/changelog

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

33
* Update to 3.0.1.
44

5-
-- Sebastian Wagner <[email protected]> Fri, 02 Jul 2021 18:46:36 +0200
5+
-- Sebastian Wagner <[email protected]> Thu, 02 Sep 2021 10:17:30 +0200
66

77
intelmq (3.0.0-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, 1, 'beta1')
5+
__version_info__ = (3, 0, 1)
66
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)