Skip to content

Commit

Permalink
REL: Release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Sep 25, 2017
1 parent b491ba0 commit a5bb2ae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
=========

0.2.2 (unreleased)
------------------
0.3
---
* Partly support for CentOS/RHEL 7 (#55, #103)
* Note on security considerations in Readme to avoid misunderstandings
* Show versions of intelmq and intelmq manager on about page
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ NEWS

See the changelog for a full list of changes.

0.2.2 (unreleased)
------------------
0.3
---
* The IntelMQ Manager is now capable of saving the positions of bots.
You need to create the file `/opt/intelmq/etc/manager/positions.conf` and
allow the webserver process to write to it, e.g.:
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
intelmq-manager (0.3-1) experimental; urgency=low

* Update to version 0.3, see changelog
* update fix-paths.patch

-- Wagner Sebastian <[email protected]> Mon, 25 Sep 2017 14:12:56 +0200

intelmq-manager (0.2.1~20170620) experimental; urgency=medium

* Fix syntax error in pipeline.js preventing loading of configuration page
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package: intelmq-manager
Architecture: all
Depends: ${misc:Depends}, apache2, apache2-utils,
libapache2-mod-php | libapache2-mod-php5, sudo,
adduser, intelmq (>= 1.0.0~dev5)
adduser, intelmq (>= 1.0.1)
Description: Graphical interface to manage configurations for the IntelMQ framework.
A IntelMQ configuration is a set of config files which describe which
bots and processing steps should be run in which order. It is similar
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 @@ -14,5 +14,5 @@

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

0 comments on commit a5bb2ae

Please sign in to comment.