Skip to content

Commit ffe2feb

Browse files
committed
Update CHANGELOG for v0.0.2
1 parent 41bc5f5 commit ffe2feb

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,33 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66

77
### Added
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
## [0.0.2]
16+
17+
### Added
18+
- Added `libaudit.Reassembler` for reassembling out of order or interleaved
19+
messages and providing notification for lost events based on gaps in sequence
20+
numbers. a60bdd3b1b642cc80a3872d999114ae675456768
821
- auparse - Combine EXECVE arguments into a single field called `cmdline`.
9-
- auparse - Split SELinux `subj` field into `subj_user`, `subj_role`,
22+
468a9eb0898e0efd3c2fd7abf067519cb63fa6c3
23+
- auparse - Split SELinux subjects into `subj_user`, `subj_role`,
1024
`subj_domain`, `subj_level`, and `subj_category`.
25+
f3ed884a7c03ea75c9ec247251905aa1ec548959
26+
- auparse - Replace auid values `4294967295` and `-1` with `unset` to convey
27+
the meaning of these values. #5
28+
- aucoalesce - Added a new package to coalescing related messages into a single
29+
event. #1
1130

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

1436
### Deprecated
1537

0 commit comments

Comments
 (0)