Skip to content

Commit

Permalink
Update CHANGELOG for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Apr 18, 2017
1 parent 41bc5f5 commit ffe2feb
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,33 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

## [0.0.2]

### Added
- Added `libaudit.Reassembler` for reassembling out of order or interleaved
messages and providing notification for lost events based on gaps in sequence
numbers. a60bdd3b1b642cc80a3872d999114ae675456768
- auparse - Combine EXECVE arguments into a single field called `cmdline`.
- auparse - Split SELinux `subj` field into `subj_user`, `subj_role`,
468a9eb0898e0efd3c2fd7abf067519cb63fa6c3
- auparse - Split SELinux subjects into `subj_user`, `subj_role`,
`subj_domain`, `subj_level`, and `subj_category`.
f3ed884a7c03ea75c9ec247251905aa1ec548959
- auparse - Replace auid values `4294967295` and `-1` with `unset` to convey
the meaning of these values. #5
- aucoalesce - Added a new package to coalescing related messages into a single
event. #1

### Changed
- auparse - Changed the behavior of `ParseLogLine()` and `Parse()` to only parse
the message header. To parse the message body, call `Data()` on the returned
`AuditMessage`.

### Deprecated

Expand Down

0 comments on commit ffe2feb

Please sign in to comment.