* Wed Oct 02 2024 dimstar@opensuse.org
- Update to version 0.5.9:
+ Ignore invalid proxy URL.
+ Memleak fixes.
+ kde: Add ReversedException support.
+ Fix memory leak using PX_FORCE_CONFIG.
+ Update msys2 build steps.
+ Remove white space in key value.
- Changes from version 0.5.8:
+ Update repology list.
+ Properly handle empty proxy ignore entry.
+ Add support for direct keyword in PAC.
* Wed Jun 19 2024 dimstar@opensuse.org
- Update to version 0.5.7:
+ Handle empty ignore settings.
* Mon Apr 29 2024 dimstar@opensuse.org
- Update to version 0.5.6:
+ Support XDP Desktop Portal proxy resolver.
* Mon Apr 08 2024 dimstar@opensuse.org
- Update to version 0.5.5:
+ Windows: Try all configured proxy resolution types.
+ Cleanup curl.
+ Add release option.
+ Expose missing functions in symbol map.
+ Fix crash during unload by.
+ Log debug instead of warning on wpad pac failure.
+ Fix refcounting in px_proxy_factory_copy.
+ symver: Fix symbol map to be a valid tree.
+ Fix free function for pxProxyFactory type.
+ CodeQL badge and updated repology.
+ meson: Don't build OSX plugin on iOS.
* Tue Apr 02 2024 dimstar@opensuse.org
- Update to version 0.5.4:
+ Add golang link to application page.
+ Improve libproxy test coverage.
+ Improve coverage.
+ Specify library version more completely.
+ Use the correct separator character for Windows ProxyOverride.
+ Improve handling of Windows proxy settings.
+ Add curl option to the generated config for backend instead.
+ Set initial state to online.
+ Windows: Detect scheme presence in proxy URLs more robustly.
+ Fix broken WPAD proxy resolution.
* Tue Mar 19 2024 yfjiang@suse.com
- Do not use %elif by now since SLE, Leap does not have an rpm
supporting the tag.
* Wed Feb 28 2024 dimstar@opensuse.org
- Drop pkgconfig(libsoup-3.0) BuildRequires: no longer needed.
* Wed Sep 13 2023 dimstar@opensuse.org
- Add libpxbackend-1_0 to baselibs.conf: required by libproxy.so.1.
* Wed Aug 16 2023 dimstar@opensuse.org
- Generate libpxbackend-1_0-mini to be used inside OBS: the backend
is built without additional dependencies like cURL. So there is
no wpad/pac support in this variant. Helps break a build cycle.
* Thu Jul 13 2023 dimstar@opensuse.org
- Update to version 0.5.3:
+ Fix crash querying URLs without a host.
+ Web: Update application page.
+ Add appplication info about apt and python requests.