mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: version 0.4.1
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
9bf184129e
commit
74691914fb
@ -25,7 +25,7 @@ include (GetGitRevisionDescription)
|
|||||||
git_describe (VERSION "--tags")
|
git_describe (VERSION "--tags")
|
||||||
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
|
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
|
||||||
message (WARNING " - Install git to compile a production UPM!")
|
message (WARNING " - Install git to compile a production UPM!")
|
||||||
set (VERSION "v0.4.0-dirty")
|
set (VERSION "v0.4.1-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,6 +4,20 @@ Changelog {#changelog}
|
|||||||
Here's a list summarizing some of the key undergoing changes to our library
|
Here's a list summarizing some of the key undergoing changes to our library
|
||||||
from earlier versions:
|
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
|
### v0.4.0
|
||||||
|
|
||||||
* Fully functional and documented JAVA language bindings for sensors with
|
* Fully functional and documented JAVA language bindings for sensors with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user