diff mbox

[11/11] ndctl: release v47

Message ID 20150905013214.28464.42415.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State Superseded
Headers show

Commit Message

Dan Williams Sept. 5, 2015, 1:32 a.m. UTC
This release reflects the ABI of the first kernel with libnvdimm
support, v4.2.

New apis:
    ndctl_bus_cmd_new_ars_cap
    ndctl_bus_cmd_new_ars_start
    ndctl_bus_cmd_new_ars_status
    ndctl_cmd_ars_cap_get_size
    ndctl_cmd_ars_in_progress
    ndctl_cmd_ars_num_records
    ndctl_cmd_ars_get_record_addr
    ndctl_cmd_ars_get_record_len

Fixes:
    ndctl_btt_enable now triggers a re-scan for new btt seeds

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 Makefile.am  |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index d3b0c5274d94..ccb953e0ee11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@  SED_PROCESS = \
 	$(SED_PROCESS)
 
 LIBNDCTL_CURRENT=4
-LIBNDCTL_REVISION=0
+LIBNDCTL_REVISION=1
 LIBNDCTL_AGE=1
 
 pkginclude_HEADERS = lib/ndctl/libndctl.h
diff --git a/configure.ac b/configure.ac
index 4b83e7444770..2803ae322453 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@ 
 AC_PREREQ(2.60)
 AC_INIT([ndctl],
-        [41],
+        [47],
         [linux-nvdimm@lists.01.org],
         [ndctl],
         [https://github.com/pmem/ndctl])