Skip to content

Commit

Permalink
upm: v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Tudor Panu <[email protected]>
  • Loading branch information
Propanu committed May 12, 2017
1 parent 6c3b161 commit 106b6c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ find_package (PkgConfig REQUIRED)

# Force a libmraa search and minimum required version every time a config is generated
unset(MRAA_FOUND CACHE)
set(MRAA_MINIMUM 1.6.1)
set(MRAA_MINIMUM 1.7.0)
pkg_check_modules (MRAA REQUIRED mraa>=${MRAA_MINIMUM})
# Also, get full path to the mraa library
find_library(MRAA_LIBRARY NAMES mraa PATHS ${MRAA_LIBDIR})
Expand Down Expand Up @@ -208,7 +208,7 @@ include (GetGitRevisionDescription)
git_describe (VERSION "--tags")
# If git_describe fails, use a dirty version
if (${VERSION} MATCHES -NOTFOUND)
set (VERSION "v1.2.0")
set (VERSION "v1.3.0")
message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
"${VERSION}). Check that git is installed and this is a valid git repo.")
endif ()
Expand Down
2 changes: 1 addition & 1 deletion docs/apichanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API Changes {#apichanges}
Here's a list of other API changes made to the library that break source/binary
compatibility between releases:

# current UPM master
# v1.3.0

* **The lsm303 driver has been renamed** There are a variety of
LSM303 devices out there with various incompatibilities and differing
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog {#changelog}
Here's a list summarizing some of the key undergoing changes to our library
from earlier versions:

### v1.3.0

* Finalized all required build system and JAVA binding changes to release the
UPM libraries for Android Things targets
* Enhanced the modules for lsm303 and tmp006 to support newer variants of the
chips
* Fixed Node.js detection on Ubuntu when installed with apt using official
packages
* Minor documentation changes
* New sensors: lsm303agr, lsm303d, veml6070, tca9548a, rn2903

### v1.2.0

* Improved JAVA binding compiler compatibility and added JAVA interfaces that
Expand Down

0 comments on commit 106b6c7

Please sign in to comment.