Skip to content

Commit

Permalink
Merge pull request #561 from raistlinthewiz/develop
Browse files Browse the repository at this point in the history
fixed version for release
  • Loading branch information
Hüseyin Uslu committed Oct 13, 2014
2 parents 2ff95a0 + 0c436ed commit 9655b1d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
41 changes: 34 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
##### [v0.2.0 beta](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.2.0-beta) - 02.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.
* 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)

**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)

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;

Expand Down Expand Up @@ -56,8 +72,10 @@ 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
### [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.
Expand All @@ -82,12 +100,16 @@ 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
---

### [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).
Expand All @@ -112,13 +134,17 @@ 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
---

### [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.
* Fixed a bug in statistics manager.

##### [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.
Expand All @@ -141,7 +167,8 @@ 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
### [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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/libCoiniumServ/Versions/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static class Assembly
/// <summary>
/// Main assemby version.
/// </summary>
public const string Version = "0.2.0.*";
public const string Version = "0.2.2.*";
}
}
}

0 comments on commit 9655b1d

Please sign in to comment.