Skip to content

Commit 1470cff

Browse files
author
Sebastian Wagner
committed
REL: 3.0.0 Release candidate 1
1 parent 761148c commit 1470cff

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Update allowed classification fields to 2020-01-28 version (#1409, #1476).
165165

166166
### Known issues
167167
- ParserBot: erroneous raw line recovery in error handling (#1850).
168+
- ruamel.yaml loader and dumper: human readability bug / support for comments (#2003).
169+
- load_configuration does not support JSON files with tab whitespace because of ruamel loader (#1999).
168170

169171

170172
2.3.3 (2021-05-31)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
intelmq (3.0.0~rc1-1) stable; urgency=low
2+
3+
* Update to 3.0.0 Release candidate 1.
4+
5+
-- Sebastian Wagner <[email protected]> Sat, 26 Jun 2021 12:19:51 +0200
6+
17
intelmq (3.0.0~beta1-1) unstable; urgency=low
28

39
* Update to 3.0.0 Beta 1.

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Optional dependencies:
7575
dnf install bash-completion jq
7676
dnf install python3-psycopg2 python3-pymongo
7777
78-
openSUSE 15.1 / 15.2
78+
openSUSE 15.2 / 15.3
7979
^^^^^^^^^^^^^^^^^^^^
8080

8181
.. code-block:: bash

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

0 commit comments

Comments
 (0)