Skip to content

Commit 3cfcafd

Browse files
committed
set version to 0.2.4
1 parent ed028ed commit 3cfcafd

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

RELEASE_NOTES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
#### 0.2.3 February 10
1+
#### 0.2.4 April 07 2016
2+
- Proper handling of pooled buffer growth beyond max capacity of buffer in pool (fixing #71).
3+
- Improved pooling of buffers when a buffer was released in other thread (#73).
4+
- Introduction of IEventExecutor.Schedule and proper cancellation of scheduled tasks (#80).
5+
- Better handling of wake-ups for scheduled tasks (#81).
6+
- Default internal logging initialization is deferred to allow override it completely (#80 extra).
7+
- Honoring `IByteBuffer.ArrayOffset` in `IByteBuffer.ToString(Encoding)` (#80 extra).
8+
9+
#### 0.2.3 February 10 2016
210
- Critical fix to handling of async operations when initiated from outside the event loop (#66).
311
- Fix to enable setting socket-related options through SetOption on Bootstrap (#68).
412
- build changes to allow signing assemblies
513

6-
#### 0.2.2 January 30
14+
#### 0.2.2 January 30 2016
715
- `ResourceLeakDetector` fix (#64)
816
- Assigned GUID on default internal logger `EventSource`
917
- `IByteBuffer.ToString(..)` for efficient string decoding directly from Byte Buffer

src/SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
using System.Reflection;
33

44
[assembly: AssemblyCompanyAttribute("DotNetty")]
5-
[assembly: AssemblyCopyrightAttribute("Copyright © 2015")]
5+
[assembly: AssemblyCopyrightAttribute("Copyright © 2016")]
66
[assembly: AssemblyKeyFileAttribute("")]
77
[assembly: AssemblyDelaySignAttribute(false)]
8-
[assembly: AssemblyVersionAttribute("0.2.3")]
9-
[assembly: AssemblyFileVersionAttribute("0.2.3")]
8+
[assembly: AssemblyVersionAttribute("0.2.4")]
9+
[assembly: AssemblyFileVersionAttribute("0.2.4")]

0 commit comments

Comments
 (0)