Update puzzles and release notes

This commit is contained in:
Tim Young 2017-02-20 12:04:56 +03:00
parent ceed40011a
commit 08a84e875b
5 changed files with 18305 additions and 1838 deletions

View File

@ -11,24 +11,23 @@
<AssemblyName>EduNetworkBuilder</AssemblyName> <AssemblyName>EduNetworkBuilder</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<IsWebBootstrapper>true</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Web</InstallFrom> <InstallFrom>Disk</InstallFrom>
<UpdateEnabled>true</UpdateEnabled> <UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Background</UpdateMode> <UpdateMode>Background</UpdateMode>
<UpdateInterval>7</UpdateInterval> <UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>true</UpdatePeriodically> <UpdatePeriodically>true</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired> <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://tyounglightsys.ddns.info/EduNetworkBuilder/v1/</InstallUrl>
<UpdateUrl>http://tyounglightsys.ddns.info/EduNetworkBuilder/v1/</UpdateUrl> <UpdateUrl>http://tyounglightsys.ddns.info/EduNetworkBuilder/v1/</UpdateUrl>
<ProductName>EduNetworkBuilder</ProductName> <ProductName>EduNetworkBuilder</ProductName>
<PublisherName>Tim Young</PublisherName> <PublisherName>Tim Young</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage> <WebPage>publish.htm</WebPage>
<ApplicationRevision>29</ApplicationRevision> <AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>31</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted> <PublishWizardCompleted>true</PublishWizardCompleted>
@ -87,7 +86,9 @@
<Compile Include="DeviceConfig.Designer.cs"> <Compile Include="DeviceConfig.Designer.cs">
<DependentUpon>DeviceConfig.cs</DependentUpon> <DependentUpon>DeviceConfig.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="FirewallEditor.cs" /> <Compile Include="FirewallEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FirewallEditor.Designer.cs"> <Compile Include="FirewallEditor.Designer.cs">
<DependentUpon>FirewallEditor.cs</DependentUpon> <DependentUpon>FirewallEditor.cs</DependentUpon>
</Compile> </Compile>

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<!--This is a network file for EduNetworkBuilder.--> <!--This is a network file for EduNetworkBuilder.-->
<Network> <Network>
<en_message>Firewall devices can have an advanced firewall. You can control which interfaces can ping which interfaces. This allows you to protect one side of the LAN from the other. We will use this functionality a lot more later on. <en_message>Firewall devices can have an advanced firewall. You can control which interfaces can ping which interfaces. This allows you to protect one side of the LAN from the other. We will use this functionality a lot more later on.
To do this puzzle, remove the firewall rule that is keeping the one side from pinging the other side.</en_message> This technology is mainly used for VLAN security, or setting up a DMZ. To do this puzzle, remove the firewall rule that is keeping the one side from pinging the other side.</en_message>
<en_title>Firewall Test 2</en_title> <en_title>Firewall Test 2</en_title>
<height>1024</height> <height>1024</height>
<width>1024</width> <width>1024</width>

View File

@ -1,6 +1,15 @@
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}} {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}}
{\*\generator Riched20 10.0.10586}{\*\mmathPr\mdispDef1\mwrapIndent1440 }\viewkind4\uc1 {\*\generator Riched20 10.0.14393}{\*\mmathPr\mnaryLim0\mdispDef1\mwrapIndent1440 }\viewkind4\uc1
\pard\nowidctlpar\sa200\sl276\slmult1\b\f0\fs22\lang9 Version 1.0.27\par \pard\nowidctlpar\sa200\sl276\slmult1\b\f0\fs22\lang9 Version 1.0.30\par
\b0 * Another downloadable (zip only, stable) version.\b\par
Version 1.0.29\par
\b0 * Lots of VLAN butfixes\par
* Fixed ping-fail test\par
* Lots more VLAN puzzles\par
* Update VLAN documentation\par
\b Version 1.0.28\par
\b0 * Initial VLAN release\par
\b Version 1.0.27\par
\b0 * Made distribution easier by CD (does updates from web, but we also have a downloadable zip you can install from)\par \b0 * Made distribution easier by CD (does updates from web, but we also have a downloadable zip you can install from)\par
\b Version 1.0.26\par \b Version 1.0.26\par
\b0 * Major graphics overhaul\par \b0 * Major graphics overhaul\par

File diff suppressed because it is too large Load Diff