File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
2+
3+ ## [ 3.0.1] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.1 ) (May 10, 2018)
4+
5+ Bugfixes:
6+
7+ - [ #167 ] , [ #168 ] Fixed issues reported by Coverity Scan.
8+ - [ #177 ] Fixes a memory corruption bug and handling of timeouts.
9+
10+ Other:
11+
12+ - Add .travis.yml for Travis CI.
13+ - Removed C++ sample.
14+ - Removed includes of ` inttypes.h ` , which doesn't exist on some systems.
15+ - [ #175 ] Added comments on static allocation of MQTT topics.
16+
217## [ 3.0.0] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.0 ) (Apr 17, 2018)
318
419Bugfixes:
Original file line number Diff line number Diff line change 3939/**
4040 * @brief PATCH version when backwards-compatible bug fixes are made.
4141 */
42- #define VERSION_PATCH 0
42+ #define VERSION_PATCH 1
4343/**
4444 * @brief TAG is an (optional) tag appended to the version if a more descriptive verion is needed.
4545 */
You can’t perform that action at this time.
0 commit comments