From aeba7cce84bc066d19e8e695be29ce301d06b9c0 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 15 Nov 2016 11:47:44 -0500 Subject: node-v3.4.2 --- package.json | 2 +- platform/node/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e1b2fc145a..acaeeffd6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-native", - "version": "3.4.1", + "version": "3.4.2", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 53825ecf3a..861a8d7d3b 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.4.2 - Novmeber 15, 2016 + +- Switches back to publishing Linux binaries with GLX, to eliminate a runtime dependency on `libOSMesa.so.8` and enable dynamically linking against `libGL.so` provided by an alternate implementation, such as the NVIDIA proproetary drivers ([#7503](https://github.com/mapbox/mapbox-gl-native/pull/7053)) + # 3.4.1 - Novmeber 10, 2016 - Skips assigning clip IDs to tiles that won't be rendered, mitigating a `stencil mask overflow` error ([#6871](https://github.com/mapbox/mapbox-gl-native/pull/6871)) -- cgit v1.2.1