Skip to content

Commit b51762b

Browse files
committed
Merge pull request #331 from nodejs/JungMinu-weekly-update
Add weekly update 2015-11-06
2 parents c995b5b + 6f49101 commit b51762b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Weekly Update - Nov 6th, 2015
3+
author: Minwoo Jung (@jmwsoft)
4+
date: 2015-11-06T12:00:00.000Z
5+
status: publish
6+
category: weekly
7+
slug: weekly-update-2015-11-06
8+
layout: blog-post.hbs
9+
---
10+
11+
### Node.js News — November 6th
12+
Node.js v4.2.2 (LTS) is released
13+
14+
### Node.js v4.2.2 (LTS) Releases
15+
16+
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).
17+
18+
### Notable changes
19+
20+
This is an LTS maintenance release that addresses a number of issues:
21+
22+
* [[`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)
23+
* [[`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)
24+
25+
### NodeUp Podcast
26+
27+
* 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).
28+
* 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.".
29+
30+
31+
### Community Updates
32+
33+
* [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"
34+
* [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."
35+
36+
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/191), specifically the Weekly Updates issue.
37+
38+
### Upcoming Events
39+
40+
* [NodeFest](http://nodefest.jp/2015/), November 7th at Tokyo, Japan
41+
* [Node Knockout](http://www.nodeknockout.com/), November 7th - 8th, Worldwide
42+
* [Node Girls London](https://nodegirls.typeform.com/to/atW4HR), November 7th at London, UK
43+
* [Playnode](http://playnode.io/), November 12nd at Seoul, South Korea
44+
* [Nodevember](http://nodevember.org/?utm_source=io.js+and+Node.js+News&utm_medium=article), November 14th - 15th at Nashville, Tennessee, US.
45+
* [JSConf.Asia](http://2015.jsconf.asia/), November 19th - 20th in Singapore.
46+
* [NodeConf Barcelona](https://ti.to/barcelonajs/nodeconf-barcelona-2015), November 21st at Barcelona, Spain
47+
* [CampJS VI](http://vi.campjs.com), November 20th – 23th at Queensland, Australia
48+
* [Node.js Interactive](http://events.linuxfoundation.org/events/node-interactive), December 8th - 9th at Portland, US.
49+
50+
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/191), specifically the Weekly Updates issue.

0 commit comments

Comments
 (0)