@@ -41,9 +41,9 @@ SED_PROCESS = \
%.pc: %.pc.in Makefile
$(SED_PROCESS)
-LIBNDCTL_CURRENT=4
+LIBNDCTL_CURRENT=5
LIBNDCTL_REVISION=0
-LIBNDCTL_AGE=1
+LIBNDCTL_AGE=2
pkginclude_HEADERS = lib/ndctl/libndctl.h
lib_LTLIBRARIES = lib/libndctl.la
@@ -10,7 +10,7 @@ dirty() {
}
GVF=version.m4
-DEF_VER=v41
+DEF_VER=v47
LF='
'
@@ -1,8 +1,5 @@
/*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- * memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -1,8 +1,5 @@
/*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- * memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -1,8 +1,5 @@
/*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- * memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -1,8 +1,5 @@
/*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- * memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -1,8 +1,5 @@
/*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- * memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -1,7 +1,7 @@
/*
* NVDIMM Firmware Interface Table - NFIT
*
- * Copyright(c) 2013-2014 Intel Corporation. All rights reserved.
+ * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License as
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 ndctl_namespace_disable_invalidate 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 | 4 ++-- git-version-gen | 2 +- lib/libndctl-private.h | 5 +---- lib/libndctl.c | 5 +---- lib/ndctl/libndctl.h | 5 +---- lib/test-dpa-alloc.c | 5 +---- lib/test-libndctl.c | 5 +---- nfit.h | 2 +- 8 files changed, 9 insertions(+), 24 deletions(-)