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 12:02:51 -0500
commit97f142494e065bb3eaf82e7bde4def4c0c7fe7c5 (patch)
treef1033c731d256356bbaaba18abf4024590ae223e
parent50bfd702d5b5b775435e294e6a68d0dc0a12cfb7 (diff)
downloadqtlocation-mapboxgl-97f142494e065bb3eaf82e7bde4def4c0c7fe7c5.tar.gz
node-v3.4.2-pre.4node-v3.4.2-pre.4
-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 a6e8b5c83d..447df1f9fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.4.1",
+ "version": "3.4.2-pre.4",
"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))