-
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-12206 Release Hyperledger Fabric v1.2.1
Initial 1.2.x patch release Change-Id: I4f908cb2d2d30a4dab962e13659a2ce5e91ab89a Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
e40d9c7
commit 5017e4d
Showing
3 changed files
with
83 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
v1.2.1 September 27, 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 | ||
--------------------- | ||
FAB-8664 - Peer does not detect his own org ejection | ||
This is a relatively low severity problem, because it requires a significant | ||
conspiracy of network admins, but it will be addressed in an upcoming release. | ||
|
||
Resolved Vulnerabilities | ||
------------------------ | ||
FAB-11094 - Fix deadlock in block iterator | ||
Fixes possible ledger deadlock condition when using the channel event | ||
service. | ||
|
||
FAB-10390 - Set PKCS11 CKA_MODIFIABLE to false | ||
More secure default value when generating private keys when using PKCS#11. | ||
|
||
FAB-10391 - Set CKA_EXTRACTABLE to false | ||
More secure default value when generating private keys when using PKCS#11. | ||
|
||
Known Issues & Workarounds | ||
-------------------------- | ||
none | ||
|
||
Change Log | ||
---------- | ||
https://github.com/hyperledger/fabric/blob/release-1.2/CHANGELOG.md#v121 |