Skip to content

Commit

Permalink
Update release notes for 1.4.0-rc2 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp authored Jan 28, 2019
1 parent a4e569f commit 1d6f7e3
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## 2018-12-13
## 2018-01-04


## Install

To install the command line tools, please see [dcrinstaller](https://github.com/decred/decred-release/tree/master/cmd/dcrinstall).

To install decrediton download, uncompress, and run [decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.4.0-rc1/decrediton-1.4.0-rc1.tar.gz) or [decrediton macOS](https://github.com/decred/decred-binaries/releases/download/v1.4.0-rc1/decrediton-v1.4.0-rc1.dmg) or [decrediton Windows](https://github.com/decred/decred-binaries/releases/download/v1.4.0-rc1/decrediton-v1.4.0-rc1.exe).
To install decrediton download, uncompress, and run [decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.4.0-rc2/decrediton-1.4.0-rc2.tar.gz) or [decrediton macOS](https://github.com/decred/decred-binaries/releases/download/v1.4.0-rc2/decrediton-v1.4.0-rc2.dmg) or [decrediton Windows](https://github.com/decred/decred-binaries/releases/download/v1.4.0-rc2/decrediton-v1.4.0-rc2.exe).

See manifest-v1.4.0-rc1.txt, and the package specific manifest files for sha256 sums and the associated .asc files to confirm those shas.
See manifest-v1.4.0-rc2.txt, and the package specific manifest files for sha256 sums and the associated .asc files to confirm those shas.

See [README.md](./README.md#verifying-binaries) for more info on verifying the files.


## Contents

* [dcrd](#dcrd-v140rc1)
* [dcrwallet](#dcrwallet-v140rc1)
* [decrediton](#decrediton-v140rc1)
* [dcrd](#dcrd-v140rc2)
* [dcrwallet](#dcrwallet-v140rc2)
* [decrediton](#decrediton-v140rc2)

# dcrd v1.4.0-rc1
# dcrd v1.4.0-rc2

This release of dcrd contains smart fee estimation, performance enhancements for
block relay and processing, a major internal restructuring of how unspent
Expand Down Expand Up @@ -126,7 +126,7 @@ a separate tool was required to accomplish this configuration.

## Changelog

All commits since the last release may be viewed on GitHub [here](https://github.com/decred/dcrd/compare/release-v1.3.0...release-v1.4.0-rc1).
All commits since the last release may be viewed on GitHub [here](https://github.com/decred/dcrd/compare/release-v1.3.0...release-v1.4.0-rc2).

### Protocol and network:

Expand Down Expand Up @@ -279,7 +279,7 @@ All commits since the last release may be viewed on GitHub [here](https://github
- Sarlor
- zhizhongzhiwai

# dcrwallet v1.4.0-rc1
# dcrwallet v1.4.0-rc2

This release focuses on bug fixes and general improvements for both direct
dcrwallet command line users and other projects building on top of dcrwallet
Expand Down Expand Up @@ -315,6 +315,16 @@ improvements and bug fixes follows.
* The process can be interrupted at startup if while being blocked on acquiring
the wallet's database lock. Previously, the process would have needed to be
killed, or wait for an existing running wallet to shutdown.

* Fixed reorganizations failing with "missing credit value" errors. This
was not a database corruption issue and a wallet restore is not necessary.

* Fixed the block hash returned by gRPC `WalletService.GetTransaction`
responses. This method was prevously using the transaction hash instead
of the hash of the block the transaction was mined in.

* Fixed error handling in the RPC sync mode to ensure some synchronization
errors are not ignored.

## New features

Expand Down Expand Up @@ -378,7 +388,7 @@ improvements and bug fixes follows.
All commits since the last release may be viewed on GitHub
[here](https://github.com/decred/dcrwallet/compare/v1.3.0...v1.4.0).

# decrediton v1.4.0-rc1
# decrediton v1.4.0-rc2

This decrediton release has been mostly dedicated to fixing nagging issues
with users and cleaning up styling and design overall. We are also happy to
Expand Down Expand Up @@ -501,7 +511,7 @@ provide better/faster wallet support for most users.
## Changelog

All commits since the last release may be viewed on GitHub
[here](https://github.com/decred/dcrwallet/compare/v1.3.0...v1.4.0-rc1).
[here](https://github.com/decred/dcrwallet/compare/v1.3.0...release-v1.4).


## 2018-10-15
Expand Down

0 comments on commit 1d6f7e3

Please sign in to comment.