Skip to content

Commit

Permalink
REL: 2.3.1 Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Mar 25, 2021
1 parent 995a7f1 commit d0086ca
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 22 deletions.
25 changes: 8 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,24 @@ CHANGELOG
=========


2.3.1 (unreleased)
2.3.1 (2021-03-25)
------------------

### Backend

### Pages

#### Landing page

#### Configuration
- Add authentication token in save-data request (PR#245 by Marcos Gonzalez, fixes #244).
- Fix "Clear Configuration" link destination (PR#249 by Sebastian Wagner, fixes #248).

#### Management

#### Monitor
- Fix link to configuration page of bot (PR#249 by Sebastian Wagner, fixes #248).

#### Check

### Documentation

### Third-party libraries

### Packaging

### Known issues
- Graph jumps around on "Add edge" (#148).
- wrong error message for new bots with existing ID (#152).
- Monitor page: Automatic log refresh reset log page to first one (#190).
- Load error if a bot has not optional `parameters` field in runtime configuration (#237).
- Better error messag for missing authentication (#238).
- Reload page after login (#243).
- Debian packages usability: webserver not required, causing missing webserver configuration (#246).


2.3.0 (2021-03-04)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ NEWS
See the changelog for a full list of changes.


2.3.1 (unreleased)
2.3.1 (2021-03-25)
------------------

No changes are required by administrators.


2.3.0 (2021-03-04)
------------------
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
intelmq-manager (2.3.1~alpha1-1) UNRELEASED; urgency=medium
intelmq-manager (2.3.1~alpha1-1) stable; urgency=medium

* Start 2.3.1 development.
* Update to 2.3.1.

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

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

Expand Down
2 changes: 1 addition & 1 deletion intelmq_manager/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
SPDX-FileCopyrightText: 2020 Intelmq Team <[email protected]>
SPDX-License-Identifier: AGPL-3.0-or-later
"""
__version_info__ = (2, 3, 1, 'alpha1')
__version_info__ = (2, 3, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit d0086ca

Please sign in to comment.