diff mbox

[ndctl,4/4] ndctl: release v41

Message ID 20150630003151.7510.9773.stgit@dwillia2-desk3.jf.intel.com (mailing list archive)
State Accepted
Commit dc353e818193
Headers show

Commit Message

Dan Williams June 30, 2015, 12:31 a.m. UTC
This release is coincident with the initial merging of the libnvdimm
subsystem [1].  The "current" field of the libtool version number is
incremented for this event.

New apis:
    ndctl_btt_get_namespace
    ndctl_btt_get_region
    ndctl_btt_is_valid
    ndctl_btt_set_namespace
    ndctl_dimm_disable
    ndctl_dimm_enable
    ndctl_dimm_failed_arm
    ndctl_dimm_failed_flush
    ndctl_dimm_failed_restore
    ndctl_dimm_failed_save
    ndctl_dimm_has_errors
    ndctl_dimm_smart_pending
    ndctl_namespace_get_btt
    ndctl_namespace_get_raw_mode
    ndctl_namespace_set_raw_mode
    ndctl_region_get_btt_seed
    ndctl_region_get_ro
    ndctl_region_set_ro

Removed apis:
    ndctl_btt_set_backing_dev
    ndctl_btt_get_backing_dev
    ndctl_bus_get_btt_seed

[1]: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=88793e5c774e

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

Patch

diff --git a/Makefile.am b/Makefile.am
index 6c21f2d1b20f..cd6e1905040b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,9 +32,9 @@  SED_PROCESS = \
 %.pc: %.pc.in Makefile
 	$(SED_PROCESS)
 
-LIBNDCTL_CURRENT=2
+LIBNDCTL_CURRENT=3
 LIBNDCTL_REVISION=0
-LIBNDCTL_AGE=2
+LIBNDCTL_AGE=0
 
 pkginclude_HEADERS = lib/ndctl/libndctl.h
 lib_LTLIBRARIES = lib/libndctl.la
diff --git a/configure.ac b/configure.ac
index 1e7e756ea348..daa6b3227c8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@ 
 AC_PREREQ(2.60)
 AC_INIT([ndctl],
-        [40],
+        [41],
         [linux-nvdimm@lists.01.org],
         [ndctl],
         [https://github.com/pmem/ndctl])