Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 30f5771

Browse files
author
Joe Grund
authored
bump node-libzfs to support ZFS 0.7.9 (#62)
* bump node-libzfs to support ZFS 0.7.9 Signed-off-by: Joe Grund <joe.grund@intel.com> * add cap-add Signed-off-by: Joe Grund <joe.grund@intel.com>
1 parent bd7b1b3 commit 30f5771

File tree

5 files changed

+128
-125
lines changed

5 files changed

+128
-125
lines changed

node-libzfs/iml-node-libzfs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define base_name node-libzfs
22
Name: iml-%{base_name}
3-
Version: 0.1.17
3+
Version: 0.1.18
44
Release: 1%{?dist}
55
Summary: Implements a binding layer from node to rust-libzfs
66
License: MIT
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
5252
%{nodejs_sitearch}/@iml/node-libzfs/package.json
5353

5454
%changelog
55+
* Tue May 15 2018 Joe Grund <joe.grund@intel.com> - 0.1.18-1
56+
- Bump to ZFS 0.7.9
57+
5558
* Thu Apr 19 2018 Joe Grund <joe.grund@intel.com> - 0.1.17-1
5659
- Change size parsing to string.
5760
- Bump deps.

node-libzfs/native/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-libzfs/native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-libzfs"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["IML Team <iml@intel.com>"]
55
license = "MIT"
66
build = "build.rs"
@@ -17,4 +17,4 @@ neon = "0.1.22"
1717
neon-serde = "0.0.3"
1818
serde = "1.0"
1919
serde_derive = "1.0"
20-
libzfs = "0.6.6"
20+
libzfs = "0.6.7"

0 commit comments

Comments
 (0)