Skip to content

Commit

Permalink
REL: Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Sep 5, 2018
1 parent ca6e675 commit 56ca81b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
==========

1.1.0 (unreleased)
1.1.0 (2018-09-05)
------------------
- Support for Python 3.3 has been dropped in IntelMQ and some dependencies of it. Python 3.3 reached its end of life and Python 3.4 or newer is a hard requirement now.
- The list of feeds docs/Feeds.md has now a machine-readable equivalent YAML file in intelmq/etc/feeds.yaml
Expand Down Expand Up @@ -179,9 +179,11 @@ CHANGELOG
- New test for checking if `docs/Feeds.md` is up to date with `etc/feeds.yaml`.

### Known bugs
- contrib: feeds-config-generator does not add feed name as parameter (#1314).
- bot debugger requires configured source pipeline (#1307).
- shadowserver parser: drone feed has spam events (#1271).
- debug log level on python 3.7 not applied (#1269).
- `bots.experts.sieve` does not support textX (#1246).
- performance degradation for extra fields (#1117).
- Postgres output: support condensed JSONDicts (#1107).
- Bots started with IntelMQ-Manager stop when the webserver is restarted (#952).

1.0.6 Bugfix release (2018-08-31)
Expand Down Expand Up @@ -234,6 +236,7 @@ CHANGELOG
- `cron-jobs/update-tor-nodes`: Use check.torproject.org as source as internet2.us is down (#1289).

### Known issues
- shadowserver parser: drone feed has spam events (#1271).


1.0.5 Bugfix release (2018-06-21)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEWS

See the changelog for a full list of changes.

1.1.0 Feature release (unreleased)
1.1.0 Feature release (2018-09-05)
----------------------------------
### Requirements
- Python 3.4 or newer is required.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intelmq (1.1.0-1) stable; urgency=medium

* Update to version 1.1.0

-- Wagner Sebastian <[email protected]> Wed, 05 Sep 2018 14:35:00 +0200

intelmq (1.1.0~rc2-1) unstable; urgency=medium

* Release candidate 2 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('1', '1', '0', 'rc2')
__version_info__ = ('1', '1', '0')
__version__ = '.'.join(__version_info__)

0 comments on commit 56ca81b

Please sign in to comment.