From d7bb8ecf1f703d18118c481d33f144018926a6d7 Mon Sep 17 00:00:00 2001 From: Selva Nair Date: Sun, 11 Feb 2024 21:33:30 -0500 Subject: [PATCH] Update CHANGES.rst Signed-off-by: Selva Nair --- CHANGES.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a77ea23..c40b769 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,38 @@ +Version 11.49.0 +=============== + +Bugfixes +-------- +* Fix crash when password contains space, \ or " + +Version 11.48.0 +=============== + +Bugfixes +-------- +* Fix truncation of text in tooltip + +Version 11.47.0 +=============== + +Bugfixes +-------- +* Fix tray icon state change for persistent connections + +Version 11.46.0 +=============== + +Version 11.45.0 +=============== +* Cmake build system updates +* Include full version in IV_GUI_VER + +Version 11.44.0 +=============== +* BUILD.rst documentation updates +* Reformat using uncrustify +* Remove obsolete options from --help output + Version 11.43.0 ===============