[Mobies-commit] [commit] r4342 - in GReAT/trunk: . Etc InnoSetup
ksmyth at redhat3.isis.vanderbilt.edu
ksmyth at redhat3.isis.vanderbilt.edu
Mon Oct 20 16:02:57 CDT 2014
Author: ksmyth
Date: Mon Oct 20 16:02:57 2014
New Revision: 4342
Log:
GReAT release 1.7.8
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 Wed Oct 15 13:17:46 2014 (r4341)
+++ GReAT/trunk/Etc/GReATVersion.h Mon Oct 20 16:02:57 2014 (r4342)
@@ -1,5 +1,5 @@
#ifndef GREAT_VERSION
-#define GREAT_VERSION "1.7.7"
-#define GREAT_VERSION_RC_STR "1, 7, 7, 10"
-#define GREAT_VERSION_RC 1,7,7,10
+#define GREAT_VERSION "1.7.8"
+#define GREAT_VERSION_RC_STR "1, 7, 8, 1"
+#define GREAT_VERSION_RC 1,7,8,1
#endif // GREAT_VERSION
Modified: GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
==============================================================================
--- GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Wed Oct 15 13:17:46 2014 (r4341)
+++ GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Mon Oct 20 16:02:57 2014 (r4342)
@@ -5,9 +5,9 @@
#pragma option -v+
#pragma verboselevel 9
-#define UDMVER "3.2, 3.2.5 or later"
+#define UDMVER "3.2, 3.2.13 or later"
; eg 3.2.4.0: 3.2 is implied by UDMDLL. First short is 4; second is 0
-#define UDM_PATCH 00050000
+#define UDM_PATCH 000d0000
#define UDMDLL "UdmDll_3_2.dll"
#define GREATPATH GetEnv('GREAT_PATH')
@@ -15,7 +15,7 @@
#define GREATVER GetEnv('GREAT_VERSION')
#if GREATVER == ""
-#define GREATVER "1.7.7"
+#define GREATVER "1.7.8"
#endif
#define OutputFileBase "GReAT_setup"
Modified: GReAT/trunk/releaseinfo.txt
==============================================================================
--- GReAT/trunk/releaseinfo.txt Wed Oct 15 13:17:46 2014 (r4341)
+++ GReAT/trunk/releaseinfo.txt Mon Oct 20 16:02:57 2014 (r4342)
@@ -7,10 +7,10 @@
1. Windows Operating system (XP, Vista, 7)
-2. GME, 12.1.24 or later from: http://www.isis.vanderbilt.edu/Projects/gme/Download.html
+2. GME, 14.10.10 or compatible from: http://repo.isis.vanderbilt.edu/GME
NOTE: You need to have administrative privileges to install GME correctly.
-3. UDM 3.2, 3.2.5 or later from: http://repo.isis.vanderbilt.edu/downloads?tool=UDM
+3. UDM 3.2, 3.2.13 or compatible from: http://repo.isis.vanderbilt.edu/UDM
4. Visual Studio 2008 (VC9) or Visual Studio 2010 (VC10)
(This version of GReAT can also be used with Visual C++ 2010 Express
@@ -71,8 +71,14 @@
----------------------
Changelog
----------------------
+10/20/14
+ - Release 1.7.8
+ 1. UMTHelper: don't attempt to delete new connections originating from a Group. (Thanks to Simon Görke for the bug report)
+ 2. UMTHelper: don't set Group.Criteria for copies. (Thanks to Simon Görke for the bug report)
+ 3. CodeGenerator nested namespace fix. (Thanks to Tim Belschner)
+
01/25/13
- - Relase 1.7.7
+ - Release 1.7.7
1. Fix COM registration
02/02/12 - Release 1.7.6
More information about the Mobies-commit
mailing list