From 0e538b29c0d7278a3f7e0e1ad0a565ee770512ea Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 7 Aug 2015 13:48:28 +0200 Subject: [PATCH 1/3] Fix URLs for openlayers.org resources --- config/examples/example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/example.html b/config/examples/example.html index 8f0e40cccb..c4fb84e538 100644 --- a/config/examples/example.html +++ b/config/examples/example.html @@ -44,7 +44,7 @@ - +
<!DOCTYPE html>
 <html>
 <head>
@@ -52,8 +52,8 @@
 <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
-<link rel="stylesheet" href="http://openlayers.org/en/{{ olVersion }}/css/ol.css" type="text/css">
-<script src="http://openlayers.org/en/{{ olVersion }}/build/ol.js"></script>
+<link rel="stylesheet" href="http://openlayers.org/en/v{{ olVersion }}/css/ol.css" type="text/css">
+<script src="http://openlayers.org/en/v{{ olVersion }}/build/ol.js"></script>
 {{ extraHead }}
 {{#if css.source}}
 <style>

From 4233061ddab003407cbc15d886d7bd8eed15a629 Mon Sep 17 00:00:00 2001
From: Tim Schaub 
Date: Fri, 7 Aug 2015 10:18:21 -0600
Subject: [PATCH 2/3] Changelog vor v3.8.2

---
 changelog/v3.8.2.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 changelog/v3.8.2.md

diff --git a/changelog/v3.8.2.md b/changelog/v3.8.2.md
new file mode 100644
index 0000000000..f01a45ff8d
--- /dev/null
+++ b/changelog/v3.8.2.md
@@ -0,0 +1,7 @@
+# v3.8.2
+
+## Summary
+
+This is a patch release that corrects the URL for builds shown in the examples.  Details below.
+
+ * [#3979](https://github.com/openlayers/ol3/pull/3979) - Fix URLs for openlayers.org resources. ([@tschaub](https://github.com/tschaub))

From 0c06a429fbea7561061d449bd0f25f1c4b945f03 Mon Sep 17 00:00:00 2001
From: Tim Schaub 
Date: Fri, 7 Aug 2015 10:18:53 -0600
Subject: [PATCH 3/3] Update package version to 3.8.2

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b3793fcb25..cc34ca7ee4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openlayers",
-  "version": "3.8.1",
+  "version": "3.8.2",
   "description": "Build tools and sources for developing OpenLayers based mapping applications",
   "keywords": [
     "map",