Skip to content

Commit

Permalink
Add an announcement for 3.7.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Sep 5, 2013
1 parent f47f002 commit 684af07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions news/2013-09-05-3-7-0-Final.html.md
@@ -0,0 +1,11 @@
---
layout: news-item
title: 'Netty 3.7.0.Final released'
author: trustin
---

As a small team, we often have difficulties maintaining multiple branches. Although most of our efforts are being put on 4.0 and beyond, we are sure 3.x deserves good deal of attention and love, and I'd like to present another feature release in the 3.x branch.

Even though we bumped the minor version from 6 to 7, it is mostly a bug fix release if the changes in the SPDY support is not considered. Because SPDY is relatively new and its specification has been changing over time, we had to reorganize it a little bit. If you were using the SPDY package in 3.6, you might want to make sure everything works as before and check [#1778](https://github.com/netty/netty/pull/1778), [#1490](https://github.com/netty/netty/pull/1490), [#1476](https://github.com/netty/netty/pull/1476), [#1462](https://github.com/netty/netty/pull/1462), and [#1419](https://github.com/netty/netty/pull/1419). Otherwise, you will not notice anything particular but bug fixes.

For the complete list of the changes, please visit [our issue tracker](https://github.com/netty/netty/issues?milestone=55&state=closed).

0 comments on commit 684af07

Please sign in to comment.