Skip to content

Commit

Permalink
Bumped version to v0.3.0
Browse files Browse the repository at this point in the history
With the advent of the new methods from
tempfile.rs and tempdir.rs, we should
promptly support their usage through a
new version of the crate.

Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
Iulian Barbu authored and andreeaflorescu committed Dec 10, 2019
1 parent 6e23c27 commit 15d404a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# v0.3.0

* Removed `for_vcpu` argument from `signal::register_signal_handler` and
`signal::validate_signal_num`. Users can now pass absolute values for all valid
signal numbers.
`signal::validate_signal_num`. Users can now pass absolute values for all
valid signal numbers.
* Removed `flag` argument of `signal::register_signal_handler` public methods,
which now defaults to `libc::SA_SIGINFO`.
which now defaults to `libc::SA_SIGINFO`.
* Changed `TempFile::new` and `TempDir::new` to create new temporary files/
directories inside `$TMPDIR` if set, otherwise inside `/tmp`.
* Added methods which create temporary files/directories with prefix.

# v0.2.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vmm-sys-util"
version = "0.2.1"
version = "0.3.0"
authors = ["Intel Virtualization Team <[email protected]>"]
description = "A system utility set"
repository = "https://github.com/rust-vmm/vmm-sys-util"
Expand Down

0 comments on commit 15d404a

Please sign in to comment.