-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.2.0 | ||
current_version = 0.3.0 | ||
commit = False | ||
|
||
[bumpversion:file:appveyor.yml] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
2017-07-31 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* mimick: Version 0.3.0. | ||
* api: **Breaking**: Fixed MMK_MATCHER_BIT_CMP being an invalid enum value. | ||
* api: **Breaking**: Renamed neq,leq,geq to ne,le,ge. | ||
* api: **Breaking**: Use comparisons operators when comparing parameters | ||
rather than using memcmp. This is more correct as memcmp doesn't | ||
account for endianness, but non-comparable types are no longer supported | ||
as parameters. | ||
* api: Added .noabort option to mmk_mock, to return MMK_MOCK_INVALID | ||
instead of aborting if the mock initialization fails. | ||
* api: Fixed comparison matchers always matching for equality. | ||
* api: Fixed mmk_that not working. | ||
* arch: (x86_64,system-v) Fixed rax not being preserved when calling stubs. | ||
* arch: Added AArch64 support. | ||
* core: **Breaking**: Ignore zero .times values in mmk_verify. | ||
* core: Better symbol lookup code, causing less crashes overall. | ||
* core: Fixed "self" selector not working. | ||
* core: Fixed crashes with PIEs. | ||
* core: Fixed linux crash when a symbol isn't found. | ||
* core: Fixed vfprintf and abort mocks breaking mimick's panic handling. | ||
|
||
2016-04-09 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* mimick: version 0.2.0. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters