Browse Source

Version: 22000.795.48.2

pull/1138/head 22000.795.48.2_092edc1
Valentin Radu 3 years ago
parent
commit
092edc10be
  1. 4
      CHANGELOG.md
  2. 6
      version.h

4
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 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). * 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 ## 22000.778.47
Tested on OS build 22000.778. Tested on OS build 22000.778.

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22000 #define VER_MAJOR 22000
#define VER_MINOR 795 #define VER_MINOR 795
#define VER_BUILD_HI 48 #define VER_BUILD_HI 48
#define VER_BUILD_LO 1 #define VER_BUILD_LO 2
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22000.795.48.1" #define VER_FILE_STRING VALUE "FileVersion", "22000.795.48.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.1" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.2"

Loading…
Cancel
Save