Browse Source

6.4.3 release

David Benson 8 years ago
parent
commit
c0320b2bea
9 changed files with 15 additions and 8 deletions
  1. 5 0
      ChangeLog
  2. 3 1
      README.md
  3. 1 1
      VERSION
  4. 1 1
      war/WEB-INF/appengine-web.xml
  5. 1 1
      war/cache.manifest
  6. 1 1
      war/js/app.min.js
  7. 1 1
      war/js/atlas.min.js
  8. 1 1
      war/js/embed-static.min.js
  9. 1 1
      war/js/reader.min.js

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+03-APR-2017: 6.4.3
+
+- Improvements to theming support for vsdx import
+- Fixes for grouped rotations in vsdx import
+
 28-MAR-2017: 6.4.2
 
 - Fixes embedded sheets in Google Drive Connector

+ 3 - 1
README.md

@@ -19,6 +19,8 @@ Running
 -------
 The simplest way to run draw.io initially is to fork this project, [publish the master branch to GitHub pages](https://help.github.com/categories/github-pages-basics/) and the [pages sites](https://jgraph.github.io/draw.io/war/index.html) will have the full editor functionality (sans the integrations).
 
+The full packaged .war of the client and servlets is built when the project is tagged and available on the [releases page](https://github.com/jgraph/draw.io/releases).
+
 Supported Browsers
 ------------------
-draw.io supports IE 9+, Chrome 30+, Firefox 31+, Safari versions actively patched by Apple (6.2.x, 7.1.x, 8.0.x and 9.x at time of writing), Opera 20+, Native Android browser 5.x+, the default browser in the current and previous major iOS versions (e.g. 9.x and 8.x) and Edge 20+.
+draw.io supports IE 11, Chrome 32+, Firefox 38+, Safari 7.1.x, 8.0.x, 9.1.x and 10.0.x, Opera 20+, Native Android browser 5.1.x+, the default browser in the current and previous major iOS versions (e.g. 10.x and 9.x) and Edge 23+.

+ 1 - 1
VERSION

@@ -1 +1 @@
-6.4.2
+6.4.3

+ 1 - 1
war/WEB-INF/appengine-web.xml

@@ -2,7 +2,7 @@
 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
 	<application>drawdotio</application>
 	<!-- IMPORTANT! DO NOT CHANGE THIS VALUE IN SOURCE CONTROL! -->
-	<version>test</version>
+	<version>6-4-3</version>
 	
 	<!-- Configure java.util.logging -->
 	<system-properties>

+ 1 - 1
war/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 03/28/2017 05:17 PM
+# 04/03/2017 03:12 PM
 
 app.html
 index.html?offline=1

File diff suppressed because it is too large
+ 1 - 1
war/js/app.min.js


File diff suppressed because it is too large
+ 1 - 1
war/js/atlas.min.js


File diff suppressed because it is too large
+ 1 - 1
war/js/embed-static.min.js


File diff suppressed because it is too large
+ 1 - 1
war/js/reader.min.js