Bump development version to 0.8.0#549
Bump development version to 0.8.0#549mateiz merged 1 commit intomesos:masterfrom jey:bump-development-version-to-0.8.0
Conversation
|
Thanks for catching this - I think maybe it was just a typo when Matei 0.7.0-SNAPSHOT Just after we cut 0.6.0 On Mon, Apr 1, 2013 at 9:07 AM, Jey Kottalam notifications@github.com wrote:
|
|
As discussed on the mailing list, I don't think we need to do this yet. Eventually we will need to create a branch-0.7 which contains fixes to 0.7.x and change master to 0.8, but right now the fixes in master are also good for 0.7.1. |
|
My only problem with your approach, Matei, is with new functionality added to 0.7.1-SNAPSHOT leaking out into an eventual 0.7.1 release before it is fully mature. For example, in catching up with #456, it strikes me that there is enough overlap with the recently merged #510 (mapWith, filterWith, etc.) that I'll likely do a refactoring/combining/extending of these efforts later this week. That's fine as long as there haven't been any severe bugs requiring a 0.7.1 release yet, but we probably should try to segregate new API functionality from purely bugfix changes so that a bugfix release can easily be made without leaking new public API that we may still want to rework. |
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
I've merged this in and created a branch-0.7 for further development of 0.7. Thanks Jey! |
…esos#549. remove actorToWorker in master.scala, which is actually not used actorToWorker is actually not used in the code....just remove it Author: CodingCat <zhunansjtu@gmail.com> == Merge branch commits == commit 52656c2d4bbf9abcd8bef65d454badb9cb14a32c Author: CodingCat <zhunansjtu@gmail.com> Date: Thu Feb 6 00:28:26 2014 -0500 remove actorToWorker in master.scala, which is actually not used
This patch bumps the version number of the master branch to "0.8.0-SNAPSHOT" so that bugfix releases of the 0.7.x branch can be made, and to comply with the Semantic Versioning convention.