github owntracks/android Android-v.2.2.2

latest releases: v2.5.2, v2.5.1, v2.5.0...
3 years ago

Changelog

Version 2.2.2

Breaking changes

  • TLS hostname verification now no longer considers the CN field in the server certificate. This is in line with the deprecation of using CN for host verification as of RFC2818 (2000) and RFC6125 (2011). Instead, hostnames will be validated against the list of subjectAltNames (SANs) in the server certificate. If you were previously relying on the CN field in your certificate and didn't have any SANs listed, or the SAN list doesn't contain the hostname you're connecting to, TLS connections may now fail. The suggested course of action is to regenerate the cert ensuring that the SAN list is correct.

Bug fixes

  • Fixed a crash caused by a race condition on some devices where certain things are used before init (#890)
  • Fixed issue with HTTP send failures not being re-tried (#893)
  • Fixed playstore links (#894)
  • Fixed bug where exiting the app didn't cancel background tasks (#899)

Don't miss a new android release

NewReleases is sending notifications on new releases.