Updating Release Notes
This commit is contained in:
parent
f007061f47
commit
fc7a8f22d5
3 changed files with 25 additions and 2 deletions
Binary file not shown.
|
@ -8,7 +8,23 @@
|
|||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date"><2012-04-00</span> - Release 2.46.0</h3>
|
||||
<h3><span class="date"><2012-04-23</span> - Release 2.46.0</h3>
|
||||
* Added constants/function currently on the Magnum RC.
|
||||
<div>
|
||||
* Constants:
|
||||
<ul>
|
||||
<li>AGENT_LIST_PARCEL</li>
|
||||
<li>AGENT_LIST_PARCEL_OWNER</li>
|
||||
<li>AGENT_LIST_REGION</li>
|
||||
<li>PRIM_SLICE</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
* Functions:
|
||||
<ul>
|
||||
<li>llGetAgentList</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
* Fixed:
|
||||
<ul>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<AssemblyKeyContainerName>
|
||||
</AssemblyKeyContainerName>
|
||||
<AssemblyName>LSLEditor</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>testing.pfx</AssemblyOriginatorKeyFile>
|
||||
<AssemblyOriginatorKeyFile>lsl-editor.pfx</AssemblyOriginatorKeyFile>
|
||||
<DefaultClientScript>JScript</DefaultClientScript>
|
||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||
|
@ -94,6 +94,12 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>true</SignManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>5CBB20152EC70EC13542B336790AF2E7AB2E1DEB</ManifestCertificateThumbprint>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<Name>System</Name>
|
||||
|
@ -717,6 +723,7 @@
|
|||
<Content Include="LSLEditor.rc" />
|
||||
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
|
||||
<EmbeddedResource Include="Resource\thanks.gif" />
|
||||
<None Include="lsl-editor.pfx" />
|
||||
<None Include="Test.snk" />
|
||||
<None Include="testing.pfx" />
|
||||
<None Include="Web References\org.lsleditor.www\Service1.disco" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue