* Wed May 01 2019 stefan.pledl@mesutronic.de
- Enable missing whirlpool HMAC authentication (boo#1132946).
+ fix-for-missing-whirlpool-hmac-authentication.patch
* Fri Feb 08 2019 bjorn.lie@gmail.com
- Update to version 1.8.10:
+ Fix changing the proxy port in the editor.
+ Drop the file extension check when importing a file.
+ Support loading the editor shared object from the same
directory of plugin for development purposes.
+ Updated translations.
* Wed Oct 17 2018 bjorn.lie@gmail.com
- Update to version 1.8.8:
+ Fix a memory corruption bug in the advanced dialog.
+ Updated translations.
* Wed Oct 03 2018 bjorn.lie@gmail.com
- Update to version 1.8.6:
+ Don't validate auth parameter and pass it directly to openvpn.
+ Fix endless loop checking for encrypted certificate.
+ Sanitize newlines in export ovpn file.
+ Improve project description in doap file.
+ Various minor bugfixes and improvements.
+ Updated translations.
- Use autosetup and make_build macros.
* Mon May 28 2018 bjorn.lie@gmail.com
- Update to version 1.8.4:
+ Add support for the crl-verify option (bgo#782309)
+ Fix termination of openvpn process upon disconnect
(rh#1576600).
+ Updated translations.
* Sat Apr 14 2018 bjorn.lie@gmail.com
- Following changes in NetworkManager: pass without-libnm-glib to
configure, no longer build deprecated libnm-glib support.
- Following the above changes: Drop no longer needed
pkgconfig(NetworkManager), pkgconfig(libnm-glib),
pkgconfig(libnm-glib-vpn), pkgconfig(libnm-gtk) and
pkgconfig(libnm-util) BuildRequires.
- Package missing COPYING file.
- Package nm-openvpn-service.conf as config, silence rpmlint.
- Drop unnneeded NetworkManager-gnome Requires from gnome
sub-package, it is not longer of use for us.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 1.8.2:
+ Handle more then 255 routes (bgo#788137).
+ Fix GUI for editing connection with static key (bgo#788226).
+ Fix parsing gateway in helper script (bgo#788514).
+ Fix parsing 2FA challenge for "PASSWORD:Verification Failed"
(bgo#751842).
+ Fix parsing remote hosts from configuration (bgo#792252).
+ Fix assertion failure while quitting service (bgo#792252).
+ Add support for connect-timeout (bgo#792252).
+ Automatically lower connect-timeout if there are multiple
remotes to try at least 3 remotes (bgo#792252).
+ Add support for extra-certs (bgo#793746).
+ Various code cleanups.
+ Updated translations.
- Drop NetworkManager-openvpn-config.patch: fixed upstream.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Fri Sep 29 2017 dimstar@opensuse.org
- Add NetworkManager-openvpn-config.patch: fix unusable config
imports (certificate config was wrongly written out, causing the
VPN profile not be be functional).
* Fri Sep 22 2017 zaitor@opensuse.org
- Update to version 1.8.0:
+ Use gresources for ui files.
+ Use NMACertChooser for PKCS#11 support.
+ Support --ifconfig option not only for static key connections
(bgo#774727).
+ Fix import for key-direction to make it independent of the
order (bgo#778154).
+ Extend support for address family specifier for remote protocol
(bgo#731620).
+ Updated translations.
- Drop
add-support-for-IP-address-family-specifier-for-remote.patch:
Fixed upstream.
- Drop obsolete post(un) handling of icon_theme_cache_post(un), no
longer needed, there is no icon files anymore.
- Run spec-cleaner, modernize spec.
* Tue Aug 29 2017 sckang@suse.com
- modify add-support-for-IP-address-family-specifier-for-remote.patch:
modify this patch according to the commit pushed to upstream
master branch.
* Wed Aug 23 2017 sckang@suse.com
- add add-support-for-IP-address-family-specifier-for-remote.patch:
add support for IP address family specifier for remote protocol
(fate#322475, bgo#731620).
* Mon May 29 2017 zaitor@opensuse.org
- Update to version 1.2.10:
+ Add support for "tls-crypt" and "mtu-disc" options.
+ Add support for dynamic challenge-response protocol.
+ Allow choosing Adaptive or None LZO compression methods in the
connection properties dialog.
+ Avoid passing the obsolete "tls-remote" option to OpenVPN
versions that no longer support it and discourage its use in
the properties dialog.
+ Updated the build system to use non-recursive make.
+ Many bug fixes.
+ Updated translations.
* Tue Jan 24 2017 dimstar@opensuse.org
- Update to version 1.2.8:
+ Treat cipher and hmac options case insensitive in the
properties GUI.
+ Support numeric argument to mssfix option.
+ Fixes to translatable strings and use Unicode.
+ Updated translations.
* Mon Jan 23 2017 dimstar@opensuse.org
- Enable build for s390x: the entire dependency chain is in place.
* Tue Oct 04 2016 zaitor@opensuse.org
- Update to version 1.2.6:
+ Restore previous behavior for handling empty "comp-lzo"
(bgo#769177).
+ Support verify-x509-name (bgo#770922).
+ Support max-routes (bgo#720097).
+ Fix invalid free when parsing remote option.
+ Various cleanups.
+ Updated translations.
- Drop NetworkManager-openvpn-dl-linking.patch: Fixed upstream.
Following this: Drop libtool BuildRequires and stop passing
autoreconf, we no longer carry any patches.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
* Mon Aug 29 2016 dimstar@opensuse.org
- Update to version 1.2.4:
+ Prefer building against stable libsecret API.
+ Split libnm-vpn-plugin-openvpn.so into a GTK-free core plugin
usable by nmcli and a UI plugin for nm-applet and gnome
components.
+ Support NM_VPN_LOG_LEVEL environment variable to control debug
logging from NetworkManager.
+ Fix handling comp-lzo option.
+ Add support for tls-cipher option.
+ Add support for IPv6 DNS servers.
+ Fix handling quotes and comments when parsing ovpn files.
+ Hide internal ABI from properties libraries.
+ Preserve IP routing configuration on restart.
+ Various cleanups.
+ Updated translations.
- Replace pkgconfig(libsecret-unstable) BuildRequires with
pkgconfig(libsecret-1), following upstream.
- Drop --disable-more-warnings configure parameter: no longer
needed.
- Add NetworkManager-openvpn-dl-linking.patch: Fix build by linking
libdl (bgo#769783).
* Thu Apr 07 2016 zaitor@opensuse.org
- Update to version 1.2.2:
+ Fixed validation of proxy port.
+ Use a proper name for the AppStream metadata.
+ Updated translations.
* Thu Apr 07 2016 dimstar@opensuse.org
- Update to version 1.2.0:
+ build: don't include the full path to a plugin by default.
+ service: drop off the bus when done.
+ import/export: don't limit reneg-sec to 65536 on import.
+ Updated translations.