Changelogs for 1.9.6 and 1.10.1 (#8411)
* Add changelog for 1.9.6 * Add Changelog for 1.10.1
This commit is contained in:
parent
461b2d4853
commit
2257bc8e2f
41
CHANGELOG.md
41
CHANGELOG.md
@ -1,3 +1,44 @@
|
|||||||
|
## Parity [v1.10.1](https://github.com/paritytech/parity/releases/tag/v1.10.1) (2018-04-17)
|
||||||
|
|
||||||
|
Parity 1.10.1 is a bug-fix release to improve performance and stability. Among other changes, you can now use `--warp-barrier [BLOCK]` to specify a minimum block number to `--warp` to. This is useful in cases where clients restore to outdated snapshots far behind the latest chain head.
|
||||||
|
|
||||||
|
The full list of included changes:
|
||||||
|
|
||||||
|
- Bump beta to 1.10.1 ([#8350](https://github.com/paritytech/parity/pull/8350))
|
||||||
|
- Bump beta to 1.10.1
|
||||||
|
- Unflag critical release
|
||||||
|
- Backports ([#8346](https://github.com/paritytech/parity/pull/8346))
|
||||||
|
- Warp-only sync with warp-barrier [blocknumber] flag. ([#8228](https://github.com/paritytech/parity/pull/8228))
|
||||||
|
- Warp-only sync with warp-after [blocknumber] flag.
|
||||||
|
- Fix tests.
|
||||||
|
- Fix configuration tests.
|
||||||
|
- Rename to warp barrier.
|
||||||
|
- Allow unsafe js eval on Parity Wallet. ([#8204](https://github.com/paritytech/parity/pull/8204))
|
||||||
|
- Update musicoin spec in line with gmc v2.6.2 ([#8242](https://github.com/paritytech/parity/pull/8242))
|
||||||
|
- Supress TemporaryInvalid verification failures. ([#8256](https://github.com/paritytech/parity/pull/8256))
|
||||||
|
- Include suicided accounts in state diff ([#8297](https://github.com/paritytech/parity/pull/8297))
|
||||||
|
- Include suicided accounts in state diff
|
||||||
|
- Shorten form match -> if let
|
||||||
|
- Test suicide trace diff in State
|
||||||
|
- Replace_home for password_files, reserved_peers and log_file ([#8324](https://github.com/paritytech/parity/pull/8324))
|
||||||
|
- Replace_home for password_files, reserved_peers and log_file
|
||||||
|
- Typo: arg_log_file is Option
|
||||||
|
- Enable UI by default, but only display info page.
|
||||||
|
- Fix test.
|
||||||
|
- Fix naming and remove old todo.
|
||||||
|
- Change "wallet" with "browser UI"
|
||||||
|
- Change name Wallet -> UI ([#8164](https://github.com/paritytech/parity/pull/8164)) ([#8205](https://github.com/paritytech/parity/pull/8205))
|
||||||
|
- Change name Wallet -> UI
|
||||||
|
- Make warning bold
|
||||||
|
- Backport [#8099](https://github.com/paritytech/parity/pull/8099) ([#8132](https://github.com/paritytech/parity/pull/8132))
|
||||||
|
- WASM libs ([#8220](https://github.com/paritytech/parity/pull/8220))
|
||||||
|
- Bump wasm libs ([#8171](https://github.com/paritytech/parity/pull/8171))
|
||||||
|
- Bump wasmi version ([#8209](https://github.com/paritytech/parity/pull/8209))
|
||||||
|
- Update hyper to 0.11.24 ([#8203](https://github.com/paritytech/parity/pull/8203))
|
||||||
|
- Updated jsonrpc to include latest backports (beta) ([#8181](https://github.com/paritytech/parity/pull/8181))
|
||||||
|
- Updated jsonrpc to include latest backports
|
||||||
|
- Update dependencies.
|
||||||
|
|
||||||
## Parity [v1.10.0](https://github.com/paritytech/parity/releases/tag/v1.10.0) (2018-03-22)
|
## Parity [v1.10.0](https://github.com/paritytech/parity/releases/tag/v1.10.0) (2018-03-22)
|
||||||
|
|
||||||
This is the Parity 1.10.0-beta release! Cool!
|
This is the Parity 1.10.0-beta release! Cool!
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
## Parity [v1.9.6](https://github.com/paritytech/parity/releases/tag/v1.9.6) (2018-04-16)
|
||||||
|
|
||||||
|
Parity 1.9.6 is a bug-fix release to improve performance and stability.
|
||||||
|
|
||||||
|
The full list of included changes:
|
||||||
|
|
||||||
|
- Bump app_dirs, fixes [#8315](https://github.com/paritytech/parity/issues/8315) ([#8355](https://github.com/paritytech/parity/pull/8355))
|
||||||
|
- Fix Cargo lock
|
||||||
|
- Backports ([#8352](https://github.com/paritytech/parity/pull/8352))
|
||||||
|
- Update musicoin spec in line with gmc v2.6.2 ([#8242](https://github.com/paritytech/parity/pull/8242))
|
||||||
|
- Supress TemporaryInvalid verification failures. ([#8256](https://github.com/paritytech/parity/pull/8256))
|
||||||
|
- Include suicided accounts in state diff ([#8297](https://github.com/paritytech/parity/pull/8297))
|
||||||
|
- Include suicided accounts in state diff
|
||||||
|
- Shorten form match -> if let
|
||||||
|
- Test suicide trace diff in State
|
||||||
|
- Replace_home for password_files, reserved_peers and log_file ([#8324](https://github.com/paritytech/parity/pull/8324))
|
||||||
|
- Replace_home for password_files, reserved_peers and log_file
|
||||||
|
- Typo: arg_log_file is Option
|
||||||
|
- Bump version in util/version
|
||||||
|
- Bump stable to 1.9.6 ([#8348](https://github.com/paritytech/parity/pull/8348))
|
||||||
|
- WASM libraries bump ([#8219](https://github.com/paritytech/parity/pull/8219))
|
||||||
|
- Bump wasm libs ([#8171](https://github.com/paritytech/parity/pull/8171))
|
||||||
|
- Bump wasmi version ([#8209](https://github.com/paritytech/parity/pull/8209))
|
||||||
|
- Updated jsonrpc to include latest backports (1.9) ([#8182](https://github.com/paritytech/parity/pull/8182))
|
||||||
|
- Updated jsonrpc to include latest backports (1.9)
|
||||||
|
- Update dependencies.
|
||||||
|
|
||||||
## Parity [v1.9.5](https://github.com/paritytech/parity/releases/tag/v1.9.5) (2018-03-21)
|
## Parity [v1.9.5](https://github.com/paritytech/parity/releases/tag/v1.9.5) (2018-03-21)
|
||||||
|
|
||||||
Parity 1.9.5 is a bug-fix release to improve performance and stability. This release marks the 1.9 track _stable_.
|
Parity 1.9.5 is a bug-fix release to improve performance and stability. This release marks the 1.9 track _stable_.
|
||||||
|
Loading…
Reference in New Issue
Block a user