Skip to content

Commit 7f33cdd

Browse files
committed
Prepare v2.3.1 release
1 parent 6a33928 commit 7f33cdd

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12-
- Fix change in behaviour that causes error when unmarshaling `AuditStatus` with a short buffer. [#110](https://github.com/elastic/go-libaudit/pull/110)
13-
- Reduce heap allocations when parsing and enriching auditd events. [#111](https://github.com/elastic/go-libaudit/pull/111)
14-
- Relax short buffer requirement further to allow for kernels that do not support the backlog wait feature. [#113](https://github.com/elastic/go-libaudit/pull/113)
15-
- Fix parsing of audit rules where arguments are quoted (like file paths containing spaces). [#115](https://github.com/elastic/go-libaudit/pull/115)
16-
- Fix minimum `AuditStatus` length so that library can support kernels from 2.6.32. [#119](https://github.com/elastic/go-libaudit/pull/119)
17-
1812
### Removed
1913

2014
### Deprecated
2115

16+
## [2.3.1]
17+
18+
### Changed
19+
20+
- Reduce heap allocations when parsing and enriching auditd events. [#111](https://github.com/elastic/go-libaudit/pull/111)
21+
22+
### Fixed
23+
24+
- Fix change in behaviour that causes error when unmarshaling `AuditStatus` with a short buffer. [#110](https://github.com/elastic/go-libaudit/pull/110)
25+
- Fix minimum `AuditStatus` length so that library can support kernels from 2.6.32. [#113](https://github.com/elastic/go-libaudit/pull/113) [#119](https://github.com/elastic/go-libaudit/pull/119)
26+
- Fix parsing of audit rules where arguments are quoted (like file paths containing spaces). [#115](https://github.com/elastic/go-libaudit/pull/115)
27+
2228
## [2.3.0]
2329

2430
### Added
@@ -230,7 +236,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
230236
Linux kernel.
231237
- Added auparse package for parsing audit logs.
232238

233-
[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.3.0...HEAD
239+
[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.3.1...HEAD
240+
[2.3.1]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.1
234241
[2.3.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.0
235242
[2.2.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.2.0
236243
[2.1.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.1.0

0 commit comments

Comments
 (0)