File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
17
## [ 3.0.0] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.0 ) (Apr 17, 2018)
3
18
4
19
Bugfixes:
Original file line number Diff line number Diff line change 39
39
/**
40
40
* @brief PATCH version when backwards-compatible bug fixes are made.
41
41
*/
42
- #define VERSION_PATCH 0
42
+ #define VERSION_PATCH 1
43
43
/**
44
44
* @brief TAG is an (optional) tag appended to the version if a more descriptive verion is needed.
45
45
*/
You can’t perform that action at this time.
0 commit comments