diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe1478..6a09012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add additional HTTP headers for call to Themis from Convey - Add callback handler for initial cloud connection status change event - Fix Parodus connection stuck on interface up down received together +- Update to use nopoll version 1.0.3 ## [1.1.4] - on connect retry, requery jwt only if it failed before diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c526e9..5daf4a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ add_dependencies(libtrower-base64 trower-base64) ExternalProject_Add(nopoll PREFIX ${PREFIX_DIR}/nopoll GIT_REPOSITORY https://github.com/Comcast/nopoll.git - GIT_TAG "1.0.2" + GIT_TAG "1.0.3" CONFIGURE_COMMAND COMMAND /autogen.sh --prefix=${PREFIX} --includedir=${INCLUDE_DIR} --libdir=${LIBRARY_DIR}