Skip to content

Commit cd9395c

Browse files
Jonas PfefferlePepperJo
authored andcommitted
Bump version to 1.5
Change-Id: I2ae05dfde468b070c3bb7af86a933ff1bc1127a2 Signed-off-by: Jonas Pfefferle <jpf@zurich.ibm.com> Reviewed-on: https://review.gerrithub.io/407125 Reviewed-by: Patrick Stuedi <stu@zurich.ibm.com> Tested-by: Patrick Stuedi <stu@zurich.ibm.com> Reviewed-by: Jonas Pfefferle <pepperjo@japf.ch>
1 parent 9d8f6ad commit cd9395c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.4-jar-with-dependencies.jar). Also add the DiSNI test jar (disni-1.4-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.5-jar-with-dependencies.jar). Also add the DiSNI test jar (disni-1.5-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.4</version>
47+
<version>1.5</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.4], [https://github.com/zrlio/disni/issues])
5+
AC_INIT([libdisni], [1.5], [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/libdisni.spec.in

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

6161
%changelog
62+
* Thu Apr 10 2018 Update to 1.5 Jonas Pfefferle <pepperjo@japf.ch> 1.5
63+
- Release 1.5
64+
6265
* Thu Jan 18 2018 Update to 1.4 Jonas Pfefferle <pepperjo@japf.ch> 1.4
6366
- Release 1.4
6467

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.4</version>
8+
<version>1.5</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)