Skip to content

Commit

Permalink
Merge pull request #14 from zrlio/version_1.3
Browse files Browse the repository at this point in the history
Change version to 1.3
  • Loading branch information
patrickstuedi committed Sep 15, 2017
2 parents ee9feb7 + ee0e769 commit eb45925
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
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/>
2. Make sure libdisni is part of the LD_LIBRARY_PATH

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

The RDMA and NVMf APIs in DiSNI are both following the Group/Endpoint model which is based on three key data types (interfaces):
Expand Down
2 changes: 1 addition & 1 deletion libdisni/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
6 changes: 6 additions & 0 deletions libdisni/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libdisni (1.3-1ubuntu1) unstable; urgency=low

* Update to 1.3

-- Yuval Degani <yuvaldeg@mellanox.com> Thu, 14 Sep 2017 12:13:09 -0700

libdisni (1.2-1ubuntu1) unstable; urgency=low

* Initial Release.
Expand Down
4 changes: 2 additions & 2 deletions libdisni/libdisni.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ rm -rf %{buildroot}
%{_libdir}/libdisni*.so

%changelog
* Fri Aug 25 2017 Prepared RPM spec file Vladimir Sokolovsky <vlad@mellanox.com> 1.2
- Release 1.2
* Thu Sep 14 2017 Update to 1.3 Yuval Degani <yuvaldeg@mellanox.com> 1.3
- Release 1.3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.ibm.disni</groupId>
<artifactId>disni</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<version>1.3</version>
<name>disni</name>
<description>DiSNI (Direct Storage and Networking Interface) is a Java library for direct storage and networking access from userpace.</description>
<url>http://github.com/zrlio/disni</url>
Expand Down

0 comments on commit eb45925

Please sign in to comment.