diff --git a/CHANGELOG.md b/CHANGELOG.md index 21410a99..64e889b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.6.0 Beta 1803 (2019-04-27) +## Unreleased ### Added @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Misleading Mullvad password suggestion. [#75](https://github.com/passepartoutvpn/passepartout-ios/issues/75) - Leave digest editable despite cipher. [#74](https://github.com/passepartoutvpn/passepartout-ios/issues/74) - TLS errors with passphrase-protected .ovpn profiles. [tunnelkit#91](https://github.com/keeshux/tunnelkit/issues/91) +- Issue with DNS-only VPN profiles. [#73](https://github.com/passepartoutvpn/passepartout-ios/issues/73) ## 1.5.0 (2019-04-17) diff --git a/Podfile b/Podfile index 038ce273..24bec031 100644 --- a/Podfile +++ b/Podfile @@ -5,8 +5,8 @@ use_frameworks! def shared_pods #pod 'TunnelKit', '~> 1.6.2' #pod 'TunnelKit/LZO', '~> 1.6.2' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'a48bcc7' - pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'a48bcc7' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'f799f47' + pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'f799f47' #pod 'TunnelKit', :path => '../../personal/tunnelkit' #pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit' pod 'SSZipArchive' diff --git a/Podfile.lock b/Podfile.lock index 4a20f109..b0ace3b7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -17,8 +17,8 @@ PODS: DEPENDENCIES: - MBProgressHUD - SSZipArchive - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `a48bcc7`) - - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `a48bcc7`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `f799f47`) + - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `f799f47`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -29,12 +29,12 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: a48bcc7 + :commit: f799f47 :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: a48bcc7 + :commit: f799f47 :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: @@ -44,6 +44,6 @@ SPEC CHECKSUMS: SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165 TunnelKit: ac8dad986e36e513303ed5d258c7e4aedb45c84b -PODFILE CHECKSUM: a8aae8f09146e0cb7232fbcaec58a54c497e275d +PODFILE CHECKSUM: c9b64da6724613b775da288e0401efebd96070ab COCOAPODS: 1.6.1