-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Add weekly update 2015-11-06 #331
Merged
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
95d081e
Add weekly update 2015-11-06
JungMinu 338669a
Update weekly-update.2015-11-06.md
JungMinu 3abf398
Update weekly-update.2015-11-06.md
JungMinu 581966c
Update weekly-update.2015-11-06.md
JungMinu 8451e44
Update weekly-update.2015-11-06.md
JungMinu 65600a1
Update weekly-update.2015-11-06.md
JungMinu d26af67
Update weekly-update.2015-11-06.md
JungMinu 97424f8
Update weekly-update.2015-11-06.md
JungMinu 6f49101
Update weekly-update.2015-11-06.md
JungMinu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: Weekly Update - Nov 6th, 2015 | ||
author: Minwoo Jung (@jmwsoft) | ||
date: 2015-11-06T12:00:00.000Z | ||
status: publish | ||
category: weekly | ||
slug: weekly-update-2015-11-06 | ||
layout: blog-post.hbs | ||
--- | ||
|
||
### Node.js News — November 6th | ||
Node.js v4.2.2 (LTS) is released | ||
|
||
### Node.js v4.2.2 (LTS) Releases | ||
|
||
This week we have one release: [Node.js v4.2.2 (LTS)](https://nodejs.org/en/blog/release/v4.2.2/). Complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). | ||
|
||
### Notable changes | ||
|
||
This is an LTS maintenance release that addresses a number of issues: | ||
|
||
* [[`1d0f2cbf87`](https://github.com/nodejs/node/commit/1d0f2cbf87)] - **buffer**: fix value check for writeUInt{B,L}E (Trevor Norris) [#3500](https://github.com/nodejs/node/pull/3500) | ||
* [[`2a45b72b4a`](https://github.com/nodejs/node/commit/2a45b72b4a)] - **buffer**: don't CHECK on zero-sized realloc (Ben Noordhuis) [#3499](https://github.com/nodejs/node/pull/3499) | ||
|
||
### Node.js foundation is considering an iteration on the official logo | ||
|
||
* [Submit your images and ideas on GitHub!](https://github.com/nodejs/evangelism/issues/179) | ||
* The Marketing Committee will look over ideas at some point in the future and potentially select one or take some of the ideas/direction and handoff to a designer. | ||
* Final logo will have to be approved by the Board of Directors. | ||
|
||
### NodeUp Podcast | ||
|
||
* NodeUp podcast episode 93, 94 were published this week: [http://nodeup.com/ninetythree](http://nodeup.com/ninetythree), [http://nodeup.com/ninetyfour](http://nodeup.com/ninetyfour). | ||
* The subjects of the podcast are "An LTS Show with Kat Marchán, James Snell, and Rich Trott", "A Node.js Interactive Show with Dan Shaw, Mikeal Rogers, and Kassandra Perch.". | ||
|
||
|
||
### Community Updates | ||
|
||
* [Understanding Garbage Collection and hunting Memory Leaks in Node.js](http://apmblog.dynatrace.com/2015/11/04/understanding-garbage-collection-and-hunting-memory-leaks-in-node-js/), "Covers how Node.js manages memory and how to trace down memory-related problems" | ||
* [Node.js v4 gets an A+ for SSL Labs with no configuration](https://certsimple.com/blog/node-js-ssl-labs), "Node has one of the best out-of-the-box SSL setups of any web server." | ||
|
||
If you have spotted or written something about Node.js, do come over to our [Evangelism team repo](https://github.com/nodejs/evangelism) and suggest it on the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Link to next week's Weekly Update issue? |
||
|
||
### Upcoming Events | ||
|
||
* [NodeFest](http://nodefest.jp/2015/), November 7th at Tokyo, Japan | ||
* [Node Knockout](http://www.nodeknockout.com/), November 7th - 8th, Worldwide | ||
* [Node Girls London](https://nodegirls.typeform.com/to/atW4HR), November 7th at London, UK | ||
* [Playnode](http://playnode.io/), November 12nd at Seoul, South Korea | ||
* [Nodevember](http://nodevember.org/?utm_source=io.js+and+Node.js+News&utm_medium=article), November 14th - 15th at Nashville, Tennessee, US. | ||
* [JSConf.Asia](http://2015.jsconf.asia/), November 19th - 20th in Singapore. | ||
* [NodeConf Barcelona](https://ti.to/barcelonajs/nodeconf-barcelona-2015), November 21st at Barcelona, Spain | ||
* [CampJS VI](http://vi.campjs.com), November 20th – 23th at Queensland, Australia | ||
* [Node.js Interactive](http://events.linuxfoundation.org/events/node-interactive), December 8th - 9th at Portland, US. | ||
|
||
Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also a link to next week's Weekly Update issue here, if possible. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you give a more solid description here? The way it's worded here is very uncertain, which is uncomfortable given the topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could even just remove the bullet point with Marketing Committee in it. That isn't critical info at this point and it's there if you click the link.