-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-11060 - generate changelog - create release notes - set release version - set experimental false - fix license check - fix goimports issue with orderer/server/main.go Change-Id: Ic8843e88b07ff19796b04518037b04ea6bee4e59 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
ff5e861
commit 21a70ce
Showing
6 changed files
with
143 additions
and
6 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
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
v1.1.1 July 5, 2018 | ||
--------------------- | ||
|
||
Release Notes | ||
------------- | ||
Bug fixes, documentation and test coverage improvements, UX improvements | ||
based on user feedback and changes to address a variety of static scan | ||
findings (unused code, static security scanning, spelling, linting and more). | ||
|
||
Known Vulnerabilities | ||
--------------------- | ||
none | ||
|
||
Resolved Vulnerabilities | ||
------------------------ | ||
https://jira.hyperledger.org/browse/FAB-10537 | ||
https://jira.hyperledger.org/browse/FAB-10577 | ||
|
||
Known Issues & Workarounds | ||
-------------------------- | ||
The fabric-ccenv image which is used to build chaincode, currently includes | ||
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package. | ||
This is convenient, as it provides the ability to package chaincode | ||
without the need to include the "shim". However, this may cause issues in future | ||
releases (and/or when trying to use packages which are included by the "shim"). | ||
|
||
In order to avoid any issues, users are advised to manually vendor the "shim" | ||
package with their chaincode prior to using the peer CLI for packaging and/or | ||
for installing chaincode. | ||
|
||
Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details, | ||
and kindly be aware that given the above, we may end up changing the | ||
fabric-ccenv in the future. | ||
|
||
Change Log | ||
---------- | ||
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v111 |
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