-
Notifications
You must be signed in to change notification settings - Fork 113
Document which node-versions are maintained currently #74
Comments
Not that I know of. Currently, the official stance is (taken from my answer to a post in the Node.js Google group):
That would mean that currently, only node v0.10.x is under maintenance. node v0.8.x is not under maintenance anymore but gets "critical" bug fixes nonetheless. The concept of what is critical and what is not seems a bit fuzzy though. When node 0.12.x is released, both node v0.10.x and node v0.12.x will be under maintenance. @tjfontaine Could you please confirm? |
if not, we could alter https://github.com/joyent/node-website/blob/master/STABLE - that file gets generated in https://github.com/joyent/node/blob/master/tools/node-release-post-build.sh#L61 ... proposal in pseudo-code: getpreviousstablenodeversion.py:
then and using these two in
based on that we could insert the information into the website |
If I understand correctly, the Also, I think we would want to have the full version number of the previous stable release and not just major.minor (in your previous example, we would have 0.8.29 instead of just 0.8). |
We would also need to handle the update of the |
from: https://github.com/joyent/node-website/pull/72/files#r23943271
The text was updated successfully, but these errors were encountered: