Skip to content

Releases: libproxy/libproxy

0.5.5

05 Apr 09:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

09 Feb 19:44
dff9a60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.5.4

0.5.3

07 Jul 16:33
29d51a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

16 Jun 15:02
e4f467b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1

24 May 06:17
8a39803
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.18...0.5.1

libproxy-0.5.0

15 May 13:14
52a6d29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.18...libproxy-0.5.0

Version 0.4.18

20 Jun 14:26
caccaf2
Compare
Choose a tag to compare
  • build: Allow configuration of sysconfig module
  • config_envvar: Add environment variable for pacrunner debugging
  • build: disable mozjs by default
  • python: Support Python 3.10 and above
  • Add Duktape pacrunner module
  • config_kde: Compute list of config file locations ourselves
  • cpmfog_gnome3: Add gnome-wayland to permitted DESKTOP_SESSION

Version 0.4.17

29 Dec 11:33
Compare
Choose a tag to compare
  • python bindings: fix "TypeError: argtypes must be a sequence of types" (#125)

Version 0.4.16

04 Dec 11:10
0da9e01
Compare
Choose a tag to compare
  • Port to, and require, SpiderMonkey 68
  • Use closesocket() instead of close() on Windows
  • Add symbol versions - be ready to introduce new APIs as needed
  • Add public px_proxy_factory_free_proxies function
  • Add PacRunner config backend (largely untested; feedback welcome!)
  • Small performance improvements
  • pxgsettings: use the correct syntax to connect to the changed signal (silences annoying output on console)
  • Support python3 up to version 3.9
  • Fix buffer overflow when PAC is enabled (CVE-2020-26154)
  • Rewrite url::recvline to be nonrecursive (CVE-2020-25219)
  • Remove nonfunctional and crashy pacrunner caching
  • Never use system libmodman (no other consumers, not maintained)

Version 0.4.15

11 May 09:40
Compare
Choose a tag to compare
  • Port to, and require, SpiderMonkey 38.
  • Fix "NetworkManager plugin not being built" (gh##53).
  • Fix "networkmanager plugin not working (gh##58).
  • Fix "Invalid read after free" (gh##59).
  • Fix intermittent unit test failures.