diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +0.2.4 Jul 26: + o Use the provider CA cert for every request once we have it + bootstrapped (TOFU). Closes #3227. + o Make calls to leap.common.events asynchronous. Closes #2937. + o Always logout when closing the app if the user previously signed + in. Fixes #3245. + o Make sure the domain field in provider.json is escaped to avoid + potential problems. Fixes #3244. + o Fix incorrect handling of locks in Windows so that stalled locks + do not avoid raising the first instance of the app. Closes: #2910 + o Use traffic rates instead of totals. Closes #2913 + o Allow to alternate between rates and total throughput for the + virtual interface. Closes: #3232 + o Reset rates/totals when terminating connection. Closes #3249 + o Fix a bug in the displayed magnitude for the up/down traffic rates + and totals. + o Force Cleanlooks style if we are running in a KDE environment, so + that it doesn't load potentially incompatible Qt libs. Fixes + #3194. + o Wrap long login status messages to 40 characters. Fixes #3124 + o Workaround a segmentation fault when emitting a signal with its + last parameter being None. Fixes #3083. + o Added IS_RELEASE_VERSION flag that allows us to use code only in + develop versions. Closes #3224. + o Try to terminate already running openvpn instances. Closes #2916 + o Linux: Dynamically generate policy file for polkit. Closes #3208 + o Workaround some OpenVPN problems with priviledge dropping and + routing. Fixes #3178 #3135 #3207 #3203 + 0.2.3 Jul 12: o Adapt code to Soledad 0.2.1 api. o Fix Main Window briefly display before the wizard on first |