Skip to content

Commit

Permalink
added v1.3.12 placeholder for nightlies (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Dec 18, 2018
1 parent a674f17 commit 451a8af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.3.12 December 18 2018 ####
*Placeholder for nightlies*

#### 1.3.11 December 17 2018 ####
**Maintenance Release for Akka.NET 1.3**

Expand Down
21 changes: 2 additions & 19 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2018 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>1.3.11</VersionPrefix>
<VersionPrefix>1.3.12</VersionPrefix>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -18,23 +18,6 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup>
<PackageReleaseNotes>Maintenance Release for Akka.NET 1.3**
Akka.NET v1.3.11 is a bugfix patch primarily aimed at solving the following issue: [DotNetty Remote Transport Issues with .NET Core 2.1](https://github.com/akkadotnet/akka.net/issues/3506).
.NET Core 2.1 exposed some issues with the DotNetty connection methods in DotNetty v0.4.8 that have since been fixed in subsequent releases. In Akka.NET v1.3.11 we've resolved this issue by upgrading to DotNetty v0.6.0.
In addition to the above, we've introduced some additional fixes and changes in Akka.NET v1.3.11:
[Akka.FSharp: Akka.Fsharp spawning an actor results in Exception](https://github.com/akkadotnet/akka.net/issues/3402)
[Akka.Remote: tcp-reuse-addr = off-for-windows prevents actorsystem from starting](https://github.com/akkadotnet/akka.net/issues/3293)
[Akka.Remote: tcp socket address reuse - default configuration](https://github.com/akkadotnet/akka.net/issues/2477)
[Akka.Cluster.Tools:
Actor still receiving messages from mediator after termination](https://github.com/akkadotnet/akka.net/issues/3658)
[Akka.Persistence: Provide minSequenceNr for snapshot deletion](https://github.com/akkadotnet/akka.net/pull/3641)
To [see the full set of changes for Akka.NET 1.3.11, click here](https://github.com/akkadotnet/akka.net/milestone/29)
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 5 | 123 | 71 | Aaron Stannard |
| 3 | 96 | 10 | Ismael Hamed |
| 2 | 4 | 3 | Oleksandr Kobylianskyi |
| 1 | 5 | 1 | Ruben Mamo |
| 1 | 23 | 6 | Chris Hoare |</PackageReleaseNotes>
<PackageReleaseNotes>Placeholder for nightlies*</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 451a8af

Please sign in to comment.