[commit] r2695 - trunk/Doc
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Sep 28 11:51:17 CDT 2017
Author: ksmyth
Date: Thu Sep 28 11:51:17 2017
New Revision: 2695
Log:
GME release 17.9.28
Modified:
trunk/Doc/GME_release_howto.txt
trunk/Doc/README_in.txt
trunk/Doc/index.html
trunk/Doc/index.md
Modified: trunk/Doc/GME_release_howto.txt
==============================================================================
--- trunk/Doc/GME_release_howto.txt Thu Sep 28 11:51:11 2017 (r2694)
+++ trunk/Doc/GME_release_howto.txt Thu Sep 28 11:51:17 2017 (r2695)
@@ -24,19 +24,19 @@
pushd Doc
%USERPROFILE%\Downloads\markdown\Scripts\python -m markdown index.md > index.html
popd
-svn ci -m "GME release 17.7.18"
+svn ci -m "GME release 17.9.28"
#wait for all gme builds on http://build.isis.vanderbilt.edu/
# Downloading the build artifacts, i.e. two installers and the README file
# bash:
-mkdir GME-17.7.18
-cd GME-17.7.18
+mkdir GME-17.9.28
+cd GME-17.9.28
export PATH=$PATH:/c/cygwin/bin:"/c/Program Files/7-Zip/:/cygdrive/c/Program Files/7-Zip/"
build=https://user:password@build.isis.vanderbilt.edu
build=http://build.isis.vanderbilt.edu
-curl -f -o GME_x64-17.7.18.msi $build/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
-curl -f -o GME-17.7.18.msi $build/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
+curl -f -o GME_x64-17.9.28.msi $build/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
+curl -f -o GME-17.9.28.msi $build/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
curl -f -o README.txt $build/job/GME/label=build-slave9/ws/trunk/Doc/README.txt
# Saving all symbols
@@ -48,25 +48,25 @@
#!/bin/bash
export PATH="$PATH":'C:\Program Files (x86)\Subversion\bin'
-svn cp -m 'Tag Release 17.7.18' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_17.7.18
-svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_17.7.18 GME-17.7.18_src && \
-7z.exe a GME-17.7.18_src.zip GME-17.7.18_src/
+svn cp -m 'Tag Release 17.9.28' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_17.9.28
+svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_17.9.28 GME-17.9.28_src && \
+7z.exe a GME-17.9.28_src.zip GME-17.9.28_src/
#!/bin/bash
-ssh repo at repo.isis.vanderbilt.edu mkdir GME/17.7.18/ && \
-scp README.txt GME-17.7.18.msi GME_x64-17.7.18.msi GME-17.7.18_src.zip repo at repo.isis.vanderbilt.edu:GME/17.7.18/ && \
-ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/17.7.18/
+ssh repo at repo.isis.vanderbilt.edu mkdir GME/17.9.28/ && \
+scp README.txt GME-17.9.28.msi GME_x64-17.9.28.msi GME-17.9.28_src.zip repo at repo.isis.vanderbilt.edu:GME/17.9.28/ && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/17.9.28/
# Update online documentation:
#!/bin/bash
-cd GME-17.7.18_src/Doc
+cd GME-17.9.28_src/Doc
# need a replacement for the old method:
#ssh zsolt at kms1.isis.vanderbilt.edu sudo mount -t davfs -o uid=1006 https://forge.isis.vanderbilt.edu/gme/dav/ /home/build/gmedav
# rsync --chmod=ugo+xr,u+w,o-w --perms --delete --delete-excluded -avP . --include=/Tutorial** --include google3a6cca9137b58176.html --include=index.html --include=markdown.css --include='*/' --include='**GME Manual and User Guide.pdf' --exclude=* build at kms1.isis.vanderbilt.edu:/home/build/gmedav/www/
%userprofile%\Downloads\markdown\scripts\python %userprofile%\Downloads\markdown\upload.py
-# Make sure links are working from http://repo.isis.vanderbilt.edu/GME/old/17.7.18/
+# Make sure links are working from http://repo.isis.vanderbilt.edu/GME/old/17.9.28/
## OPTIONAL STEPS
@@ -84,23 +84,23 @@
7z x -y -opdbs/x64 pdbs_x64.7z || exit /b !ERRORLEVEL!
mkdir pdbs_organized
"c:\Program Files (x86)\Debugging Tools for Windows (x86)\symstore.exe" add /r /f pdbs /s pdbs_organized /t GME || exit /b !ERRORLEVEL!
-set _NT_SYMBOL_PATH=srv*%CD%\GME-17.7.18_symbols*%CD%\pdbs_organized
-mkdir c:\GME_17.7.18_symbols
+set _NT_SYMBOL_PATH=srv*%CD%\GME-17.9.28_symbols*%CD%\pdbs_organized
+mkdir c:\GME_17.9.28_symbols
"c:\Program Files (x86)\Debugging Tools for Windows (x86)\symchk.exe" /r "C:\Program Files (x86)\GME"
"c:\Program Files (x86)\Debugging Tools for Windows (x86)\symchk.exe" /r "C:\Program Files\GME"
-"c:\Program Files\7-Zip\7z.exe" a -xr!.svn %userprofile%\GME-17.7.18_symbols.7z GME-17.7.18_symbols
-copy %userprofile%\GME-17.7.18_symbols.7z \\vboxsrv\xfer
+"c:\Program Files\7-Zip\7z.exe" a -xr!.svn %userprofile%\GME-17.9.28_symbols.7z GME-17.9.28_symbols
+copy %userprofile%\GME-17.9.28_symbols.7z \\vboxsrv\xfer
-scp GME-17.7.18_symbols.7z repo at repo.isis.vanderbilt.edu:GME/17.7.18/ && \
-ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/17.7.18/
+scp GME-17.9.28_symbols.7z repo at repo.isis.vanderbilt.edu:GME/17.9.28/ && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/17.9.28/
Method 2: extract files from msi
SetLocal EnableDelayedExpansion
rem cd %userprofile%\Downloads
-set MSI=GME_x64-17.7.18.msi
-set BASENAME=GME-17.7.18
-set REPO_DIR=GME/17.7.18/
+set MSI=GME_x64-17.9.28.msi
+set BASENAME=GME-17.9.28
+set REPO_DIR=GME/17.9.28/
rem curl -sS -O http://repo.isis.vanderbilt.edu/%REPO_DIR%%MSI || exit /b !ERRORLEVEL!
set PATH=%PATH%;C:\Program Files\7-Zip
7z x -y -opdbs/x86 pdbs_x86.7z || exit /b !ERRORLEVEL!
Modified: trunk/Doc/README_in.txt
==============================================================================
--- trunk/Doc/README_in.txt Thu Sep 28 11:51:11 2017 (r2694)
+++ trunk/Doc/README_in.txt Thu Sep 28 11:51:17 2017 (r2695)
@@ -25,6 +25,13 @@
1. Release Notes
************************************************
+Release Notes of Release 17.9.28
+----------------------------------
+ - Binary compatibility with 11.12.2
+ - Reject DetachFromArchetype for non-primary derived
+ - Some fixes for high-DPI displays
+ - Fix memory leak
+
Release Notes of Release 17.7.18
----------------------------------
- Binary compatibility with 11.12.2
Modified: trunk/Doc/index.html
==============================================================================
--- trunk/Doc/index.html Thu Sep 28 11:51:11 2017 (r2694)
+++ trunk/Doc/index.html Thu Sep 28 11:51:17 2017 (r2695)
@@ -8,9 +8,9 @@
<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.7.18/README.txt">README/changelog</a><br />
- <a href="http://repo.isis.vanderbilt.edu/GME/17.7.18/GME-17.7.18.msi" id="win32_installer">GME-17.7.18.msi</a><br />
- <a href="http://repo.isis.vanderbilt.edu/GME/17.7.18/GME_x64-17.7.18.msi" id="win64_installer">GME_x64-17.7.18.msi</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/17.9.28/README.txt">README/changelog</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/17.9.28/GME-17.9.28.msi" id="win32_installer">GME-17.9.28.msi</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/17.9.28/GME_x64-17.9.28.msi" id="win64_installer">GME_x64-17.9.28.msi</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 Thu Sep 28 11:51:11 2017 (r2694)
+++ trunk/Doc/index.md Thu Sep 28 11:51:17 2017 (r2695)
@@ -13,9 +13,9 @@
[GME overview](http://www.isis.vanderbilt.edu/Projects/gme/)
Download GME
- [README/changelog](http://repo.isis.vanderbilt.edu/GME/17.7.18/README.txt)
- <a href="http://repo.isis.vanderbilt.edu/GME/17.7.18/GME-17.7.18.msi" id="win32_installer">GME-17.7.18.msi</a>
- <a href="http://repo.isis.vanderbilt.edu/GME/17.7.18/GME_x64-17.7.18.msi" id="win64_installer">GME_x64-17.7.18.msi</a>
+ [README/changelog](http://repo.isis.vanderbilt.edu/GME/17.9.28/README.txt)
+ <a href="http://repo.isis.vanderbilt.edu/GME/17.9.28/GME-17.9.28.msi" id="win32_installer">GME-17.9.28.msi</a>
+ <a href="http://repo.isis.vanderbilt.edu/GME/17.9.28/GME_x64-17.9.28.msi" id="win64_installer">GME_x64-17.9.28.msi</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