Skip to content

Commit

Permalink
REL: Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Sep 24, 2018
1 parent eb29d20 commit 8067816
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

1.0.2 (unreleased)
1.0.2 (2018-09-24)
------------------

### Backend
Expand All @@ -10,28 +10,26 @@ CHANGELOG

### Pages

#### Landing page

#### Configuration
- Underscore is now allowed for new parameter names (#153).

#### Management

#### Monitor
* Fix link to monitor page (#157).

#### Check

### Documentation
- Add a FAQ and add a section about the docker issue #160.
- Add a FAQ and add a section about the docker issue (#160).
- Add instructions for Debian 9, Ubuntu 18.04, and openSUSE Leap 42.3, 15.0 (#168).

### Third-party libraries

### Packaging
- Include a positions file matching the default configuration of intelmq (#171).

### Known issues
* Missing CSRF protection (#111).
* Missing copyright notices (#140).
* Graph jumps around on "Add edge" bug component (#148).
* new runtime parameters with _ not possible (#153).
* wrong error message for new bots with existing ID (#152).
* Queue size for deleted queue remains displayed (#158).

1.0.1 (2018-04-23)
------------------
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ NEWS

See the changelog for a full list of changes.

1.0.1 (2018-09-24)
------------------

No changes are required by administrators.

1.0.0 (2018-04-23)
------------------

No changes are required by administrators.

0.3.1
-----

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-manager (1.0.1-2) stable; urgency=medium

* update to version 1.0.2

-- Wagner Sebastian <[email protected]> Mon, 24 Sep 2018 17:30:06 +0200

intelmq-manager (1.0.1-1) stable; urgency=low

* update to version 1.0.1
Expand Down
4 changes: 1 addition & 3 deletions docs/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ Assumption: You are working on branch maintenance, the next version is a bug fix

* CHANGELOG.MD and
* NEWS.MD: Update the latest header, fix the order and remove empty sections if necessary.
* `intelmq/version.py`: Update the version.
* `intelmq-manager/php/config.php`: Update the version.
* `debian/changelog`: Insert a new section for the new version with the tool `dch`.

Eventually adapt the default log levels if necessary. Should be INFO for stable releases. See older releases.

## Commit and tag.
Commit your changes, the message should start with `REL: `. Push and create a pull request from maintenance to master. Someone else should review the changes. Eventually fix them, make sure the `REL: ` is the last commit, you can also push that one at last, after the reviews.

Expand Down
2 changes: 1 addition & 1 deletion intelmq-manager/php/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

$BOT_CONFIGS_REJECT_REGEX = '/[^[:print:]\n\r\t]/';
$BOT_ID_REJECT_REGEX = '/[^A-Za-z0-9.-]/';
$VERSION = "1.0.2.alpha1";
$VERSION = "1.0.2";
?>

0 comments on commit 8067816

Please sign in to comment.