-
Notifications
You must be signed in to change notification settings - Fork 58
Release 1.0.1 #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.0.1 #449
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6568f29
Release v1.0.1
dougch 35c4505
Remove osx file pulled in by accident
dougch 499edaf
Limit changelog to PRs
dougch f3f9c58
Cleaning up the changelog further and tightening up README version wo…
dougch a60e564
Changelog format to markdown; address PR comments
dougch 8089d24
Improve README words on version dependancies.
dougch e264665
Merge branch 'master' into release
dougch b339168
Add macOS PR to CHANGELOG
dougch 9a85cdd
Merge branch 'master' into release
dougch a4ef0a4
Update Chagnelog to reflect PRs 408 and 385 getting merged.
dougch 9f004d2
Merge branch 'master' into release
dougch 28e4434
Merge branch 'master' into release
dougch 29126b9
doc: Update CHANGELOG with PR#451.
dougch 42e5600
Address PR comments about version tracking
dougch 4d3b292
Revert "Address PR comments about version tracking" - not ready.
dougch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # Changelog | ||
|
|
||
|
|
||
| ## 1.0.1 -- 2019-10-10 | ||
| * Modified Doxygen config file to generate dependency graphs [#376](https://github.com/aws/aws-encryption-sdk-c/pull/376) | ||
| * Ran reformat [#426](https://github.com/aws/aws-encryption-sdk-c/pull/426) | ||
| * Strengthen memory_order for refcount_down [#433](https://github.com/aws/aws-encryption-sdk-c/pull/433) | ||
| * Update PR template [#391](https://github.com/aws/aws-encryption-sdk-c/pull/391) | ||
| * Refreshing the clang-format file and checking the version [#430](https://github.com/aws/aws-encryption-sdk-c/pull/430) | ||
| * Fix MultiKeyringNew proof so it runs again. [#444](https://github.com/aws/aws-encryption-sdk-c/pull/444) | ||
| * Windows build fixes [#446](https://github.com/aws/aws-encryption-sdk-c/pull/446) | ||
| * OSX build steps and README updates [#453](https://github.com/aws/aws-encryption-sdk-c/pull/) | ||
| * Fix duplicate in encryption context deserialization bug [#408](https://github.com/aws/aws-encryption-sdk-c/pull/408) | ||
| * Fix a bug where framefmt serialize returns a wrong ciphertext size [#385](https://github.com/aws/aws-encryption-sdk-c/pull/385) | ||
| * Fix: Improve initialization. [#451](https://github.com/aws/aws-encryption-sdk-c/pull/451) | ||
|
|
||
| ## 1.0.0 -- 2019-05-20 | ||
| * Changed links from awslabs to aws | ||
| * Initial stable release | ||
|
|
||
| ## 0.2.0 -- 2019-05-13 | ||
| * Added API function to make session from keyring | ||
| * Added API function to make caching CMM from keyring | ||
| * Added `_from_cmm` to end of `aws_cryptosdk_caching_cmm_new` function name | ||
| * Changed `aws_cryptosdk_session_get_algorithm` to `aws_cryptosdk_session_get_alg_id` | ||
| * Fixed HKDF bug | ||
|
|
||
| ## 0.1.2 -- 2019-02-28 | ||
| * Fixed empty string bug on git version of KMS user agent | ||
| * Local tests only by default | ||
| * Fix of MAP_ANONYMOUS issue for older Linuxes | ||
|
|
||
| ## 0.1.1 -- 2019-02-21 | ||
| * Fixed cmake bug regarding git version of KMS user agent | ||
| * Added CBMC header file needed by newer aws-c-common versions | ||
|
|
||
| ## 0.1.0 -- 2019-02-05 | ||
| * Initial public release | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.