-
Notifications
You must be signed in to change notification settings - Fork 296
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
1 changed file
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# dcrd v1.7.2 | ||
|
||
This is a patch release of dcrd to resolve a rare and hard to hit case when | ||
optional indexing is enabled. | ||
|
||
## Changelog | ||
|
||
This patch release consists of 4 commits from 2 contributors which total to 11 | ||
files changed, 158 additional lines of code, and 15 deleted lines of code. | ||
|
||
All commits since the last release may be viewed on GitHub | ||
[here](https://github.com/decred/dcrd/compare/release-v1.7.1...release-v1.7.2). | ||
|
||
### Protocol and network: | ||
|
||
- server: Fix syncNotified race ([decred/dcrd#2931](https://github.com/decred/dcrd/pull/2931)) | ||
|
||
### Developer-related package and module changes: | ||
|
||
- main: Use backported blockchain updates ([decred/dcrd#2935](https://github.com/decred/dcrd/pull/2935)) | ||
|
||
### Misc: | ||
|
||
- release: Bump for 1.7.2 ([decred/dcrd#2936](https://github.com/decred/dcrd/pull/2936)) | ||
|
||
### Code Contributors (alphabetical order): | ||
|
||
- Dave Collins | ||
- Donald Adu-Poku |