Skip to content

Commit

Permalink
Bump version to Omni Core 0.0.9.2
Browse files Browse the repository at this point in the history
Please see the release notes for details about this release.
  • Loading branch information
dexX7 committed Jul 5, 2015
1 parent 668cb88 commit 7581fc5
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ http://www.omnilayer.org
What is Omni Core
-----------------

Omni Core is a fast, portable Omni Layer implementation that is based off the Bitcoin Core codebase (currently 0.9.3). This implementation requires no external dependencies extraneous to Bitcoin Core, and is native to the Bitcoin network just like other Bitcoin nodes. It currently supports a wallet mode and it will be seamlessly available on 3 platforms: Windows, Linux and Mac OS. Omni Layer extensions are exposed via the UI and the JSON-RPC interface. Development has been consolidated on the Omni Core product, and once officially released it will become the reference client for the Omni Layer.
Omni Core is a fast, portable Omni Layer implementation that is based off the Bitcoin Core codebase (currently 0.9.5). This implementation requires no external dependencies extraneous to Bitcoin Core, and is native to the Bitcoin network just like other Bitcoin nodes. It currently supports a wallet mode and it will be seamlessly available on 3 platforms: Windows, Linux and Mac OS. Omni Layer extensions are exposed via the UI and the JSON-RPC interface. Development has been consolidated on the Omni Core product, and once officially released it will become the reference client for the Omni Layer.

Disclaimer, warning
-------------------
Expand Down
36 changes: 36 additions & 0 deletions doc/omnicore-0.0.9.2-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Omni Core v0.0.9.2
==================

v0.0.9.2 is a minor release and not consensus critical in terms of the Omni Layer protocol rules. Due to recent events related to the Bitcoin network, it is recommended to upgrade to this version.

Please report bugs using the issue tracker on GitHub:

https://github.com/OmniLayer/omnicore/issues

General
-------

On 4 July 2015, after the activation of [BIP 66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki), a handful of miners accidently started to create invalid blocks, which may not be detected by outdated clients. This can result in transaction confirmations that aren't valid on the main chain of the Bitcoin network.

For further information about this incident, please see:

https://bitcoin.org/en/alert/2015-07-04-spv-mining

How to Upgrade
--------------

If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then copy the new version of `mastercored` or `mastercore-qt`.

If you are upgrading from any version earlier than 0.0.9, the first time you run you must start with the `--startclean` parameter at least once to refresh the persistence files.

Downgrading
-----------

Downgrading is currently not supported as older versions will not provide accurate information.

Notable changes
---------------

This release upgrades the underlying code base of Omni Core from Bitcoin Core 0.9.3 to Bitcoin Core 0.9.5.

Please see the official release notes of [Bitcoin Core 0.9.5](release-notes.md), as well as the historical release notes of [Omni Core 0.0.9.1](release-notes/omnicore-0.0.9.1-release-notes.md) for details about recent changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Omni Core version 0.0.9.1-rel is now available from:

{insert URL once ready to release}
https://github.com/mastercoin-MSC/mastercore/releases/tag/v0.0.9.1

0.0.9.1 is a minor release and not consensus critical. An upgrade is only mandatory if you are using a version prior 0.0.9.

Expand Down
2 changes: 1 addition & 1 deletion src/mastercore_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define OMNICORE_VERSION_PATCH 0

// Use "-dev" for development versions, switch to "-rel" for tags
#define OMNICORE_VERSION_TYPE "-dev"
#define OMNICORE_VERSION_TYPE "-rel"


//! Omni Core client version
Expand Down

0 comments on commit 7581fc5

Please sign in to comment.