Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Aleth 1.7.2
Browse files Browse the repository at this point in the history
Bump version: 1.7.1 → 1.7.2
  • Loading branch information
gumb0 committed Nov 22, 2019
1 parent dfb76ed commit e053b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.1
current_version = 1.7.2
commit = True
message = Aleth {new_version}

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [1.7.2] - Unreleased
## [1.7.2] - 2019-11-22

- Fixed: [#5834](https://github.com/ethereum/aleth/pull/5834) Fix segmentation fault during sync.
- Fixed: [#5841](https://github.com/ethereum/aleth/pull/5841) Revert the change introduced in 1.7.0 to wait 2 secods after sending `Disconnect` to peer before closing the socket, as it caused instabilty during sync.
Expand Down Expand Up @@ -90,7 +90,7 @@
- Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available.


[1.7.2]: https://github.com/ethereum/aleth/compare/v1.7.1..release/1.7
[1.7.2]: https://github.com/ethereum/aleth/releases/tag/v1.7.2
[1.7.1]: https://github.com/ethereum/aleth/releases/tag/v1.7.1
[1.7.0]: https://github.com/ethereum/aleth/releases/tag/v1.7.0
[1.6.0]: https://github.com/ethereum/aleth/releases/tag/v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ HunterGate(
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)

project(aleth)
set(PROJECT_VERSION 1.7.1)
set(PROJECT_VERSION 1.7.2)

cable_add_buildinfo_library(PROJECT_NAME aleth)

Expand Down

0 comments on commit e053b42

Please sign in to comment.