v1.13.2-rc5 prep

This commit is contained in:
Jennifer Wang 2021-12-17 15:02:42 -05:00
parent cfb6aca9a4
commit eabb9639a3
8 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,9 @@
# Lotus changelog
# v1.13.2-rc4 / 2021-12-10
# v1.13.2-rc5 / 2021-12-17
This is the 4th RC for lotus v1.13.2, with another retrieval enhancement that fills the gap that's brought by the release. This is a highly recommended release with sealing pipeline fixes, worker management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
This is the 5th RC for lotus v1.13.2. This will be a highly recommended release with sealing pipeline fixes, worker management and scheduler
enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
- github.com/filecoin-project/lotus:
- stores: Reduce log spam during retrievals

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@ func BuildTypeString() string {
}
// BuildVersion is the local build version
const BuildVersion = "1.13.2-rc4"
const BuildVersion = "1.13.2-rc5"
func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...]
VERSION:
1.13.2-rc4
1.13.2-rc5
COMMANDS:
init Initialize a lotus miner repo

View File

@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...]
VERSION:
1.13.2-rc4
1.13.2-rc5
COMMANDS:
run Start lotus worker

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.13.2-rc4
1.13.2-rc5
COMMANDS:
daemon Start a lotus daemon process