File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.2.0] - 2017-02-27
9
+
10
+ ### Added
11
+
12
+ - More syscalls. Syscalls are now generated from the latest Linux version (4.10
13
+ at the time of writing this) source code.
14
+
15
+ ### Changed
16
+
17
+ - [ breaking-change] . Some syscalls have been renamed to match the Linux source
18
+ code.
19
+ - ARM
20
+ - SYNC_FILE_RANGE2 -> ARM_SYNC_FILE_RANGE
21
+ - SPARC64
22
+ - GETRESGID -> GETRESGID32
23
+ - GETRESUID -> GETRESUID32
24
+ - SETRESGID -> SETRESGID32
25
+ - SETRESUID -> SETRESUID32
26
+
27
+ ### Fixed
28
+
29
+ - x86 syscall6. It was hitting rust-lang/rust #39098
30
+
8
31
## [ v0.1.5] - 2017-02-03
9
32
10
33
### Fixed
@@ -48,7 +71,8 @@ Initial release. Forked from [syscall] v0.2.1.
48
71
49
72
- Support for x86_64 FreeBSD
50
73
51
- [ Unreleased ] : https://github.com/japaric/syscall.rs/compare/v0.1.5...HEAD
74
+ [ Unreleased ] : https://github.com/japaric/syscall.rs/compare/v0.2.0...HEAD
75
+ [ v0.2.0 ] : https://github.com/japaric/syscall.rs/compare/v0.1.5...v0.2.0
52
76
[ v0.1.5 ] : https://github.com/japaric/syscall.rs/compare/v0.1.4...v0.1.5
53
77
[ v0.1.4 ] : https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
54
78
[ v0.1.3 ] : https://github.com/japaric/syscall.rs/compare/v0.1.2...v0.1.3
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
7
7
name = " sc"
8
8
readme = " README.md"
9
9
repository = " https://github.com/japaric/syscall.rs"
10
- version = " 0.1.5 "
10
+ version = " 0.2.0 "
You can’t perform that action at this time.
0 commit comments