aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2024-04-25 08:44:52 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2024-04-25 14:12:57 +0300
commit502bc9233ec80c77fa823f74d7f461b9cfaf5707 (patch)
treed54fe3bae171cc15fc5af4fda460236f0dfef35d
parent0914ed0fa4fe365788c5d29ad076794d5a64d7f8 (diff)
Update changelog
Change-Id: I1bbdaf745d794f26dcf85e93bb25650e1cf75804 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 841261d..d87cd91 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ Changes in 3.1.0
- [QLS-898] Disconnect clients immediately on reservation expiration
- [QLS-897] Fix attempt of new reservation in case license was revoked by server
- Clients will make a new license request (once per heartbeat) if the existing reservation becomes invalid
+ - qtlicensetool: disable log prints to file
- Building
- CMake: Default to BUILD_SHARED_LIBS=off
- CMake: require OPENSSL_ROOT_DIR only when building the service library
@@ -33,6 +34,9 @@ Changes in 3.1.0
- [QLS-900] Retry requests for HTTP status code 503
- [QLS-850] Clean up installations.ini file during service shutdown
- CIP: add serviceAvailable() function to make fallbacks possible for clients
+ - Print error in case CipCommandParser could not parse input
+ - Windows: add reference for controlling the system service from CMD
+ - HttpClient: increase maximum time the transfer is allowed to complete to 30s
####################