Skip to content

Commit

Permalink
Merge pull request #190 from hernando/master
Browse files Browse the repository at this point in the history
Release preparations.
  • Loading branch information
tribal-tec authored Jun 30, 2016
2 parents 7ffbfab + 382cc17 commit 27def54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Stefan Eilemann <[email protected]>

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(Collage VERSION 1.4.0)
set(Collage_VERSION_ABI 4)
project(Collage VERSION 1.5.0)
set(Collage_VERSION_ABI 5)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake
${CMAKE_SOURCE_DIR}/CMake/common)
Expand Down
8 changes: 7 additions & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog {#Changelog}

# git master
# Release 1.5 (30-Jul-2016)

* [188](https://github.com/Eyescale/Collage/pull/188)
Improved robustness in RDMA connection estalishment to account for variations
of behaviour in librdmacm.
* [186](https://github.com/Eyescale/Collage/pull/186)
Obsolete SDP connection removed.

# Release 1.4 (11-Mar-2016)

Expand Down

0 comments on commit 27def54

Please sign in to comment.