From cb6e314c3971a25656c0cfecfc1126980ca8788d Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Sun, 23 Jun 2024 22:04:52 +0100 Subject: [PATCH] Update changelog. --- changes.txt | 10 ++++++++++ readme.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 6fd47d9..220016c 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,13 @@ +Version 0.7.1: + Added "packet coalescing" option to improve performance for games which + send/receive exceptionally high numbers of packets. + + Minor optimisations in packet handling code. + + Added profiling functionality to guide future optimisations. + + Added option to disable logging entirely. + Version 0.7.0: Added support for DOSBox IPX servers. diff --git a/readme.txt b/readme.txt index 0d32259..4e150b1 100644 --- a/readme.txt +++ b/readme.txt @@ -82,5 +82,5 @@ The following have been reported to work: License ------- -Copyright (C) 2008-2023 Daniel Collins +Copyright (C) 2008-2024 Daniel Collins Read license.txt for licensing terms.