-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release proposal: v1.3.0 #872
Comments
isn't it better so sort those commits by category ? |
@YuriSolovyov yeah, that'd be nice, but I suspect that the ordering matters more than being able to view them as a group. I'll do a "Notable changes" that has things grouped. Also, the above list is in reverse order, I've decided that this probably isn't a good idea so I'll switch it before publishing. |
well, that was a "minimal" proposal, that just require tweaking your script/tool |
RE: ordering vs categorizing. What I found worked well for me in the past On Wed, Feb 18, 2015 at 2:57 AM, Yuri [email protected] wrote:
Aaron |
Regarding #826: Please mention in the release notes that TLS (and in turn HTTPS) now rely on a stronger default cipher suite which excludes the RC4 cipher. If users still want to use RC4, they have to specify their own Also, I'd appreciate if someone could review #845 before this release. This should be in the docs for this release. Edit: It's merged! |
https://iojs.org/download/nightly/v1.2.1-nightly20150218fb28c91074/ RC1 fwiw, will do another RC today and release tomorrow |
I'd appreciate if someone could take a look at this issue #877 before this release, because by my opinion this is a serious bug originating from 0.11.15, that makes debugging io.js applications a huge PITA. |
@unbornchikken I'll make sure we talk about it today in the Tracing WG meeting but we don't hold up releases for stuff like this. But, we're releasing every week so once it is fixed it'll land in a new release quite soon :) |
Gonna take me a while to get used to that I don't have to wait for two years for a new release. :) Thanks. |
OK, no criticism of the heavy Markdown, and on thinking it through further -- if you want a cleaner list then just As per @aheckmann's suggestion, I'm trying commit grouping here and it's actually quite nice:
I might hold up release pending resolution of #894 for a few more hours (partly because I'm kind of busy right at this moment anyway!). If it's not resolved within the next 8 or so hours then I'll get the release out and just note that in the Known Issues section and push for a patch release ASAP. |
FYI this is with |
CHANGELOG.md header so far, unfortunately I can't find any other notable changes to mention here, does anybody else want to highlight things? 2015-02-20, Version 1.3.0, @rvaggNotable changes
Known issues
Commits... |
https://iojs.org/download/nightly/v1.2.1-nightly201502201bf91878e7/ RC2 I suppose, should be pretty close to what 1.3.0 ends up being |
Going to do the release dance now. Under "Known issues", putting:
|
Let me rephrase that tls entry in the notes:
|
Missing a 'the' before 'process', and 'to' after it :) |
urgh, too late, I should have said "progress" actually |
Well, it's not that bad, I just wanted to expand on the reason for the tls change, but yours gets the RC4 message through too. |
tagged v1.3.0 @ 1d7a47f Release builds in progress here: https://jenkins-iojs.nodesource.com/job/iojs+release/24/ |
done, https://iojs.org/dist/latest/ @iojs/website ping 1.3.0 bump pls |
Having issues, on
|
hrm, can't reproduce
|
@mikeal oop, it was an issue with me building from source and my computer's symlinks. My fault, thanks! |
I wrote a tool, changelog-maker to generate this changelog. It uses the metadata to cross-reference the PR-URL, include that in the summary and also note anything that's labelled with
semver*
labels so they stand out (see the entry for77f35861d0
above).The only concern I have with this is that it makes the plain-text version of the CHANGELOG.md file very unweildy and difficult to read.. e.g. one line will look like this:
So .. before I go putting this in CHANGELOG.md, please comment if you think this is going to be a problem. My preference is for this to be a useful Markdown doc, but perhaps it will bother others enough to object!
Re 1.3.0: I think we'll give this ~2 days before it's released if there are no objections.
The text was updated successfully, but these errors were encountered: