[Mobies-commit] [commit] r3996 - in GReAT/trunk: . Etc InnoSetup
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Feb 2 16:06:40 CST 2012
Author: ksmyth
Date: Thu Feb 2 16:06:39 2012
New Revision: 3996
Log:
GReAT r1.7.6
Modified:
GReAT/trunk/Etc/GReATVersion.h
GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
GReAT/trunk/releaseinfo.txt
Modified: GReAT/trunk/Etc/GReATVersion.h
==============================================================================
--- GReAT/trunk/Etc/GReATVersion.h Tue Jan 24 11:45:34 2012 (r3995)
+++ GReAT/trunk/Etc/GReATVersion.h Thu Feb 2 16:06:39 2012 (r3996)
@@ -1,5 +1,5 @@
#ifndef GREAT_VERSION
-#define GREAT_VERSION "1.7.5"
-#define GREAT_VERSION_RC_STR "1, 7, 5, 0"
-#define GREAT_VERSION_RC 1,7,5,0
+#define GREAT_VERSION "1.7.6"
+#define GREAT_VERSION_RC_STR "1, 7, 6, 0"
+#define GREAT_VERSION_RC 1,7,6,0
#endif // GREAT_VERSION
Modified: GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
==============================================================================
--- GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Tue Jan 24 11:45:34 2012 (r3995)
+++ GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Thu Feb 2 16:06:39 2012 (r3996)
@@ -5,7 +5,7 @@
#pragma option -v+
#pragma verboselevel 9
-#define GMEVER "10.8.18"
+#define GMEVER "12.1.24"
#define UDMVER "3.2, 3.2.5 or later"
; eg 3.2.4.0: 3.2 is implied by UDMDLL. First short is 4; second is 0
#define UDM_PATCH 00050000
@@ -16,7 +16,7 @@
#define GREATVER GetEnv('GREAT_VERSION')
#if GREATVER == ""
-#define GREATVER "1.7.5"
+#define GREATVER "1.7.6"
#endif
#define OutputFileBase "GReAT_setup"
Modified: GReAT/trunk/releaseinfo.txt
==============================================================================
--- GReAT/trunk/releaseinfo.txt Tue Jan 24 11:45:34 2012 (r3995)
+++ GReAT/trunk/releaseinfo.txt Thu Feb 2 16:06:39 2012 (r3996)
@@ -1,4 +1,4 @@
-Copyright (c) Vanderbilt University, 2004-2010
+Copyright (c) Vanderbilt University, 2004-2012
ALL RIGHTS RESERVED
** GReAT: Graph Rewriting And Transformations **
@@ -7,13 +7,13 @@
1. Windows Operating system (XP, Vista, 7)
-2. GME 10, R10.8.18 or later from: http://www.isis.vanderbilt.edu/Projects/gme/Download.html
+2. GME, 12.1.24 or later from: http://www.isis.vanderbilt.edu/Projects/gme/Download.html
NOTE: You need to have administrative privileges to install GME correctly.
-3. UDM 3.2, R3.2.5 or later from: http://repo.isis.vanderbilt.edu/downloads?tool=UDM
+3. UDM 3.2, 3.2.5 or later from: http://repo.isis.vanderbilt.edu/downloads?tool=UDM
-4. Visual Studio 9 (2008) or Visual Studio 10 (2010)
- (This version of GReAT can also be used with Visual Studio 2008 Express Edition
+4. Visual Studio 2008 (VC9) or Visual Studio 2010 (VC10)
+ (This version of GReAT can also be used with Visual C++ 2010 Express
Please visit http://www.microsoft.com/eXPress/download/#webInstall
for instructions on how to download and install the free express edition)
@@ -21,9 +21,9 @@
** Install instructions **
-1. Export all previous transformation files to XML
+1. If upgrading from GReAT 1.7.4 or earlier, export all previous transformation files to .xme
2. Uninstall previous version of GReAT
-3. Run the install shield package to install GReAT and its related components
+3. Run the install package to install GReAT and its related components
4. ** If you are upgrading from GReAT r1.1, run UPC.exe on previous model xme files to generate new xme files (You need to add mga.dtd to the user path or copy it to the local directory). Now you should be able to import the generated transformations in the new paradigm.
5. Read the GReAT User Manual for instructions on how to use GReAT and its associated tools.
6. To run the samples, please read the readme in each sample's directory. The GReAT Samples directory is under Public Documents.
@@ -71,6 +71,11 @@
----------------------
Changelog
----------------------
+02/02/12 - Release 1.7.6
+ 1. Udm 3.2.10 compatibility
+ 2. Single-line comments are allowed at the end of AttributeMappings
+ 3. GReAT master interpreter: 'R' button no longer resets the dialog
+
12/01/10 - Release 1.7.5
1. update to GME 10.8.18
2. Add Visual Studio 2010 compatible components
More information about the Mobies-commit
mailing list