[Mobies-commit] [commit] r3919 - in UDM/trunk: . InnoSetup Projects/Win32/VC10/src/UdmCli/Properties Projects/Win32/VC10/src/UdmDll Projects/Win32/VC9/src/UdmDll include

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Fri Oct 14 17:07:19 CDT 2011


Author: ksmyth
Date: Fri Oct 14 17:07:18 2011
New Revision: 3919

Log:
Prepare for release 3.2.9

Modified:
   UDM/trunk/InnoSetup/udm_innosetupVS2008.iss
   UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs
   UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc
   UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc
   UDM/trunk/include/UdmBase.h
   UDM/trunk/releaseinfo.txt

Modified: UDM/trunk/InnoSetup/udm_innosetupVS2008.iss
==============================================================================
--- UDM/trunk/InnoSetup/udm_innosetupVS2008.iss	Mon Oct 10 11:37:10 2011	(r3918)
+++ UDM/trunk/InnoSetup/udm_innosetupVS2008.iss	Fri Oct 14 17:07:18 2011	(r3919)
@@ -5,7 +5,7 @@
 #pragma option -v+
 #pragma verboselevel 9
 
-#define GMEVER "11.3.23"
+#define GMEVER "11.10.14"
 
 #define UDMPATH GetEnv('UDM_PATH')
 #define UDM3rdPartyPATH GetEnv('UDM_3RDPARTY_PATH')
@@ -18,7 +18,7 @@
 
 #define UDMVER GetEnv('UDM_VERSION')
 #if UDMVER == ""
-#define UDMVER "3.2.8"
+#define UDMVER "3.2.9"
 #endif
 #define OutputFileBase "Udm_setup"
 
@@ -108,7 +108,7 @@
 Source: {#UDMPATH}\Build\Win32\VC9\Release\UdmSwig.dll; DestDir: {app}\bin; Components: Java; Flags: ignoreversion
 Source: {#UDMPATH}\Build\Win32\VC10\Release\{#UDMDLLVS10}; DestDir: {app}\bin; Components: Core; Flags: ignoreversion
 Source: {#UDMPATH}\Build\Win32\VC10\Debug\{#UDMDLLDVS10}; DestDir: {app}\bin; Components: Core; Flags: ignoreversion
-Source: {#UDMPATH}\Build\Win32\VC10\Release\UdmCli.dll; DestDir: {app}\bin; StrongAssemblyName: "UdmCli, Version=3.2.8.0, Culture=neutral, PublicKeyToken=9b61694741cb5693, ProcessorArchitecture=x86"; Flags: "gacinstall sharedfile uninsnosharedfileprompt"; Components: CS
+Source: {#UDMPATH}\Build\Win32\VC10\Release\UdmCli.dll; DestDir: {app}\bin; StrongAssemblyName: "UdmCli, Version=3.2.9.0, Culture=neutral, PublicKeyToken=9b61694741cb5693, ProcessorArchitecture=x86"; Flags: "gacinstall sharedfile uninsnosharedfileprompt"; Components: CS
 Source: {#UDMPATH}\Build\Win32\VC10\Release\UdmCliBridge.dll; DestDir: {app}\bin; Components: CS; Flags: ignoreversion
 Source: {#UDMPATH}\src\UdmCliGen\dist\UdmCliGen.exe; DestDir: {app}\bin; Components: CS; Flags: ignoreversion
 Source: {#UDMPATH}\src\UdmCliGen\dist\python26.dll; DestDir: {app}\bin; Components: Python CS; Flags: ignoreversion
@@ -214,7 +214,7 @@
 Root: HKCU; Subkey: Environment; ValueType: string; ValueName: UDM_3RDPARTY_PATH; ValueData: {app}\3rdparty; Flags: uninsdeletevalue deletevalue; Components: not System
 Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\Session Manager\Environment; ValueType: string; ValueName: UDM_PATH; ValueData: {app}; Flags: uninsdeletevalue deletevalue; Components: System
 Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\Session Manager\Environment; ValueType: string; ValueName: UDM_3RDPARTY_PATH; ValueData: {app}\3rdparty; Flags: uninsdeletevalue deletevalue; Components: System
-Root: HKLM; Subkey: SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\UdmCli; ValueType: string; ValueData: "C:\Windows\assembly\GAC_32\UdmCli\3.2.8.0__9b61694741cb5693"; Flags: uninsdeletevalue deletevalue
+Root: HKLM; Subkey: SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\UdmCli; ValueType: string; ValueData: "C:\Windows\assembly\GAC_32\UdmCli\3.2.9.0__9b61694741cb5693"; Flags: uninsdeletevalue deletevalue
 
 
 [Run]

Modified: UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs	Mon Oct 10 11:37:10 2011	(r3918)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs	Fri Oct 14 17:07:18 2011	(r3919)
@@ -32,5 +32,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.8.8")]
-[assembly: AssemblyFileVersion("3.2.8.8")]
+[assembly: AssemblyVersion("3.2.9.0")]
+[assembly: AssemblyFileVersion("3.2.9.0")]

Modified: UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc	Mon Oct 10 11:37:10 2011	(r3918)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.rc	Fri Oct 14 17:07:18 2011	(r3919)
@@ -47,8 +47,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,8,0
- PRODUCTVERSION 3,2,8
+ FILEVERSION 3,2,9,0
+ PRODUCTVERSION 3,2,9
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -65,12 +65,12 @@
         BEGIN
             VALUE "CompanyName", "ISIS, Vanderbilt University"
             VALUE "FileDescription", "UdmDll Dynamic Link Library"
-            VALUE "FileVersion", "3.2.8"
+            VALUE "FileVersion", "3.2.9"
             VALUE "InternalName", "UdmDll"
             VALUE "LegalCopyright", "Copyright (C) 2010"
             VALUE "OriginalFilename", "UdmDll.dll"
             VALUE "ProductName", "UdmDll Dynamic Link Library"
-            VALUE "ProductVersion", "3.2.8"
+            VALUE "ProductVersion", "3.2.9"
         END
     END
     BLOCK "VarFileInfo"

Modified: UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc	Mon Oct 10 11:37:10 2011	(r3918)
+++ UDM/trunk/Projects/Win32/VC9/src/UdmDll/UdmDll.rc	Fri Oct 14 17:07:18 2011	(r3919)
@@ -47,8 +47,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,8,0
- PRODUCTVERSION 3,2,8
+ FILEVERSION 3,2,9,0
+ PRODUCTVERSION 3,2,9
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -65,12 +65,12 @@
         BEGIN
             VALUE "CompanyName", "ISIS, Vanderbilt University"
             VALUE "FileDescription", "UdmDll Dynamic Link Library"
-            VALUE "FileVersion", "3.2.8"
+            VALUE "FileVersion", "3.2.9"
             VALUE "InternalName", "UdmDll"
             VALUE "LegalCopyright", "Copyright (C) 2010"
             VALUE "OriginalFilename", "UdmDll.dll"
             VALUE "ProductName", "UdmDll Dynamic Link Library"
-            VALUE "ProductVersion", "3.2.8"
+            VALUE "ProductVersion", "3.2.9"
         END
     END
     BLOCK "VarFileInfo"

Modified: UDM/trunk/include/UdmBase.h
==============================================================================
--- UDM/trunk/include/UdmBase.h	Mon Oct 10 11:37:10 2011	(r3918)
+++ UDM/trunk/include/UdmBase.h	Fri Oct 14 17:07:18 2011	(r3919)
@@ -4087,6 +4087,6 @@
 
 //versioning
 #define UDM_VERSION_MAJOR 3
-#define UDM_VERSION_MINOR 28
+#define UDM_VERSION_MINOR 29
 #define UDM_VERSION UDM_VERSION_MAJOR * 100 + UDM_VERSION_MINOR
 #endif//MOBIES_UDMBASE_H

Modified: UDM/trunk/releaseinfo.txt
==============================================================================
--- UDM/trunk/releaseinfo.txt	Mon Oct 10 11:37:10 2011	(r3918)
+++ UDM/trunk/releaseinfo.txt	Fri Oct 14 17:07:18 2011	(r3919)
@@ -7,7 +7,7 @@
 
 1. Windows Operating system (XP, Vista, 7)
 
-2. GME 10, r11.3.23 from: http://www.isis.vanderbilt.edu/Projects/gme/Download.html
+2. GME 10, r11.10.14 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,12 @@
 PLEASE DOWNLOAD AND INSTALL 2 and 3 before proceeding.
 
 ** Changelog **
+10/14/11		-	Release 3.2.9
+		-	Performance improvements
+		-	Visual Studio 2010 Interpreter wizard
+		-	Various bugfixes
+
 05/11/11		-	Release 3.2.8
-		-	ASSERT is no longer #defined, since it may conflict with other libraries (e.g. MFC)
 		-	Fix generated CreateDerived methods
 		-	Add UdmGme::Udm2Gme to convert from a Udm::Object instance to an IUnknown*. Returns NULL if the Udm::Object::impl isn't from a UdmGme backend
 


More information about the Mobies-commit mailing list