From 74691914fb3bb108f2f37e09e4a9851a52b4d504 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 7 Dec 2015 15:27:17 -0800 Subject: [PATCH] upm: version 0.4.1 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92b3545b..eb2ea8b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production UPM!") - set (VERSION "v0.4.0-dirty") + set (VERSION "v0.4.1-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index c627b4a3..badc713b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,20 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.4.1 + + * Over 150 supported sensor drivers including some industrial grade devices + * Improved the JAVA bindings, added a large number of examples for sensors, + enabled JAVA builds in Travis CI, and introduced automatic loading for the + JAVA shared libraries + * Continued to improve existing sensor drivers and to enhance them with the + new C++ coding style and exception types + * Several cmake improvements to allow building on various Linux distributions + and with a newer version of Node.JS + * Simplified adding and building of C++ sensor examples via cmake + * New sensors: micsv89, xbee, urm37, adxrs610, bma220, dfrph, mcp9808, sx1276, + groveultrasonic, ozw + ### v0.4.0 * Fully functional and documented JAVA language bindings for sensors with