[Mobies-commit] [commit] r3575 - in UDM/trunk: . InnoSetup Projects/Win32/VC10/src/UdmDll Projects/Win32/VC9/src/UdmDll include
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Tue Nov 30 11:59:28 CST 2010
Author: ksmyth
Date: Tue Nov 30 11:59:27 2010
New Revision: 3575
Log:
Prepare for release 3.2.7
Modified:
UDM/trunk/InnoSetup/udm_innosetupVS2008.iss
UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc
UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc
UDM/trunk/UDM_Release_Howto.txt
UDM/trunk/include/UdmBase.h
UDM/trunk/releaseinfo.txt
Modified: UDM/trunk/InnoSetup/udm_innosetupVS2008.iss
==============================================================================
--- UDM/trunk/InnoSetup/udm_innosetupVS2008.iss Tue Nov 30 11:57:48 2010 (r3574)
+++ UDM/trunk/InnoSetup/udm_innosetupVS2008.iss Tue Nov 30 11:59:27 2010 (r3575)
@@ -27,7 +27,7 @@
#define UDMDLLVS10 "UdmDll_3_2_VS10.dll"
#define UDMDLLDVS10 "UdmDll_3_2_VS10D.dll"
-#define UDMVER "3.2.6"
+#define UDMVER "3.2.7"
#define OutputFileBase "Udm_setup_VC9"
[Setup]
Modified: UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc Tue Nov 30 11:57:48 2010 (r3574)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc Tue Nov 30 11:59:27 2010 (r3575)
@@ -47,8 +47,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,6,0
- PRODUCTVERSION 3,2,6
+ FILEVERSION 3,2,7,0
+ PRODUCTVERSION 3,2,7
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -65,12 +65,12 @@
BEGIN
VALUE "CompanyName", "Vanderbilt University"
VALUE "FileDescription", "UdmDll Dynamic Link Library"
- VALUE "FileVersion", "3.2.6"
+ VALUE "FileVersion", "3.2.7"
VALUE "InternalName", "UdmDll"
VALUE "LegalCopyright", "Copyright (C) 2010"
VALUE "OriginalFilename", "UdmDll.dll"
VALUE "ProductName", "UdmDll Dynamic Link Library"
- VALUE "ProductVersion", "3.2.6"
+ VALUE "ProductVersion", "3.2.7"
END
END
BLOCK "VarFileInfo"
Modified: UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc Tue Nov 30 11:57:48 2010 (r3574)
+++ UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc Tue Nov 30 11:59:27 2010 (r3575)
@@ -47,8 +47,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,6,0
- PRODUCTVERSION 3,2,6
+ FILEVERSION 3,2,7,0
+ PRODUCTVERSION 3,2,7
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -65,12 +65,12 @@
BEGIN
VALUE "CompanyName", "Vanderbilt University"
VALUE "FileDescription", "UdmDll Dynamic Link Library"
- VALUE "FileVersion", "3.2.6"
+ VALUE "FileVersion", "3.2.7"
VALUE "InternalName", "UdmDll"
VALUE "LegalCopyright", "Copyright (C) 2010"
VALUE "OriginalFilename", "UdmDll.dll"
VALUE "ProductName", "UdmDll Dynamic Link Library"
- VALUE "ProductVersion", "3.2.6"
+ VALUE "ProductVersion", "3.2.7"
END
END
BLOCK "VarFileInfo"
Modified: UDM/trunk/UDM_Release_Howto.txt
==============================================================================
--- UDM/trunk/UDM_Release_Howto.txt Tue Nov 30 11:57:48 2010 (r3574)
+++ UDM/trunk/UDM_Release_Howto.txt Tue Nov 30 11:59:27 2010 (r3575)
@@ -41,9 +41,8 @@
rem ------------------------
rem new VS9 cmd prompt
rem Building GReAT is a requirement for a Udm release!
-"C:\Documents and Settings\kevin\My Documents\GReAT\set-paths-VC9.bat"
-devenv /useenv /build debug /project "MetaGME2UML Interpreters" "%GREAT_PATH%\GReATVS2008.sln"
-devenv /useenv /build release /project "MetaGME2UML Interpreters" "%GREAT_PATH%\GReATVS2008.sln"
+devenv /build DebugVS9 /project "MetaGME2UML Interpreter" "%GREAT_PATH%\GReATVS2010.sln"
+devenv /build ReleaseVS9 /project "MetaGME2UML Interpreter" "%GREAT_PATH%\GReATVS2010.sln"
rem ------------------------
@@ -83,5 +82,5 @@
# On http://repo add Folder 3.2.5; add Download UDM_Release_Notes.txt, UDM_r3_2_5.exe, Udm_source_r3.2.5.zip
# JIRA: make release
# email announcement
-# change https://svn.isis.vanderbilt.edu/isis-common/trunk/common-scripts/install_udm.cmd
+# change http://kms1/svn/installs/install.py sync to installs/install.exe, https://svn.isis.vanderbilt.edu/isis-common/trunk/common-scripts/install.exe
# upgrade on build machines
Modified: UDM/trunk/include/UdmBase.h
==============================================================================
--- UDM/trunk/include/UdmBase.h Tue Nov 30 11:57:48 2010 (r3574)
+++ UDM/trunk/include/UdmBase.h Tue Nov 30 11:59:27 2010 (r3575)
@@ -4063,6 +4063,6 @@
//versioning
#define UDM_VERSION_MAJOR 3
-#define UDM_VERSION_MINOR 26
+#define UDM_VERSION_MINOR 27
#define UDM_VERSION UDM_VERSION_MAJOR * 100 + UDM_VERSION_MINOR
#endif//MOBIES_UDMBASE_H
Modified: UDM/trunk/releaseinfo.txt
==============================================================================
--- UDM/trunk/releaseinfo.txt Tue Nov 30 11:57:48 2010 (r3574)
+++ UDM/trunk/releaseinfo.txt Tue Nov 30 11:59:27 2010 (r3575)
@@ -7,7 +7,7 @@
1. Windows Operating system (XP, Vista, 7)
-2. GME 10, R10.2.9 from: http://www.isis.vanderbilt.edu/Projects/gme/Download.html
+2. GME 10, R10.8.18 from: http://www.isis.vanderbilt.edu/Projects/gme/Download.html
NOTE: You need to have administrative privileges to install GME correctly.
3. Visual Studio 9 or Visual Studio 10
@@ -18,8 +18,14 @@
PLEASE DOWNLOAD AND INSTALL 2 and 3 before proceeding.
** Changelog **
+11/30/10 - Release 3.2.7
+ - MetaGME2UML now generates refport container associations when dRefParent or sRefParent are specified in MetaGME under the Connection's General Preferences
+ With these associations, it is possible to navigate from a connection to refport parent and vice versa.
+ rdRefParent or rsRefParent optionally specify the reverse rolename (UDM-49)
+ - Beta read-only Python interface. See Udm\samples\python for an example
+
09/23/10 - Release 3.2.6
- - Fix StringAttr::operator== (UDM-69(
+ - Fix StringAttr::operator== (UDM-69)
- Fix UdmStaticDataNetwork::Close*: previous versions didn't actually close the DataNetwork (UDM-68)
- Distribute VS2008 static .libs (use of UdmDll is required for VS2010; use UdmDll is preferred for VS2008) (UDM-70)
- Fix system-wide install: environment variables weren't being set properly (UDM-67)
More information about the Mobies-commit
mailing list