summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-11-15 11:47:44 -0500
committerMike Morris <mikemorris@users.noreply.github.com>2016-11-15 13:31:48 -0500
commitaeba7cce84bc066d19e8e695be29ce301d06b9c0 (patch)
tree8faa65adddf0179870f09dc3fc9ae718d8fd7125
parentf50de162607ee97b44ef3f5605a166da1bb7ecc3 (diff)
downloadqtlocation-mapboxgl-aeba7cce84bc066d19e8e695be29ce301d06b9c0.tar.gz
node-v3.4.2node-v3.4.2
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md4
2 files changed, 5 insertions, 1 deletions
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))