Skip to content

Commit d0086ca

Browse files
author
Sebastian Wagner
committed
REL: 2.3.1 Bugfix release
1 parent 995a7f1 commit d0086ca

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

CHANGELOG.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,24 @@ CHANGELOG
88
=========
99

1010

11-
2.3.1 (unreleased)
11+
2.3.1 (2021-03-25)
1212
------------------
1313

14-
### Backend
15-
16-
### Pages
17-
18-
#### Landing page
19-
2014
#### Configuration
2115
- Add authentication token in save-data request (PR#245 by Marcos Gonzalez, fixes #244).
2216
- Fix "Clear Configuration" link destination (PR#249 by Sebastian Wagner, fixes #248).
2317

24-
#### Management
25-
2618
#### Monitor
2719
- Fix link to configuration page of bot (PR#249 by Sebastian Wagner, fixes #248).
2820

29-
#### Check
30-
31-
### Documentation
32-
33-
### Third-party libraries
34-
35-
### Packaging
36-
3721
### Known issues
22+
- Graph jumps around on "Add edge" (#148).
23+
- wrong error message for new bots with existing ID (#152).
24+
- Monitor page: Automatic log refresh reset log page to first one (#190).
25+
- Load error if a bot has not optional `parameters` field in runtime configuration (#237).
26+
- Better error messag for missing authentication (#238).
27+
- Reload page after login (#243).
28+
- Debian packages usability: webserver not required, causing missing webserver configuration (#246).
3829

3930

4031
2.3.0 (2021-03-04)

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ NEWS
1010
See the changelog for a full list of changes.
1111

1212

13-
2.3.1 (unreleased)
13+
2.3.1 (2021-03-25)
1414
------------------
1515

16+
No changes are required by administrators.
17+
1618

1719
2.3.0 (2021-03-04)
1820
------------------

debian/changelog

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

3-
* Start 2.3.1 development.
3+
* Update to 2.3.1.
44

5-
-- Sebastian Wagner <[email protected]> Thu, 04 Mar 2021 13:59:55 +0100
5+
-- Sebastian Wagner <[email protected]> Thu, 25 Mar 2021 14:01:40 +0100
66

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

intelmq_manager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
SPDX-FileCopyrightText: 2020 Intelmq Team <[email protected]>
44
SPDX-License-Identifier: AGPL-3.0-or-later
55
"""
6-
__version_info__ = (2, 3, 1, 'alpha1')
6+
__version_info__ = (2, 3, 1)
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)