Release History

VersionDateDescription
0.7.3 2005-07-11
0.7.2 2005-06-08
0.7.1 2005-05-17
0.7 2005-05-07

Get the RSS feed of the last changes

Release 0.7.3 - 2005-07-11

TypeChangesBy
add Session.getWrittenWriteRequests() and getScheduledWriteRequests() trustin
add SumUp example to demonstrate the usage of DemuxingProtocolCodecFactory trustin
update FilterChain.remove() now returns the removed filter. trustin
update DemuxingProtocolHandler now extends ProtocolHandlerAdapter to provide default handler implementations. trustin
update SimpleServiceRegistry doesn't throw an IOException in its constructor anymore. trustin
fix Idle time doesn't work. trustin
fix ThreadPoolFilters sometimes fire events in non-sequential order. trustin
fix ByteBuffer.put/getString() throws IllegalStateException if the buffer or the specified CharSequence is empty. trustin
fix Unnecessary selector wake-ups. trustin
fix ByteBuffer leak in autoexpand mode. trustin
fix SessionLog.log() doesn't add a remote address prefix to messages. trustin

Release 0.7.2 - 2005-06-08

TypeChangesBy
add More JavaDoc trustin
add Users can get SSLSession using SSLFilter.getSSLSession() trustin
update DemuxingProtocolHandler.(de)registerMessageType() is now public. trustin
fix NullPointerException in SocketIoProcessor trustin
fix ProtocolHandler.sessionCreated() is not invoked. trustin
fix DatagramSssion.close(true) can block forever. trustin
fix Selectors once opened by acceptors and connectors are not released. trustin
fix SSLFilter doesn't throw SSLExceptions correctly. trustin
fix SSLHandler doesn't set client auth params correctly. trustin
fix DemuxingProtocolCodecFactory.doDecode() is called once more after the buffer becomes empty. trustin

Release 0.7.1 - 2005-05-17

TypeChangesBy
add MessageEncoderFactory and MessageDecoderFactory trustin
fix SSLFilter doesn't work if other IoFilters exist in the same filter chain. trustin
fix SSLFilter doesn't work if added after sessionOpened() is fired. trustin
fix Broken site links trustin

Release 0.7 - 2005-05-07

TypeChangesBy
add The first release. trustin