[commit] r2747 - trunk/Doc
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Apr 9 15:34:49 CDT 2018
Author: ksmyth
Date: Mon Apr 9 15:34:49 2018
New Revision: 2747
Log:
GME release 18.4.9
Modified:
trunk/Doc/README_in.txt
trunk/Doc/index.html
trunk/Doc/index.md
Modified: trunk/Doc/README_in.txt
==============================================================================
--- trunk/Doc/README_in.txt Mon Apr 9 15:34:42 2018 (r2746)
+++ trunk/Doc/README_in.txt Mon Apr 9 15:34:49 2018 (r2747)
@@ -25,10 +25,13 @@
1. Release Notes
************************************************
-Release Notes
+Release Notes of Release 18.4.9
----------------------------------
- Binary compatibility with 11.12.2
- C# AddOn wizard: fix deactivating addon when restarting addons
+ - CSharp Dsml Generator for GME x64
+ - Interpreter wizard: fix x64 configuration
+ - Interpreter wizard: Visual Studio 2017 support
Release Notes of Release 17.12.6
----------------------------------
Modified: trunk/Doc/index.html
==============================================================================
--- trunk/Doc/index.html Mon Apr 9 15:34:42 2018 (r2746)
+++ trunk/Doc/index.html Mon Apr 9 15:34:49 2018 (r2747)
@@ -8,27 +8,10 @@
<p>GME is the generic modeling environment.</p>
<p><a href="http://www.isis.vanderbilt.edu/Projects/gme/">GME overview</a></p>
<p>Download GME<br />
- <a href="http://repo.isis.vanderbilt.edu/GME/17.12.6/README.txt">README/changelog</a><br />
- <a href="http://repo.isis.vanderbilt.edu/GME/17.12.6/GME-17.12.6.msi" id="win32_installer">GME-17.12.6.msi</a><br />
- <a href="http://repo.isis.vanderbilt.edu/GME/17.12.6/GME_x64-17.12.6.msi" id="win64_installer">GME_x64-17.12.6.msi</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/18.4.9/README.txt">README/changelog</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/18.4.9/GME-18.4.9.exe">GME-18.4.9.exe</a><br />
<a href="http://repo.isis.vanderbilt.edu/GME/old/">older releases, source code, and debugging symbols</a> </p>
<p><a href="GME Manual and User Guide/GME Manual and User Guide.pdf">GME User's Manual</a></p>
<p><a href="Tutorial/index.html">GME Tutorials</a></p>
<p><a href="http://escher.isis.vanderbilt.edu/JIRA/browse/GME">Issue tracking</a></p>
<p><a href="http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users">gme-users Mailing list</a></p>
-<script>
-var platform = 'Unknown';
-function find_platform() {
- ua = navigator.userAgent;
-
- if (ua.search(/Win64; x64/i) >= 0 || ua.search(/WOW64/i) >= 0) {
- platform = 'win64';
- } else if (ua.search(/Intel Mac OS X 10.[6789]/i) >= 0) {
- platform = 'macintel64';
- } else if (navigator.platform) {
- platform = navigator.platform.toLowerCase();
- }
-};
-find_platform();
-document.getElementById(platform + "_installer").style.fontWeight = "bold";
-</script>
\ No newline at end of file
Modified: trunk/Doc/index.md
==============================================================================
--- trunk/Doc/index.md Mon Apr 9 15:34:42 2018 (r2746)
+++ trunk/Doc/index.md Mon Apr 9 15:34:49 2018 (r2747)
@@ -13,9 +13,8 @@
[GME overview](http://www.isis.vanderbilt.edu/Projects/gme/)
Download GME
- [README/changelog](http://repo.isis.vanderbilt.edu/GME/17.12.6/README.txt)
- <a href="http://repo.isis.vanderbilt.edu/GME/17.12.6/GME-17.12.6.msi" id="win32_installer">GME-17.12.6.msi</a>
- <a href="http://repo.isis.vanderbilt.edu/GME/17.12.6/GME_x64-17.12.6.msi" id="win64_installer">GME_x64-17.12.6.msi</a>
+ [README/changelog](http://repo.isis.vanderbilt.edu/GME/18.4.9/README.txt)
+ <a href="http://repo.isis.vanderbilt.edu/GME/18.4.9/GME-18.4.9.exe">GME-18.4.9.exe</a>
[older releases, source code, and debugging symbols](http://repo.isis.vanderbilt.edu/GME/old/)
[GME User's Manual](GME Manual and User Guide/GME Manual and User Guide.pdf)
@@ -26,19 +25,3 @@
[gme-users Mailing list](http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users)
-<script>
-var platform = 'Unknown';
-function find_platform() {
- ua = navigator.userAgent;
-
- if (ua.search(/Win64; x64/i) >= 0 || ua.search(/WOW64/i) >= 0) {
- platform = 'win64';
- } else if (ua.search(/Intel Mac OS X 10.[6789]/i) >= 0) {
- platform = 'macintel64';
- } else if (navigator.platform) {
- platform = navigator.platform.toLowerCase();
- }
-};
-find_platform();
-document.getElementById(platform + "_installer").style.fontWeight = "bold";
-</script>
\ No newline at end of file
More information about the gme-commit
mailing list