Skip to content

Commit 39085e5

Browse files
Merge branch 'maintenance' into develop
2 parents af1054b + 6649d99 commit 39085e5

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ CHANGELOG
88
=========
99

1010

11-
3.0.1 (unreleased)
11+
3.0.1 (2021-09-02)
1212
------------------
1313

1414
### Pages
1515
- Login: Show error messages as returned from the API instead of a constant string (PR#277 by Sebastian Wagner, fixes intelmq-api#35).
1616

17-
#### Landing page
1817
#### Configuration
1918
- Fix working with edges between bots, by transmitting new edges to the server with the new API (PR#264 by Mikk Margus Möll).
2019
- Correctly hide the `destination_queues` parameter in the bot editor (PR#264 by Mikk Margus Möll).
@@ -30,21 +29,18 @@ CHANGELOG
3029
- Prohibit the user from creating a bot with an ID collision (PR#276 by Mikk Margus Möll, fixes #152).
3130
- Ask the user for confirmation to exit the page in case of unsaved changes (PR#276 by Mikk Margus Möll, fixes #212)
3231

33-
#### Management
34-
3532
#### Monitor
3633
- `ALLOWED_PATH` and `CONTROLLER_CMD` are defined in a separate JavaScript file, rather than being templated into the HTML, fixing Content-Security-Policy issues (PR#264 by Mikk Margus Möll, fixes #183).
3734
- Fix undeclared variable for showing multi-line log lines (PR#286 by Jeremias Pretto).
3835

39-
#### Check
40-
41-
### Documentation
42-
43-
### Third-party libraries
44-
45-
### Packaging
4636

4737
### Known issues
38+
- Graph jumps around on "Add edge" (#148).
39+
- Monitor page: Automatic log refresh reset log page to first one (#190).
40+
- Load error if a bot has not optional `parameters` field in runtime configuration (#237).
41+
- Better error message for missing authentication (#238).
42+
- Configuration page: Keyboard shortcuts don't work (#260).
43+
- Edit Defaults: Documentation link just reloads (#261).
4844

4945

5046
3.0.0 (2021-07-02)

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ NEWS
1010
See the changelog for a full list of changes.
1111

1212

13+
3.0.1 (2021-09-02)
14+
------------------
15+
16+
Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).
17+
18+
1319
3.0.0 (2021-07-02)
1420
------------------
1521

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ intelmq-manager (3.1.0~alpha2-1) UNRELEASED; urgency=medium
44

55
-- Sebastian Wagner <wagner@cert.at> Fri, 02 Jul 2021 19:10:27 +0200
66

7-
intelmq-manager (3.0.1~beta1-1) UNRELEASED; urgency=medium
7+
intelmq-manager (3.0.1-1) stable; urgency=medium
88

99
* Update to 3.0.1.
1010

11-
-- Sebastian Wagner <wagner@cert.at> Fri, 02 Jul 2021 19:08:20 +0200
11+
-- Sebastian Wagner <wagner@cert.at> Thu, 02 Sep 2021 15:21:47 +0200
1212

1313
intelmq-manager (3.0.0-1) stable; urgency=medium
1414

0 commit comments

Comments
 (0)