diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecd6b72..af721f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org). +## v0.2.0 + +Released 2016-06-09 + +For full handling of setsid system calls and session id tracking using `proc.sname`, falco requires a sysdig version >= 0.10.0. + +### Major Changes + +- Add TravisCI regression tests. Testing involves a variety of positive, negative, and informational trace files with both plain and json output. [[#76](https://github.com/draios/falco/pull/76)] [[#83](https://github.com/draios/falco/pull/83)] +- Fairly big rework of ruleset to improve coverage, reduce false positives, and handle installation environments effectively [[#83](https://github.com/draios/falco/pull/83)] [[#87](https://github.com/draios/falco/pull/87)] +- Not directly a code change, but mentioning it here--the Wiki has now been populated with an initial set of articles, migrating content from the README and adding detail when necessary. [[#90](https://github.com/draios/falco/pull/90)] + +### Minor Changes + +- Improve JSON output to include the rule name, full output string, time, and severity [[#89](https://github.com/draios/falco/pull/89)] + +### Bug Fixes + +- Improve CMake quote handling [[#84](https://github.com/draios/falco/pull/84)] +- Remove unnecessary NULL check of a delete [[#85](https://github.com/draios/falco/pull/85)] + ## v0.1.0 Released 2016-05-17 diff --git a/README.md b/README.md index c91c7590..a1e871b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ####Latest release -**v0.1.0** +**v0.2.0** Read the [change log](https://github.com/draios/falco/blob/dev/CHANGELOG.md) Dev Branch: [![Build Status](https://travis-ci.org/draios/falco.svg?branch=dev)](https://travis-ci.org/draios/falco)