Skip to content

Commit 8f531df

Browse files
committed
Deploy site 'f79c18373' on 2019-01-21 15:08:04
1 parent f79c183 commit 8f531df

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

news/2019/01/21/4-1-33-Final.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ <h1>
256256
<div class="news-content">
257257
<p>Today we announce the release of netty 4.1.33.Final as the first release in 2019. This release contains mostly bugfixes, some improvements and a few performance wins.</p>
258258

259-
<p>Please also check the <code>Important notes</code> section below before upgrading.</p>
260-
261259
<ul>
262260
<li>Allowed IP_FREEBIND option for UDP epoll (<a href="https://github.com/netty/netty/pull/8727">#8727</a>)</li>
263261
<li>Ensure FlowControlled data frames will be correctly removed from the flow-controller when a write error happens. (<a href="https://github.com/netty/netty/pull/8726">#8726</a>)</li>

news/index.atom

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
33
<id>http://netty.io/</id>
44
<title>Netty</title>
5-
<updated>2019-01-21T15:24:15+01:00</updated>
5+
<updated>2019-01-21T16:06:02+01:00</updated>
66
<link href="http://netty.io/news/index.atom" rel="self" type="application/atom+xml" />
77
<link href="http://netty.io/" rel="alternate" type="text/html" />
88
<entry>
99
<id>http://netty.io/news/2019/01/21/4-1-33-Final.html</id>
1010
<title>Netty 4.1.33.Final released</title>
11-
<updated>2019-01-21T15:24:15+01:00</updated>
11+
<updated>2019-01-21T16:06:02+01:00</updated>
1212
<published>2019-01-21T00:00:00+00:00</published>
1313
<link href="http://netty.io/news/2019/01/21/4-1-33-Final.html" rel="alternate" type="text/html" />
1414
<author>
@@ -17,22 +17,19 @@
1717
<summary>
1818
Today we announce the release of netty 4.1.33.Final as the first release in 2019. This release contains mostly bugfixes, some improvements and a few performance wins.
1919

20-
Please also check the Important notes section below before upgrading.
21-
2220

2321
Allowed IP_FREEBIND option for UDP epoll (#8727)
2422
Ensure FlowControlled data frames will be correctly removed from the flow-controller when a write error happens. (#8726)
2523
Only handle NXDOMAIN as failure when nameserver is authoritive or no the other nameservers are left (#8731)
2624
Correctly buffer multiple outbound streams if needed. (#8694)
2725
Only call handlerRemoved(...) if handlerAdded(...) was called during adding the handler to the pipeline (#8684)
2826
Correctly detect and handle CNAME loops. (#8691)
29-
Fix...
27+
Fix ClassCastException and native crash when using kqueue transport (#8665)
28+
Support...
3029
</summary>
3130
<content type="html">
3231
&lt;p&gt;Today we announce the release of netty 4.1.33.Final as the first release in 2019. This release contains mostly bugfixes, some improvements and a few performance wins.&lt;/p&gt;
3332

34-
&lt;p&gt;Please also check the &lt;code&gt;Important notes&lt;/code&gt; section below before upgrading.&lt;/p&gt;
35-
3633
&lt;ul&gt;
3734
&lt;li&gt;Allowed IP_FREEBIND option for UDP epoll (&lt;a href=&quot;https://github.com/netty/netty/pull/8727&quot;&gt;#8727&lt;/a&gt;)&lt;/li&gt;
3835
&lt;li&gt;Ensure FlowControlled data frames will be correctly removed from the flow-controller when a write error happens. (&lt;a href=&quot;https://github.com/netty/netty/pull/8726&quot;&gt;#8726&lt;/a&gt;)&lt;/li&gt;

0 commit comments

Comments
 (0)