Skip to content

Commit

Permalink
Update RELEASE_NOTES.md and CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sderonne committed Oct 20, 2024
1 parent 1acc191 commit fd93b6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ This file is a best-effort approach to solving this issue; we will do our best b

### New API

* (applications) Added two new base classes for source and sink applications, `SourceApplication` and `SinkApplication`, respectively.

### Changes to existing API

* (applications) Deprecated attributes `RemoteAddress` and `RemotePort` in UdpClient, UdpTraceClient and UdpEchoClient. They have been combined into a single `Remote` attribute.
* (applications) Deprecated attributes `ThreeGppHttpClient::RemoteServerAddress` and `ThreeGppHttpClient::RemoteServerPort`. They have been combined into a single `ThreeGppHttpClient::Remote` attribute.

### Changes to build system

### Changed behavior
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ The required Doxygen version for documentation generation is version 1.11.

### New user-visible features

- (applications) - Attributes `RemoteAddress` and `RemotePort` in UdpClient, UdpTraceClient and UdpEchoClient have been combined into a single `Remote` attribute. Similarly, the `ThreeGppHttpClient::RemoteServerAddress` and `ThreeGppHttpClient::RemoteServerPort` attributes have been combined into a single `ThreeGppHttpClient::Remote` attribute. The constructors of corresponding helper classes have been changed to make use of these new attributes.
- (applications) - The `ThreeGppHttpServer::LocalAddress` and `ThreeGppHttpServer::LocalPort` attributes have been renamed to `ThreeGppHttpServer::Remote` and `ThreeGppHttpServer::Port`, respectively.
- (applications) - It is now possible to specify the address on which to bind the listening socket for UdpServer via the `Local` attribute.
- (applications) - It is now possible to specify a port only for PacketSink to listen to any address (both IPv4 and IPv6).

### Bugs fixed

## Release 3.43
Expand Down

0 comments on commit fd93b6f

Please sign in to comment.