syscall.rs/CHANGELOG.md

50 lines
1.1 KiB
Markdown
Raw Normal View History

2017-01-14 02:55:06 +01:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
2017-02-02 06:01:58 +01:00
## [v0.1.4] - 2017-02-02
### Added
- GETRANDOM and NEWFSTATAT syscalls
2017-01-21 18:38:18 +01:00
## [v0.1.3] - 2017-01-21
### Fixed
- Error when using MIPS' syscall5/syscall6 with optimizations enabled
2017-01-21 17:16:52 +01:00
## [v0.1.2] - 2017-01-21
### Added
- syscall5 and syscall6 for mips
2017-01-15 02:16:10 +01:00
## [v0.1.1] - 2017-01-14
2017-01-15 01:53:16 +01:00
### Fixed
- syscall2 for linux-aarch64. There was a type in the register constraints.
2017-01-14 02:55:06 +01:00
## v0.1.0 - 2017-01-13
Initial release. Forked from [syscall] v0.2.1.
[syscall]: https://crates.io/crates/syscall
- Support for ARM, Aarch64, MIPS, MIPS64, PowerPC, PowerPC64, SPARC64, x86 and
x86_64 Linux
2017-01-15 01:53:16 +01:00
2017-01-14 02:55:06 +01:00
- Support for x86_64 macOS
2017-01-15 01:53:16 +01:00
2017-01-14 02:55:06 +01:00
- Support for x86_64 FreeBSD
2017-02-02 06:01:58 +01:00
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.4...HEAD
[v0.1.4]: https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
2017-01-21 18:38:18 +01:00
[v0.1.3]: https://github.com/japaric/syscall.rs/compare/v0.1.2...v0.1.3
2017-01-21 17:16:52 +01:00
[v0.1.2]: https://github.com/japaric/syscall.rs/compare/v0.1.1...v0.1.2
2017-01-15 02:16:10 +01:00
[v0.1.1]: https://github.com/japaric/syscall.rs/compare/v0.1.0...v0.1.1