Skip to content

Commit c3d0176

Browse files
author
Jorge Aparicio
committed
release v0.2.0
1 parent 77f7fe4 commit c3d0176

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

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+
831
## [v0.1.5] - 2017-02-03
932

1033
### Fixed
@@ -48,7 +71,8 @@ Initial release. Forked from [syscall] v0.2.1.
4871

4972
- Support for x86_64 FreeBSD
5073

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
5276
[v0.1.5]: https://github.com/japaric/syscall.rs/compare/v0.1.4...v0.1.5
5377
[v0.1.4]: https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
5478
[v0.1.3]: https://github.com/japaric/syscall.rs/compare/v0.1.2...v0.1.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
77
name = "sc"
88
readme = "README.md"
99
repository = "https://github.com/japaric/syscall.rs"
10-
version = "0.1.5"
10+
version = "0.2.0"

0 commit comments

Comments
 (0)