Skip to content

Commit

Permalink
Update release notes for 0.0.11.1-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
dexX7 committed Jul 30, 2016
1 parent 35fcb32 commit c64d674
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/omnicore/doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Omni Core v0.0.11
=================
Omni Core v0.0.11.1
===================

v0.0.11.1 is a bugfix release which resolves a critical bug in the RPC API whereby under certain circumstances retrieving data about a sell offer may trigger a failsafe and cause the automatic shutdown of the client.

v0.0.11 is a major release and consensus critical in terms of the Omni Layer protocol rules. An upgrade is mandatory, and highly recommended. Prior releases will not be compatible with new behavior in this release.
This version is built on top of v0.0.11, which is a major release and consensus critical in terms of the Omni Layer protocol rules. An upgrade is mandatory, and highly recommended. Prior releases will not be compatible with new behavior in this release.

Please report bugs using the issue tracker on GitHub:

Expand All @@ -10,7 +12,7 @@ Please report bugs using the issue tracker on GitHub:
Table of contents
=================

- [Omni Core v0.0.11](#omni-core-v0011)
- [Omni Core v0.0.11.1](#omni-core-v00111)
- [Upgrading and downgrading](#upgrading-and-downgrading)
- [How to upgrade](#how-to-upgrade)
- [Downgrading](#downgrading)
Expand Down Expand Up @@ -155,6 +157,7 @@ Various smaller improvements were added Omni Core 0.0.11, such as:
- Fix Travis CI builds without cache
- Fix syntax error in walletdb key parser
- Fix too-aggressive database clean in block reorganization events
- Fix issues related to `omni_gettransaction` and `getactivedexsells`

Change log
==========
Expand Down Expand Up @@ -204,6 +207,8 @@ The following list includes relevant pull requests merged into this release:
- #403 Add consensus hash for block 420,000
- #405 Use uint256 when calculating desired BTC for DEx 1
- #404 Bump version to Omni Core 0.0.11-rel
- #409 Protect uint256 plain integer math
- #411 Bump version to Omni Core 0.0.11.1-rel
```

Credits
Expand Down

0 comments on commit c64d674

Please sign in to comment.