blob: 8e28db082a69dbcdbe4651867824d351480a38c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Thu Aug 14 15:38:00 2009 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.3.0 ===
* WARNING!!! Slight API change (still ABI compat)!!!
see docs for px_proxy_factory_get_proxies()
- Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
* Automake 1.11 shaved output
* gnome backend rewrite (now w/o thread issues)
* Test suite base functionality exists
* Many solaris build fixes
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw
Thu Jun 05 17:05:12 2008 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.2.3 ===
* New plugin: webkit (JavaScript)
* Massive speed improvements in all javascript plugins
* Bug fixes
* Memory leak fixes
* pkgconfig support
Wed Jan 09 04:18:45 2008 Jeff Schroeder <jeffschroeder@computer.org>
* === Released 0.2.2 ===
* Python bindings fix
* Added pthreads support from r191 in trunk
* Removed local copy of strdup() in proxy.c for OS X build issues
Wed Dec 20 19:11:23 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.2.1 ===
* Build fix for mozjs
* Python bindings fix for renamed function
* Split off x_has_client() into its own file
Wed Dec 12 20:12:56 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.2 ===
* Added Python bindings
* Added .NET bindings
* NetworkManager plugin
* KDE plugin
* File plugin
* More accurate GNOME session detection
* Ignore pattern support
* px_proxy_factory_get_proxy() renamed to px_proxy_factory_get_proxies()
* Relicense from LGPLv3+ to LGPLv2.1+
* Sacrifice re-homeing session support for massive performance gains
* Tons of bug fixes, memory leaks, etc
Wed Oct 31 13:09:10 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.1 ===
* AUTHORS: Added authors
* README: basic readme info
* src/lib/proxy.h: add missing doc line
|