From 092edc10bec074ad94930658bbfd1e4befddde6d Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Fri, 5 Aug 2022 15:33:49 +0300 Subject: [PATCH] Version: 22000.795.48.2 --- CHANGELOG.md | 4 ++++ version.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0324d..435ade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Please make sure you are connected to the Internet while installing, the applica * Weather: Fixed a bug that could hang the widget and lead to an infinite loop with the program using an entire CPU core when the computer resumed from sleep or hibernation. * Weather: Fixed a bug that had the widget display the error page when the computer lost network connectivity; instead, now the widget continues to display the cached data from the previous refresh (if any). +##### 2 + +* Weather: Fixed a bug that could hang explorer and the weather widget host process under certain circumstances, for example, when explorer restarted. + ## 22000.778.47 Tested on OS build 22000.778. diff --git a/version.h b/version.h index 7c000be..baed450 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 795 #define VER_BUILD_HI 48 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22000.795.48.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.1" +#define VER_FILE_STRING VALUE "FileVersion", "22000.795.48.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.2"