-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c61436b
commit 56b4afb
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: news-item | ||
title: 'Netty/Incubator/Codec/OHTTP 0.0.12.Final released' | ||
author: normanmaurer | ||
--- | ||
|
||
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.12.Final. This release is a bug-fix release. | ||
|
||
The most important changes are: | ||
|
||
* Correctly release native resources in JNI code ([#65](https://github.com/netty/netty-incubator-codec-ohttp/pull/65)) | ||
* Don't leak native memory for random generated keys ([#66](https://github.com/netty/netty-incubator-codec-ohttp/pull/66)) | ||
* Correctly detect when allocation fails and return correct ([#67](https://github.com/netty/netty-incubator-codec-ohttp/pull/67)) | ||
* Add cache digest on creation of BoringSSLHPKEContext ([#68](https://github.com/netty/netty-incubator-codec-ohttp/pull/68)) | ||
* Use constant-time equals for private key material ([#69](https://github.com/netty/netty-incubator-codec-ohttp/pull/69)) | ||
* Add missing equals / hashCode implementations | ||
([#70](https://github.com/netty/netty-incubator-codec-ohttp/pull/70)) | ||
* Correctly implement encoding / decoding Key Configuration Media Type ([#75](https://github.com/netty/netty-incubator-codec-ohttp/pull/75)) | ||
|
||
|
||
For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/12?closed=1). |