You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,23 @@ CHANGELOG
132
132
- logrotate: Move compress and ownership rules to the IntelMQ-blocks to prevent that they apply to other files (PR#2111 by Sebastian Wagner, fixes #2110).
133
133
134
134
### Known issues
135
+
This is short list of the most important known issues. The full list can be retrieved from [GitHub](https://github.com/certtools/intelmq/labels/bug?page=2&q=is%3Aopen+label%3Abug).
136
+
- intelmq_psql_initdb does not work for SQLite (#2202).
137
+
- SyntaxError in bots causes intelmqctl check to crash (#2177).
138
+
- intelmqctl create log file before dropping privileges (#2176).
139
+
- intelmqsetup: should install a default state file (#2175).
Copy file name to clipboardExpand all lines: NEWS.md
+3-25Lines changed: 3 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,20 @@ NEWS
7
7
====
8
8
9
9
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.
10
-
Please refer to the changelog for a full list of changes.
10
+
Please refer to the change log for a full list of changes.
11
11
12
12
13
13
3.1.0 Feature release (unreleased)
14
14
----------------------------------
15
15
16
-
### Requirements
17
-
18
16
### Bots
19
17
#### ShadowServer Reports API collector
20
18
The misleading `country` parameter has been depreciated and a `reports` parameter has been added.
21
19
The backwards-compatibility will be removed in IntelMQ version 4.0.0.
22
20
See the [Shadowserver Reports API bot's documentation](https://intelmq.readthedocs.io/en/latest/user/bots.html#shadowserver-reports-api).
23
21
24
-
25
-
3.1.0 Feature release (unreleased)
26
-
----------------------------------
27
-
28
-
### Requirements
29
-
30
-
### Bots
31
-
#### ShadowServer Reports API collector
32
-
The misleading `country` parameter has been depreciated and a `reports` parameter has been added.
33
-
The backwards-compatibility will be removed in IntelMQ version 4.0.0.
34
-
See the [Shadowserver Reports API bot's documentation](https://intelmq.readthedocs.io/en/latest/user/bots.html#shadowserver-reports-api).
35
-
36
-
### Tools
22
+
#### GitHub Collector
23
+
GitHub removed the basic `Username/Password` Authentication in favor of personal access tokens. So the GitHub Collector uses an Personal Access Token for authentication [Github Documentation: Generate a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
The parameter `timeout` has been merged into `redis_cache_ttl`.
55
42
56
-
### Libraries
57
-
58
43
### Postgres databases
59
44
The following statements optionally update existing data for the harmonization classification changes:
60
45
```sql
@@ -142,13 +127,6 @@ UPDATE events
142
127
```
143
128
144
129
145
-
### Bots
146
-
147
-
#### Github Collector
148
-
GitHub removed the basic `Username/Password` Authentication in favor of personal access tokens. So the GitHub Collector uses an Personal Access Token for authentication [Github Documentation: Generate a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
149
-
=======
150
-
151
-
152
130
3.0.2 Maintenance release (2021-09-10)
153
131
--------------------------------------
154
132
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.
* **openSUSE Leap 15.3** (make sure the ``openSUSE:Backports:SLE-15-SP3`` repository is enabled)
56
+
* **openSUSE Leap 15.4**
55
57
* **openSUSE Tumbleweed**
56
58
* **Ubuntu 18.04** Bionic Beaver (enable the universe repositories by appending ``universe`` in ``/etc/apt/sources.list`` to ``deb http://[...].archive.ubuntu.com/ubuntu/ bionic main`` first)
57
59
* **Ubuntu 20.04** Focal Fossa (enable the universe repositories by appending ``universe`` in ``/etc/apt/sources.list`` to ``deb http://[...].archive.ubuntu.com/ubuntu/ focal main`` first)
0 commit comments