cmake: version bump to 0.2.6
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@ include (GetGitRevisionDescription)
|
|||||||
git_describe (VERSION "--tags")
|
git_describe (VERSION "--tags")
|
||||||
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
|
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
|
||||||
message (WARNING " - Install git to compile a production libmaa!")
|
message (WARNING " - Install git to compile a production libmaa!")
|
||||||
set (VERSION "v0.2.5-dirty")
|
set (VERSION "v0.2.6-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - MAA Version ${VERSION}")
|
message (INFO " - MAA Version ${VERSION}")
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -62,6 +62,19 @@ does not require the full doxygen/sphinx setup.
|
|||||||
|
|
||||||
When the API breaks in a small way there will be a changelog listed here
|
When the API breaks in a small way there will be a changelog listed here
|
||||||
|
|
||||||
|
**0.2.6**
|
||||||
|
* C++ examples added, using c++ headers/api.
|
||||||
|
* moved to open instead of fopen in all modules
|
||||||
|
* rename maa_check functions and made them internal to maa only.
|
||||||
|
* removed "export" functions from api
|
||||||
|
* Intel Galileo Gen 1 (rev d) fixes, incorrect definition of some items
|
||||||
|
* SPI, implementation completed.
|
||||||
|
* I2C internal function, completed.
|
||||||
|
* PWM fix bug in period set method.
|
||||||
|
* Swig upstream can be used for building.
|
||||||
|
* No longer builds docs on default cmake, needs flag
|
||||||
|
* GPIO/PWM ownership guard prevents closing on existing pins, still can be forced.
|
||||||
|
|
||||||
**0.2.5**
|
**0.2.5**
|
||||||
* C++/Python/Node Enums/const names now do not contain MAA_GPIO
|
* C++/Python/Node Enums/const names now do not contain MAA_GPIO
|
||||||
* Enum type declaration for C++ changed
|
* Enum type declaration for C++ changed
|
||||||
|
|||||||
Reference in New Issue
Block a user