Skip to content

Commit

Permalink
Added v1.2.3 release notes (#2840)
Browse files Browse the repository at this point in the history
* Added v1.2.3 release notes

* added contributor stats
  • Loading branch information
Aaronontheweb authored and Arkatufus committed Jul 10, 2017
1 parent 1e5fa50 commit 28cff8c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 1.2.3 July 07 2017 ####
**Maintenance Release for Akka.NET 1.2**

Resolves a bug introduced in Akka.NET 1.2.2 that caused Akka.Remote to not terminate properly under some conditions during `ActorSystem.Terminate`.

[See the full set of Akka.NET 1.2.3 fixes here](https://github.com/akkadotnet/akka.net/milestone/18).

| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 46 | 63 | Aaron Stannard |

#### 1.2.2 June 28 2017 ####
**Maintenance Release for Akka.NET 1.2**

Expand Down
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[assembly: AssemblyCompanyAttribute("Akka.NET Team")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2013-2017 Akka.NET Team")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyVersionAttribute("1.2.2.0")]
[assembly: AssemblyFileVersionAttribute("1.2.2.0")]
[assembly: AssemblyVersionAttribute("1.2.3.0")]
[assembly: AssemblyFileVersionAttribute("1.2.3.0")]
6 changes: 3 additions & 3 deletions src/core/Akka.FSharp/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCompanyAttribute("Akka.NET Team")>]
[<assembly: ComVisibleAttribute(false)>]
[<assembly: CLSCompliantAttribute(true)>]
[<assembly: AssemblyVersionAttribute("1.2.2.0")>]
[<assembly: AssemblyFileVersionAttribute("1.2.2.0")>]
[<assembly: AssemblyVersionAttribute("1.2.3.0")>]
[<assembly: AssemblyFileVersionAttribute("1.2.3.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.2.2.0"
let [<Literal>] Version = "1.2.3.0"

0 comments on commit 28cff8c

Please sign in to comment.