Skip to content
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.0.4 #562

Closed
rvagg opened this issue Jan 23, 2015 · 22 comments
Closed

Release proposal: v1.0.4 #562

rvagg opened this issue Jan 23, 2015 · 22 comments
Labels
meta Issues and PRs related to the general management of the project.

Comments

@rvagg
Copy link
Member

rvagg commented Jan 23, 2015

  • e5e5980 - lib,src: make pseudoRandomBytes alias randomBytes (Calvin Metcalf)
  • c6cd460 - configure: remove unused arm_neon variable (Ben Noordhuis)
  • 7d9d756 - configure: disable vfpv3 on armv6 (Ben Noordhuis)
  • 297cadb - deps: fix v8 armv6 run-time detection (Ben Noordhuis)
  • d481bb6 - doc: more explicit crypto.pseudoRandomBytes docs (Calvin Metcalf)
  • 7d46247 - src: s/node/io.js/ in iojs --help message (Ben Noordhuis)
  • 069c0df - deps: upgrade v8 to 4.1.0.12 (Ben Noordhuis)
  • ada2a43 - doc: add TC meeting 2015-01-13 minutes (Rod Vagg)
  • 60402b9 - docs: remove incorrect entry from changelog (Bert Belder)
  • 8b98096 - fs: make fs.access() flags read only (Jackson Tian)
  • 804e7aa - lib: use const to define constants (cjihrig)
  • 803883b - v8: fix template literal NULL pointer deref (Ben Noordhuis)
  • 5435cf2 - v8: optimize getHeapStatistics (Vladimir Kurchatkin)
  • 5d01463 - benchmark: print score to five decimal places (Yosuke Furukawa)
  • 752585d - src: silence clang warnings (Trevor Norris)
  • 22e1aea - src: set node_is_initialized in node::Init (Cheng Zhao)
  • 668420d - src: clean up unused macros in node_file.cc (Ben Noordhuis)
  • 52f624e - src: rename ASSERT macros in node_crypto.cc (Ben Noordhuis)
  • e95cfe1 - src: add ASSERT_EQ style macros (Ben Noordhuis)
  • ee9cd00 - lib: fix TypeError with EventEmitter#on() abuse (Ben Noordhuis)
  • 77d6807 - test: fix event-emitter-get-max-listeners style (Ben Noordhuis)
  • 767ee73 - test: strip copyright boilerplate (Ben Noordhuis)
  • 86eda17 - fs: define constants with const (cjihrig)

The ARMv6 support here is most interesting for me but I'd also like @othiym23 to PR us a new version of npm to fix #536 for this release.

@Fishrock123
Copy link
Contributor

armv6 is important, sounds reasonable once npm updates.

@piscisaureus
Copy link
Contributor

anytime @rvagg

@Fishrock123
Copy link
Contributor

npm@2.3.0 #573

@jbergstroem
Copy link
Member

I'd like to see #585 in here as well.

@Fishrock123
Copy link
Contributor

Agreed. (Unless it will delay this 2-3 days)

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

the release builds have snapshots explicitly turned off but we can wait to get that in just to make doubly-sure

@Fishrock123
Copy link
Contributor

Ah, nice.

@jbergstroem
Copy link
Member

@rvagg yeah, I'm more interested in the defaults of the source build.

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

  • ba8eac9 - doc: adds brendanashworth as collaborator (Brendan Ashworth)
  • 8f9502a - doc: add evanlucas to collaborators (Evan Lucas)
  • 35a4f11 - doc: alphabetize all.markdown (Brendan Ashworth)
  • a0831c5 - doc: add Fishrock123 to collaborators (Fishrock123)
  • 5412487 - doc: add qard to collaborators (Stephen Belanger)
  • 8b55048 - deps: make node-gyp work again on windows (Bert Belder)
  • 82227f3 - deps: make node-gyp fetch tarballs from iojs.org (Ben Noordhuis)
  • f5b35db - deps: upgrade npm to 2.3.0 (Forrest L Norvell)
  • f3fed51 - doc: adding thlorenz to list of collaborators (Thorsten Lorenz)
  • 8de89ec - lib: move default address logic to net._listen2 (Vladimir Kurchatkin)
  • 3143d73 - test: delete parallel/test-process-active-wraps (Ben Noordhuis)
  • 4f95b5d - test: fix parallel/test-http-destroyed-socket-write2 (Ben Noordhuis)
  • 5ba307a - test: fix parallel/test-dgram-error-message-address (Ben Noordhuis)
  • f4c536b - debugger: don't override module binding (Vladimir Kurchatkin)
  • 40ffed8 - stream: use nop as write() callback if omitted (cjihrig)
  • df0d790 - doc: dns.lookupService has wrong header level (Icer Liang)
  • 8b1db9c - doc: note in docs about missing interfaces (Todd Kennedy)
  • 2928ac6 - doc: bump punycode api stability to 'stable' (Ben Noordhuis)
  • 328e67b - doc: add TC meeting 2015-01-21 minutes (Rod Vagg)

I'm a little hesitant to merge and release #585 because of the potential for auto-build breakage. There could be build scripts out there that break with a release including this.

@jbergstroem
Copy link
Member

@rvagg Yeah, I think you're right to avoid #585 for now. Lets find a better solution.

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

  • bb766d2 - doc: update "net" section in node to io.js changes (Andres Suarez)
  • 73ddaa6 - tools: remove old updateAuthors.awk script (Rod Vagg)
  • 6230bf9 - doc: update AUTHORS list (Rod Vagg)
  • 33186fa - doc: adds brendanashworth as collaborator (Brendan Ashworth) (was ba8eac9)

Clean test run @ ba8eac9: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/114/

Nightlies @ bb766d2: https://jenkins-iojs.nodesource.com/job/iojs+release+nightly/66/ coming out at: https://iojs.org/download/nightly/v1.0.4-nightly20150124bb766d2c47/

@iojs/website is someone around to bump the version on the website to 1.0.4 if I drop it soon?

@indexzero
Copy link

I just landed in New York but I'm around for the next hour or so. I could bump now.

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

@indexzero cool, I'm just about to push the button, let me ping you here when it's landed, will be ~20 mins

@indexzero
Copy link

Roger. Quick sanity check: no where else but in https://github.com/iojs/website/blob/master/public/index.html correct?

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

Roger that, I don't believe anything more complex has been introduced yet.

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

Release building here: https://jenkins-iojs.nodesource.com/job/iojs+release/20/

will be ~16 minutes according to nightly

@indexzero
Copy link

Sweet. I should be back at my place by then. I'll push it out.

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

Done, https://iojs.org/dist/v1.0.4/

ARMv7 will be there in a few minutes. OTY @indexzero, cheers.

@rvagg rvagg closed this as completed Jan 24, 2015
@indexzero
Copy link

Still in traffic. @iojs/website if anyone else sees this fire at will. I suspect they won't because of the timezone distribution.

We should find someone in Australia :)

@rvagg
Copy link
Member Author

rvagg commented Jan 24, 2015

no great hurry .. I could do it but I'd rather not intrude into website team territory if I can help it.

@indexzero
Copy link

Cool. Gives me an excuse to push out a change. I've been mainly lurking. ETOOMANYTHIMGS

@indexzero
Copy link

@rvagg Done. Merge at will. nodejs/iojs.org#102

Updated the V8 version as well. Glad I noticed that and the commit from @bnoordhuis in the commit log here 👍

edit: lol you beat me to it.

@mscdex mscdex added the meta Issues and PRs related to the general management of the project. label Mar 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

No branches or pull requests

6 participants