File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22using 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 " ) ]
You can’t perform that action at this time.
0 commit comments