I am wondering that even there is this stable release tag METEOR@1.3.2.1 the installer is just looking and installing the release 1.3.1 and also meteor update will just go for 1.3.1.
Is the 1.3.2.1 still some beta or testing release or is something not yet updated at the installer?
I am asking because currently working on the ARM fork and want to make sure to match the latest stable release. We are doing the job currently at the 1.3.2.1 tagged sources.
Could someone from MDG (@sashko) please make a short comment.
The 1.3.2.1 release is stable to the best of my knowledge, though I hesitated to recommend it Friday because of this bug. If I put out a 1.3.2.2 today that included that fix, would it make a difference for your (awesome) work on the ARM fork?
hmm, although 1.3.2.2 is listed under the releases tab on github, update --release 1.3.2.2 results in error:
Sorry, Meteor 1.3.2.2 is not installed and could not be downloaded. Please check to make sure that you are online.
BTW, @benjamn is there a flag for the update tool to check if there is a newer release (whether or not recommended) since it is really cumbersome to go check the releases page each time to look if something’s new with meteor while both atmosphere and npm provide a command line utility for that.
There were goodreasons 1.3.2 and 1.3.2.1 were not recommended, so I really must recommend sticking to recommended releases. That doesn’t stop you from checking the releases page and updating manually, but I’m hesitant to make it too much easier!
could you be so kind and give me a short note when you think that I can proceed with next release whatever release that is. I new from previous work that after new releases it will take some time to become real stable - that is a normal procedure I guess.
while we are working on the ARM 1.3.2.4 fork I have a question about the nodejs version to use in the upcoming 1.3.3 release. Currently meteor dev_bundle embeds nodejs v0.10.43. Will this be the same branch (v0.10.??) on the next meteor release or are you planning to switch to somthing like node 4 or 5?