Skip to content

Releases: google/omaha

Omaha 1.3.36.61

19 Jan 23:33
Compare
Choose a tag to compare

Stability issues:

  • Use CreateProcess instead of ShellExecute for background process launches.
  • Remove the Helper MSI and MSP from Omaha3.
  • Change the signing servers in Omaha OSS build.

Accessibility:

  • Display Progress Text in the Title Bar.
  • Omaha: Support Windows "High Contrast" modes.

Device Management

  • Use new SimpleRequest for each DM error report.
  • Send DM policy validation errors back to DM server.
  • Omaha Enterprise: DMPolicyManager fallback not accurate in some case

Omaha 1.3.36.51

19 Nov 18:32
7213974
Compare
Choose a tag to compare

The release include the following:

  • support for MSI tagging
  • fix a Win7 bug due to applying LOAD_LIBRARY_SEARCH_SYSTEM32 when the host did not support it
  • Apply wait before DM registration.

Omaha 1.3.36.41

05 Oct 15:46
Compare
Choose a tag to compare

Use ::LoadLibraryEx instead of ::LoadLibraryEx{A,W}.

Omaha 1.3.36.31

28 Sep 22:09
Compare
Choose a tag to compare

Several device management and group policies changes. A few other changes related to toolchain and library dependencies. And a kitchen sink of changes such as improving the UX when dealing with very large payloads, stop uploading usagestats (for the Google build), and locking down the ACL for the machine crash handler to system only.

Omaha 1.3.35.451

17 Mar 21:55
e04e416
Compare
Choose a tag to compare

Mostly mechanical fixes and code clean ups:

  • Add Group Policy to control per-user installs in Enterprise.
  • Fix Omaha reports 100% install progress between download and install.
  • Fix Wininet error comparison to HRESULT.
  • Omaha client should not send install_data in Ping requests.
  • Log secure status flag for WININET_E_DECODING_FAILED
  • Remove gates that could potentially cause a deadlock.

Omaha 1.3.35.441

23 Jan 21:08
Compare
Choose a tag to compare
  • removes sha1 support
  • removes npapi and activex plugins
  • removes dependency on atlserver code and uses std::regex
  • fixes the 16.4 build
  • some policy management features

Omaha 1.3.35.421

06 Dec 23:11
Compare
Choose a tag to compare

This is aligning the M35 version with the Google Update release after the certificate name change.

It removes the Firefox proxy detector which was broken for a long time, most certainly.

Omaha 1.3.35.401

13 Nov 23:44
79785a7
Compare
Choose a tag to compare

This release includes a change to enable TLS1.2 on Windows 7+.

Omaha 1.3.35.341

05 Nov 02:04
Compare
Choose a tag to compare

This release includes an important bug fix for a crash in the thread pool.

Omaha 1.3.35.301

24 Sep 00:14
ea2a3ce
Compare
Choose a tag to compare

A few bug fixes and some refactoring on top of the existing 1.3.35.1 release.