File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
1111## [ Unreleased]
1212
13+ ## [ v1.1.3]
14+ - Major re-write of the msgpack handling code that
15+ - Reduces calls to malloc
16+ - Increases test coverage
17+ - Does more strict boundary checking for types
18+ - Reduces function complexity
19+
1320### Fixed
21+ - [ Issue #103 ] ( https://github.com/xmidt-org/wrp-c/issues/103 ) where multiple partner_ids are supported now
1422- [ Issue #105 ] ( https://github.com/xmidt-org/wrp-c/issues/105 ) where memory bounds are not respected
23+ - [ Issue #108 ] ( https://github.com/xmidt-org/wrp-c/issues/105 ) where va_copy() could leak memory
1524
1625
1726## [ v1.1.2] - 2021-05-07
@@ -40,8 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4049### Added
4150- Initial creation
4251
43- [ Unreleased ] : https://github.com/Comcast/wrp-c/compare/v1.1.2...HEAD
44- [ v1.1.2 ] : https://github.com/Comcast/wrp-c/compare/v1.1.1...v1.1.2
45- [ v1.1.1 ] : https://github.com/Comcast/wrp-c/compare/v1.1.0...v1.1.1
46- [ v1.1.0 ] : https://github.com/Comcast/wrp-c/compare/v1.0.0...v1.1.0
47- [ v1.0.0 ] : https://github.com/Comcast/wrp-c/compare/40cd45f5ce6723fa8d4aaf6e66fc3e3302758ec4...v1.0.0
52+ [ Unreleased ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.3...HEAD
53+ [ v1.1.3 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.2...v1.1.3
54+ [ v1.1.2 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.1...v1.1.2
55+ [ v1.1.1 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.0...v1.1.1
56+ [ v1.1.0 ] : https://github.com/xmidt-org/wrp-c/compare/v1.0.0...v1.1.0
57+ [ v1.0.0 ] : https://github.com/xmidt-org/wrp-c/compare/40cd45f5ce6723fa8d4aaf6e66fc3e3302758ec4...v1.0.0
You can’t perform that action at this time.
0 commit comments