Skip to content

Commit b5a3b0e

Browse files
committed
Deploy site '03b488a0b' on 2018-01-22 15:33:10
1 parent 03b488a commit b5a3b0e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

news/2018/01/22/4-0-55-Final-4-1-20-Final.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ <h1>
263263
<li>ByteBuf.toString(Charset) is not thread-safe (<a href="https://github.com/netty/netty/pull/7600">#7600</a>)</li>
264264
<li>ObjectCleaner should continue cleaning despite exceptions (<a href="https://github.com/netty/netty/pull/7598">#7598</a>)</li>
265265
<li>ObjectCleaner may indefinitely block on ReferenceQueue#poll (<a href="https://github.com/netty/netty/pull/7597">#7597</a>)</li>
266-
<li>Handling concatenated GZIP streams (<a href="https://github.com/netty/netty/pull/7577">#7577</a>)
267-
The most important changes for 4.1.18.Final only are:</li>
266+
<li>Handling concatenated GZIP streams (<a href="https://github.com/netty/netty/pull/7577">#7577</a>)</li>
268267
<li>Correctly take position into account when wrap a ByteBuffer via ReadOnlyUnsafeDirectByteBuf (<a href="https://github.com/netty/netty/pull/7580">#7580</a>)</li>
269268
<li>Remove remote initiated renegotiation support (<a href="https://github.com/netty/netty/pull/7558">#7558</a>)</li>
270269
<li>Remove direct usage of JKS and SunX509 (<a href="https://github.com/netty/netty/pull/7547">#7547</a>)</li>

news/index.atom

+5-6
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>2018-01-22T11:27:23+01:00</updated>
5+
<updated>2018-01-22T16:28:52+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/2018/01/22/4-0-55-Final-4-1-20-Final.html</id>
1010
<title>Netty 4.0.55.Final and 4.1.20.Final released</title>
11-
<updated>2018-01-22T11:27:23+01:00</updated>
11+
<updated>2018-01-22T16:28:52+01:00</updated>
1212
<published>2018-01-22T00:00:00+00:00</published>
1313
<link href="http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html" rel="alternate" type="text/html" />
1414
<author>
@@ -25,11 +25,11 @@
2525
ObjectCleaner should continue cleaning despite exceptions (#7598)
2626
ObjectCleaner may indefinitely block on ReferenceQueue#poll (#7597)
2727
Handling concatenated GZIP streams (#7577)
28-
The most important changes for 4.1.18.Final only are:
2928
Correctly take position into account when wrap a ByteBuffer via ReadOnlyUnsafeDirectByteBuf (#7580)
3029
Remove remote initiated renegotiation support (#7558)
3130
Remove direct usage of JKS and SunX509 (#7547)
32-
OpenSslEngine: Remove renegotiation support...
31+
OpenSslEngine: Remove renegotiation support (#7544)
32+
Ensure ThreadDeathWatcher and GlobalEventExecutor will not cause...
3333
</summary>
3434
<content type="html">
3535
&lt;p&gt;I'm happy to announce the latest bug-fix releases for our 4.0.x and 4.1.x series after a a bit more then one month of development.
@@ -41,8 +41,7 @@
4141
&lt;li&gt;ByteBuf.toString(Charset) is not thread-safe (&lt;a href=&quot;https://github.com/netty/netty/pull/7600&quot;&gt;#7600&lt;/a&gt;)&lt;/li&gt;
4242
&lt;li&gt;ObjectCleaner should continue cleaning despite exceptions (&lt;a href=&quot;https://github.com/netty/netty/pull/7598&quot;&gt;#7598&lt;/a&gt;)&lt;/li&gt;
4343
&lt;li&gt;ObjectCleaner may indefinitely block on ReferenceQueue#poll (&lt;a href=&quot;https://github.com/netty/netty/pull/7597&quot;&gt;#7597&lt;/a&gt;)&lt;/li&gt;
44-
&lt;li&gt;Handling concatenated GZIP streams (&lt;a href=&quot;https://github.com/netty/netty/pull/7577&quot;&gt;#7577&lt;/a&gt;)
45-
The most important changes for 4.1.18.Final only are:&lt;/li&gt;
44+
&lt;li&gt;Handling concatenated GZIP streams (&lt;a href=&quot;https://github.com/netty/netty/pull/7577&quot;&gt;#7577&lt;/a&gt;)&lt;/li&gt;
4645
&lt;li&gt;Correctly take position into account when wrap a ByteBuffer via ReadOnlyUnsafeDirectByteBuf (&lt;a href=&quot;https://github.com/netty/netty/pull/7580&quot;&gt;#7580&lt;/a&gt;)&lt;/li&gt;
4746
&lt;li&gt;Remove remote initiated renegotiation support (&lt;a href=&quot;https://github.com/netty/netty/pull/7558&quot;&gt;#7558&lt;/a&gt;)&lt;/li&gt;
4847
&lt;li&gt;Remove direct usage of JKS and SunX509 (&lt;a href=&quot;https://github.com/netty/netty/pull/7547&quot;&gt;#7547&lt;/a&gt;)&lt;/li&gt;

0 commit comments

Comments
 (0)