Skip to content

1.3.5

Compare
Choose a tag to compare
@manugarg manugarg released this 01 Sep 19:42
· 165 commits to master since this release

IPv6 extensions are more native now:

  • Added support for isInNetEx and FindProxyForURLEx functions. #26
  • Non *Ex functions don't return IPv4 address now. #25
  • Enable IPv6 extensions by default. enable_microsoft_extensions doesn't do anything now and is deprecated.

Python module change:

  • Errors raise an exception now instead of just printing the error. #44
  • Added ability to build python module for multiple python versions (2 and 3).

A few of bug fixes:

  • URL-encode the "url" for single quotes before creating JavsScript using it. #38
  • Don't ship deprecated.3 in docs. This is too general a name. #34
  • Don't build static library. It's not packaged in any distribution and should not be used anyway. Fixes #30.
  • Set LD_LIBRARY_PATH properly in tests. #31