Skip to content

Commit f10e8f3

Browse files
committed
Upgraded SimplSockets
1 parent 6156d87 commit f10e8f3

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

Dache.CacheHost/Dache.CacheHost.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<Reference Include="SharpMemoryCache">
4949
<HintPath>..\packages\SharpMemoryCache.1.0.0\lib\SharpMemoryCache.dll</HintPath>
5050
</Reference>
51-
<Reference Include="SimplSockets, Version=1.3.0.1885, Culture=neutral, processorArchitecture=MSIL">
51+
<Reference Include="SimplSockets, Version=1.3.0.24722, Culture=neutral, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\packages\SimplSockets.1.3.3\lib\SimplSockets.dll</HintPath>
53+
<HintPath>..\packages\SimplSockets.1.3.4\lib\SimplSockets.dll</HintPath>
5454
</Reference>
5555
<Reference Include="System" />
5656
<Reference Include="System.Core" />

Dache.CacheHost/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="SharpMemoryCache" version="1.0.0" targetFramework="net45" />
4-
<package id="SimplSockets" version="1.3.3" targetFramework="net40" />
4+
<package id="SimplSockets" version="1.3.4" targetFramework="net40" />
55
</packages>

Dache.Client/Dache.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
<Reference Include="SharpMemoryCache">
4141
<HintPath>..\packages\SharpMemoryCache.1.0.0\lib\SharpMemoryCache.dll</HintPath>
4242
</Reference>
43-
<Reference Include="SimplSockets, Version=1.3.0.1885, Culture=neutral, processorArchitecture=MSIL">
43+
<Reference Include="SimplSockets, Version=1.3.0.24722, Culture=neutral, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\SimplSockets.1.3.3\lib\SimplSockets.dll</HintPath>
45+
<HintPath>..\packages\SimplSockets.1.3.4\lib\SimplSockets.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.configuration" />

Dache.Client/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="SharpMemoryCache" version="1.0.0" targetFramework="net45" />
4-
<package id="SimplSockets" version="1.3.3" targetFramework="net40" />
4+
<package id="SimplSockets" version="1.3.4" targetFramework="net40" />
55
</packages>

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ VERSION INFORMATION
4949
============================================
5050

5151

52-
1.4.3
52+
1.4.4
5353
------------------
5454

55-
- Upgraded to new version of SimplSockets. This new version fixes a rare hang.
56-
57-
- Fixed bug in DacheOutputCacheProvider and DacheMvcChildActionCache
55+
- Fixed bug in SimplSockets which caused maximum connections leak (and eventual inability to connect) due to improper sempahore release
5856

5957

6058
INSTALLATION INSTRUCTIONS

SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
// You can specify all the values or you can default the Build and Revision Numbers
2222
// by using the '*' as shown below:
2323
// [assembly: AssemblyVersion("1.0.*")]
24-
[assembly: AssemblyVersion("1.4.3.*")]
24+
[assembly: AssemblyVersion("1.4.4.*")]
2525
// For unit testing
2626
[assembly: InternalsVisibleTo("Dache.Tests")]

0 commit comments

Comments
 (0)