|
2 | 2 | <feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <id>http://netty.io/</id> |
4 | 4 | <title>Netty</title> |
5 | | - <updated>2018-01-22T11:27:23+01:00</updated> |
| 5 | + <updated>2018-01-22T16:28:52+01:00</updated> |
6 | 6 | <link href="http://netty.io/news/index.atom" rel="self" type="application/atom+xml" /> |
7 | 7 | <link href="http://netty.io/" rel="alternate" type="text/html" /> |
8 | 8 | <entry> |
9 | 9 | <id>http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html</id> |
10 | 10 | <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> |
12 | 12 | <published>2018-01-22T00:00:00+00:00</published> |
13 | 13 | <link href="http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html" rel="alternate" type="text/html" /> |
14 | 14 | <author> |
|
25 | 25 | ObjectCleaner should continue cleaning despite exceptions (#7598) |
26 | 26 | ObjectCleaner may indefinitely block on ReferenceQueue#poll (#7597) |
27 | 27 | Handling concatenated GZIP streams (#7577) |
28 | | - The most important changes for 4.1.18.Final only are: |
29 | 28 | Correctly take position into account when wrap a ByteBuffer via ReadOnlyUnsafeDirectByteBuf (#7580) |
30 | 29 | Remove remote initiated renegotiation support (#7558) |
31 | 30 | 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... |
33 | 33 | </summary> |
34 | 34 | <content type="html"> |
35 | 35 | <p>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 | 41 | <li>ByteBuf.toString(Charset) is not thread-safe (<a href="https://github.com/netty/netty/pull/7600">#7600</a>)</li> |
42 | 42 | <li>ObjectCleaner should continue cleaning despite exceptions (<a href="https://github.com/netty/netty/pull/7598">#7598</a>)</li> |
43 | 43 | <li>ObjectCleaner may indefinitely block on ReferenceQueue#poll (<a href="https://github.com/netty/netty/pull/7597">#7597</a>)</li> |
44 | | - <li>Handling concatenated GZIP streams (<a href="https://github.com/netty/netty/pull/7577">#7577</a>) |
45 | | - The most important changes for 4.1.18.Final only are:</li> |
| 44 | + <li>Handling concatenated GZIP streams (<a href="https://github.com/netty/netty/pull/7577">#7577</a>)</li> |
46 | 45 | <li>Correctly take position into account when wrap a ByteBuffer via ReadOnlyUnsafeDirectByteBuf (<a href="https://github.com/netty/netty/pull/7580">#7580</a>)</li> |
47 | 46 | <li>Remove remote initiated renegotiation support (<a href="https://github.com/netty/netty/pull/7558">#7558</a>)</li> |
48 | 47 | <li>Remove direct usage of JKS and SunX509 (<a href="https://github.com/netty/netty/pull/7547">#7547</a>)</li> |
|
0 commit comments