You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
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
-
18
12
### Removed
19
13
20
14
### Deprecated
21
15
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
+
22
28
## [2.3.0]
23
29
24
30
### Added
@@ -230,7 +236,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments