[commit] r2767 - trunk/Doc

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Nov 14 13:45:48 CST 2018


Author: ksmyth
Date: Wed Nov 14 13:45:48 2018
New Revision: 2767

Log:
GME release 18.10.22

Modified:
   trunk/Doc/GME_release.cmd
   trunk/Doc/README_in.txt
   trunk/Doc/index.html
   trunk/Doc/index.md

Modified: trunk/Doc/GME_release.cmd
==============================================================================
--- trunk/Doc/GME_release.cmd	Wed Nov 14 13:45:44 2018	(r2766)
+++ trunk/Doc/GME_release.cmd	Wed Nov 14 13:45:48 2018	(r2767)
@@ -65,7 +65,8 @@
 
 exit /b 0
 
-for /f "usebackq" %%a in (`%python% -c "import time; print '.'.join(map(str, time.localtime()[0:3]))[2:]"`) do set VERSION=%%a
+if not exist "%PYTHON%" set PYTHON=%userprofile%\Downloads\markdown\Scripts\python.exe
+for /f "usebackq" %a in (`%python% -c "import time; print '.'.join(map(str, time.localtime()[0:3]))[2:]"`) do set VERSION=%a
 echo Version %VERSION%
 
 set PATH=%PATH%;c:\Program Files\7-Zip;c:\Program Files\Git\usr\bin;c:\cygwin\bin;C:\Program Files (x86)\Subversion\bin
@@ -76,8 +77,9 @@
 
 cd redist
 ssh repo at repo.isis.vanderbilt.edu mkdir GME/%VERSION%/ && \
-scp ../Doc/README.txt GME-%VERSION%.msi GME_x64-%VERSION%.msi GME-%VERSION%_src.7z repo at repo.isis.vanderbilt.edu:GME/%VERSION%/ && \
+scp ../Doc/README.txt GME-%VERSION%.exe GME-%VERSION%.msi GME_x64-%VERSION%.msi GME-%VERSION%_src.7z repo at repo.isis.vanderbilt.edu:GME/%VERSION%/ && \
 scp GME-%VERSION%_symbols.7z repo at repo.isis.vanderbilt.edu:GME/%VERSION%/ && \
+scp ../Doc/index.html repo at repo.isis.vanderbilt.edu:GME/ && \
 ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/%VERSION%/
 
 pushd %GME_ROOT%\Doc

Modified: trunk/Doc/README_in.txt
==============================================================================
--- trunk/Doc/README_in.txt	Wed Nov 14 13:45:44 2018	(r2766)
+++ trunk/Doc/README_in.txt	Wed Nov 14 13:45:48 2018	(r2767)
@@ -25,12 +25,11 @@
 1. Release Notes
 ************************************************
 
-Release Notes
+Release Notes of Release 18.10.22
 ----------------------------------
   - Binary compatibility with 11.12.2
   - Model editor: fix scrolling with mousewheel upwards (affected only some systems)
   - Fix hang when a model gets bigger (e.g. adding ports) and the parent is open and has many connections
-  - Fix distance scrolled up in Model Editor on some machines
   - Console: allow javascript:(new ActiveXObject('shell.application')) links
   - Search: fix crash on searching for referred object after project was closed
   - Right-click drag-n-drop on Model Editor: grey out options that are disallowed by metamodel

Modified: trunk/Doc/index.html
==============================================================================
--- trunk/Doc/index.html	Wed Nov 14 13:45:44 2018	(r2766)
+++ trunk/Doc/index.html	Wed Nov 14 13:45:48 2018	(r2767)
@@ -8,8 +8,8 @@
 <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/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/18.10.22/README.txt">README/changelog</a><br />
+  <a href="http://repo.isis.vanderbilt.edu/GME/18.10.22/GME-18.10.22.exe">GME-18.10.22.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>

Modified: trunk/Doc/index.md
==============================================================================
--- trunk/Doc/index.md	Wed Nov 14 13:45:44 2018	(r2766)
+++ trunk/Doc/index.md	Wed Nov 14 13:45:48 2018	(r2767)
@@ -13,8 +13,8 @@
 [GME overview](http://www.isis.vanderbilt.edu/Projects/gme/)
 
 Download GME  
-  [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>  
+  [README/changelog](http://repo.isis.vanderbilt.edu/GME/18.10.22/README.txt)  
+  <a href="http://repo.isis.vanderbilt.edu/GME/18.10.22/GME-18.10.22.exe">GME-18.10.22.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)


More information about the gme-commit mailing list