From 036bb40ab26b7ce22a6634dadcf1262db5e7a365 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Thu, 22 May 2014 14:57:19 +0100 Subject: [PATCH] cmake: version bump to 0.2.6 Signed-off-by: Thomas Ingleby --- CMakeLists.txt | 2 +- README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7757c8..04d00ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND") message (WARNING " - Install git to compile a production libmaa!") - set (VERSION "v0.2.5-dirty") + set (VERSION "v0.2.6-dirty") endif () message (INFO " - MAA Version ${VERSION}") diff --git a/README.md b/README.md index 8e8d649..fd9fbf5 100644 --- a/README.md +++ b/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 +**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** * C++/Python/Node Enums/const names now do not contain MAA_GPIO * Enum type declaration for C++ changed