| 
     
      
      
      From: <mcu...@us...> - 2011-10-15 17:45:17
      
     
   | 
Revision: 1476
          http://orm.svn.sourceforge.net/orm/?rev=1476&view=rev
Author:   mcurland
Date:     2011-10-15 17:45:11 +0000 (Sat, 15 Oct 2011)
Log Message:
-----------
Updated version and readme to October 2011 CTP refs #193
Modified Paths:
--------------
    trunk/Setup/Readme.htm
    trunk/VersionGenerator.exe.config
Modified: trunk/Setup/Readme.htm
===================================================================
--- trunk/Setup/Readme.htm	2011-10-13 04:43:38 UTC (rev 1475)
+++ trunk/Setup/Readme.htm	2011-10-15 17:45:11 UTC (rev 1476)
@@ -3,7 +3,7 @@
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
-<title>NORMA June 2011 CTP Readme</title>
+<title>NORMA October 2011 CTP Readme</title>
 <style type="text/css">
 	.new {font-size:x-small; background-color:Gold; color:Blue; }
 	li {padding-bottom: 3px;}
@@ -12,8 +12,9 @@
 
 <body>
 
-<p><b><a id="The Top" style="font-family:Verdana;font-size:medium">NORMA June 2011 CTP Readme</a> </b></p>
+<p><b><a id="The Top" style="font-family:Verdana;font-size:medium">NORMA October 2011 CTP Readme</a> </b></p>
 <p>This file supersedes the previous readme.txt and older readme.htm files. This readme has parallel indexing mechanisms: by topic, and by release date (starting with the October 2008 (2008-10) release). The file will be extended for future product releases.<br/><br/>
+The October 2011 release is a bug fix release. Refer to June 2011 for newer features.<br/><br/>
 The June 2011 release includes new display features (display objectified fact types as object types, display link fact types), additional ring types with an improved editor for choosing ring types, visible zoom commands, and a number of bug fixes. See detailed change notes below for specifics. 
 <br/><br/></p>
 <h2>Contents</h2>
@@ -43,8 +44,27 @@
 </ul>-->
 
 <hr/>
+<h2>October 2011 CTP Changes</h2>
+<div>The October 2011 CTP release includes all modifications through changeset 1476.  Full changeset descriptions can be found at the <a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/?view=log">sourceforge code repository</a> (be patient with this link, the page contains a full changeset history).</div>
+<ul>
+<li>Features:
+<ol>
+<li>A mouse hover on the glyphs in the ring type editor shows a standard verbalization describing that ring type.</li>
+</ol>
+</li>
+<li>Bug Fixes:
+<ol>
+<li>Objectified fact type shapes displayed as object types did not reconnect role players when a file was reloaded.</li>
+<li>Fixed some ring type combination implications in the ring type editor.</li>
+<li>Zoom and Extension Manager commands were not available with multiple items selected.</li>
+<li>(VS2010) Changing generation settings for a specific file format wrote multiple conflicting lines to the project file. Only the original setting was recognized by the generator.</li>
+</ol>
+</li>
+</ul>
+
+<hr/>
 <h2>June 2011 CTP Changes</h2>
-<div>The June 2011 CTP release includes all modifications through changeset 1473. Full changeset descriptions can be found at the <a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/?view=log">sourceforge code repository</a> (be patient with this link, the page contains a full changeset history).</div>
+<div>The June 2011 CTP release includes all modifications through changeset 1473.</div>
 <ul>
 <li><a href="#DisplayAsObjectType 2011-06">Display Objectified Fact Type as Object Type</a> </li>
 <li><a href="#LinkFactTypeDisplay 2011-06">Link Fact Type Display</a> </li>
Modified: trunk/VersionGenerator.exe.config
===================================================================
--- trunk/VersionGenerator.exe.config	2011-10-13 04:43:38 UTC (rev 1475)
+++ trunk/VersionGenerator.exe.config	2011-10-15 17:45:11 UTC (rev 1476)
@@ -2,7 +2,7 @@
 <configuration>
 	<appSettings>
 		<add key="RevisionStartYearMonth" value="2006-01"/>
-		<add key="ReleaseYearMonth" value="2011-06"/>
+		<add key="ReleaseYearMonth" value="2011-10"/>
 		<add key="CountQuartersFromYearMonth" value="2011-01"/>
 		<!-- ReleaseType: "CTP" or "RTM" -->
 		<add key="ReleaseType" value="CTP"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |