File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ 1.1.0] - 2019-04-10
8+
9+ ### Added
10+ - Added go.mod file. #10
11+ - Added new syscalls to be in sync with Linux v5.0. #11
12+
13+ ### Fixed
14+ - Fixed integer overflow in BPF conditional jumps when using long lists of
15+ syscalls (>256). #9
16+
17+ ## [ 1.0.0] - 2018-05-17
18+
19+ ### Added
20+ - Initial release.
21+
22+ [ Unreleased ] : https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD
23+ [ 1.1.0 ] : https://github.com/elastic/go-seccomp-bpf/v1.0.0...v1.1.0
24+ [ 1.0.0 ] : https://github.com/elastic/go-seccomp-bpf/v1.0.0
You can’t perform that action at this time.
0 commit comments