diff --git a/README.md b/README.md index 7b635f9d..46ad2868 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ By default DiSNI will only build with RDMA support. To enable NVMf you will need Common steps: -1. After building DiSNI, make sure DiSNI and its dependencies are in the classpath (e.g., disni-1.0-jar-with-dependencies.jar). Also add the DiSNI test jar (disni-1.0-tests.jar) which includes the examples.
+1. After building DiSNI, make sure DiSNI and its dependencies are in the classpath (e.g., disni-1.3-jar-with-dependencies.jar). Also add the DiSNI test jar (disni-1.3-tests.jar) which includes the examples.
2. Make sure libdisni is part of the LD_LIBRARY_PATH ### RDMA example @@ -44,7 +44,7 @@ DiSNI is part of maven central, therefore the simplest way to use DiSNI in your com.ibm.disni disni - 1.1 + 1.3 The RDMA and NVMf APIs in DiSNI are both following the Group/Endpoint model which is based on three key data types (interfaces): diff --git a/libdisni/configure.ac b/libdisni/configure.ac index d0f2861f..d26b6abc 100644 --- a/libdisni/configure.ac +++ b/libdisni/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ([2.67]) -AC_INIT([libdisni], [1.2], [https://github.com/zrlio/disni/issues]) +AC_INIT([libdisni], [1.3], [https://github.com/zrlio/disni/issues]) AC_CONFIG_SRCDIR([src/verbs/com_ibm_disni_rdma_verbs_impl_NativeDispatcher.cpp]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) diff --git a/libdisni/debian/changelog b/libdisni/debian/changelog index 03244959..73f43827 100644 --- a/libdisni/debian/changelog +++ b/libdisni/debian/changelog @@ -1,3 +1,9 @@ +libdisni (1.3-1ubuntu1) unstable; urgency=low + + * Update to 1.3 + + -- Yuval Degani Thu, 14 Sep 2017 12:13:09 -0700 + libdisni (1.2-1ubuntu1) unstable; urgency=low * Initial Release. diff --git a/libdisni/libdisni.spec.in b/libdisni/libdisni.spec.in index a031496d..1feee3e6 100644 --- a/libdisni/libdisni.spec.in +++ b/libdisni/libdisni.spec.in @@ -59,5 +59,5 @@ rm -rf %{buildroot} %{_libdir}/libdisni*.so %changelog -* Fri Aug 25 2017 Prepared RPM spec file Vladimir Sokolovsky 1.2 -- Release 1.2 +* Thu Sep 14 2017 Update to 1.3 Yuval Degani 1.3 +- Release 1.3 diff --git a/pom.xml b/pom.xml index a2126417..2134fcef 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ibm.disni disni jar - 1.2 + 1.3 disni DiSNI (Direct Storage and Networking Interface) is a Java library for direct storage and networking access from userpace. http://github.com/zrlio/disni