Skip to content

Commit

Permalink
REL: Release candidate 1 for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Jul 5, 2017
1 parent 91535e7 commit d673f60
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
==========

development
-----------
1.0.0.rc1 Release candidate
---------------------------
### Core
- Changing the value of an existing field to `None` deletes the field.
- `Message.update` now behaves like `dict.update`. The old behavior is implemented in `Message.change`
Expand Down
13 changes: 8 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ NEWS
See the changelog for a full list of changes.

### Configuration
* For renamed bots, see the changelog for a complete list.
* Many bots have new/change parameters
* Syntax of runtime.conf has changed
* system.conf and startup.conf have been dropped entirely, use defaults.conf and runtime.conf instead
* Many bots have been renamed/moved or deleted. Please read the Bots section in the changelog and upgrade your configuration accordingly.

development
-----------
1.0.0.rc1 Release candidate
---------------------------
### Configuration
- `bots.experts.ripencc_abuse_contact` now has the two additional parameters `query_ripe_stat_asn` and `query_ripe_stat_ip` instead of `query_ripe_stat`. The old parameter will be supported until version 1.1. An additional parameter `mode` has been introduced. See the bot's documentation for more details.
- `bots.experts.certat_contact` has been renamed to `bots.experts.national_cert_contact_certat` (#995)
- `bots.collectors.ftp` has been dropped
- system.conf and startup.conf have been dropped entirely, use defaults.conf and runtime.conf instead

1.0.0.dev8
----------
Expand Down Expand Up @@ -155,6 +153,11 @@ UPDATE events
WHERE "malware.hash.sha1" IS NOT NULL;
```

1.0.0.dev5
----------
* Syntax of runtime.conf has changed


1.0.0.dev1
----------

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.0.0.rc1-1) experimental; urgency=medium

* update to version 1.0.0.rc1

-- Sebastian Wagner <[email protected]> Wed, 20 Jun 2017 16:05:00 +0200

intelmq (1.0.0.dev8-1) experimental; urgency=medium

* update to upstream version 1.0.0.dev8
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', '0', '0', 'dev8')
__version_info__ = ('1', '0', '0', 'rc1')
__version__ = '.'.join(__version_info__)

0 comments on commit d673f60

Please sign in to comment.