From 36229aa23993c53f42b0e9c55502b7f98b116064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Uslu?= Date: Sun, 5 Oct 2014 01:36:57 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc8cc4bde..1efbcd436 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ CoiniumServ was created to be used for [Coinium.org](http://www.coinium.org) min ### Status -Latest release: [v0.2.0 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.0-beta) +Latest release: [v0.2.1 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.1-beta) ### Getting Started From f743437b2d6289e237af72ee186d4d865c24de06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Uslu?= Date: Mon, 13 Oct 2014 16:37:14 +0300 Subject: [PATCH 2/5] Update Changelog.md --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changelog.md b/Changelog.md index 636aaae87..1ea93bcb6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +##### [v0.2.1 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.1-beta) - 04.10.2014 + +#### Bug Fixes +* Fixed a bug in stratum service where some miners were unable to connect back after they got disconnected. + +--- + ##### [v0.2.0 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.0-beta) - 02.10.2014 v0.2.0 is the last major release before our auto-exchange & multi-pool feature with many fixes and improvements. You can find out the details below; @@ -56,6 +63,8 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w **Logging** * Removed console.log configuration as it'll be always on by default. * Packet.log configuration is now correctly honored. + +--- ##### [v0.1.5 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.5-alpha) - 05.09.2014 @@ -82,11 +91,15 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w **Configuration** * Moved config.json "website:stats" section to upper level and renamed as "statistics". You have to apply the change to your existing config.json file! +--- + ##### [v0.1.4 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.4-alpha) - 03.09.2014 **Storage** * Downgraded csredis package at it was causing problems with mono. +--- + ##### [v0.1.3 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.3-alpha) - 03.09.2014 **Storage** @@ -112,12 +125,16 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w * File path handling improvements. * Fixed app.config. +--- + ##### [v0.1.2 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.2-alpha) - 14.08.2014 **Payments** * Fixed a major bug in payment processor which was preventing payments to miners. * Fixed a bug in statistics manager. +--- + ##### [v0.1.1 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.1-alpha) - 10.08.2014 **Mining** * Improved SocketServiceContext and removed unnecessary overhead. @@ -141,6 +158,7 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w * ShareManager and PaymenProcessor will now also honor orphan blocks with -1 confirmations. * Double.parse() and float.parse() calls will now correctly use CultureInfo.InvariantCulture - basically fixing potential problems with non en-US systems. +--- ##### [v0.1.0 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.0-alpha) - 08.08.2014 From 330ab191ea772deb89cf1187b6d91a8c3d829eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Uslu?= Date: Mon, 13 Oct 2014 16:41:55 +0300 Subject: [PATCH 3/5] Update Changelog.md --- Changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1ea93bcb6..ce9fccdc8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ +##### [v0.2.2 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.2-beta) - 04.10.2014 + +**Bug Fixes** +* Fixed compilation problems caused by json-rpc package. +* Difficulty in web front-end is now shortened & humanized. +* Added submitblock() detection support - so that coins like USD-e without submitblock() methods are also supported. + +--- + ##### [v0.2.1 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.1-beta) - 04.10.2014 -#### Bug Fixes +**Bug Fixes** * Fixed a bug in stratum service where some miners were unable to connect back after they got disconnected. --- From baf124882f5c3087a4e37c4a6d435742bd407d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Uslu?= Date: Mon, 13 Oct 2014 16:43:18 +0300 Subject: [PATCH 4/5] Update Changelog.md --- Changelog.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index ce9fccdc8..dbbb51885 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -##### [v0.2.2 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.2-beta) - 04.10.2014 +### [v0.2.2 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.2-beta) **Bug Fixes** * Fixed compilation problems caused by json-rpc package. @@ -7,14 +7,14 @@ --- -##### [v0.2.1 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.1-beta) - 04.10.2014 +### [v0.2.1 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.1-beta) **Bug Fixes** * Fixed a bug in stratum service where some miners were unable to connect back after they got disconnected. --- -##### [v0.2.0 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.0-beta) - 02.10.2014 +### [v0.2.0 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.0-beta) v0.2.0 is the last major release before our auto-exchange & multi-pool feature with many fixes and improvements. You can find out the details below; @@ -75,7 +75,7 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w --- -##### [v0.1.5 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.5-alpha) - 05.09.2014 +### [v0.1.5 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.5-alpha) **Payments** * Fixed a bug in hybrid-storage layer where blocks were not correctly set as confirmed once they were actually so. @@ -102,14 +102,14 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w --- -##### [v0.1.4 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.4-alpha) - 03.09.2014 +### [v0.1.4 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.4-alpha) **Storage** * Downgraded csredis package at it was causing problems with mono. --- -##### [v0.1.3 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.3-alpha) - 03.09.2014 +### [v0.1.3 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.3-alpha) **Storage** * Implemented storage layers support; hybrid-storage (redis+mysql) and mpos compatibility (mysql). @@ -136,7 +136,7 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w --- -##### [v0.1.2 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.2-alpha) - 14.08.2014 +### [v0.1.2 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.2-alpha) **Payments** * Fixed a major bug in payment processor which was preventing payments to miners. @@ -144,7 +144,7 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w --- -##### [v0.1.1 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.1-alpha) - 10.08.2014 +### [v0.1.1 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.1-alpha) **Mining** * Improved SocketServiceContext and removed unnecessary overhead. * New block found message is no more sent to miners as the miner software can already determine itself. @@ -169,6 +169,6 @@ v0.2.0 is the last major release before our auto-exchange & multi-pool feature w --- -##### [v0.1.0 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.0-alpha) - 08.08.2014 +### [v0.1.0 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.0-alpha) Initial release which is fully functional with a basic feature set. From 0c436edd55d10670afbb9dc9a3270285692a38b9 Mon Sep 17 00:00:00 2001 From: bonesoul Date: Mon, 13 Oct 2014 16:52:36 +0300 Subject: [PATCH 5/5] fixed version - 0.2.2-beta. --- src/libCoiniumServ/Versions/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCoiniumServ/Versions/VersionInfo.cs b/src/libCoiniumServ/Versions/VersionInfo.cs index 1c5c0fac1..519164eb4 100644 --- a/src/libCoiniumServ/Versions/VersionInfo.cs +++ b/src/libCoiniumServ/Versions/VersionInfo.cs @@ -41,7 +41,7 @@ public static class Assembly /// /// Main assemby version. /// - public const string Version = "0.2.0.*"; + public const string Version = "0.2.2.*"; } } }