On Mar 4, 2011, at 1:44 PM, Bruno Rocha wrote: > Is there some explanation about these? > > - support for multiple interfaces
The --interfaces item on the command line was broken. Now it works. Each interface is a colon-delimited string, thus: ip:port or ip:port:cert:key, and multiple such strings can be strung together joined with semicolons. > - android support (experimental) > - Field(':hidden'), Field('.readonly'), Field('name=value')