diff --git a/README.md b/README.md index 4aab063ffee64..560126ee69eb6 100644 --- a/README.md +++ b/README.md @@ -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 ------------------- diff --git a/doc/omnicore-0.0.9.2-release-notes.md b/doc/omnicore-0.0.9.2-release-notes.md new file mode 100644 index 0000000000000..84663124772dc --- /dev/null +++ b/doc/omnicore-0.0.9.2-release-notes.md @@ -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. diff --git a/doc/omnicore-0.0.9.1-release-notes.md b/doc/release-notes/omnicore-0.0.9.1-release-notes.md similarity index 97% rename from doc/omnicore-0.0.9.1-release-notes.md rename to doc/release-notes/omnicore-0.0.9.1-release-notes.md index 221401eff94e2..bea5dfdc53b1b 100644 --- a/doc/omnicore-0.0.9.1-release-notes.md +++ b/doc/release-notes/omnicore-0.0.9.1-release-notes.md @@ -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. diff --git a/src/mastercore_version.h b/src/mastercore_version.h index c0d795b7e464f..53f85ad448034 100644 --- a/src/mastercore_version.h +++ b/src/mastercore_version.h @@ -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