Skip to content

Commit eb45925

Browse files
Merge pull request #14 from zrlio/version_1.3
Change version to 1.3
2 parents ee9feb7 + ee0e769 commit eb45925

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By default DiSNI will only build with RDMA support. To enable NVMf you will need
2424

2525
Common steps:
2626

27-
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.<br/>
27+
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.<br/>
2828
2. Make sure libdisni is part of the LD_LIBRARY_PATH
2929

3030
### RDMA example
@@ -44,7 +44,7 @@ DiSNI is part of maven central, therefore the simplest way to use DiSNI in your
4444
<dependency>
4545
<groupId>com.ibm.disni</groupId>
4646
<artifactId>disni</artifactId>
47-
<version>1.1</version>
47+
<version>1.3</version>
4848
</dependency>
4949

5050
The RDMA and NVMf APIs in DiSNI are both following the Group/Endpoint model which is based on three key data types (interfaces):

libdisni/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
#AC_PREREQ([2.67])
5-
AC_INIT([libdisni], [1.2], [https://github.com/zrlio/disni/issues])
5+
AC_INIT([libdisni], [1.3], [https://github.com/zrlio/disni/issues])
66
AC_CONFIG_SRCDIR([src/verbs/com_ibm_disni_rdma_verbs_impl_NativeDispatcher.cpp])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_MACRO_DIRS([m4])

libdisni/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libdisni (1.3-1ubuntu1) unstable; urgency=low
2+
3+
* Update to 1.3
4+
5+
-- Yuval Degani <[email protected]> Thu, 14 Sep 2017 12:13:09 -0700
6+
17
libdisni (1.2-1ubuntu1) unstable; urgency=low
28

39
* Initial Release.

libdisni/libdisni.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ rm -rf %{buildroot}
5959
%{_libdir}/libdisni*.so
6060

6161
%changelog
62-
* Fri Aug 25 2017 Prepared RPM spec file Vladimir Sokolovsky <vlad@mellanox.com> 1.2
63-
- Release 1.2
62+
* Thu Sep 14 2017 Update to 1.3 Yuval Degani <yuvaldeg@mellanox.com> 1.3
63+
- Release 1.3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.ibm.disni</groupId>
66
<artifactId>disni</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.2</version>
8+
<version>1.3</version>
99
<name>disni</name>
1010
<description>DiSNI (Direct Storage and Networking Interface) is a Java library for direct storage and networking access from userpace.</description>
1111
<url>http://github.com/zrlio/disni</url>

0 commit comments

Comments
 (0)