Netty 3.1.3.GA release: New License, Easier Version Identification, More Cookie Property

이희승 (Trustin Lee) trustin at gmail.com
Mon Sep 7 23:22:00 EDT 2009


Hi folks,

Netty 3.1.3.GA, which fixes several bugs in the 3.1 branch, has been
released.

The Netty project is an effort to provide an asynchronous, event-driven
network application framework and tools for rapid development of
maintainable, high-performance, high-scalability protocol servers and
clients.

In other words, Netty is a NIO client server framework that enables
quick and easy development of network applications such as protocol
servers and clients. It simplifies and streamlines network programming
such as TCP and UDP socket servers.

Please visit our web site to download it:

  * http://www.jboss.org/netty/

As always, your feed back is more than appreciated.  Please visit the
discussion forum and leave some comments and questions:

  * http://www.jboss.org/netty/community.html

Alternatively, please follow us at Twitter and send a message:

  * http://twitter.com/netty_project

Relicensed under Apache License 2.0
===================================
As of this release, the Netty project is licensed under Apache License
2.0.  This significant change should help us to appeal Netty to broader
audience.

Easier Version Identification
=============================
Now you can identify which version of Netty is being used via the
'Version' class in the org.jboss.netty.util package:

  * https://jira.jboss.org/jira/browse/NETTY-213

HTTPOnly Cookie Property
========================
Netty's HTTP Cookie implementation now supports the HTTPOnly property:

  * https://jira.jboss.org/jira/browse/NETTY-216

Upcoming Releases
=================
Unless there is a bug without workaround, I will proceed to the next
major feature release, 3.2.0.ALPHA1. It's great time to improve Netty
and become a part of the community by sharing your idea!  Please keep us
updated with any ideas for new features, bugs, design issues, API
usability feed back, and questions.

Miscellaneous
=============
For the full changelog, please visit here:

  * http://tinyurl.com/ldq9ld

Again, as always, your feed back is more than appreciated.  Please visit
the discussion forum and feel free to leave some comments and questions:

  * http://www.jboss.org/netty/community.html

Alternatively, please follow us at Twitter and send a message:

  * http://twitter.com/netty_project

Cheers,
Trustin

-- 
Trustin Lee, http://gleamynode.net/


More information about the netty-users mailing list