-
Notifications
You must be signed in to change notification settings - Fork 168
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
1a8e98f
commit cc0858a
Showing
1 changed file
with
8 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,6 +1,13 @@ | ||
Changes: | ||
|
||
Please note that this release is the latest using Java 1.6. The next release will require at minimum Java 1.7. | ||
Please note that the 2.9.x release is the latest using Java 1.6. The next release (3.x.x) will require at minimum Java 1.7. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pmoerenhout
Author
Member
|
||
|
||
2.3.10 | ||
- Implement queue capacity with default 100 include throttle response, handle bound state inside the handler of the bind request. | ||
- Fix decompose of replace_sm PDU. | ||
- Extend the Connection interface to show all local and remote socket addresses and ports. | ||
- Send correct response when request is received. | ||
- Fix the decode of the replace_sm. | ||
|
||
2.3.9 | ||
- Ignore the PDU body in the handling of submit_multi_resp with non-zero command status. | ||
|
Should this be
2.3.x release
?