Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 859
    • Issues 859
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !2359

gutils.c: Improve g_get_os_info() for Windows 10/Server 2019+

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Chun-wei Fan requested to merge improve-win32-version-2-70 into glib-2-70 Nov 24, 2021
  • Overview 1
  • Commits 2
  • Pipelines 1
  • Changes 3

Hi,

This is the toned-down counterpart of MR !2351 (merged) where we improve retrieving version info for Windows 10/Server 2019 20H2 or later, as well as Windows 11.

Things are the same with what is done in MR !2351 (merged), except that we continue to indicate server versions as Windows 7/8/8.1/10 Server. Windows 11 is now correctly identified and Windows 10/Server 2019+ after 20H2 are also correctly identified as 21H1 and 21H2, etc.

This fixes issue #2443 (closed) on the glib-2-70 branch.

With blessings, thank you!

Edited Nov 24, 2021 by Chun-wei Fan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: improve-win32-version-2-70