From fd93b6ff7de7185506c1ee13d1a36d98b8337cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sat, 11 May 2024 14:36:34 +0200 Subject: [PATCH] Update RELEASE_NOTES.md and CHANGES.md --- CHANGES.md | 5 +++++ RELEASE_NOTES.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5c7e8a109..aa60f847e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a5b5a0b7..ef63c785b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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